mirror of
https://github.com/garrytan/gstack.git
synced 2026-06-21 01:00:10 +02:00
test: update assertions + golden fixtures for Boil the Ocean rename
skill-validation and terse-build now assert "Boil the Ocean"; the three ship golden fixtures are regenerated to match the renamed Completeness Principle header and intro prose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -837,7 +837,7 @@ describe('Completeness Principle in generated SKILL.md files', () => {
|
||||
test(`${skill} contains Completeness Principle section`, () => {
|
||||
const content = fs.readFileSync(path.join(ROOT, skill), 'utf-8');
|
||||
expect(content).toContain('Completeness Principle');
|
||||
expect(content).toContain('Boil the Lake');
|
||||
expect(content).toContain('Boil the Ocean');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user