What problem does it solve?
It solves the problem of losing project context by turning a codebase’s decisions, patterns, and learnings into organized Obsidian wiki pages you can reuse later.
Core Features & Use Cases
- Project-to-wiki knowledge distillation: Scans the current project (docs, repo structure, and change history) to extract what you would want to know in the future.
- Delta-based syncing: Uses the vault manifest to decide whether to run a full scan or only distill changes since the last synced commit.
- Automatic page organization: Writes project-specific pages under the vault’s
projects/<project-name>/ structure and places cross-project knowledge into global categories.
- Cross-linking with correct link format: Connects new and existing wiki pages using the vault’s configured Obsidian link style.
Quick Start
Run wiki-update on your current project directory and tell it to update your Obsidian wiki when you want to distill recent progress into structured notes.