Files
music_library/.claude/settings.local.json
T
Claudio Ortolina f37964b376 Update AGENTS
- New mise commands
- Prevent production access
- Instruct on server availability when MCP is running
- Architectural changes
- Patterns
2025-10-07 13:07:45 +03:00

35 lines
924 B
JSON

{
"permissions": {
"allow": [
"mcp__tidewave__get_ecto_schemas",
"Bash(mix test:*)",
"mcp__tidewave__get_source_location",
"WebFetch(domain:hexdocs.pm)",
"mcp__tidewave__execute_sql_query",
"Bash(mix ecto.gen.migration:*)",
"Bash(mkdir:*)",
"Bash(mix ecto.migrate:*)",
"Bash(grep:*)",
"Bash(mix ecto.rollback:*)",
"Bash(mix format)",
"Bash(mix credo:*)",
"Bash(mix do:*)",
"Bash(mix gettext.extract:*)",
"Bash(mv:*)",
"Bash(mix compile)",
"Bash(mix phx.routes:*)",
"Bash(mix assets.deploy:*)",
"mcp__tidewave__get_logs",
"mcp__tidewave__project_eval",
"Bash(mix format:*)",
"Bash(mise run dev:static-checks:*)",
"Bash(find:*)",
"Bash(xargs sed:*)",
"Bash(git show:*)",
"Bash(cat:*)",
"Bash(mise tasks:*)"
]
},
"enableAllProjectMcpServers": false
}