agent-inspect 6.24.0 → 6.25.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 +6 -0
- package/README.md +1 -1
- package/docs/PERFORMANCE.md +2 -0
- package/docs/SUPPORT-LEVELS.md +1 -1
- package/package.json +1 -1
- package/packages/cli/dist/index.cjs +1 -1
- package/packages/cli/dist/index.cjs.map +1 -1
- package/packages/cli/dist/index.mjs +1 -1
- package/packages/cli/dist/index.mjs.map +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -212,7 +212,7 @@ The root package is enough for custom capture, the CLI, checks, and Evidence wor
|
|
|
212
212
|
|
|
213
213
|
## Status and documentation
|
|
214
214
|
|
|
215
|
-
**Current published baseline:** **6.
|
|
215
|
+
**Current published baseline:** **6.25.0** · persisted schema `1.0` · Node.js `>=20` · MIT.
|
|
216
216
|
|
|
217
217
|
Legacy v0.1 and v0.2 traces remain readable. Check the npm badge and [changelog](CHANGELOG.md) for the current published version.
|
|
218
218
|
|
package/docs/PERFORMANCE.md
CHANGED
|
@@ -12,6 +12,8 @@ pnpm perf:baseline
|
|
|
12
12
|
|
|
13
13
|
The script prints deterministic timings for parse, normalize, tree build, diff, export, and checks on synthetic data. Warnings appear when a step exceeds internal soft thresholds.
|
|
14
14
|
|
|
15
|
+
These thresholds are **engineering soft budgets** for regression awareness, not product SLAs or marketing claims. See [STABILITY-BASELINE.md](./STABILITY-BASELINE.md).
|
|
16
|
+
|
|
15
17
|
## Performance fixtures
|
|
16
18
|
|
|
17
19
|
[`fixtures/performance/`](../fixtures/performance/README.md) ships three deterministic size tiers with the same event shape as the baseline's synthetic traces, for exercising CLI paths against stable on-disk inputs:
|
package/docs/SUPPORT-LEVELS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Support levels
|
|
2
2
|
|
|
3
|
-
Canonical maturity labels for AgentInspect public packages and major surfaces (6.
|
|
3
|
+
Canonical maturity labels for AgentInspect public packages and major surfaces (fixed release line through **6.25.x** stability baseline).
|
|
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.
|
|
3
|
+
"version": "6.25.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",
|
|
@@ -13063,7 +13063,7 @@ var init_src = __esm({
|
|
|
13063
13063
|
});
|
|
13064
13064
|
|
|
13065
13065
|
// package.json
|
|
13066
|
-
var version = "6.
|
|
13066
|
+
var version = "6.25.0";
|
|
13067
13067
|
|
|
13068
13068
|
// packages/cli/src/list.ts
|
|
13069
13069
|
init_advanced();
|