gentle-pi v1.2.0
·
1103 commits
to main
since this release
gentle-pi v1.2.0
Gentle Pi v1.2.0 completes the move to native review authority: ordinary review, recovery, and lifecycle decisions remain owned by the package-local Gentle AI binary over the negotiated contract, while Pi owns orchestration and the durable Git publication transaction.
Highlights
- Native review and recovery now survive real restart and outcome cases: blocking findings derive from corroborated outcomes, and forecast-only finalization restores its frozen candidate and native bound record after a process restart instead of dead-ending. (#186)
- Released native locks no longer block Pi:
releasedlock residue is accepted as non-blocking while active, ambiguous, and unknown statuses remain fail-closed. Native diagnostics also stay actionable when duplicated module instances are present. (#188, #151) - Commit authorization stays content-bound: if a pre-commit hook changes the authorized tree, Pi stops before native validation and requires an explicit re-review; a successful commit proves its tree matches the authorized tree. (#190)
- Native authority slimming is complete: Pi retired its duplicate ordinary authority stores and routes ordinary status, recovery, reconciliation, and lifecycle validation through the package-local native provider. Historical graph-v1 receipt validation and explicit Judgment Day remain compatible. (#192)
- Gentle AI v2.1.11 parity is packaged and verified: Pi includes byte-verified v2.1.11 archives, binaries, contracts, and documentation; it strictly consumes optional action-eligibility and next-transition envelopes while preserving compatibility with released v2.1.10 binaries. GGA and TUI code from the upstream release was intentionally not duplicated because the package-local Gentle AI binary owns those upstream behaviors. (#206, #208, #210)
Upgrade notes
npm install gentle-pi@1.2.0provisions the pinned Gentle AI v2.1.11 binary and verifies its digest.- Existing installations with a released Gentle AI v2.1.10 binary remain compatible during the upgrade path.
Verification
- The exact release boundary passed the full suite (803 passing, one expected platform skip), package verification (84 files and 19 byte-identical v2.1.11 artifacts), and all 13 packed-runner states.
- Official Gentle AI v2.1.11 release archives matched all 6 published checksums; the native bounded review approved the release after one correction.