Skip to content

v2.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:41
6b7474a

What's New

Gentle AI 2.1.4 makes native review authority exact at both ends: the reviewed candidate can now be projected from the Git index, and delivery authorization must match that exact index tree.

Changes

Staged review workflows

  • Staged candidate projection: gentle-ai review start --projection staged freezes the exact Git index while unrelated worktree edits and untracked files remain outside review authority. Projection identity now survives correction, recovery, receipts, transport, and delivery gates. (#1260, closes #1254)

Review authority safety

  • Exact pre-commit index authorization: pre-commit gates now reject partial or mismatched indexes instead of authorizing a reviewed worktree projection that differs from the intended commit. (#1256, closes #1253)
  • Target-scoped compact START: unrelated historical review lineages no longer block a new target after graph validation, while same-target ambiguity, corruption, and correction continuation still fail closed or reuse the existing budget. (#1258, closes #1255)

Upgrade

brew upgrade gentle-ai
gentle-ai sync

Links