What problem does it solve? It answers "what is the current state of my wiki" by comparing on-disk sources against the ingest manifest, so you can decide whether to append new content or rebuild the vault from scratch. ## Core Features & Use Cases - Delta Report: Classifies every source file as new, modified, touched, unchanged, or deleted by comparing it against .manifest.json. - Token Footprint: Estimates per-tier and full-wiki token costs, with a configurable warning threshold for oversized vaults. - Ranked Action List: Produces a prioritized "What to Do Next" list covering staged writes, raw files, stale pages, orphans, synthesis, and lint. - Insights Mode: Builds the wikilink graph to surface hub pages, bridge pages, tag cohesion, tier suggestions, and writes _insights.md. - Use Case: Before running an ingest, ask for a wiki status check to see that 12 new and 3 modified sources are pending, then decide to append rather than rebuild. ## Quick Start Ask the assistant to show the current wiki status and what sources are waiting to be ingested.