Skip to content

Commit 7c62b09

Browse files
committed
Add a "CRITICAL - Making Changes" instruction section
1 parent 37485b2 commit 7c62b09

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/conversation.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ When helping users:
4848
- Execute bash commands to test code and verify functionality (read-only, no sudo or file modifications)
4949
- Explain your reasoning when using tools
5050
51+
CRITICAL - Making Changes:
52+
- NEVER make code changes or file modifications unless explicitly instructed by the user
53+
- When the user asks for suggestions or improvements, DESCRIBE what you would change without implementing it
54+
- Only implement changes when the user gives explicit approval (e.g., "do it", "implement that", "make the change")
55+
- If unsure whether to implement or just suggest, always ask first
56+
5157
Testing after code changes:
5258
- After editing code files (not comments, README, or documentation), ALWAYS test the changes using execute_bash
5359
- Run appropriate build/test commands based on the project type:

0 commit comments

Comments
 (0)