IncidentDraft turns structured incident events into a clean incident report draft with severity, timeline, impact, and action items.
npm install
npm run build
node dist/cli.js generate --input incident.json --out incident.mdInput format example:
{
"title": "Checkout outage",
"events": [
{
"at": "2026-02-14T10:05:00Z",
"source": "deploy",
"level": "info",
"message": "release rolled out",
"service": "checkout"
}
]
}MIT