huskies: merge 1145 story Codesign self-heal at exec time so a missed re-sign doesn't silently SIGKILL the binary

This commit is contained in:
dave
2026-05-19 17:43:28 +00:00
parent c8be24f833
commit 398726a14a
3 changed files with 50 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Start huskies via the codesign-heal wrapper.
#
# The wrapper at ~/bin/huskies re-signs the underlying binary if needed before
# exec-ing it, so a missed re-sign after a build/copy never produces a silent
# SIGKILL on Apple Silicon.
exec "${HOME}/bin/huskies" "$@"