agent-inspect 6.15.0 → 6.16.0

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
+ ## 6.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5a62e84: Evidence-first CI launch candidate: moderate + deep-swarm golden check→gate→Evidence paths, pack:smoke wiring, and local MCP/CI walkthrough docs. No schema break; no new packages; no default network.
8
+
3
9
  ## 6.15.0
4
10
 
5
11
  ### Minor Changes
@@ -22,7 +28,7 @@
22
28
 
23
29
  ### Minor
24
30
 
25
- - LangGraph fidelity classes A–E and persisted-trace developer APIs (6.15.0): relationship conformance corpus, ambiguous scaffolding diagnostics, `openTraceFile` / `openTraceDirectory` / `openTraceText`, `buildTraceFacts(TraceReadResult)`, `evaluateTraceContractRead`, stable `AI_*` programmatic diagnostics with remediation, ESM/CJS quickstarts, and A–E cross-surface semantic parity. No schema break; no new packages; no default network.
31
+ - Evidence-first CI launch candidate (6.16.0): moderate + deep-swarm golden check→gate→Evidence paths (`scripts/evidence-ci-golden-paths.mjs`), pack:smoke wiring, and local MCP/CI walkthrough docs. No schema break; no new packages; no default network.
26
32
 
27
33
  ## 6.14.0
28
34
 
package/README.md CHANGED
@@ -157,9 +157,9 @@ Details: [Safe sharing](https://github.com/rajudandigam/agent-inspect/blob/main/
157
157
 
158
158
  ## Project status
159
159
 
160
- **Current release:** **6.14.2** · schema **1.0** · Node.js **≥ 20** · **MIT** · **actively maintained** (eighteen linked npm packages).
160
+ **Current release:** **6.15.0** · schema **1.0** · Node.js **≥ 20** · **MIT** · **actively maintained** (eighteen linked npm packages).
161
161
 
162
- The 6.14 line is actively maintained for correctness, compatibility, documentation, security, and framework evolution.
162
+ The 6.15 line is actively maintained for correctness, compatibility, documentation, security, and framework evolution.
163
163
 
164
164
  [Roadmap](ROADMAP.md) · [Changelog](CHANGELOG.md) · [Public product facts](https://github.com/rajudandigam/agent-inspect/blob/main/docs/product/PUBLIC-PRODUCT-FACTS.md)
165
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-inspect",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Local evidence debugger and trajectory-test toolkit for TypeScript AI agents — execution trees, TraceContract checks, Evidence v2, and read-only MCP",
@@ -234,7 +234,7 @@
234
234
  "test:all": "pnpm run typecheck && pnpm run linked-versions:check && pnpm run build && pnpm run test && pnpm run size",
235
235
  "prepublish:checks": "pnpm run typecheck && pnpm run test && pnpm run test:coverage && pnpm run build && pnpm run fixtures:check && pnpm run recipes:check && pnpm run size && pnpm run linked-versions:check && pnpm run pack:smoke",
236
236
  "pack:dry-run": "pnpm run build && npm pack --dry-run",
237
- "pack:smoke": "pnpm run build && node scripts/package-smoke.mjs && node scripts/packed-quickstart-e2e.mjs && node scripts/packed-semantic-loop-e2e.mjs && node scripts/packed-swarm-loop-e2e.mjs",
237
+ "pack:smoke": "pnpm run build && node scripts/package-smoke.mjs && node scripts/packed-quickstart-e2e.mjs && node scripts/packed-semantic-loop-e2e.mjs && node scripts/packed-swarm-loop-e2e.mjs && node scripts/evidence-ci-golden-paths.mjs",
238
238
  "linked-versions:check": "node scripts/check-linked-versions.mjs",
239
239
  "docs:commands": "node scripts/validate-doc-commands.mjs",
240
240
  "docs:links": "node scripts/validate-doc-links.mjs",
@@ -12485,7 +12485,7 @@ var init_src = __esm({
12485
12485
  });
12486
12486
 
12487
12487
  // package.json
12488
- var version = "6.15.0";
12488
+ var version = "6.16.0";
12489
12489
 
12490
12490
  // packages/cli/src/list.ts
12491
12491
  init_advanced();