Skip to content

Catalyst Dev — Change Log

Version 11.0.1 (2026-06-05)

Pre-Push Hook Suppression Fix

Automated phase-agent pushes no longer trigger locally-installed pre-push hooks (trunk, trufflehog, fmt, tests) that were causing CPU and memory spikes during concurrent worktree dispatches. The fix passes -c core.hooksPath=/dev/null per git call — no persistent config changes, no --no-verify — so your interactive pushes are completely unaffected.

Bug Fixes

  • dev: CTL-693 suppress pre-push hooks on automated phase-agent pushes (#1328) (c831e58)