🦇 BATMAN
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
settings.local.json
|
||||||
|
worktrees/**
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
*.md text eol=lf
|
||||||
|
*.rs text eol=lf
|
||||||
|
*.py text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
*.toml text eol=lf
|
||||||
+28
@@ -0,0 +1,28 @@
|
|||||||
|
# Generated by Cargo
|
||||||
|
# will have compiled files and executables
|
||||||
|
/target
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Patterns
|
||||||
|
*.rs.bk
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
__pycache__
|
||||||
|
*.log
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
|
||||||
|
# Build pipelines and scratch
|
||||||
|
/dist/
|
||||||
|
/local/**
|
||||||
|
/scripts/.venv
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
/.vscode/*
|
||||||
|
.obsidian
|
||||||
|
settings.local.json
|
||||||
|
.claude/worktrees/
|
||||||
|
CLAUDE.local.md
|
||||||
Reference in New Issue
Block a user