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:
Garry Tan
2026-06-07 19:50:24 -07:00
parent f74f274253
commit 4c48afe5b1
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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');
});
}