OMX Wiki is a compiled markdown knowledge layer for agents.
- local project knowledge stored under
.omx/wiki/ - markdown-first and search-first
- designed for agentic retrieval workflows, not vector-first RAG
omx wiki addomx wiki queryomx wiki lintomx wiki refreshomx wiki listomx wiki readomx wiki delete
- Wiki pages are queried first when useful
omx explorecan inject wiki-first context before broader repository search- repository search remains the fallback when wiki evidence is weak or missing
- SessionStart can inject compact wiki context through the native hook path
- SessionEnd can capture session-log pages through the runtime cleanup path
- no vector embeddings required
- wiki is local project state, not source-controlled product code