pub fn analyze(
trigger: &PostMortemTrigger,
input: &AnalysisInput,
) -> PostMortemResultExpand description
Run deterministic post-mortem analysis on a triggered session.
Produces lessons and rule proposals based on trigger reasons and session data.
This is the heuristic analyzer — no LLM calls. Future: analyze_with_llm().