chore: apply exec permission to shell hook script - #1054
Conversation
Mark .claude/hooks/block-build.sh as executable in the git index so it can run as a Claude Code PreToolUse hook without requiring users to chmod after cloning. The script has a #!/bin/bash shebang and is invoked directly by the harness, which fails silently if the bit is missing. Audited all tracked .sh/.bash files in the repo, plus every tracked file with a #!/bin/bash or #!/usr/... shebang; this hook was the only one missing the executable bit.
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
|



Mark .claude/hooks/block-build.sh as executable in the git index so it can run as a Claude Code PreToolUse hook
without requiring users to chmod after cloning. The script has a #!/bin/bash shebang and is invoked directly by
the harness, which fails silently if the bit is missing.
Audited all tracked .sh/.bash files in the repo, plus every tracked file with a #!/bin/bash or #!/usr/... shebang;
this hook was the only one missing the executable bit.