feat: initial commit of Claudia v0.1.0
This commit is contained in:
17
.claude/settings.local.json
Normal file
17
.claude/settings.local.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(find:*)",
|
||||
"Bash(npm run tauri:*)",
|
||||
"Bash(cargo build:*)",
|
||||
"Bash(./src-tauri/target/debug/tauri-app:*)",
|
||||
"Bash(echo $XDG_SESSION_TYPE)",
|
||||
"Bash(WAYLAND_DISPLAY=\"\" DISPLAY=:0 ./src-tauri/target/debug/tauri-app:*)",
|
||||
"Bash(ldd:*)",
|
||||
"Read(//home/matt/.config/claudia/**)",
|
||||
"WebFetch(domain:github.com)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user