-
Notifications
You must be signed in to change notification settings - Fork 0
Home
McAmner edited this page Jun 18, 2026
·
3 revisions
mqobsidian is the local-first durable memory layer for the MQ stack.
This wiki is synced from the current repository docs and compact stack truth notes. The repository remains the source of truth for schemas, templates, examples, and validation scripts.
signal -> review -> decision -> memory -> next action
Responsibility split:
-
mq-agentorchestrates workflows and exports stack truth. -
mq-mcpexecutes bounded tools and owns runtime/review contracts. -
repo-signalscores repo health and readiness. -
mq-halpresents operator-facing summaries. -
mqobsidianstores durable memory, schemas, templates, and compact context.
The repository docs remain authoritative:
-
README.mdfor product status and public-safe scope. -
docs/memory-model.mdfor durable memory layers. -
docs/truth-export.mdfor export rules. -
docs/roadmap-token-reduction.mdfor the context-pack roadmap. -
schemas/andtemplates/for portable contracts.
mqobsidian does not execute workflows, own runtime gates, publish releases, or
replace mq-agent, mq-mcp, or mq-hal.