agent-inspect 6.16.1 → 6.16.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - dab486a: Canonical docs website pipeline: load docs pages from repository Markdown via a content manifest and react-markdown renderer; remove the hand-maintained doc-content switch. Website-only dependency additions; no schema or runtime product change.
8
+
3
9
  ## 6.16.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -157,7 +157,7 @@ Details: [Safe sharing](https://github.com/rajudandigam/agent-inspect/blob/main/
157
157
 
158
158
  ## Project status
159
159
 
160
- **Current release:** **6.16.1** · schema **1.0** · Node.js **≥ 20** · **MIT** · **actively maintained** (eighteen linked npm packages).
160
+ **Current release:** **6.16.2** · schema **1.0** · Node.js **≥ 20** · **MIT** · **actively maintained** (eighteen linked npm packages).
161
161
 
162
162
  The 6.16 line is actively maintained for correctness, compatibility, documentation, security, and framework evolution.
163
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-inspect",
3
- "version": "6.16.1",
3
+ "version": "6.16.2",
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",
@@ -12485,7 +12485,7 @@ var init_src = __esm({
12485
12485
  });
12486
12486
 
12487
12487
  // package.json
12488
- var version = "6.16.1";
12488
+ var version = "6.16.2";
12489
12489
 
12490
12490
  // packages/cli/src/list.ts
12491
12491
  init_advanced();