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,9 +1,9 @@
{
"planPath": "archreview/plans/PLAN-07-ui-management-security.md",
"tasks": [
{ "id": 1, "subject": "Task 1: DisableLoginGuard — refuse the flag outside Development", "status": "pending", "blockedBy": [] },
{ "id": 2, "subject": "Task 2: Wire the guard at the Host composition root + doc", "status": "pending", "blockedBy": [1] },
{ "id": 3, "subject": "Task 3: Scrub deploy/wonder-app-vd03 — remove DisableLogin: true", "status": "pending", "blockedBy": [] },
{ "id": 1, "subject": "Task 1: DisableLoginGuard — refuse the flag outside Development", "status": "completed", "blockedBy": [] },
{ "id": 2, "subject": "Task 2: Wire the guard at the Host composition root + doc", "status": "completed", "blockedBy": [1] },
{ "id": 3, "subject": "Task 3: Scrub deploy/wonder-app-vd03 — remove DisableLogin: true (on-disk only; deploy/ is gitignored)", "status": "completed", "blockedBy": [] },
{ "id": 4, "subject": "Task 4: ArtifactDeploymentService.DeployToSiteAsync", "status": "pending", "blockedBy": [] },
{ "id": 5, "subject": "Task 5: HandleDeployArtifacts honors SiteId + site-scope enforcement + docs", "status": "pending", "blockedBy": [4] },
{ "id": 6, "subject": "Task 6: ConfigSecretScrubber — JSON secret elision + sentinel merge", "status": "pending", "blockedBy": [] },