@openclaw/plugin-inspector 0.3.6 → 0.3.7
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/package.json +1 -1
- package/src/contract-probes.js +0 -1
- package/src/issues.js +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/contract-probes.js
CHANGED
package/src/issues.js
CHANGED
|
@@ -220,10 +220,10 @@ export const issueMetadataByCode = {
|
|
|
220
220
|
title: "providerAuthEnvVars legacy manifest metadata must stay covered",
|
|
221
221
|
},
|
|
222
222
|
"registration-capture-gap": {
|
|
223
|
-
severity: "
|
|
223
|
+
severity: "P2",
|
|
224
224
|
owner: "inspector",
|
|
225
225
|
decision: "inspector-follow-up",
|
|
226
|
-
title: "runtime registrations need capture before contract judgment",
|
|
226
|
+
title: "runtime registrations need capture evidence before final contract judgment",
|
|
227
227
|
},
|
|
228
228
|
"runtime-tool-capture": {
|
|
229
229
|
severity: "P2",
|