You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace find with ls/git-ls-files in rereview skill
The dynamic context block used find with complex args and pipes, which triggered Bash permission checks and broke skill loading. Replaced with simpler ls and git ls-files alternatives.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments