Skip to content

Agents Remember

vmcp-v2.0.0 scope: mcp Breaking

This release includes 3 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent agent-memory ai-agent ai-memory coding-agents mcp-server

ReleasePort's take

Moderate signal
editorial:auto 1mo

The release removes workflows W-01 and W-03 and changes skill installation behavior; documentation now requires reinstalling MCP and re‑running skill install.

Why it matters: Affects code using removed workflow IDs, layout parameter in skills_install API, and WorkflowKind enum values; upgrade instructions mandate reinstalling MCP to adapt the new flat skill tree.

Summary

AI summary

Updates Highlights, Breaking changes, and L-01 across a mixed release.

Changes in this release

Breaking High

Removed workflows W-01-heavy-task-workflow and W-03-chat-task-workflow.

Removed workflows W-01-heavy-task-workflow and W-03-chat-task-workflow.

Source: llm_adapter@2026-06-05

Confidence: high

Breaking High

`skills_install` no longer accepts a `layout` input; installer performs flat copy.

`skills_install` no longer accepts a `layout` input; installer performs flat copy.

Source: llm_adapter@2026-06-05

Confidence: high

Breaking High

`WorkflowKind` enum drops `heavy` and `heavy-task` values.

`WorkflowKind` enum drops `heavy` and `heavy-task` values.

Source: llm_adapter@2026-06-05

Confidence: high

Feature Medium

Introduces L-01 session job lifecycle with steps: orient → ground → frame → decide → build → close.

Introduces L-01 session job lifecycle with steps: orient → ground → frame → decide → build → close.

Source: llm_adapter@2026-06-05

Confidence: high

Feature Low

Flattens skill tree; all skills reside directly under `skills/` directory.

Flattens skill tree; all skills reside directly under `skills/` directory.

Source: llm_adapter@2026-06-05

Confidence: high

Feature Low

Adds post‑merge ledger automation via C-11 carryover mapping PR merge commit.

Adds post‑merge ledger automation via C-11 carryover mapping PR merge commit.

Source: llm_adapter@2026-06-05

Confidence: high

Bugfix Medium

Upgrade instructions now specify reinstalling MCP and re‑running skill install to replace old layout.

Upgrade instructions now specify reinstalling MCP and re‑running skill install to replace old layout.

Source: llm_adapter@2026-06-05

Confidence: low

Refactor Low

Retires chat (W-03) and heavy (W-01) workflows; replaces them with L-01 light tasks + master/sub‑task composition.

Retires chat (W-03) and heavy (W-01) workflows; replaces them with L-01 light tasks + master/sub‑task composition.

Source: llm_adapter@2026-06-05

Confidence: high

Full changelog

Agents Remember 2.0.0

A major, breaking release: the session job lifecycle (L-01) becomes the primitive the coordinator routes into, the chat and heavy task workflows are retired in favor of light tasks + master/sub-task composition, and the skill tree is flattened. Read this before upgrading — some public contracts changed.

Highlights

  • L-01 session job lifecycle — every session runs orient → ground → frame → decide → build → close. The job type (bug / feature / triage / research) is a framing lens, not a gate; the only task-format call is L-01's build-mode step: read-only exit, chat build (worktree, no task file), or a durable W-02 task.
  • Retired the chat (W-03) and heavy (W-01) workflows — W-03's doctrine is migrated and modernized into L-01; W-01 is replaced by a W-02 master + light sub-task series (one wrapper folder, flat numbered sub-tasks, one shared worktree, a commit per slice, one release).
  • Flat skillsU-01-core-skills is dissolved; every skill sits directly under skills/, and the installer simply copies the flat tree (no tree/namespace layout).
  • Post-merge ledger automation — C-11 carryover now maps the PR merge commit, so a worktree based off a freshly-merged gated branch no longer blocks on a manual ledger reconciliation.

Breaking changes

  • Removed skill IDs: W-01-heavy-task-workflow, W-03-chat-task-workflow (and the heavy phase skills).
  • skills_install no longer accepts a layout input — the installer is a flat copy.
  • WorkflowKind drops the heavy / heavy-task values.

Upgrade

Reinstall the MCP (uvx --refresh, or pin agents-remember-mcp==2.0.0) and restart the harness, then re-run skill install (with overwrite) so the flat skill set replaces the old layout. Existing memory and onboarding are unaffected.

Breaking Changes

  • Removed skill IDs: W-01-heavy-task-workflow, W-03-chat-task-workflow (and associated heavy phase skills).
  • `skills_install` no longer accepts a `layout` input — the installer performs a flat copy.
  • `WorkflowKind` drops the `heavy` / `heavy-task` values.

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

Track Agents Remember

Get notified when new releases ship.

Sign up free

About Agents Remember

All releases →

Related context

Earlier breaking changes

  • vmcp-v2.9.0 Removed tools direct_closeout_preview and direct_closeout_apply.

Beta — feedback welcome: [email protected]