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
Install HASP pre-commit and pre-push hooks correctly from linked Git
worktrees by resolving Git's common hooks directory instead of assuming .git/hooks exists under the worktree.
Respect safe core.hooksPath values while refusing disabled, global, or
symlink-escaped hook directories that would make HASP report protection in
a place Git will not actually use.
Keep non-Git project binds from recording hooks as installed when no hook
installation happened.
Extend MCP compatibility coverage so tools/call accepts reserved _meta
request fields and advertised tool schemas stay free of client-rejected
combinators.
Make routine release preflights faster and less resource-heavy by defaulting
local readiness and the release driver to a bounded preflight while keeping
the full release gate available on demand.