@ssheleg/agent-stack 0.24.0 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## v0.24.1 — the ledger catches up to the version it ships
|
|
2
|
+
|
|
3
|
+
A member's ledger is fixed in that member's own release. The umbrella's ratchet
|
|
4
|
+
counts members whose ledger describes a version older than they ship, and the
|
|
5
|
+
release wave of 2026-09-10 put this one on that list — its gate did not demand a
|
|
6
|
+
section, the umbrella does.
|
|
7
|
+
|
|
8
|
+
The v0.24.0 section is written now, naming what shipped and what
|
|
9
|
+
confirmed it.
|
|
10
|
+
|
|
1
11
|
## 0.24.0 — the agent stack closes its audit findings
|
|
2
12
|
|
|
3
13
|
Sherlock external-v3 (24 findings), each carrying its own executable regression
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssheleg/agent-stack",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"test": "python3 test/validate.py && python3 test/plant_guard_test.py && node test/installer_test.js && npm run test:audit",
|
|
6
6
|
"test:audit": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "agent-stack",
|
|
4
4
|
"displayName": "Agent Stack",
|
|
5
5
|
"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.",
|
|
6
|
-
"version": "0.24.
|
|
6
|
+
"version": "0.24.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ssheleg",
|
|
9
9
|
"url": "https://x.com/sshlg93"
|