feat: initial commit

This commit is contained in:
2026-03-05 22:12:38 +01:00
commit bce762a783
380 changed files with 51955 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"permissions": {
"allow": ["Bash", "Read", "Write", "Edit"],
"deny": []
},
"hooks": {
"PreToolUse": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/pre_tool_use.py"
}
]
}
]
}
}