@perkos/perkos-a2a 0.12.37 → 0.12.39
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/README.md +8 -1
- package/dist/index.js.map +3 -3
- package/dist/openclaw-supervisor.d.ts.map +1 -1
- package/dist/openclaw-supervisor.js +20 -1
- package/dist/openclaw-supervisor.js.map +1 -1
- package/dist/repair.d.ts +26 -0
- package/dist/repair.d.ts.map +1 -1
- package/dist/repair.js +69 -14
- package/dist/repair.js.map +1 -1
- package/dist/runtime-evidence.d.ts +6 -0
- package/dist/runtime-evidence.d.ts.map +1 -1
- package/dist/runtime-evidence.js +36 -0
- package/dist/runtime-evidence.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -249,9 +249,16 @@ loads are diagnostic and cannot invalidate signed owner health. This ownership b
|
|
|
249
249
|
Hermes/custom runtimes keep their existing runtime-owned model and transport
|
|
250
250
|
routing.
|
|
251
251
|
|
|
252
|
+
From 0.12.38, runtime verification has its own post-install budget. The
|
|
253
|
+
continuous stability clock begins when signed supervisor health reports one
|
|
254
|
+
healthy relay client plus authenticated chat; fresh heartbeat count continues
|
|
255
|
+
to accumulate during that same window and is enforced at completion. Package
|
|
256
|
+
download, config migration, and gateway reload time therefore cannot consume
|
|
257
|
+
the three-minute transport acceptance window.
|
|
258
|
+
|
|
252
259
|
```bash
|
|
253
260
|
A2A_RELAY_API_KEY='<credential-from-invitation>' \
|
|
254
|
-
npx --yes @perkos/perkos-a2a@0.12.
|
|
261
|
+
npx --yes @perkos/perkos-a2a@0.12.38 connect \
|
|
255
262
|
--artifact ./perkos-a2a.tgz \
|
|
256
263
|
--sha256 '<sha256-from-the-official-invitation>' \
|
|
257
264
|
--agent-name '<agent-name>' \
|