You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git Working Tree Cleanliness: Automatic --assume-unchanged for Tracked Hooks
Tracked Hook Isolation (install_tool_adapters.py, setup_wizard.py): When the pre-commit quality gate is installed or updated on repositories that previously had tracked hook files, the kit now automatically executes \git update-index --assume-unchanged .githooks/pre-commit.
Zero Dirty Changes: Guarantees that local hook overwrites never show up as uncommitted changes (\M .githooks/pre-commit) in developer Git status or IDE change lists, even if .githooks/\ was committed to the repository history by team members in the past.