From 6facbcf1cf200e2a61064f84b21b9902f3c6b104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=B1=D0=BE=D1=82?= Date: Thu, 10 Sep 2026 08:54:54 +0200 Subject: [PATCH] =?UTF-8?q?v0.24.2=20=E2=80=94=20the=20ledger=20section=20?= =?UTF-8?q?names=20the=20version=20it=20ships?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.24.1 wrote the ledger section before bumping, so the section named the version being replaced and the lag survived its own fix. Bump first, then write the section against what is now declared. Co-Authored-By: Claude Fable 5 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 9 +++++++++ SKILL-CARD.md | 2 +- docs/evidence/verification.md | 2 +- package.json | 2 +- plugins/agent-stack/.claude-plugin/plugin.json | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) 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"