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
+2 -2
View File
@@ -64,10 +64,10 @@ describe('terse build — per-resolver behavior', () => {
});
describe('generateCompletenessSection', () => {
test('default: emits full section with Boil-the-Lake prose', () => {
test('default: emits full section with Boil-the-Ocean prose', () => {
const out = generateCompletenessSection(makeCtx('default'));
expect(out).toContain('## Completeness Principle');
expect(out).toContain('Boil the Lake');
expect(out).toContain('Boil the Ocean');
});
test('terse: returns empty string', () => {