@ssheleg/agent-stack 0.18.0 → 0.18.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,20 @@
1
+ ## v0.18.1 — the board row a sibling's gate refused
2
+
3
+ v0.18.0's B-124 row landed in the **wrong table** — the board carries two, an
4
+ eight-column ledger and a three-column *"Open, and why"* — and it was appended to the
5
+ file's end, which is the second one. It also carried an unescaped `|` inside a grep
6
+ pattern, so even in the right table its columns would have shifted and `Status` would
7
+ have read as whatever landed in its place.
8
+
9
+ **This repository's own gate passed it.** `npm test` here was green on the broken row;
10
+ the refusal came from `sshlg-skills`' validator reading this submodule's board during a
11
+ re-pin — *"row B-124 has 12 cells against the 3 its own header declares"*. A member's
12
+ board is checked by the umbrella, not by the member, and that asymmetry is why a
13
+ documentation defect reached a tag.
14
+
15
+ The neighbouring rows already showed the convention: `AG-06` and `AG-06b` carry escaped
16
+ `\|` inside code spans and count correctly. The fix follows them.
17
+
1
18
  ## v0.18.0 — how many runs before a difference is real, and the trajectory rule between its two measured edges
2
19
 
3
20
  `agent-evals` shipped 315 lines of doctrine about **what** to assert with **no
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssheleg/agent-stack",
3
- "version": "0.18.0",
3
+ "version": "0.18.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.18.0",
6
+ "version": "0.18.1",
7
7
  "author": {
8
8
  "name": "ssheleg",
9
9
  "url": "https://x.com/sshlg93"