From bb7aa6209f328b99fcd42238bce02ee568ff912a Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 15 Aug 2026 21:25:15 -0400 Subject: [PATCH] chore(plans): tasks 1-12 complete through review chains --- ...6-08-15-deferred-remediation.md.tasks.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/plans/2026-08-15-deferred-remediation.md.tasks.json b/docs/plans/2026-08-15-deferred-remediation.md.tasks.json index 86bcb1b..34f10c3 100644 --- a/docs/plans/2026-08-15-deferred-remediation.md.tasks.json +++ b/docs/plans/2026-08-15-deferred-remediation.md.tasks.json @@ -1,18 +1,18 @@ { "planPath": "docs/plans/2026-08-15-deferred-remediation.md", "tasks": [ - { "id": 1, "subject": "Task 1: Windows-safe cleanup in SecretsStorePathGuardTests", "status": "pending" }, - { "id": 2, "subject": "Task 2: SessionEventDistributor _subscribers to plain Dictionary", "status": "pending" }, - { "id": 3, "subject": "Task 3: Merge the session event-source pass-through iterator", "status": "pending" }, - { "id": 4, "subject": "Task 4: EventStreamService direct channel reads in the live loop", "status": "pending" }, - { "id": 5, "subject": "Task 5: In-process dashboard snapshot feed + page switch", "status": "pending" }, - { "id": 6, "subject": "Task 6: In-process session event subscription + SessionDetailsPage switch", "status": "pending" }, - { "id": 7, "subject": "Task 7: AlarmsPage provider-status via IGatewayAlarmService", "status": "pending" }, - { "id": 8, "subject": "Task 8: Dashboard design-doc update (consolidated)", "status": "pending", "blockedBy": [5, 6, 7] }, - { "id": 9, "subject": "Task 9: Phase A gate — full gateway suite on macOS", "status": "pending", "blockedBy": [1, 2, 3, 4, 5, 6, 7, 8] }, - { "id": 10, "subject": "Task 10: Control-frame completion decoupling in WorkerFrameWriter", "status": "pending", "blockedBy": [9] }, - { "id": 11, "subject": "Task 11: Worker pipe-read teardown — dispose-to-unblock and observe", "status": "pending", "blockedBy": [9] }, - { "id": 12, "subject": "Task 12: Value-cache clone removal per the aliasing audit", "status": "pending", "blockedBy": [9] }, + { "id": 1, "subject": "Task 1: Windows-safe cleanup in SecretsStorePathGuardTests", "status": "completed" }, + { "id": 2, "subject": "Task 2: SessionEventDistributor _subscribers to plain Dictionary", "status": "completed" }, + { "id": 3, "subject": "Task 3: Merge the session event-source pass-through iterator", "status": "completed" }, + { "id": 4, "subject": "Task 4: EventStreamService direct channel reads in the live loop", "status": "completed" }, + { "id": 5, "subject": "Task 5: In-process dashboard snapshot feed + page switch", "status": "completed" }, + { "id": 6, "subject": "Task 6: In-process session event subscription + SessionDetailsPage switch", "status": "completed" }, + { "id": 7, "subject": "Task 7: AlarmsPage provider-status via IGatewayAlarmService", "status": "completed" }, + { "id": 8, "subject": "Task 8: Dashboard design-doc update (consolidated)", "status": "completed", "blockedBy": [5, 6, 7] }, + { "id": 9, "subject": "Task 9: Phase A gate — full gateway suite on macOS", "status": "completed", "blockedBy": [1, 2, 3, 4, 5, 6, 7, 8] }, + { "id": 10, "subject": "Task 10: Control-frame completion decoupling in WorkerFrameWriter", "status": "completed", "blockedBy": [9] }, + { "id": 11, "subject": "Task 11: Worker pipe-read teardown — dispose-to-unblock and observe", "status": "completed", "blockedBy": [9] }, + { "id": 12, "subject": "Task 12: Value-cache clone removal per the aliasing audit", "status": "completed", "blockedBy": [9] }, { "id": 13, "subject": "Task 13: Phase B gate — windev full verification", "status": "pending", "blockedBy": [10, 11, 12] }, { "id": 14, "subject": "Task 14: Wrap-up — deferred table closure, docs sweep, final review", "status": "pending", "blockedBy": [13] } ],