docs: reflect CLI AGENTS unblock but keep migration tests pending

This commit is contained in:
StellaOps Bot
2025-12-06 16:10:31 +00:00
parent 84c42ca2d8
commit 868f8e0bb6

View File

@@ -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*