43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cp .claude/*)",
|
|
"Read(.claude/**)",
|
|
"Read(.claude/skills/run-tests/**)",
|
|
"Write(.claude/**/*commit_msg*)",
|
|
"Write(.claude/git_commit_msg_LATEST.md)",
|
|
"Skill(run-tests)",
|
|
"Skill(close-wkt)",
|
|
"Skill(open-wkt)",
|
|
"Skill(prompt-io)",
|
|
"Bash(date *)",
|
|
"Bash(git diff *)",
|
|
"Bash(git log *)",
|
|
"Bash(git status)",
|
|
"Bash(git remote:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(git mv:*)",
|
|
"Bash(git rev-parse:*)",
|
|
"Bash(test:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(find:*)",
|
|
"Bash(ln:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(gh pr:*)",
|
|
"Bash(gh api:*)",
|
|
"Bash(gh issue:*)",
|
|
"Bash(UV_PROJECT_ENVIRONMENT=py* uv sync:*)",
|
|
"Bash(UV_PROJECT_ENVIRONMENT=py* uv run:*)",
|
|
"Bash(echo EXIT:$?:*)",
|
|
"Bash(echo \"EXIT=$?\")",
|
|
"Read(//tmp/**)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"prefersReducedMotion": false,
|
|
"outputStyle": "default"
|
|
}
|