From e16d2b522463a668311afbef8cc10e8ca752671a Mon Sep 17 00:00:00 2001 From: StellaOps Bot Date: Sat, 6 Dec 2025 11:56:04 +0000 Subject: [PATCH] docs: mark migration cli tests blocked pending cli AGENTS --- .../SPRINT_3408_0001_0001_postgres_migration_lifecycle.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 d22356c46..25c94d2b2 100644 --- a/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md +++ b/docs/implplan/SPRINT_3408_0001_0001_postgres_migration_lifecycle.md @@ -45,7 +45,7 @@ | 13 | MIG-T2.5 | DONE | Completed 2025-12-03 | CLI | Create `system migrations-status` command | | 14 | MIG-T2.6 | DONE | Completed 2025-12-03 | CLI | Implement `--all` flag for cross-module status | | 15 | MIG-T2.7 | DONE | Completed 2025-12-03 | CLI | Create `system migrations-verify` command | -| 16 | MIG-T2.8 | TODO | Depends on Scanner build fixes | CLI | Write CLI integration tests | +| 16 | MIG-T2.8 | BLOCKED | Missing `src/Cli/AGENTS.md`; cannot proceed with CLI test work until charter exists | CLI | Write CLI integration tests | ### Wave 3: Module Integration - Authority | # | Task ID | Status | Key dependency / next step | Owners | Task Definition | @@ -245,6 +245,7 @@ public async Task MultipleInstances_ShouldNotApplyMigrationsTwice() | 2 | Design CLI command structure | CLI Team | TBD | TODO | Coordinate with existing CLI patterns | | 3 | Identify migration file renames per module | All Guilds | TBD | TODO | Audit existing migrations | | 4 | Coordinate health check endpoints | DevOps | TBD | TODO | Align with existing /health patterns | +| 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). | ## Execution Log @@ -267,6 +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 | MIG-T2.8 marked BLOCKED: CLI working directory lacks AGENTS.md; add charter then proceed with integration tests. | Project Mgmt | --- *Reference: docs/db/MIGRATION_STRATEGY.md*