barycenter/.claude/settings.local.json
Till Wegmueller 2b4922a69f
Fix tests
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2026-01-06 11:09:02 +01:00

40 lines
979 B
JSON

{
"permissions": {
"allow": [
"Bash(cargo build:*)",
"Bash(curl:*)",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"Bash(jq:*)",
"Bash(cargo install:*)",
"Bash(cargo nextest run:*)",
"Bash(RUST_BACKTRACE=1 cargo nextest run:*)",
"Bash(lsof:*)",
"Bash(pkill:*)",
"mcp__github__search_repositories",
"mcp__github__get_me",
"mcp__github__search_users",
"Bash(git push:*)",
"Bash(mkdir:*)",
"Bash(git add:*)",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(cargo fmt:*)",
"Bash(cargo clippy:*)",
"Bash(rm:*)",
"WebSearch",
"Bash(cargo check:*)",
"Bash(cat:*)",
"Bash(cargo doc:*)",
"Bash(grep:*)",
"Bash(cargo run:*)",
"Bash(wasm-pack build:*)",
"Bash(find:*)",
"Bash(wc:*)",
"Bash(cargo fix:*)",
"Bash(tee:*)"
],
"deny": [],
"ask": []
}
}