chore(release): bump framework and 8 skills to v4.0.0 (MAJOR — cline removal & hermes modernization)

- Bump MAM_VERSION to 4.0.0 in lib.sh
- Bump all 8 skill frontmatter versions to 4.0.0 in 3-way lockstep
- Update VERSIONS.md with v4.0.0 changelog, migration guide (B-1..B-5), and skill matrix
- Archive multi-agent version upgrade consensus and peer review reports (439 passed, 0 failures)
This commit is contained in:
2026-08-28 23:31:31 +09:00
parent f57cd5cdde
commit 6c0b8b0084
15 changed files with 306 additions and 24 deletions
@@ -1,7 +1,7 @@
---
name: multi-agent-mux-resume
description: "Resume an existing agent (claude, antigravity/agy) conversation by UUID into a herdr session. Reads .mam/agent-sessions.yaml for the saved session/conversation id, spawns (or reuses) a herdr session of the matching name, and runs `claude -r <id>` or `agy --conversation <id>` inside. Use when you want to reattach to a previous session's context, or revive a session whose herdr died but the agent's conversation is still on disk."
version: 3.1.0
version: 4.0.0
author: godopu
license: MIT
platforms: [linux, macos]