API definitions, commands, and state definitions.
| Endpoint | Description |
|---|---|
| GET /debug/healthz | Returns 200 if NATS and PG are reachable. |
| GET /debug/incidents/active | Lists currently tracking incidents in the CE. |
| GET /debug/graph/blast-radius | Returns full dependency tree for a given NodeID. |
| GET /debug/temporal/status | Checks workflow queue latency. |
make dev-upSpins up the stateful dependencies (Postgres, NATS, Temporal) locally via Docker Compose.
make verify-runtimeValidates that all local systems are online and reachable.
make bootstrapDeploys the demo microservices into the `cortexops-demo` namespace.
make demo-failure SCENARIO=[scenario]Injects a fault to trigger the correlation engine. Supported: `rollout-fail`, `crashloop`, `scale-pressure`.