chore(release): bump framework and 8 skills to v3.1.0 (MINOR)
- Define immutable MAM_VERSION="3.1.0" runtime constant in lib.sh - Bump YAML frontmatter version to 3.1.0 across all 8 skill packages - Document v3.1.0 changelog, 2-tier TUI readiness architecture, and migration guide in VERSIONS.md - Document new tuning knobs (MAM_KILL_ON_READY_TIMEOUT, MAM_DIALOG_TAIL_LINES, MAM_READY_EMPTY_GIVEUP) in .mam.env.example - Add 3-way lockstep and immutability test suite in tests/test_version_consistency.py
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: multi-agent-mux-create
|
||||
description: "Create a new agent session (claude, antigravity/agy) in a dedicated herdr session for context-preserving long-running work. Always creates a herdr session — never backgrounds with nohup/disown. Writes the new session to .mam/agent-sessions.yaml. Use when you want to start a fresh agent (no prior UUID) for a new project workspace."
|
||||
version: 3.0.1
|
||||
version: 3.1.0
|
||||
author: godopu
|
||||
license: MIT
|
||||
platforms: [linux, macos]
|
||||
|
||||
@@ -249,6 +249,7 @@ if [ "$TUI_READY_RC" -ne 0 ]; then
|
||||
{
|
||||
echo "=== MAM Diagnostic Dump ==="
|
||||
echo "Date: $(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
echo "MAM Version: ${MAM_VERSION:-unknown}"
|
||||
echo "Session: $SESSION_NAME"
|
||||
echo "Agent: $AGENT"
|
||||
echo "ReturnCode: $TUI_READY_RC"
|
||||
|
||||
Reference in New Issue
Block a user