@@ -60,6 +60,8 @@ Workflow:
6060
6161## "Update tasks" (backlog refresh)
6262
63+ ** Primary goal:** identify and unblock the ` 0.16.300-preview ` release.
64+
6365Meaning: reconcile intended docs/specs vs built reality, then refresh ` .tasks/ ` .
6466
6567"Delegate work" and "Update tasks" are an adversarial collaboration loop:
@@ -68,7 +70,12 @@ Meaning: reconcile intended docs/specs vs built reality, then refresh `.tasks/`.
6870- Gap backlog (` research/zig-cr/92-gap-backlog.md ` ) is the opposite evergreen handoff (update→delegate).
6971
7072Do this, in order:
71- 0 . Read the delegate evidence first:
73+ 0 . Anchor on the release tracker:
74+ - Treat ` .tasks/backlog/TASK-209-release-0.16.300-preview.md ` as the source of truth.
75+ - Any discovered gap must become either:
76+ - a checked/unchecked blocker line in TASK-209 ** plus** an owning task card, or
77+ - a triage task explicitly marked "not a release blocker" with rationale.
78+ 1 . Read the delegate evidence first:
7279 - ` .tasks/DELEGATE_WORK_HANDOFF.md `
7380 - Treat it as * claims to falsify* .
7481 - Prefer using the captured test output + coverage notes to avoid rerunning expensive tests.
@@ -98,16 +105,19 @@ Output:
98105
99106## "Delegate work" (parallel subagents)
100107
108+ ** Primary goal:** unblock the ` 0.16.300-preview ` release by executing release-blocker tasks.
109+
101110Meaning: take a curated subset of ` .tasks/backlog/ ` and run multiple subagents in parallel.
102111
103112This workflow must produce an evergreen handoff for the adversarial "Update tasks" phase:
104113- ** Gap backlog** (` research/zig-cr/92-gap-backlog.md ` ) is update→delegate.
105114- ** Delegate handoff log** (` .tasks/DELEGATE_WORK_HANDOFF.md ` ) is delegate→update.
106115
107116Procedure:
108- 1 . Read ` research/zig-cr/92-gap-backlog.md ` first (it is the task map).
109- 2 . Pick tasks with disjoint ` Files to Modify ` .
110- 3 . For each selected task:
117+ 1 . Read ` .tasks/backlog/TASK-209-release-0.16.300-preview.md ` first (release blockers).
118+ 2 . Then read ` research/zig-cr/92-gap-backlog.md ` (task map + historical context).
119+ 3 . Pick tasks with disjoint ` Files to Modify ` .
120+ 4 . For each selected task:
111121 - Move ` .tasks/backlog/TASK-*.md ` → ` .tasks/active/TASK-*.md ` .
112122 - Launch one subagent with the task card as the entire prompt.
113123 - Instruct it to only touch listed files and to update the task card as it goes.
0 commit comments