Skip to content

v1.0.37

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 05:46

[v1.0.37]

  • 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.