Initial MobilityOps build pack (docs, contracts, scaffold)

This commit is contained in:
NuklearRabbit
2026-08-01 20:34:43 +02:00
commit 24188d9b10
71 changed files with 3412 additions and 0 deletions
+28
View File
@@ -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.