logoalt Hacker News

yencabulatorlast Friday at 5:25 PM1 replyview on HN

As far as I understand, by default your claude-shebang files inherit the permissions that have been previously granted in the current directory you're executing them in.


Replies

jedwhitelast Friday at 5:53 PM

The ability to execute code is not granted as part of the directory permissions. By default the scripts will not be able to execute code, only run analysis and text gen tasks. You need to explicitly add the flags for permissions to execute code. There is an example of this above and a few more in the repo README.

show 1 reply