Summary
Provide a markdown incident report suitable for postmortems and tickets (not only a raw CLI markdown dump).
Motivation
- README Roadmap lists markdown incident report export.
- CLI already documents
raglogs explain --format markdown; this issue covers a complete report shape (sections, metadata, optional links) if not already satisfied.
Scope (proposal)
Acceptance criteria
- One command produces a paste-ready
.md file for a typical incident.
- Snapshot or unit tests for markdown structure.
Notes
- Close or narrow this issue if current markdown already meets the bar; then update the roadmap wording.
Summary
Provide a markdown incident report suitable for postmortems and tickets (not only a raw CLI markdown dump).
Motivation
raglogs explain --format markdown; this issue covers a complete report shape (sections, metadata, optional links) if not already satisfied.Scope (proposal)
explain --format markdownoutput; extend with title, window, services, evidence bullets, confidence, and optional “how to reproduce query” footer.raglogs explain ... > postmortem.mdin README.Acceptance criteria
.mdfile for a typical incident.Notes