v1.9.0
Changelog
[1.9.0] - 2026-07-14
This release hardens the trust, atomicity, and portability surfaces of Agent
Kernel. The agent proposal helper now enforces strict option parsing and JSON
envelopes, the safe-link and safe Git hook installers ship worktree- and
transaction-aware fixes, and a new portability helper makes retention exports
and imports safe to run against an existing home. Agent runtime write modes
gain a dedicated reference for capture-only and propose-only identities.
Commit summary
What's Changed
- fix: enforce safe agent runtime write modes by @imMamdouhaboammar in #74
- feat: recover safe retention portability and local reporting by @imMamdouhaboammar in #70
- fix: harden safe-link preflight and rollback by @imMamdouhaboammar in #71
- fix: make safe Git hook installation worktree-aware by @imMamdouhaboammar in #72
- fix: enforce agent proposal trust and input boundaries by @imMamdouhaboammar in #73
Full Changelog: v1.8.0...v1.9.0