From e372af965a1970594635b4a5a167b012146f3ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuncay=20=C3=96lmez?= Date: Thu, 28 May 2026 23:39:22 +0300 Subject: [PATCH 1/2] docs: clarify coordinator mode readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From e6a75288db406ade4daa766cde13154d828c67ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuncay=20=C3=96lmez?= Date: Thu, 28 May 2026 23:39:24 +0300 Subject: [PATCH 2/2] docs: clarify coordinator mode install docs --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.