mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Also add docker-compose version permission to local settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
392 B
JSON
13 lines
392 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(echo No metabuilder images found:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(git pull:*)",
|
|
"Skill(commit-commands:commit-push-pr)",
|
|
"Bash(find /Users/rmac/Documents/GitHub/metabuilder/frontends/qt6 -type f -name *.md -o -name CLAUDE.md -o -name README.md -o -name roadmap*)",
|
|
"Bash(docker-compose version:*)"
|
|
]
|
|
}
|
|
}
|