Files
cpas/.claude/settings.local.json
T
jason 2d4920bd15
Build and Push Docker Image / build (push) Successful in 16s
backfill button and usage
2026-05-19 09:29:41 -05:00

16 lines
376 B
JSON

{
"permissions": {
"allow": [
"Bash(node --check server.js)",
"Bash(env)",
"Bash(findstr /I OBSIDIAN)",
"Bash(set)",
"Bash(xargs grep -l -i \"obsidian\")",
"Bash(xargs -I {} git log --oneline -1 {})",
"Bash(ls -la data)",
"Bash(ls *.db)",
"Bash(find . -name \"cpas.db\" -not -path \"*/node_modules/*\")"
]
}
}