@evoclock/pi-agentic-driver 0.4.3 → 0.6.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/PROVENANCE.md +5 -0
- package/README.md +336 -190
- package/config/microvm-target.v1.example.json +5 -0
- package/config/microvm-target.v1.json +5 -0
- package/extensions/herdr-dispatch.ts +27 -0
- package/extensions/linux-microvm.ts +11 -7
- package/package.json +31 -2
- package/scripts/enforcement/guest_containment_taxonomy.v1.json +26 -0
- package/scripts/enforcement/herdr_async_dispatch_pi.js +402 -0
- package/scripts/enforcement/linux_microvm_cutover_pi.js +512 -56
- package/scripts/enforcement/linux_microvm_remote_fixture.sh +2418 -19
package/PROVENANCE.md
CHANGED
|
@@ -67,3 +67,8 @@ This repository is the public package source for `@evoclock/pi-agentic-driver`.
|
|
|
67
67
|
native-TUI predicate and remain fail-closed. This release also adds the
|
|
68
68
|
portable `templates/AGENTS.md` repository contract. The release artifact is
|
|
69
69
|
built from this repository revision.
|
|
70
|
+
- Release 0.5.0 adds session-scoped microVM activation. Users enable or disable
|
|
71
|
+
the switch from the native Pi TUI for the current session. The model cannot
|
|
72
|
+
change it, the switch is not persisted, and each microVM run still requires
|
|
73
|
+
native confirmation. Headless sessions fail closed. The existing trusted
|
|
74
|
+
facts, fixed argv, receipt validation, and cleanup checks remain unchanged.
|