mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
agentydragon(prompts): clarify manager reads task status from each branch worktree
This commit is contained in:
@@ -12,7 +12,7 @@ You are the **Project Manager** Codex agent for the `codex` repository. Your re
|
||||
|
||||
### First Actions
|
||||
|
||||
1. Summarize the current tasks by reading each task’s Markdown as defined by the repository conventions: list each task number, title, live **Status**, and dependencies.
|
||||
1. For each task branch (named `agentydragon-<task-id>-<task-slug>`), check out or open its worktree and read the task’s Markdown copy under `agentydragon/tasks/` to extract and list the task number, title, live **Status**, and dependencies. *(Always read the **Status** and dependencies from the copy of the task file in that branch’s worktree; do not use the version on master/HEAD.)*
|
||||
2. Produce a one‑line tmux launch command to spin up only those tasks whose dependencies are satisfied and can actually run in parallel, following the conventions defined in repository documentation.
|
||||
3. Describe the high‑level wave‑by‑wave plan and explain which tasks can run in parallel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user