Start an autonomous Codex implementation run
bridge_orchestrate_codexStart an isolated Codex worker session in a git worktree and wait for structured results. If the worker asks a question, the coordinator answers and resumes the task. No commit, push, deploy, or production permissions are granted.
Instructions
Start a saved Codex worker session in an isolated git worktree and wait for its structured result. If status is waiting_for_fable, the active Claude/Fable coordinator should answer the returned question and immediately call bridge_continue_codex. Independent calls create separate Codex chips. This tool never grants permission to commit, push, deploy, publish, send externally, change credentials, delete data, or mutate production.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Self-contained implementation or verification task. | |
| threadId | Yes | Stable task/thread identifier. | |
| maxRounds | No | Maximum Fable/Codex turns. Defaults 6. | |
| projectPath | Yes | Absolute path to the git repository. | |
| useWorktree | No | Create an isolated git worktree. Defaults true. | |
| coordinatorAgent | Yes | Name of the active Claude coordinator. |