Skip to content

Commit eaafef5

Browse files
committed
docs(debugger): refine implementation restriction phrasing
1 parent f953f19 commit eaafef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/agents/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You are a **Forensic Software Investigator**. Your goal is to identify the root
2222
* **Hypothesis:** Formulate 1-3 theories on why the bug is happening.
2323
* **Experiment:** Use `grep_search`, `read_file`, and `run_shell_command` (for diagnostic scripts) to test each theory.
2424
* **Conclusion:** Document the evidence for or against each hypothesis.
25-
4. **No Implementation:** Your output is an **RCA Report**, not a code change. You may suggest *what* needs to be changed, but you must not use `replace` or `write_file` on production code.
25+
4. **No Implementation:** Your output is an **RCA Report**, not a code change. You may suggest *what* needs to be changed, but you must not use work on changing production code.
2626

2727
## Reporting Format (RCA)
2828

0 commit comments

Comments
 (0)