mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Glob",
|
|
"Grep",
|
|
"Bash(git status*)",
|
|
"Bash(git diff*)",
|
|
"Bash(git log*)",
|
|
"Bash(git branch*)",
|
|
"Bash(cd backend && uv run pytest*)",
|
|
"Bash(cd backend && uv run ruff*)",
|
|
"Bash(cd backend && uv run ty*)",
|
|
"Bash(cd backend && uv run alembic*)"
|
|
]
|
|
}
|
|
}
|