Files

25 lines
759 B
JSON
Raw Permalink Normal View History

2026-05-19 00:33:08 -05:00
{
"permissions": {
"allow": [
"Bash(node --check server.js)",
"Bash(env)",
"Bash(findstr /I OBSIDIAN)",
"Bash(set)",
2026-05-19 09:29:41 -05:00
"Bash(xargs grep -l -i \"obsidian\")",
"Bash(xargs -I {} git log --oneline -1 {})",
"Bash(ls -la data)",
"Bash(ls *.db)",
2026-05-27 09:07:23 -05:00
"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)",
2026-05-27 21:41:57 -05:00
"Bash(node --check db/database.js)",
"Bash(node -e ' *)",
2026-05-27 22:39:22 -05:00
"Bash(node --check lib/rolloff.js)",
"Bash(git -C F:/CODING/cpas/cpas add .)",
"Bash(git -C F:/CODING/cpas/cpas status)"
2026-05-19 00:33:08 -05:00
]
}
}