-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
McAmner edited this page Jun 18, 2026
·
1 revision
mqobsidian is the MQ stack durable memory and context-compression layer.
It stores reviewed knowledge, public-safe examples, portable schemas, templates, compact context cards, and stack-truth notes. It does not execute workflows or own live runtime truth.
Current public release:
v0.2.1 - context-card seeds and agent read-order grounding
Current product direction:
v0.2.x - Token Reduction MVP
- Public-safe memory repo structure.
- Truth, review, learn, and decision export schemas.
- Reusable note and export templates.
- Sanitized examples.
- Context-pack schema and template.
- Token budget checks.
- Seeded system hot/index notes for agent read-order.
Prove that a small task context pack reduces repeated Codex and Claude Code context reads for one real MQ task.
Target flow:
mqobsidian memory/context
-> context-pack.v1
-> .mq/context/task-pack.md
-> Codex / Claude Code reads only the pack
mqobsidian -> stores schemas, templates, examples and durable memory
mq-agent -> selects and generates context packs
mq-hal -> shows operator status
mq-mcp -> owns bounded runtime/review tools
See also Context Packs.