Use this template for reproducible incident reports. Unchecked boxes in this document are intentional; this is an operational form, not a backlog tracker.
Pair this checklist with incident-playbook.md for response sequencing.
- Command executed:
- Working directory:
- Timestamp:
- Branch/commit:
- Exit code:
- First failing step:
- Raw stderr/stdout artifact path:
- If command hung: elapsed wall time before termination:
Run and capture:
rustc --version
python3 --version
go version
uv --version
git rev-parse HEAD
git status --short --branch
ps -axo pid=,command=,rss= -ww | rg -n "rlm_repl|lake env repl|\\brepl\\b" -SMark one primary scope:
- Build/toolchain
- Test regression
- Governance/policy
- Runtime logic
- Integration compatibility
- Documentation mismatch
Write shortest deterministic sequence that reproduces the issue.
State hypothesis in one paragraph and include relevant file references.
- Patch summary:
- Commands used to validate:
- Evidence artifact paths:
- Original failure resolved
- Full gate chain re-run
- No new regressions introduced
- Docs updated if behavior changed
This checklist is intentionally boring. Boring checklists prevent exciting incidents.