chore: set parallel agent dispatch and tracer ownership
This commit is contained in:
parent
292a72f861
commit
7537ec27b0
5 changed files with 142 additions and 7 deletions
32
docs/dispatch/launch-order.md
Normal file
32
docs/dispatch/launch-order.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Parallel Launch Order
|
||||
|
||||
## 1) Start Agent A + Agent B in Parallel
|
||||
|
||||
Terminal A:
|
||||
```powershell
|
||||
cd C:\Users\Zenchant\codex\beadboard\.worktrees\agent-a
|
||||
```
|
||||
Use prompt: `docs/dispatch/agent-a-registry-api.md`
|
||||
|
||||
Terminal B:
|
||||
```powershell
|
||||
cd C:\Users\Zenchant\codex\beadboard\.worktrees\agent-b
|
||||
```
|
||||
Use prompt: `docs/dispatch/agent-b-kanban.md`
|
||||
|
||||
## 2) Start Agent C After Registry Persistence Completes
|
||||
|
||||
Terminal C:
|
||||
```powershell
|
||||
cd C:\Users\Zenchant\codex\beadboard\.worktrees\agent-c
|
||||
```
|
||||
Use prompt: `docs/dispatch/agent-c-scanner.md`
|
||||
|
||||
## 3) Integration Gate
|
||||
|
||||
From root `C:\Users\Zenchant\codex\beadboard`:
|
||||
```powershell
|
||||
npm run typecheck
|
||||
npm run test
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue