Stu Mason
Stu Mason

Activity

Pull Request Opened

PR #32 opened: fix: add --allowedTools to enable file and bash operations

Problem

Claude workflow succeeded but got permission denied on ls -la:

"permission_denials": [{
  "tool_name": "Bash",
  "tool_input": {"command": "ls -la /home/runner/work/claudavel/"}
}]

Fix

Add --allowedTools to explicitly allow:

  • Bash
  • Read, Write, Edit
  • Glob, Grep
  • WebFetch, WebSearch

Stu Mason + AI [email protected]

+3
additions
-1
deletions
1
files changed