Wiki Pages

The compiled wiki in wiki/ contains Markdown pages organized by type.

Page Kinds

KindDirectoryDescription
indexwiki/index.mdHome page with vault overview
sourcewiki/sources/One page per ingested source
conceptwiki/concepts/One page per extracted concept
entitywiki/entities/One page per extracted entity
outputwiki/outputs/Persisted query answers

Page Content

Each page includes:

  • Title and description from the extracted analysis
  • Backlinks to related pages
  • Source citations with provenance links
  • Related concepts and entities

Version Control

Wiki pages are plain Markdown, making them ideal for version control. Track changes to your knowledge base with git:

git add wiki/
git commit -m "Recompile after adding new sources"