2026-03-02 13:31:54 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2026-03-04 22:39:28 +08:00
|
|
|
"Bash(mvn *)",
|
|
|
|
|
"Bash(git *)",
|
|
|
|
|
"Bash(rm *)",
|
|
|
|
|
"Bash(mkdir *)",
|
|
|
|
|
"Bash(touch *)",
|
|
|
|
|
"Bash(cat *)",
|
|
|
|
|
"Bash(ls *)",
|
|
|
|
|
"Bash(find *)",
|
|
|
|
|
"Bash(grep *)",
|
|
|
|
|
"Bash(sed *)",
|
|
|
|
|
"Bash(java *)",
|
|
|
|
|
"Bash(python3 *)",
|
|
|
|
|
"Write",
|
|
|
|
|
"Edit",
|
|
|
|
|
"Read",
|
|
|
|
|
"Glob",
|
2026-03-05 07:36:38 +08:00
|
|
|
"Grep",
|
|
|
|
|
"Bash(cd /home/long/project/蚊子/frontend/admin && npm run build 2>&1 | head -30)",
|
|
|
|
|
"Bash(npm run build 2>&1 | head -40)",
|
|
|
|
|
"Bash(npm run build 2>&1 | head -50)"
|
2026-03-04 22:39:28 +08:00
|
|
|
],
|
|
|
|
|
"deny": []
|
|
|
|
|
},
|
|
|
|
|
"autoApprovedAllowDangerous": true
|
2026-03-02 13:31:54 +08:00
|
|
|
}
|