@ssheleg/agent-stack 0.23.0 → 0.23.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,24 @@
1
+ ## v0.23.1 — the registry card stopped being ten releases stale
2
+
3
+ `SKILL-CARD.md` carries the fields Anthropic's Skills-for-enterprise guidance asks every
4
+ organisation to keep — *"written so somebody who did not build this can decide"*. It said
5
+ **`0.13.5`** while this package shipped **`0.23.0`**: ten minor releases of behaviour the
6
+ card does not describe, at the root of a public repository, in exactly the field that
7
+ dates it.
8
+
9
+ **Nothing read it, so it could only drift.** The version moves in `package.json`,
10
+ `plugin.json` and `marketplace.json` on every release; the card was in no list. Measured
11
+ 2026-09-01 across the family: four of nine cards were behind, this one worst.
12
+
13
+ The check refuses a card whose `Version` row disagrees with `package.json`, and refuses a
14
+ card that states no version at all — one a reader cannot see go stale is worse than one
15
+ that lags visibly. Watched failing before it shipped.
16
+
17
+ **And one thing found on the way**: `test/validate.py` carried an invalid escape sequence
18
+ in a docstring — `\|` in a non-raw string — which Python already warns about and future
19
+ versions will reject. In a file that exists to refuse malformed rows, from a paragraph
20
+ explaining how to escape a pipe. Now raw; the file compiles with zero escape warnings.
21
+
1
22
  ## v0.23.0 — the wire format for §7, and the three things it will not carry
2
23
 
3
24
  `agent-evals` §7 said *what* to instrument in four bullets and named no format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssheleg/agent-stack",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "scripts": {
5
5
  "test": "python3 test/validate.py && python3 test/plant_guard_test.py && node test/installer_test.js"
6
6
  },
@@ -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.23.0",
6
+ "version": "0.23.1",
7
7
  "author": {
8
8
  "name": "ssheleg",
9
9
  "url": "https://x.com/sshlg93"