Private
Public Access
1
0

adds CLAUDE hints

This commit is contained in:
2025-05-28 14:57:12 -07:00
parent e55b29eb4d
commit 595c7a764b
2 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cargo build:*)",
"Bash(diesel migration generate:*)"
],
"deny": []
}
}