Files
cpas/.claude/settings.local.json
T
jason 6ce9788a6b
Build and Push Docker Image / build (push) Successful in 16s
90 day rolloff fix
2026-05-27 21:41:57 -05:00

23 lines
662 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/*\")",
"Bash(npm run *)",
"Bash(npm install *)",
"Bash(node -e \"require\\('./auth.js'\\); console.log\\('auth.js OK'\\)\")",
"Bash(node --check auth.js)",
"Bash(node --check db/database.js)",
"Bash(node -e ' *)",
"Bash(node --check lib/rolloff.js)"
]
}
}