Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture
Persistent, self-maintained markdown knowledge base for project and session knowledge.
wiki_ingest({ title: "Auth Architecture", content: "...", tags: ["auth", "architecture"], category: "architecture" })
wiki_query({ query: "authentication", tags: ["auth"], category: "architecture" })
wiki_lint()
wiki_add({ title: "Page Title", content: "...", tags: ["tag1"], category: "decision" })
wiki_list()
wiki_read({ page: "auth-architecture" })
wiki_delete({ page: "outdated-page" })
wiki_refresh()
architecture, decision, pattern, debugging, environment, session-log, reference, convention
.omx/wiki/*.md.omx/wiki/index.md.omx/wiki/log.mdUse [[page-name]] wiki-link syntax to create cross-references between pages.
At session end, discoveries can be captured as session-log-* pages. Configure via wiki.autoCapture in .omx-config.json.
.omx/wiki/