Commit c646e65
Fix D4D Assistant file creation permissions
Add explicit file editing permissions to both local settings and GitHub Actions:
- FileEdit, Edit, Edit(*), Write - for file creation/editing tools
- Bash - allow all bash commands
- Bash(echo:*), Bash(cat:*), Bash(mkdir:*) - specific commands for file operations
This resolves the permission error where d4dassistant could not create
D4D YAML files in the GitHub Actions environment.
Fixes #58
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f1d611f commit c646e65
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
0 commit comments