Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 904 Bytes

File metadata and controls

35 lines (24 loc) · 904 Bytes

OMX Wiki

OMX Wiki is a compiled markdown knowledge layer for agents.

What it is

  • local project knowledge stored under .omx/wiki/
  • markdown-first and search-first
  • designed for agentic retrieval workflows, not vector-first RAG

Core user surfaces

  • omx wiki add
  • omx wiki query
  • omx wiki lint
  • omx wiki refresh
  • omx wiki list
  • omx wiki read
  • omx wiki delete

Retrieval model

  • Wiki pages are queried first when useful
  • omx explore can inject wiki-first context before broader repository search
  • repository search remains the fallback when wiki evidence is weak or missing

Lifecycle model

  • SessionStart can inject compact wiki context through the native hook path
  • SessionEnd can capture session-log pages through the runtime cleanup path

Constraints

  • no vector embeddings required
  • wiki is local project state, not source-controlled product code