| Primitives | Low-level data extraction (registers, backtrace, taints) | primitives.md |
| Analysis Flows | Multi-agent pipeline orchestration (fetcher → collector → analyst → patcher/fact-checker) and crash-type-specific steps | flows.md |
| Agents | Sub-agent definitions: fetcher (Step 1), collector (Step 2), analyst (Step 3), patcher (Step 4), fact-checker (Step 5), and patch reviewer (Step 6) | agents/ |
| Fundamentals | Key Elements table, UNAME/distro, modules, taint, MSGID | fundamentals.md |
| Backtrace | Backtrace table construction, formats, IRQ/Task context | backtrace.md |
| Mapping | Resolve backtrace offsets to source lines via gdb/addr2line | mapping.md |
| Reporting | Source code formatting rules, line numbers, summarization | reporting.md |
| Distro: Debian | Download, extract, and locate debug files for Debian | debian.md |
| Distro: Debian (pre-fetch) | Fetcher-agent easy path: pool index lookup, -dbg package download | fetch-debian.md |
| Distro: Fedora | Download, extract, and locate debug files for Fedora | fedora.md |
| Distro: Fedora (pre-fetch) | Fetcher-agent easy path: Koji RPM download, CKI git checkout | fetch-fedora.md |
| Distro: Ubuntu | Download, extract, and locate debug files for Ubuntu | ubuntu.md |
| Distro: Ubuntu (pre-fetch) | Fetcher-agent easy path: Launchpad git checkout, ddeb download | fetch-ubuntu.md |
| Bug tracker fetch | Fetch an OOPS from Launchpad, kernel Bugzilla, Debian BTS, or Red Hat Bugzilla | bugtracker.md |
| Image transcription | OCR a screenshot or decode a drm_panic QR code to extract OOPS text | image.md |
| Patch email | Prepare an LKML-ready patch email with send script when a new fix is created | patch.md |
| Analysis reply email | Generate a plain-text LKML reply (analysis-email.txt) and send script when a MSGID is available and analysis confidence is high | decode-email.md |
| Locks held | Parse the "N locks held" lockdep block; enforce strict scope limits to prevent unbounded code exploration | lockdep.md |
| Security assessment | CVE lookup and structured severity classification (Paging Request, BUG, Panic only) | security.md |
| semcode MCP | Fast kernel code search, call graph traversal, lore email search via semcode MCP server | semcode.md |
| Examples | Sample OOPS reports for reference and testing | assets/examples/ |