We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624c237 commit b62f461Copy full SHA for b62f461
docs/patterns/task-scope-adherence.md
@@ -5,7 +5,7 @@ When given a specific technical task, implement ONLY what is explicitly requeste
5
## The Problem
6
7
Agents often interpret tasks broadly and add related work they think would be helpful:
8
-- Task: "Remove the wait-for command" → Agent also creates 3 new documentation files
+- Task: "Remove the wait-for command" → Agent also creates 4 new documentation files (548 lines)
9
- Task: "Fix the redirect" → Agent also refactors related code and adds tests
10
- Task: "Update the config" → Agent also adds validation and error handling
11
0 commit comments