@agent-inspect/adapter-sdk 5.4.0 → 6.0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,6 +28,12 @@ export const registration = createAdapterRegistration({
28
28
  });
29
29
  ```
30
30
 
31
+ ## Minimal third-party adapter example
32
+
33
+ See [`examples/adapter-sdk/minimal-source-adapter`](../../examples/adapter-sdk/minimal-source-adapter)
34
+ for a dependency-free fake framework source that registers adapter metadata,
35
+ captures a local metadata-only trace, and runs `runAdapterConformance`.
36
+
31
37
  ## Privacy
32
38
 
33
39
  - SDK helpers enforce local-first patterns; adapters must not upload by default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/adapter-sdk",
3
- "version": "5.4.0",
3
+ "version": "6.0.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Adapter authoring toolkit with conformance and privacy helpers",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "agent-inspect": "5.4.0"
37
+ "agent-inspect": "6.0.0"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {