@ssheleg/agent-stack 0.13.3 → 0.13.4
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,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.13.4 — shared guards identify their owner
|
|
4
|
+
|
|
5
|
+
The eval and social-preview validators now declare their umbrella-owned shared
|
|
6
|
+
mechanisms, so cross-repository drift is reported as one contract rather than
|
|
7
|
+
nine accidental copies.
|
|
8
|
+
|
|
3
9
|
## v0.13.3 — public contract, measurable before it is marketable
|
|
4
10
|
|
|
5
11
|
The repository now opens with one install path and one concrete request, carries a
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "agent-stack",
|
|
3
3
|
"displayName": "Agent Stack",
|
|
4
4
|
"description": "Two skills: agent-orchestrator — 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 — run/trace/thread evals, judges, and fixtures grown from production.",
|
|
5
|
-
"version": "0.13.
|
|
5
|
+
"version": "0.13.4",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|