Documentation
README
Chaos Command
$ARGUMENTS
Triggers a controlled resilience experiment.
Usage
/chaos <experiment> [target]
# Example: /chaos latency backend-api
# Example: /chaos kill redis
Protocol
- Safety Check: Verify env != PROD.
- Baseline: Check system health is green.
- Inject: Run the fault injection.
- Observe: Monitor logs/metrics for 60s.
- Recover: Restore system health.
- Report: Did we survive?
Rules
- MUST verify target environment is non-production before injecting
- NEVER run against a system without a healthy baseline
- CRITICAL: abort immediately if recovery does not complete within the observation window
- MANDATORY: log every injected fault with timestamp and scope
Gotchas
This is the opening of the README. Read the full README on GitHub.