my-homelab-configs/infra/incident-commander
juvdiaz 14aa2555c1 Add AI incident commander 2026-06-30 11:50:10 -06:00
..
fixtures Add AI incident commander 2026-06-30 11:50:10 -06:00
README.md Add AI incident commander 2026-06-30 11:50:10 -06:00
incidents.tsv Add AI incident commander 2026-06-30 11:50:10 -06:00

README.md

AI Incident Commander

This is a deterministic incident-triage trainer for the homelab. It is the first step toward a Jeannie incident assistant: classify symptoms, map evidence to a likely failure class, print read-only next commands, and make unsafe actions explicit.

Run fixture replays:

./jeannie incident replay

Useful commands:

./jeannie incident list
./jeannie incident replay edge_502
./jeannie incident triage --from-file /tmp/incident-output.txt
./jeannie incident triage --text "curl shows 502 Bad Gateway from nginx"

The command is report-only. It does not run Kubernetes, SSH, OpenTofu, or Docker commands for you.