Changelog
2026-06-16by Fatih
Worktree gate removed: changes land directly on your branch
The worktree gate was causing confusion, since users couldn't see changes in their editor without switching branches. It's gone: four hook files and roughly 450 lines removed.
fiximprovement
Why
The worktree gate caused confusion: users couldn't see changes in their editor without switching branches. This release removes it entirely.
Removed
- -The
PreToolUsegate hooks (git-gate,worktree-gate), theSessionStartworktree-session hook, and theStopworktree-close hook. - -The worktree session section of
CLAUDE.md. - -Four JS hook files, about 450 lines total.
Changes now land directly on your local branch, no worktree required.