mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-03 06:37:57 +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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user