Initial commit

This commit is contained in:
marcus.hinz
2026-07-09 09:21:53 +02:00
commit a5671a9b52
649 changed files with 35326 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git -C:*)",
"Bash(git mv:*)",
"Bash(git check-ignore:*)",
"Bash(cd:*)",
"Bash(~/claude-projects/pool/bin/git-sync:*)"
]
},
"model": "claude-fable-5[1m]",
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"swift-lsp@claude-plugins-official": true
},
"promptSuggestionEnabled": false,
"awaySummaryEnabled": false,
"tui": "fullscreen",
"theme": "dark"
}