barycenter/.claude/settings.local.json

50 lines
1.6 KiB
JSON
Raw Normal View History

{
"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:*)",
"mcp__context7__query-docs",
"Bash(cargo expand:*)",
"Bash(cargo tree:*)",
"Bash(cargo metadata:*)",
"Bash(ls:*)",
"Bash(sqlite3:*)",
"Bash(rustc:*)",
"Bash(docker build:*)",
"Bash(git commit -m \"$(cat <<''EOF''\nfix(docker): Add missing client-wasm directory and update Rust version\n\n- Add COPY client-wasm to Dockerfile to include workspace member\n- Update Rust base image from 1.91 to 1.92\n- Fixes CI build failure: \"failed to load manifest for workspace member client-wasm\"\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>\nEOF\n)\")"
],
"deny": [],
"ask": []
}
}