diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 69f0fc7..89c6eb2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ "displayName": "Agent Stack", "source": "./plugins/agent-stack", "description": "Four skills: agent-orchestrator — tool-calling loops, pipelines with checkpoints, provider routing with fallback, memory architecture, plus the wallet side of reselling LLM access; agent-evals — run/trace/thread evals, LLM judges, and fixtures grown from production; agent-interop — MCP servers and clients, A2A agent cards, the MCP Registry, and gateways; agent-harness — system prompts, tool shaping, workflow-vs-agent, and auditing an agent system.", - "version": "0.24.1", + "version": "0.24.2", "author": { "name": "ssheleg", "url": "https://x.com/sshlg93" diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e14b3..3eca3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.24.2 — the ledger section names the version it ships + +The previous patch wrote the ledger section BEFORE bumping the version, so the +section named the version that was being replaced and the lag it existed to +close survived it. Order matters here: bump, then write the section against what +is now declared. + +Nothing else changed. + ## v0.24.1 — the ledger catches up to the version it ships A member's ledger is fixed in that member's own release. The umbrella's ratchet diff --git a/SKILL-CARD.md b/SKILL-CARD.md index f5da5d5..d2fdcb8 100644 --- a/SKILL-CARD.md +++ b/SKILL-CARD.md @@ -5,7 +5,7 @@ | Field | Value | |---|---| | Pack | `agent-stack` | -| Version | `0.24.1` | +| Version | `0.24.2` | | Skills | `agent-orchestrator`, `agent-evals`, `agent-interop`, `agent-harness` | | License | MIT | | Source | https://github.com/ssheleg/agent-stack | diff --git a/docs/evidence/verification.md b/docs/evidence/verification.md index e2df8ca..c978767 100644 --- a/docs/evidence/verification.md +++ b/docs/evidence/verification.md @@ -10,7 +10,7 @@ This file exists because its absence read as zero exposure. `sshlg-skills` board --- -## Shipped state — v0.24.0 (2026-09-10) +## Shipped state — v0.24.2 (2026-09-10) Sherlock external-v3 (24 findings), each carrying its own executable regression. diff --git a/package.json b/package.json index ea9d437..bfaf894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ssheleg/agent-stack", - "version": "0.24.1", + "version": "0.24.2", "scripts": { "test": "python3 test/validate.py && python3 test/plant_guard_test.py && node test/installer_test.js && npm run test:audit", "test:audit": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done" diff --git a/plugins/agent-stack/.claude-plugin/plugin.json b/plugins/agent-stack/.claude-plugin/plugin.json index 186a1cb..040e00d 100644 --- a/plugins/agent-stack/.claude-plugin/plugin.json +++ b/plugins/agent-stack/.claude-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "agent-stack", "displayName": "Agent Stack", "description": "Four skills: agent-orchestrator — tool-calling loops, pipelines with checkpoints, provider routing with fallback, memory architecture, plus the wallet side of reselling LLM access; agent-evals — run/trace/thread evals, LLM judges, and fixtures grown from production; agent-interop — MCP servers and clients, A2A agent cards, the MCP Registry, and gateways; agent-harness — system prompts, tool shaping, workflow-vs-agent, and auditing an agent system.", - "version": "0.24.1", + "version": "0.24.2", "author": { "name": "ssheleg", "url": "https://x.com/sshlg93"