Integrations

Patterns for connecting a codex vault to external tools and platforms. The codex is plain markdown on disk — anything that can read and write files can integrate with it.

Guides

FileDescription
obsidian-setup.mdUsing the codex as an Obsidian vault with recommended plugins and queries
git-workflow.mdVersion-controlling your codex with git, branching, and auto-commit
automation-patterns.mdAutomation patterns — bots, cron, webhooks, voice capture

Principle

The codex is intentionally tool-agnostic. It’s markdown files with YAML frontmatter in a folder structure. This means:

  • Obsidian sees it as a vault
  • Git sees it as a repo
  • AI agents see it as a searchable knowledge base
  • Scripts see it as files to parse and transform
  • Automation platforms see it as a folder to watch

No vendor lock-in. If a tool dies, the knowledge stays.