🦇 BATMAN

This commit is contained in:
2026-05-19 18:06:15 +02:00
commit 074aca71d5
4 changed files with 93 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
settings.local.json
worktrees/**
+57
View File
@@ -0,0 +1,57 @@
{
"extraKnownMarketplaces": {
"reliquary": {
"source": {
"source": "git",
"url": "git@git.g4b.org:dirigence/reliquary.git"
}
}
},
"enabledPlugins": {
"superpowers@claude-plugins-official": true,
"g4b_ai@reliquary": true
},
"permissions": {
"allow": [
"WebFetch(domain:docs.rs)",
"mcp__acp__Bash",
"mcp__acp__Edit",
"mcp__acp__Write",
"mcp__acp__Task",
"mcp__acp__Grep",
"mcp__acp__Read",
"Bash(find:*)",
"Bash(xargs:*)",
"Bash(awk:*)",
"Bash(just:*)",
"Bash(mkdir:*)",
"Bash(grep:*)",
"Bash(sed:*)",
"Bash(rg:*)",
"Bash(uv:*)",
"Bash(uvx:*)",
"Bash(cat:*)",
"Bash(cargo check:*)",
"Bash(cargo build:*)",
"Bash(cargo test:*)",
"Bash(cargo doc:*)",
"Bash(test:*)",
"Bash(rustc:*)",
"Bash(git checkout:*)",
"Bash(git commit:*)",
"Bash(git add:*)",
"Bash(git fetch:*)",
"Bash(git diff:*)",
"Bash(git revert:*)",
"Bash(git stash:*)",
"Bash(git status:*)",
"Bash(dx build:*)",
"Bash(dx check:*)",
"Bash(Select-String:*)"
],
"deny": ["Read(.env*)", "Bash(cat .env:*)", "Bash(gh:*)", "Bash(ssh:*)"],
"ask": ["Bash(rm:*)", "Bash(mv:*)", "Bash(git push:*)"]
},
"model": "claude-opus-4-6[1m]",
"effortLevel": "medium"
}