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)",
|
|
|
|
|
"Bash(find . -name \"cpas.db\" -not -path \"*/node_modules/*\")"
|
2026-05-19 00:33:08 -05:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|