@ssheleg/agent-stack 0.11.0 → 0.11.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,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.11.1 — 2026-08-16
|
|
4
|
+
|
|
5
|
+
**This pack was the one place nothing was looking.** The family umbrella's shared checker
|
|
6
|
+
had an early exit for a member carrying no routed triggers, and `agent-stack` is that
|
|
7
|
+
member — so when a sibling's front matter turned out to be invalid YAML (B-56: a
|
|
8
|
+
colon-space inside an unquoted scalar, which every regex-based gate in the family reads
|
|
9
|
+
happily and a real parser refuses), nothing here would have caught the same mistake.
|
|
10
|
+
|
|
11
|
+
`test/validate.py` now asks that checker, which no longer exits early: it validates the
|
|
12
|
+
shipped front matter of every skill first, and only then the routed triggers a member may
|
|
13
|
+
or may not have. The table it reads is not copied here, so there is nothing to drift.
|
|
14
|
+
Watched refusing a planted `Broken: now a nested mapping.` in `agent-orchestrator`'s
|
|
15
|
+
description, and green after restore.
|
|
16
|
+
|
|
3
17
|
## [0.11.0] — 2026-08-16
|
|
4
18
|
|
|
5
19
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssheleg/agent-stack",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Production patterns for AI agent orchestrators \u2014 tool-calling loops, multi-stage pipelines with checkpoints, LLM provider routing with fallback, four-layer memory with confidence decay \u2014 plus the wallet side of reselling LLM access. This package is the installer CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"agent-stack": "bin/agent-stack.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "agent-stack",
|
|
3
3
|
"displayName": "Agent Stack",
|
|
4
4
|
"description": "Two skills: agent-orchestrator \u2014 tool-calling loops, multi-stage pipelines with checkpoints, provider routing with fallback, four-layer memory, context engineering, plus the wallet side of reselling LLM access; and agent-evals \u2014 run/trace/thread evals, judges, and fixtures grown from production.",
|
|
5
|
-
"version": "0.11.
|
|
5
|
+
"version": "0.11.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|