Skip to content

Commit 223c645

Browse files
Fixing dragon-ai permissions.
See ai4curation/aidocs#39
1 parent fb5c36c commit 223c645

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.claude/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(*)",
5+
"Edit",
6+
"MultiEdit",
7+
"NotebookEdit",
8+
"FileEdit",
9+
"WebFetch",
10+
"WebSearch",
11+
"Write"
12+
]
13+
}
14+
}

.github/workflows/dragon-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
183183
# Run Claude with proper permissions
184184
claude -p "$(cat /tmp/claude-input/claude_prompt.txt)" \
185+
--permission-mode bypassPermissions \
185186
--output-format stream-json \
186-
--allowedTools "Bash(git:*)" "Bash(gh:*)" "FileSystem(*)" \
187187
--verbose
188188

0 commit comments

Comments
 (0)