Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Bash(git --no-pager show:*)",
"Bash(git --no-pager diff:*)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:hexdocs.pm)",
"Bash(grep:*)",
"Bash(gh pr view:*)",
"Bash(cargo clippy:*)",
Expand All @@ -34,7 +35,6 @@
"WebSearch",
"Bash(ls:*)",
"Bash(wc:*)",
"Bash(pkill:*)",
"Bash(timeout 300 mix test:*)",
"Bash(cargo search:*)",
"Bash(cargo tree:*)",
Expand All @@ -52,13 +52,18 @@
"Bash(cargo deny check:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr checks:*)",
"Bash(gh run view:*)",
"Bash(gh pr checkout:*)",
"mcp__acp__Bash",
"mcp__acp__Edit",
"Bash(for:*)",
"Bash(do echo \"=== Run $i ===\")",
"Bash(done)"
"Bash(done)",
"Bash(git log:*)",
"Bash(CI=true mix test:*)",
"Bash(ECTO_LIBSQL_BUILD=true mix compile:*)",
"Bash(ECTO_LIBSQL_BUILD=true mix run:*)",
"Bash(ECTO_LIBSQL_BUILD=true mix test:*)",
"Bash(MIX_ENV=test ECTO_LIBSQL_BUILD=true mix compile:*)"
],
"deny": [],
"ask": []
Expand Down
Loading