@agent-inspect/harness 6.7.0 → 6.7.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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Fixture runner for tracing real projects locally (bootstrap → invoke → shutdown).
4
4
 
5
+
6
+ **Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
7
+
5
8
  ## When to use
6
9
 
7
10
  - You have a real app (NestJS, Express, etc.) and want deterministic fixture runs
@@ -43,7 +46,7 @@ await runner.runTarget("chat", { fixturePath: "fixtures/hello.json" });
43
46
  ## Privacy
44
47
 
45
48
  - Traces written locally via `agent-inspect`
46
- - No upload
49
+ - No default upload to AgentInspect
47
50
 
48
51
  ## API
49
52
 
@@ -67,9 +70,10 @@ await runner.runTarget("chat", { fixturePath: "fixtures/hello.json" });
67
70
  - **bootstrap_failed:** Check app module imports and env vars (use fixtures, not prod secrets)
68
71
  - **fixture_read_failed:** Validate JSON fixture path
69
72
 
73
+
70
74
  ## Version
71
75
 
72
- `agent-inspect@3.5.x`
76
+ Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
73
77
 
74
78
  ## License
75
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/harness",
3
- "version": "6.7.0",
3
+ "version": "6.7.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Local fixture runner for AgentInspect traces in real project integrations",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "agent-inspect": "6.7.0"
37
+ "agent-inspect": "6.7.2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"