mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
fix(orchestrate): replace .claude/plans/ with generic plans/ path for cross-tool compatibility
This commit is contained in:
parent
8398d7149d
commit
49b2f71c94
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@ Each researcher receives: the specific question, why it's needed, where to look,
|
||||||
Collect all outputs. Assemble into a single `## Research Context` block.
|
Collect all outputs. Assemble into a single `## Research Context` block.
|
||||||
|
|
||||||
**Phase 3 — Architecture and decomposition**
|
**Phase 3 — Architecture and decomposition**
|
||||||
Resume `architect` with the assembled research context (or "No research needed — proceed."). It produces the full plan: interface contracts, wave assignments, acceptance criteria — written to `.claude/plans/<title>.md`.
|
Resume `architect` with the assembled research context (or "No research needed — proceed."). It produces the full plan: interface contracts, wave assignments, acceptance criteria — written to `plans/<title>.md`.
|
||||||
|
|
||||||
**Resuming from an existing plan:** If a `.claude/plans/` file exists for this task, pass its path to the architect instead of running the pipeline again.
|
**Resuming from an existing plan:** If a `plans/` file exists for this task, pass its path to the architect instead of running the pipeline again.
|
||||||
|
|
||||||
### Step 4 — Consume the plan
|
### Step 4 — Consume the plan
|
||||||
|
|
||||||
|
|
@ -213,7 +213,7 @@ Workers return `signal: rfr` when done. You control commits:
|
||||||
- Merge worktree branches after individual validation
|
- Merge worktree branches after individual validation
|
||||||
- On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap
|
- On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap
|
||||||
|
|
||||||
Only the orchestrator updates the plan file. Workers must not modify `.claude/plans/`.
|
Only the orchestrator updates the plan file. Workers must not modify `plans/`.
|
||||||
|
|
||||||
### Message schema
|
### Message schema
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue