2025-12-21 04:56:50 +01:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(unzip:*)",
|
|
|
|
|
"Bash(msgfmt:*)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(mkdir:*)",
|
2025-12-21 05:14:19 +01:00
|
|
|
"Bash(composer init:*)",
|
|
|
|
|
"Bash(composer install:*)",
|
2025-12-21 15:54:04 +01:00
|
|
|
"Bash(composer update:*)",
|
2025-12-21 17:21:40 +01:00
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git tag:*)",
|
|
|
|
|
"Bash(rsync:*)",
|
|
|
|
|
"Bash(zip -r:*)",
|
2025-12-21 19:04:41 +01:00
|
|
|
"Bash(cat:*)",
|
2025-12-21 19:19:18 +01:00
|
|
|
"Bash(for po in *.po)",
|
|
|
|
|
"Bash(do msgfmt -o \"$po%.po.mo\" \"$po\")",
|
|
|
|
|
"Bash(done)",
|
2025-12-22 00:15:48 +01:00
|
|
|
"Bash(git commit:*)",
|
2025-12-22 23:41:31 +01:00
|
|
|
"Bash(node -c:*)",
|
2025-12-23 00:23:21 +01:00
|
|
|
"Bash(php -l:*)",
|
2025-12-23 17:16:11 +01:00
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(git checkout:*)",
|
2025-12-30 00:15:42 +01:00
|
|
|
"Bash(git rebase:*)",
|
|
|
|
|
"Bash(git merge:*)",
|
|
|
|
|
"Bash(git stash:*)",
|
|
|
|
|
"Bash(for po in languages/*.po)",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/*.log' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/.claude/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/CLAUDE.md' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/releases/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/node_modules/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/.DS_Store' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/Thumbs.db' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/.vscode/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/.idea/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/*.sublime-*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/notes.*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/logs/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/templates/cache/*' )",
|
|
|
|
|
"Bash('wc-tier-and-package-prices/composer.lock' )",
|
2025-12-30 01:06:31 +01:00
|
|
|
"Bash('*/wordpress/*')",
|
2025-12-30 01:32:03 +01:00
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Skill(fix-session)",
|
|
|
|
|
"Skill(fix-session:*)"
|
2025-12-21 04:56:50 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|