- CLAUDE.md: project context and architecture spec - docs/: system specs, DB schema, messenger integration, deployment engine - skills/: guardia-deploy, guardia-agent, guardia-messenger - .claude/settings.json: project-level permissions - .gitignore: Python/FastAPI project Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git *)",
|
|
"Bash(python *)",
|
|
"Bash(pip *)",
|
|
"Bash(uvicorn *)",
|
|
"Bash(pytest *)",
|
|
"Bash(alembic *)",
|
|
"Bash(psql *)",
|
|
"Bash(ssh *)",
|
|
"Bash(sftp *)"
|
|
]
|
|
}
|
|
}
|