Add .claude/CLAUDE.md with project documentation (architecture, commands, conventions, env vars) and .claude/settings.json with tool permissions for streamlined agent development.
32 lines
586 B
JSON
32 lines
586 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cargo build:*)",
|
|
"Bash(cargo run:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(cargo fmt:*)",
|
|
"Bash(cargo clippy:*)",
|
|
"Bash(bun:*)",
|
|
"Bash(cd dashboard && bun:*)",
|
|
"Bash(git:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(jq:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(scp:*)",
|
|
"Bash(python:*)",
|
|
"Bash(curl:*)",
|
|
"Read",
|
|
"Write",
|
|
"Edit",
|
|
"Glob",
|
|
"Grep"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|