cerberus-claude-cli
Version:
CLI tool for preparing files and projects for Claude AI. Collect, organize, and analyze source code files to create comprehensive project contexts.
24 lines • 469 B
JSON
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(git checkout:*)",
"Bash(mkdir:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(touch:*)",
"Bash(grep:*)",
"Bash(cat:*)",
"Bash(cp:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(npm run typecheck:*)",
"Bash(rg:*)",
"Bash(npm test)",
"Bash(npm test:*)",
"Bash(ls:*)",
"Bash(npm run lint:*)"
],
"deny": []
}
}