Initial commit for Claude Code full guide

This commit is contained in:
Cole Medin
2025-08-05 07:10:34 -05:00
parent 866ff5f5a0
commit 828234dd67
15 changed files with 2249 additions and 1 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__puppeteer__puppeteer_navigate",
"mcp__puppeteer__puppeteer_screenshot",
"mcp__puppeteer__puppeteer_evaluate"
],
"deny": []
}
}