Files
context-engineering-intro/claude-code-full-guide/.claude/settings.local.json
2025-08-05 11:59:18 -05:00

26 lines
553 B
JSON

{
"permissions": {
"allow": [
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(source:*)",
"Bash(find:*)",
"Bash(mv:*)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Bash(ruff:*)",
"Bash(touch:*)",
"Bash(chmod:*)",
"Bash(cat:*)",
"Bash(ruff check:*)",
"Bash(pytest:*)",
"Bash(python:*)",
"Bash(python -m pytest:*)",
"Bash(python3 -m pytest:*)",
"WebFetch(domain:*)",
"Bash(gh issue view:*)",
"WebFetch(domain:docs.anthropic.com)"
],
"deny": []
}
}