AI Agent Factory with Claude Code Subagents

This commit is contained in:
Cole Medin
2025-08-22 21:01:17 -05:00
parent 4e1240a0b3
commit 8d9f46ecfa
104 changed files with 24521 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"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:*)",
"Bash(gh issue view:*)",
"mcp__archon",
"WebSearch",
"Bash(cp:*)"
],
"deny": []
}
}