agent-inspect 3.5.0 → 3.5.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 +17 -3
- package/README.md +102 -556
- package/docs/ADOPTION.md +67 -0
- package/docs/CI-ARTIFACTS.md +108 -0
- package/docs/FIRST-TRACE-IN-5-MINUTES.md +56 -0
- package/docs/GETTING-STARTED.md +4 -1
- package/docs/ONE-PAGE-QUICKSTART.md +15 -0
- package/docs/PERFORMANCE.md +54 -0
- package/docs/SAFE-TRACE-SHARING.md +89 -0
- package/docs/USE-CASES.md +116 -0
- package/docs/assets/agent-inspect-loop.svg +22 -0
- package/docs/assets/package-map.svg +31 -0
- package/docs/assets/trace-check-redact.svg +19 -0
- package/package.json +12 -2
- 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
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- af17d04: v3.5.1 adoption polish: root README and npm presentation, package READMEs, adoption docs, link/tarball hygiene. Docs-only; no runtime API changes.
|
|
8
|
+
|
|
3
9
|
## 3.5.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -32,12 +38,20 @@
|
|
|
32
38
|
|
|
33
39
|
## Unreleased
|
|
34
40
|
|
|
35
|
-
Post-v3 adoption
|
|
41
|
+
Post-v3.5 adoption polish (docs, package READMEs, npm presentation). No runtime feature changes planned without a new RFC.
|
|
42
|
+
|
|
43
|
+
See [docs/implementation/release-trains/V3.5.X-ADOPTION-POLISH-PLAN.md](docs/implementation/release-trains/V3.5.X-ADOPTION-POLISH-PLAN.md).
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Historical (pre-3.5 train notes)
|
|
48
|
+
|
|
49
|
+
The v3.0→v3.5 feature train is complete. Older in-progress notes below are kept for history.
|
|
36
50
|
|
|
37
|
-
### v3.1 (in
|
|
51
|
+
### v3.1 (shipped in 3.1.0)
|
|
38
52
|
|
|
39
53
|
- `agent-inspect init` and `agent-inspect doctor` CLI commands
|
|
40
|
-
- Public `@agent-inspect/harness`
|
|
54
|
+
- Public `@agent-inspect/harness`
|
|
41
55
|
- Adoption starters under `examples/starters/`
|
|
42
56
|
|
|
43
57
|
## 3.0.0
|