What problem does it solve?
It solves the problem of losing important project decisions, architecture notes, and session learnings by keeping them in a persistent knowledge base that compounds across time.
Core Features & Use Cases
- Ingest knowledge into pages: Add or update multiple pages from a single ingest operation, organized by category and tags.
- Query with keyword + tag search: Retrieve relevant pages and let the AI synthesize answers with snippets from matches (no vector embeddings).
- Maintain quality with linting: Detect orphan pages, stale content, broken cross-references, oversized pages, and structural contradictions to keep the wiki reliable.
Quick Start
Use the wiki skill to add a new page titled "Auth Architecture" with your current notes: wiki_add({ title: "Auth Architecture", content: "Write your authentication and architecture notes here...", tags: ["auth", "architecture"], category: "architecture" }).