agent-inspect 6.15.0 → 6.16.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aa0a80: Repository health and public-truth patch: permanent roadmap/active-plan structure, aggressive cleanup of archives/trains/proposals, ADRs, package-docs manifest, and repo:health CI gate. Docs/validators only — no schema or runtime product change.
8
+
9
+ ## Unreleased
10
+
11
+ ### Patch
12
+
13
+ - Repository health and public-truth cleanup toward 6.16.1 (in progress).
14
+
15
+ ## 6.16.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 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.
20
+
3
21
  ## 6.15.0
4
22
 
5
23
  ### Minor Changes
@@ -18,12 +36,6 @@
18
36
 
19
37
  - 44f80dd: Public positioning and AI discoverability patch: align README/docs/website/package metadata with shipped 6.14 TraceFacts, Evidence, MCP, and experimental matchers; add llms/AI manifests, Agent Skill, and public-truth validators. Docs and presentation only — no schema/runtime change.
20
38
 
21
- ## Unreleased
22
-
23
- ### Minor
24
-
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.
26
-
27
39
  ## 6.14.0
28
40
 
29
41
  ### Minor Changes
@@ -96,17 +108,6 @@
96
108
 
97
109
  - ac6747d: Corrective patch after 6.7.2: TraceContract allowed-status handling, OpenInference nano timestamp strings, cohort maxRelativeDelta for all numeric metrics, Windows path portability, CLI search --session exit codes, diff/normalizer correctness, Studio auth timing / ingest / bundle dedup, and related test hardening. No schema break; no new product surface.
98
110
 
99
- ## Unreleased
100
-
101
- ### Documentation
102
-
103
- - Activate the Stability and Focus roadmap (v6.7.3 → v6.12 → conditional v7): operational source-of-truth reconciliation, baseline audit, and release-train plans. No runtime or schema change in this docs activation.
104
-
105
- ### Patch candidates (unpublished on main; intended for 6.7.4)
106
-
107
- - Completed-run status derived from terminal RUN lifecycle; explain uses shared user-facing status vocabulary (`8e525f1`).
108
- - Stats no longer double-prefixes already-typed step names (`tool:tool:` / `llm:llm:`) (`ee49d4c`).
109
-
110
111
  ## 6.7.2
111
112
 
112
113
  ### Patch Changes
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.16.1** · 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.16 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
 
@@ -1,6 +1,6 @@
1
1
  # Support levels
2
2
 
3
- Canonical maturity labels for AgentInspect public packages and major surfaces (6.14.x fixed release line).
3
+ Canonical maturity labels for AgentInspect public packages and major surfaces (6.16.x fixed release line).
4
4
 
5
5
  ## Definitions
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-inspect",
3
- "version": "6.15.0",
3
+ "version": "6.16.1",
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",
@@ -232,15 +232,16 @@
232
232
  "test:coverage": "vitest run --coverage",
233
233
  "size": "size-limit --config size-limit.config.mjs",
234
234
  "test:all": "pnpm run typecheck && pnpm run linked-versions:check && pnpm run build && pnpm run test && pnpm run size",
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",
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 repo:health && 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",
241
241
  "public-truth:check": "node scripts/validate-public-truth.mjs",
242
242
  "ai-assets:check": "node scripts/validate-ai-assets.mjs",
243
- "docs:check": "pnpm run docs:commands && pnpm run docs:links && pnpm run public-truth:check && pnpm run ai-assets:check",
243
+ "docs:check": "pnpm run docs:commands && pnpm run docs:links && pnpm run public-truth:check && pnpm run ai-assets:check && pnpm run repo:health",
244
+ "repo:health": "node scripts/validate-repo-health.mjs",
244
245
  "compat:smoke": "node scripts/compat-smoke.mjs",
245
246
  "fixtures:check": "node scripts/validate-fixtures.mjs",
246
247
  "recipes:check": "node scripts/validate-recipes.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.1";
12489
12489
 
12490
12490
  // packages/cli/src/list.ts
12491
12491
  init_advanced();