Skip to content

Commit 5c8df59

Browse files
authored
test: drop the assertion for the removed ambiguous-means-task example (#3030)
#3028 removed the 'treat ambiguous requests as tasks' rule and its 'locate the method in the code' example from the default system prompt. The profile test pinned that example verbatim, so it now fails on main. The removal was intentional; update the test to the new contract.
1 parent d6021fa commit 5c8df59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/agent-core/test/profile/default-agent-profiles.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ describe('default agent profiles', () => {
153153
// render this same paragraph, so it must not tell them editing files is free.
154154
expect(prompt).toContain('Local, reversible work your role permits');
155155
// Concrete one-line examples anchoring high-frequency abstract rules.
156-
expect(prompt).toContain('locate the method in the code'); // ambiguous instruction -> edit code, not echo text
157156
expect(prompt).toContain('update the related tests'); // preamble phrasing example
158157
expect(prompt).toContain('premature abstraction'); // MINIMAL-changes counterexample
159158
}

0 commit comments

Comments
 (0)