v2026.7.2
·
1255 commits
to main
since this release
Added
Changed
Fixed
- The autonomous self-improvement loop's draft-PR egress applied the generated fix patch in the invoking checkout and ran
git add -A, sweeping the orchestrator's entire dirty working tree — untracked scratch notes, uncommitted edits, the patch artifact — onto the public branch, pushing them to origin and deleting them locally; the egress now provisions an ephemeral worktree offorigin/main, applies the patch there and stages only the paths the patch names (git add -- <paths>, nevergit add -A), so the invoking checkout is never mutated (gh#1120) (provenance: T12007)