mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
agentydragon(docs): clarify commit agent runs outside sandbox
This commit is contained in:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user