Initial MobilityOps build pack (docs, contracts, scaffold)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# PoC runbook
|
||||
|
||||
## Bootstrap
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose up --build -d
|
||||
```
|
||||
|
||||
Claude must replace this scaffold runbook with exact migration, seed, test and integration commands after implementation.
|
||||
|
||||
## Required operational checks
|
||||
|
||||
- API and web health;
|
||||
- database migration level;
|
||||
- pending/failed outbox count;
|
||||
- RAGcore provider state;
|
||||
- n8n connectivity;
|
||||
- MCP provider endpoint authorization;
|
||||
- deterministic demo reset.
|
||||
|
||||
## Recovery expectations
|
||||
|
||||
- database restart: application reconnects;
|
||||
- n8n outage: events remain pending and retryable;
|
||||
- RAGcore outage: knowledge shows unavailable, operations continue;
|
||||
- MCP Hub outage: web application unaffected;
|
||||
- failed demo experiment: Operations Manager reset restores the seed.
|
||||
Reference in New Issue
Block a user