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
fix: mark pre-commit hook as executable in git index
The hook was tracked as 100644 (non-executable), causing git to skip it
with a warning on every commit. Fresh clones would never run the hook.
Assisted-by: OpenCode
0 commit comments