agentydragon(docs): clarify commit agent runs outside sandbox

This commit is contained in:
Rai (Michael Pokorny)
2025-06-25 00:49:26 -07:00
parent 2c1c65a004
commit 0f6dde9621

View File

@@ -61,7 +61,7 @@ Tasks live under `agentydragon/tasks/` as individual Markdown files. Please upda
- `agentydragon/tasks/.worktrees/<task-id>-<task-slug>` off the `agentydragon` branch.
- With `--agent`, after setup it launches a Codex agent in that workspace,
- preloaded to work on the specified task from its Markdown file.
- After the Developer agent finishes and updates the task file, the Commit agent will automatically stage and commit the changes with an appropriate commit message. You do not need to run `git commit` manually.
- After the Developer agent finishes and updates the task file, the Commit agent (running outside the sandbox with full Git permissions) will automatically stage and commit the changes with an appropriate commit message. You do not need to run `git commit` manually.
---