From 156aa900eea8c3a28931952975a905950f1df46e Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 16 Jun 2026 07:35:17 -0400 Subject: [PATCH] chore(phase5): mark task persistence completed (merged 1164d423) --- ...-stillpending-phase-5-probes.md.tasks.json | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/plans/2026-06-16-stillpending-phase-5-probes.md.tasks.json b/docs/plans/2026-06-16-stillpending-phase-5-probes.md.tasks.json index 20bdcce0..db6145a6 100644 --- a/docs/plans/2026-06-16-stillpending-phase-5-probes.md.tasks.json +++ b/docs/plans/2026-06-16-stillpending-phase-5-probes.md.tasks.json @@ -1,18 +1,19 @@ { "planPath": "docs/plans/2026-06-16-stillpending-phase-5-probes.md", "branch": "feat/stillpending-phase-5-probes", + "mergedToMaster": "1164d423", "tasks": [ - {"id": 441, "subject": "P5 Task 1: Modbus probe — real FC03 handshake", "status": "pending"}, - {"id": 442, "subject": "P5 Task 2: OpcUaClient probe — GetEndpoints discovery handshake", "status": "pending"}, - {"id": 443, "subject": "P5 Task 3: S7 probe — Plc.OpenAsync (COTP+S7 setup) handshake", "status": "pending"}, - {"id": 444, "subject": "P5 Task 4: AbCip probe — libplctag CIP session handshake", "status": "pending"}, - {"id": 445, "subject": "P5 Task 5: AbLegacy probe — libplctag PCCC session handshake", "status": "pending"}, - {"id": 446, "subject": "P5 Task 6: TwinCAT probe — ADS ReadState (degrade-guarded)", "status": "pending"}, - {"id": 447, "subject": "P5 Task 7: FOCAS probe — cnc_allclibhndl3 (degrade-guarded)", "status": "pending"}, - {"id": 448, "subject": "P5 Task 8: Galaxy probe — gRPC ping (auth-rejection = reachable)", "status": "pending"}, - {"id": 449, "subject": "P5 Task 9: Docs + bookkeeping", "status": "pending", "blockedBy": [441, 442, 443, 444, 445, 446, 447, 448]}, - {"id": 450, "subject": "P5 Task 10: Full build + test + final integration review", "status": "pending", "blockedBy": [441, 442, 443, 444, 445, 446, 447, 448, 449]}, - {"id": 451, "subject": "P5 Task 11: Live /run — extend E2E + run 5 verifiable probes", "status": "pending", "blockedBy": [450]} + {"id": 441, "subject": "P5 Task 1: Modbus probe — real FC03 handshake", "status": "completed"}, + {"id": 442, "subject": "P5 Task 2: OpcUaClient probe — GetEndpoints discovery handshake", "status": "completed"}, + {"id": 443, "subject": "P5 Task 3: S7 probe — Plc.OpenAsync (COTP+S7 setup) handshake", "status": "completed"}, + {"id": 444, "subject": "P5 Task 4: AbCip probe — libplctag CIP session handshake", "status": "completed"}, + {"id": 445, "subject": "P5 Task 5: AbLegacy probe — libplctag PCCC session handshake", "status": "completed"}, + {"id": 446, "subject": "P5 Task 6: TwinCAT probe — ADS ReadState (degrade-guarded)", "status": "completed"}, + {"id": 447, "subject": "P5 Task 7: FOCAS probe — cnc_allclibhndl3 (degrade-guarded)", "status": "completed"}, + {"id": 448, "subject": "P5 Task 8: Galaxy probe — gRPC ping (auth-rejection = reachable)", "status": "completed"}, + {"id": 449, "subject": "P5 Task 9: Docs + bookkeeping", "status": "completed"}, + {"id": 450, "subject": "P5 Task 10: Full build + test + final integration review", "status": "completed"}, + {"id": 451, "subject": "P5 Task 11: Live /run — extend E2E + run 5 verifiable probes (9/11 pass, S7/AbCip fixtures down)", "status": "completed"} ], "lastUpdated": "2026-06-16" }