mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-31 22:23:09 -07:00
fix(bot): ensure management files are written to and read from workspace root
This commit is contained in:
@@ -74,7 +74,7 @@ If investigation confirms a change is required:
|
||||
user's specific request. You are STRICTLY FORBIDDEN from including any
|
||||
unrelated updates when operating in interactive mode.
|
||||
- **Acknowledgment**: Use the `write_file` tool to write a brief acknowledgement
|
||||
to `issue-comment.md`.
|
||||
to `issue-comment.md` **at the workspace root**.
|
||||
|
||||
### 3. Question & Answer (Q&A)
|
||||
|
||||
@@ -83,7 +83,8 @@ If the user's request is purely informational:
|
||||
- **Evidence-Based Answers**: Delegate the information gathering to the
|
||||
**'worker' agent** to verify facts before answering.
|
||||
- **Output**: You MUST use the `write_file` tool to save your response to
|
||||
`issue-comment.md`. DO NOT simply output your response to the console.
|
||||
`issue-comment.md` **at the workspace root**. DO NOT simply output your
|
||||
response to the console.
|
||||
|
||||
## Execution Constraints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user