The wiki is the core of Create. Burton stores it as a git repository of markdown per team. That is the knowledge moat: files you can clone, review, and restore.

Source: src/plugins/wiki ยท plugin doc

  • Create files and folders. Nest or hoist with drag-and-drop.
  • Link pages with [[Wiki links]] or ordinary Markdown.
  • Every save, move, rename, and folder change is a git commit. History restores an earlier version.
  • Connect a remote and branch, then Sync (pull/push) or Clone. Deleting a folder hoists its pages instead of destroying them.
  • Open pages in Obsidian or Zed when those editors are enabled.

The built-in engine is llm-wiki (Karpathy-style). Conversation intelligence is the same idea: git-versioned markdown keyed to a contact, not a hidden transcript blob.

Generated trees (yaml/, md/, catalog.yaml) are written by rabun-warehouse. The Burton UI shows them as read-only. rabun-docs extracts tagged project docs into the warehouse inbox; the warehouse worker still commits. For a local vault librarian, see curator.

The Agent can draft pages. MCP tools wiki_list, wiki_read, and wiki_search on Rabun read RABUN_WAREHOUSE_ROOT/<team_id>/ (aliases BURTON_WIKI_ROOT / RABUN_WIKI_ROOT).

Disk on a production host: RABUN_WAREHOUSE_ROOT and BURTON_WIKI_ROOT (and matching roots for conversations and sites), typically under /var/lib/burton.