diff --git a/packages/agent-core/test/profile/default-agent-profiles.test.ts b/packages/agent-core/test/profile/default-agent-profiles.test.ts index a732f3181..d7824fcc6 100644 --- a/packages/agent-core/test/profile/default-agent-profiles.test.ts +++ b/packages/agent-core/test/profile/default-agent-profiles.test.ts @@ -153,7 +153,6 @@ describe('default agent profiles', () => { // render this same paragraph, so it must not tell them editing files is free. expect(prompt).toContain('Local, reversible work your role permits'); // Concrete one-line examples anchoring high-frequency abstract rules. - expect(prompt).toContain('locate the method in the code'); // ambiguous instruction -> edit code, not echo text expect(prompt).toContain('update the related tests'); // preamble phrasing example expect(prompt).toContain('premature abstraction'); // MINIMAL-changes counterexample }