mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-17 09:45:23 +00:00
24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(source:*)",
|
|
"Bash(find:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(ruff:*)",
|
|
"Bash(touch:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(ruff check:*)",
|
|
"Bash(pytest:*)",
|
|
"Bash(python:*)",
|
|
"Bash(python -m pytest:*)",
|
|
"Bash(python3 -m pytest:*)",
|
|
"WebFetch(domain:docs.anthropic.com)",
|
|
"WebFetch(domain:github.com)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |