AGENTS.md, CLAUDE.md, CLI initiate.md/SKILL.md, Claude project memory,
Codex memory, and related project guidance. It builds a dedicated Monomento-
backed brain index, reports drift before reading it, and can draft a
folder-scoped AGENTS.md without silently applying the draft.
Published contract: monobrain 0.1.0, OpenCLIs build
2026-05-24-013543. The OpenCLIs-managed payload, installed-state row, and
public CDN metadata agree on this release identity.
The public binary exposes 14 canonical operational commands, 8 root
aliases, 6 rule-management actions, and a 12-command typed MCP surface.
help, version, mcp, and mcp-schema are control/meta commands rather than
additional memory operations.
When auditing an installation, prefer the exact path in
openclis list --json over command -v monobrain: an older copy earlier on
PATH can shadow the OpenCLIs payload while reporting the same SemVer.Quick Start
Complete Command Reference
All normal commands accept
--json. Text output includes a [NEXT] hint;
JSON includes next_hint.reason and next_hint.commands.
Root aliases
--mcp-schema is also accepted as a spelling of mcp-schema. The installed
0.1.0 payload does not expose a docs command; use monobrain help for
the embedded guide. A source checkout can be ahead of that published surface,
so source-only dispatch arms are not release proof.
Freshness Is Explicit
monomento index --project does not refresh MonoBrain.
status --strict turns stale and not-initialized into non-zero automation
gates. Search, path lookup, and Claude-memory resolution report freshness but
never reindex implicitly; run monobrain index . --project explicitly.
Typed MCP Boundary
index is the one persistent writer in that
surface. rules, apply, raw server/meta commands, and their aliases are
excluded, so an MCP client cannot rewrite routing rules or an AGENTS.md
target through this server.
Memory and Instruction Boundaries
- User memories remain searchable evidence and are not default write candidates
for
AGENTS.md. propose-agentsis always read-only; onlyapplywrites.- Claude project-memory resolution compares cwd, repository root, ancestors,
encoded Claude keys, and git remote aliases. The index keeps both encoded
source_pathand originallogical_path; it does not guess paths by replacing hyphens with slashes. skillsis routing assistance, not skill instruction execution.- The old MonoTerm PTY companion is
monobrain-bridge; the legacy MCP experiment is separate and intentionally not themonobrainbinary.
Release Platforms
The0.1.0 release metadata publishes five platform artifacts:
There is no
windows-aarch64 artifact in this release.