6cfb41b71e
- CLAUDE.md: add step 5 to infrastructure protocol (tear down after testing) - .claude/settings.local.json: add git push, docker compose, docker run to allowed commands accumulated during this session Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit -m ':*)",
|
|
"Bash(git push:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(docker run:*)"
|
|
]
|
|
}
|
|
}
|