Point session protocol at the coordination-engine wait mode.
Agents attach to a prj- driver instead of minting a stranded wait.
This commit is contained in:
parent
16b350254f
commit
855835dcbc
2 changed files with 6 additions and 3 deletions
|
|
@ -42,8 +42,11 @@ ls workplans/
|
|||
For each file with `status: ready`, `active`, or `blocked`, note pending
|
||||
`wait`/`todo`/`progress` tasks. Default hub open views omit
|
||||
`flavor: residual` (STATE-WP-0092). Do not implement residuals unless
|
||||
demand or risk has promoted the flavor. Cross-repo waits belong to
|
||||
`COORDINATION-WP-0005`, not a stranded `wait` note.
|
||||
demand or risk has promoted the flavor. Cross-repo waits: find a `prj-`
|
||||
driver and follow `coordination-engine` `spec/cross-owner-wait-mode-v0.1.md`
|
||||
— observe the foreign record, do not strand a `wait`, do not reassign
|
||||
another owner's tasks, do not enable live worker injection from a
|
||||
product session.
|
||||
|
||||
**Step 4 — Present brief**
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/<task_id>" \
|
|||
**Start:**
|
||||
1. `cat .custodian-brief.md` — domain goal and open workplans (offline-safe)
|
||||
2. Check inbox: `GET /messages/?to_agent=the-custodian&unread_only=true`; mark read
|
||||
3. Scan workplans: `ls workplans/` — note `status: ready`, `active`, or `blocked` files and open tasks. Default hub views omit `flavor: residual`; do not implement residuals unless promoted (STATE-WP-0092).
|
||||
3. Scan workplans: `ls workplans/` — note `status: ready`, `active`, or `blocked` files and open tasks. Default hub views omit `flavor: residual`; do not implement residuals unless promoted (STATE-WP-0092). If blocked on another repo, attach to a `prj-` driver per `~/coordination-engine/spec/cross-owner-wait-mode-v0.1.md` instead of a stranded `wait`.
|
||||
4. Check human-needed tasks: `GET /tasks/?needs_human=true`
|
||||
|
||||
**During work:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue