From 868f8e0bb63722497ca8a92e982fba8ebfe1841f Mon Sep 17 00:00:00 2001 From: StellaOps Bot Date: Sat, 6 Dec 2025 16:10:31 +0000 Subject: [PATCH] docs: reflect CLI AGENTS unblock but keep migration tests pending --- .../SPRINT_3408_0001_0001_postgres_migration_lifecycle.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md b/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md index 31d14df9f..b8f39bdc4 100644 --- a/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md +++ b/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md @@ -245,7 +245,7 @@ public async Task MultipleInstances_ShouldNotApplyMigrationsTwice() | 2 | Design CLI command structure | CLI Team | TBD | DONE | Implemented; surfaced via `system migrations-*` commands | | 3 | Identify migration file renames per module | All Guilds | TBD | DONE | Renames applied in Waves 3-8 | | 4 | Coordinate health check endpoints | DevOps | TBD | DONE | Health checks added across modules; dashboards updated | -| 5 | Create AGENTS.md for `src/Cli` to unblock MIG-T2.8 CLI integration tests | PM Guild | 2025-12-08 | BLOCKED | Required before writing CLI integration tests (MIG-T2.8). | +| 5 | Create AGENTS.md for `src/Cli` to unblock MIG-T2.8 CLI integration tests | PM Guild | 2025-12-08 | DONE | Added `src/Cli/AGENTS.md` (2025-12-06). | ## Execution Log @@ -268,9 +268,7 @@ public async Task MultipleInstances_ShouldNotApplyMigrationsTwice() | 2025-12-03 | Added BuildSystemCommand to CommandFactory.cs | Claude | | 2025-12-03 | Added Storage.Postgres references to CLI project | Claude | | 2025-12-03 | Note: CLI build blocked by pre-existing Scanner module errors | Claude | -| 2025-12-06 | Added CLI AGENTS.md, fixed Scanner build; MIG-T2.8 integration tests passing. | Project Mgmt | -| 2025-12-06 | Completed Waves 3-8 module integrations (Authority, Scheduler, Concelier, Policy, Notify, Excititor) with startup migrations + health checks + tests. | Guild Leads | -| 2025-12-06 | Completed Wave 9 verification: multi-instance race, release-block, checksum drift tests all passing; CLI docs/runbook updated; Grafana migration dashboard live. | QA · Docs · DevOps | +| 2025-12-06 | Added CLI AGENTS.md to unblock MIG-T2.8; CLI build still pending Scanner fixes; integration tests not yet added. | Project Mgmt | --- *Reference: docs/db/MIGRATION_STRATEGY.md*