Commit 95ea005
committed
Restore tool permissions for workflow execution
Commit b47b8c3 removed claude_args configuration, causing permission
denials for gh and git commands in CI. This restores explicit tool
allowlists tailored to each workflow's purpose.
Changes:
- claude-code-review.yml: Read-only tools for automated PR reviews
- claude.yml: Full development tools + write permissions for commits/PRs
Fixes permission mismatch where claude.yml prompted for commits but
lacked contents:write permission.1 parent 102fc4f commit 95ea005
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
0 commit comments