Monomind v2.5.4 — cleanup + monofence false-positive escape hatch
Monomind v2.5.4
Small follow-up to v2.5.3, published once all in-flight work landed on main.
Changes
- Removed dead v1-era artifacts: the docker-regression test harness (referenced a nonexistent v1 tree and packages that no longer exist) and a nested, unused monorepo root that predated the current workspace layout. No functional change; pure cleanup.
- Added a
MONOMIND_MONOFENCE_GATE=offescape hatch for the monofence-ai threat-detection pre-write/pre-bash gate, mirroring the existingMONOMIND_GRAPH_GATE=offpattern. Added after the gate blocked legitimate release-note prose during the v2.5.3 release at high confidence; bisected to a plain markdown heading that happened to start with a word its heuristic treats as a fake-instruction marker. The gate still fails open by default on timeout or error; this adds an explicit, opt-in override for confirmed false positives rather than weakening default behavior.
See the v2.5.3 release notes for the substantial changes in this cycle: the memory-system upgrade (closed feedback loop, conversation knowledge graph, org_learn/org_remember, rule-based query routing), monodesign becoming a standalone package, and the npm packaging fix for the hooks/mcp/routing packages.
Full diff: v2.5.3...v2.5.4
Install with: npx monomind@latest doctor --fix
Or: npm install -g @monoes/monomindcli@latest