diff --git a/README.md b/README.md index 6fab2ca..ec55fbe 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ Pane 3: Worker B Codex Pane 4: Reviewer Codex ``` +Each pane is a separate Codex session. Paste the matching generated prompt into each pane, let the Manager assign and track tasks through the run files, and have each Worker report back through its own report and event log. + Print prompt locations and paste commands: ```bash diff --git a/docs/install.md b/docs/install.md index 3d007e6..3c194c4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -69,7 +69,7 @@ Planned commands: ## Coordinator Mode Runtime -Coordinator Mode is separate from installing the 10 workflow skills. Skill install copies reusable Codex instructions into `.agents/skills/`; Coordinator Mode creates local runtime files for a manual multi-pane coordination session. +Coordinator Mode is separate from installing the 10 workflow skills. Skill install copies reusable Codex instructions into `.agents/skills/`; Coordinator Mode creates per-run local state for a manual multi-pane coordination session. Start a local coordination run from a repo: @@ -85,7 +85,7 @@ Runtime state is written under: .cewp/runs// ``` -This folder contains local board, task, prompt, report, review, event, and handoff files. It is not package content and should not be committed. Add `.cewp/` to the project `.gitignore` for repos that use Coordinator Mode. +This folder contains generated board, task, prompt, report, review, event, and handoff files for one coordination run. These files are runtime artifacts, not installed skills or package content, and should not be committed. Add `.cewp/` to the project `.gitignore` for repos that use Coordinator Mode. Coordinator Mode v0.2 is manual orchestration only. It does not spawn Codex processes, automate terminal input, merge, push, publish, or create worktrees.