This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Affected surfaces
Summary
AI summaryProcedure memory now supports governance fields to safely prefer validated procedures and suppress stale or unsafe ones.
Full changelog
v0.11.0 - Governed Procedure Memory
Agent Memory Bridge 0.11 makes procedure memory safer to use at task time.
Thesis
0.11.0 = governed procedure memory without expanding the public MCP surface.
The public MCP surface remains the same 10 tools. The change is inside task
memory assembly: procedure records now carry lifecycle and boundary fields, and
governed packets can prefer trustworthy procedures while suppressing stale,
replaced, or unsafe ones.
What Shipped
- procedure governance parsing for:
procedure_statuswhen_not_to_useprerequisitesfailure_moderollback_path
- governed task-memory packets:
- prefer
validatedprocedures - keep
draftprocedures eligible but lower priority - keep legacy no-status procedures eligible with warnings
- suppress
stale,replaced, andunsafeprocedures
- prefer
recall_first(...)now treats calmprocedure,checklist, andrunbook
queries as local-first task-memory triggers- a reviewed procedure-governance benchmark slice
Evidence
Current release snapshot:
pytest:175 passed- public MCP tools:
10 - procedure-governance benchmark:
case_count = 7flat_case_pass_rate = 0.429governed_case_pass_rate = 1.0flat_blocked_procedure_leak_rate = 1.0governed_blocked_procedure_leak_rate = 0.0governed_governance_field_completeness = 1.0
Why It Matters
Procedure memory is useful only if stale or unsafe playbooks do not keep leaking
back into task context. This release keeps procedures auditable in the store while
making the selected task packet more conservative.
Honest Boundaries
0.11.0 does not mean:
- procedure execution
- automatic procedure learning from raw transcripts
- a scheduler or worker runtime
- a new MCP tool surface
- a claim that broad retrieval ranking improved
Next
The next step is not another hidden automation layer. The next useful pressure
point is better dogfood observability: measuring how task packets, procedure
governance, and coordination signals behave across real sessions.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About zzhang82/Agent-Memory-Bridge
MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge.
Related context
Beta — feedback welcome: [email protected]