Skip to content

BURHAN-MOP v0.1.6

Choose a tag to compare

@MoonWIRaja MoonWIRaja released this 12 Jun 18:33
· 34 commits to main since this release

Changes

  • Enforced visible named-agent answer contract for every authenticated response.
  • Added answerContract output to agent routing so providers know the exact first line to show.
  • Added monthly memory files at .MOP/memory/YYYY-MM.jsonl plus SESSION_BRIEF.md for new-chat context restore.
  • Added mop-core memory brief|restore|add commands.
  • Updated autosycn memory to write monthly memory as well as ledger state.
  • Updated Codex, Claude, Gemini, and Antigravity entrypoints to require memory restore, visible agent identity, and memory save.

Validation

  • node --check .MOP/scripts/mop-core.mjs
  • node --check .MOP/scripts/mop-autosycn.mjs
  • npm run validate
  • npm run doctor
  • npm run pack:dry
  • Smoke tested setup, agent activation, route answer contract, memory brief, and monthly memory add in /tmp.

Commit

  • 712f870