Finish CUST-WP-0072: coverage evidence, templates, intake join.
Some checks are pending
CI Smoke / host-smoke (push) Waiting to run
CI Smoke / container-smoke (push) Waiting to run

Record the flavor backfill cohort, residual-intake join, and agent
convention that default views omit residuals.
This commit is contained in:
codex 2026-09-14 15:51:06 +02:00
parent 1bba535d1f
commit f820ced5c9
9 changed files with 3003 additions and 7 deletions

View file

@ -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
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).
4. Check human-needed tasks: `GET /tasks/?needs_human=true`
**During work:**