Documentation
README
Anomaly Investigation Loop
A form โ test โ eliminate โ confirm loop โ root-cause analysis as a search. The artifact is an investigation log; the feedback signal is the count of live candidate explanations, driven down toward a single cause that is confirmed, not merely consistent. Each iteration you test one candidate against the data and drop the ones the data refutes, narrowing the field until one survives.
The discipline this enforces: a cause is "root" only when it both survives an honest attempt to refute it and makes a positive prediction that checks out (e.g. "if this is the cause, removing it restores normal" โ and it does). A story that merely could explain the anomaly is a hypothesis, not a finding.
When to use
This is the opening of the README. Read the full README on GitHub.