fix(bot): ensure management files are written to and read from workspace root

This commit is contained in:
Christian Gunderman
2026-05-14 11:50:19 -07:00
parent 48e6cc179e
commit 00aaba6759
3 changed files with 14 additions and 9 deletions
+3 -2
View File
@@ -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