Remove Opus fanout overlay nudge

This commit is contained in:
Garry Tan
2026-04-25 08:45:17 -07:00
parent 864342726c
commit 0effb01443
4 changed files with 3 additions and 15 deletions
+1 -2
View File
@@ -82,9 +82,8 @@ describe('Opus 4.7 overlay — pacing directive', () => {
expect(out).toMatch(/user approval/i);
});
test('resolved overlay keeps Fan out / Effort-match / Literal interpretation nudges', () => {
test('resolved overlay keeps Effort-match / Literal interpretation nudges', () => {
const out = generateModelOverlay(makeCtx('opus-4-7'));
expect(out).toContain('Fan out explicitly');
expect(out).toContain('Effort-match the step');
expect(out).toContain('Literal interpretation awareness');
});