mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
Update claude settings
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
782a319164
commit
31423c2a7f
1 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,10 @@
|
||||||
"Bash(cargo tree:*)",
|
"Bash(cargo tree:*)",
|
||||||
"Bash(cargo metadata:*)",
|
"Bash(cargo metadata:*)",
|
||||||
"Bash(ls:*)",
|
"Bash(ls:*)",
|
||||||
"Bash(sqlite3:*)"
|
"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": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue