What problem does it solve? Pi coding agent sessions accumulate as raw JSONL transcripts that are hard to revisit, so the knowledge, decisions, and workflows captured in past sessions remain buried and unusable. ## Core Features & Use Cases - Session Parsing: Reads Pi session JSONL files, reconstructs the active conversation branch from the tree structure, and extracts messages, compaction summaries, and bash executions. - Incremental Ingest: Tracks processed files in a .manifest.json so only new or modified sessions are re-processed, with a full re-ingest mode available. - Wiki Distillation: Clusters extracted knowledge by topic and writes distilled pages into an Obsidian vault with provenance markers, source reference comments, and confidence metadata. - Use Case: After weeks of Pi coding sessions across several projects, run the ingest to surface recurring debugging patterns and project decisions as searchable wiki pages with auditable source citations. ## Quick Start Ask the assistant to process your Pi history and add your Pi sessions to the wiki.