Add initial implementation of TUI-WM with README, build tasks, and configuration files
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(cargo build:*)",
|
||||
"Bash(source ~/.cargo/env)",
|
||||
"Bash(export PATH=\"$HOME/.cargo/bin:$PATH\")",
|
||||
"Read(//home/brasse/.cargo/**)",
|
||||
"Read(//usr/local/bin/**)",
|
||||
"Bash(~/.cargo/bin/cargo build:*)",
|
||||
"Read(//root/.cargo/bin/**)",
|
||||
"Read(//home/**)",
|
||||
"Bash(cargo --version)",
|
||||
"Bash(rustc --version)",
|
||||
"Bash(cargo -V)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user