claude配置提交

This commit is contained in:
nojava
2026-05-23 03:22:38 +08:00
parent 20b7a57fb9
commit 284ecf4be8
4 changed files with 144 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(mvn test *)",
"Bash(mvn package *)",
"Bash(mvn compile *)",
"Bash(curl -s http://localhost:8080/*)"
]
}
}