From e8db6c71a8f443477fdf74bccb2e2601296e4674 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 17 Jun 2026 11:24:03 -0400 Subject: [PATCH] docs(plans): mark WaitAsync compile-surface tasks complete in tasks.json --- ...itasync-compile-surface-mirror-gaps.md.tasks.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/plans/2026-06-17-waitasync-compile-surface-mirror-gaps.md.tasks.json b/docs/plans/2026-06-17-waitasync-compile-surface-mirror-gaps.md.tasks.json index 5170cefc..686c3535 100644 --- a/docs/plans/2026-06-17-waitasync-compile-surface-mirror-gaps.md.tasks.json +++ b/docs/plans/2026-06-17-waitasync-compile-surface-mirror-gaps.md.tasks.json @@ -4,10 +4,14 @@ "worktree": ".claude/worktrees/waitasync-surface", "baseSha": "c2e89e9d40fbfd0b11b1b5124efcb835dfb9eb90", "tasks": [ - {"id": 158, "key": "WS-1", "subject": "Mirror WaitAsync/WaitForAsync on template compile surface", "classification": "small", "parallelizableWith": ["WS-3"], "status": "pending"}, - {"id": 159, "key": "WS-2", "subject": "Harden CompileSurfaceParityTests to catch missing mirrors", "classification": "standard", "parallelizableWith": [], "blockedBy": [158], "status": "pending"}, - {"id": 160, "key": "WS-3", "subject": "Mirror WaitForAttribute on inbound-script analysis surfaces", "classification": "small", "parallelizableWith": ["WS-1"], "status": "pending"}, - {"id": 161, "key": "WS-4", "subject": "Verify/normalize routed WaitForAttribute response value", "classification": "standard", "parallelizableWith": [], "status": "pending"} + {"id": 158, "key": "WS-1", "subject": "Mirror WaitAsync/WaitForAsync on template compile surface", "classification": "small", "parallelizableWith": ["WS-3"], "status": "completed", "commit": "a118668"}, + {"id": 159, "key": "WS-2", "subject": "Harden CompileSurfaceParityTests to catch missing mirrors", "classification": "standard", "parallelizableWith": [], "blockedBy": [158], "status": "completed", "commit": "adc8ee4"}, + {"id": 160, "key": "WS-3", "subject": "Mirror WaitForAttribute on inbound-script analysis surfaces", "classification": "small", "parallelizableWith": ["WS-1"], "status": "completed", "commit": "bee295d"}, + {"id": 161, "key": "WS-4", "subject": "Verify/normalize routed WaitForAttribute response value", "classification": "standard", "parallelizableWith": [], "status": "completed", "commit": "b88f04e"} + ], + "reviewPolishCommit": "8dcc55f", + "followUps": [ + {"id": 162, "subject": "normalize routed GetAttributes List values for cross-process transport (surfaced by WS-4 review)"} ], "lastUpdated": "2026-06-17" }