29 lines
747 B
Markdown
29 lines
747 B
Markdown
# 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.
|