Operations & Runbooks
This section collects the release-day and production references for stygian-charon.
Test and validation commands
# Crate tests with all features
cargo test -p stygian-charon --all-features
# Strict linting for the crate
cargo clippy -p stygian-charon --all-features --examples --tests -- -D warnings
Optional integration checks:
- Redis cache integration test requires
STYGIAN_REDIS_URL. - Live target validation smoke test requires
STYGIAN_LIVE_URL.
Diagnostic and integration guides
The crate ships additional guides under crates/stygian-charon/docs/:
caching-integration-guide.mdmetrics-integration-guide.mdslo-usage-guide.mdoutput-structure.mdsignal-coverage-matrix.mdincident-runbook.md
Use these during rollout planning and incident triage to keep operator behavior consistent.
Suggested release checklist
- Run crate tests and clippy with all release features enabled.
- Verify fixture drift checks are green.
- Confirm docs for metrics/caching match enabled feature flags in deployment manifests.
- Validate that runbook references map to current alerting and on-call workflows.
Where Charon fits
Charon is a diagnostics-and-guidance component. It does not replace execution adapters.
- Use
stygian-graphto run pipelines. - Use
stygian-browser/stygian-proxyfor acquisition execution. - Use Charon output to choose and tune those execution strategies.