docs(#771): hold unimplemented runner routes

This commit is contained in:
Hermes Agent
2026-07-15 07:35:40 -05:00
parent be0ebfdc6a
commit d857463a8a
16 changed files with 110 additions and 104 deletions

View File

@@ -149,14 +149,9 @@ for any `<Image>` components added in the future.
---
## How to Apply
## Held future procedure
```bash
# PostgreSQL migration is a dedicated pre-runtime phase.
# Deployment injects migration-only credentials/TLS material; Gateway startup only verifies readiness.
mosaic-db-migrator --run
mosaic-db-migrator --verify
```
This report is non-operative evidence, not a current runbook. Until **KBN-101-00, KBN-101-03, and KBN-101-05** land, do not execute a PostgreSQL runner from this checkout. The approved future procedure is exactly: external bootstrap → TLS/roles → `mosaic-db-migrator --run``mosaic-db-migrator --verify` → Gateway/Compose readiness. Deployment will supply the reviewed runner, migration-only credentials, and TLS material; Gateway startup only verifies readiness.
---