@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 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.