This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Resolver, Highlights, and Tests across a mixed release.
Full changelog
Agents Remember 2.9.3
A small but recurring resolver fix: the coordination context now resolves a worktree's contract.md from its worktree_name alone, so tooling addressed by worktree name gets the full contract context instead of empty paths.
Highlights
resolve_context/resolve_coordination_contextnow populatecontract_path,code_worktree, andmemory_worktreefromworktree_namealone — matching whatworktree_status(task_name=…)already returned (#90).
Resolver
resolve_contractgained aworktree_namefallback with strict precedencecontract_path>task_name>worktree_name; an unmatched name returns empty rather than raising.- New
find_worktree_contracthelper enumeratestasks/<repo>/*/contract.mdand matches each contract's recordedcoordination.worktree_group, becauseworktree_namecannot be reversed totask_name(slugifypreserves both-and_). The lossless join is on the worktree-group folder name. find_worktree_contractis re-exported from thecoordination_context_resolverfacade alongsidefind_task_contract.
Tests
- Happy-path regression guard (fields non-null), graceful-empty unknown name,
task_name-over-worktree_nameprecedence, and afind_worktree_contractunit test.
Full changelog: https://github.com/Foxfire1st/agents-remember/compare/mcp-v2.9.2...mcp-v2.9.3
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 Agents Remember
All releases →Related context
Related tools
Earlier breaking changes
- vmcp-v2.9.0 Removed tools direct_closeout_preview and direct_closeout_apply.
- vmcp-v2.0.0 `WorkflowKind` enum drops `heavy` and `heavy-task` values.
- vmcp-v2.0.0 `skills_install` no longer accepts a `layout` input; installer performs flat copy.
- vmcp-v2.0.0 Removed workflows W-01-heavy-task-workflow and W-03-chat-task-workflow.
Beta — feedback welcome: [email protected]