@ssheleg/agent-stack 0.7.0 → 0.7.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
@@ -4,6 +4,25 @@ All notable changes to this project are documented here.
4
4
  Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
  Versioning: [SemVer](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.7.1] - 2026-08-14
8
+
9
+ A red `validate` could not stop a publish anywhere in this family, and one member
10
+ proved it: on 2026-08-12 `sheleg-dev` tagged v0.4.1 while its own validate run for that
11
+ exact tag **failed**, and npm served 0.4.1 four minutes later.
12
+
13
+ ### Fixed
14
+
15
+ - **The release now runs the whole validate suite before anything is published.**
16
+ `validate.yml` gained a `workflow_call` trigger and `release.yml` calls it with
17
+ `needs: validate` — the release runs *after* the real suite rather than beside a copy
18
+ of it. **Not one plant is duplicated:** each still has exactly one home.
19
+ - **A guard keeps the connection there.** It fails when the trigger, the call, or the
20
+ `needs` goes missing — calling the suite without depending on it lets the jobs run in
21
+ parallel, which looks gated and is not. Watched failing against the planted removal.
22
+
23
+ Proven end to end on `sheleg-dev` v0.4.3 before it reached here: the release run shows
24
+ `validate / validate` completing first, then `release`, then `publish`.
25
+
7
26
  ## [0.7.0] — 2026-08-14
8
27
 
9
28
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssheleg/agent-stack",
3
- "version": "0.7.0",
3
+ "version": "0.7.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.7.0",
5
+ "version": "0.7.1",
6
6
  "author": {
7
7
  "name": "ssheleg",
8
8
  "url": "https://x.com/sshlg93"