What problem does it solve?
Ingests raw sources into an Obsidian vault and synthesizes them into interlinked wiki pages with provenance, cross-references, and periodic linting, enabling a persistent knowledge base that stays up-to-date without re-queried raw documents.
Core Features & Use Cases
- Ingest: convert raw sources (markdown, PDFs, code, docs) into wiki pages with [[wikilinks]] and provenance tracking.
- Query: search the wiki and synthesize answers with citations, supporting cross-page references and incremental updates.
- Lint: health checks for dead links, alias mismatches, stale content, and orphaned pages; automated stubs and diffs guide fixes.
- Use Case: enterprise design docs, research knowledge bases, and personal learning by accumulating and cross-referencing sources over time.
- Diff-based re-ingestion: only re-ingest changed sources to minimize tokens while propagating updates through the graph.
Quick Start
Ingest raw sources into wiki pages, then query the wiki with citations to surface answers.