Compile wiki articles from vault sources. The Librarian's core job: raw sources become structured wiki articles tagged with [VERIFY], [CONFLICT], [PLANNED].
Compile wiki articles from raw vault sources following the Karpathy pattern.
kb.yaml compile order changesCall library:config:get to get vault path.
Read kb.yaml from vault root for compile order and category list.
For each entry in compile order:
sources/ that map to this wiki article's category[VERIFY] — claims that need validation against running code[CONFLICT] — contradictions between sources[PLANNED] — features or work described as future/plannedwiki/<article-name>.mdWhen vault.obsidian.wikilinks is true in config, use [[wikilinks]] and #tags for Obsidian-native output.
Each wiki article gets YAML frontmatter:
---