docs(archreview): reconcile master tracker + tasks.json with P0 completion (10 tasks done) and SBR follow-up

This commit is contained in:
Joseph Doherty
2026-07-08 15:37:41 -04:00
parent 3f8e18c6f7
commit 6b5c70dd19
6 changed files with 17 additions and 15 deletions
@@ -1,7 +1,7 @@
{
"planPath": "archreview/plans/PLAN-05-templates-deployment-transport.md",
"tasks": [
{ "id": 1, "subject": "Task 1: Wire template inheritance edges in the import apply path", "status": "pending", "blockedBy": [] },
{ "id": 1, "subject": "Task 1: Wire template inheritance edges in the import apply path", "status": "completed", "blockedBy": [] },
{ "id": 2, "subject": "Task 2: Import-time acyclicity check over the merged template graph", "status": "pending", "blockedBy": [1] },
{ "id": 3, "subject": "Task 3: Carry MinTimeBetweenRuns/ExecutionTimeoutSeconds through import", "status": "pending", "blockedBy": [2] },
{ "id": 4, "subject": "Task 4: Add LockedInDerived to template child DTOs and apply paths", "status": "pending", "blockedBy": [3] },