Part of Milestone B — V4 Operational Core. Ref: #27
Prove that the projects world and the new systems/environments/releases/domains world describe the same running platform before deploy logic is moved.
Tomas tasks
Reconciliation script
Operator dashboard report
Exit gate
- Reconciliation passes on current test data
- No orphan running containers
- No unknown active routes
- Environment secrets decrypt correctly
- Backup/restore works in dual mode
- Legacy dashboard and V4 Systems API agree on counts
Rollback
Keep using legacy projects as source of truth. Disable ENABLE_V4_SYSTEMS.
Part of Milestone B — V4 Operational Core. Ref: #27
Prove that the
projectsworld and the newsystems/environments/releases/domainsworld describe the same running platform before deploy logic is moved.Tomas tasks
Reconciliation script
api/scripts/reconcile-v4-migration.jsthat verifies:ENV_SECRETdeploy_historyrows map to releasesstats_historyrows map to infrastructure metricsOperator dashboard report
Exit gate
Rollback
Keep using legacy
projectsas source of truth. DisableENABLE_V4_SYSTEMS.