Add ai-code-project-template repo files.

This commit is contained in:
2025-08-23 06:09:26 -07:00
parent 9321e54bce
commit e725ecf942
76 changed files with 17830 additions and 8 deletions

51
.claude/settings.json Normal file
View File

@@ -0,0 +1,51 @@
{
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": ["context7", "browser-use", "repomix", "zen"],
"hooks": {
"PreToolUse": [
{
"matcher": "Task",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/tools/subagent-logger.py"
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/tools/make-check.sh"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/tools/notify.sh"
}
]
}
]
},
"permissions": {
"defaultMode": "bypassPermissions",
"additionalDirectories": [".data", ".vscode", ".claude", ".ai"],
"allow": [
"Bash",
"mcp__browser-use",
"mcp__context7",
"mcp__repomix",
"mcp__zen",
"WebFetch"
],
"deny": []
}
}