clean / centralize
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"autoMemoryDirectory": "~/claude-projects/wuerth-plato/memory",
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Edit(~/projects/fahrzeugeinrichtung-plato-backend/**)",
|
||||
"Edit(~/projects/fahrzeugeinrichtung-plato-gitops/**)",
|
||||
"Edit(~/claude-projects/wuerth-plato/**)"
|
||||
],
|
||||
"additionalDirectories": [
|
||||
"~/projects/fahrzeugeinrichtung-plato-backend",
|
||||
"~/projects/fahrzeugeinrichtung-plato-gitops"
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npx nx *)",
|
||||
"Bash(lsof -ti:3000)",
|
||||
"Bash(xargs -r kill)",
|
||||
"Bash(tee /tmp/plato-be.log)",
|
||||
"Bash(python3 -)",
|
||||
"Bash(npx tsc *)",
|
||||
"Skill(code-review)",
|
||||
"Bash(podman:*)",
|
||||
"Bash(oc get:*)",
|
||||
"Bash(oc describe:*)",
|
||||
"Bash(oc status:*)",
|
||||
"Bash(oc logs:*)",
|
||||
"Bash(oc top:*)",
|
||||
"Bash(oc project:*)",
|
||||
"Bash(oc projects:*)",
|
||||
"Bash(oc whoami:*)",
|
||||
"Bash(oc version:*)",
|
||||
"Bash(oc api-resources:*)",
|
||||
"Bash(oc explain:*)"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(podman system reset:*)",
|
||||
"Bash(podman system prune:*)",
|
||||
"Bash(podman volume rm:*)",
|
||||
"Bash(podman volume prune:*)",
|
||||
"Bash(podman machine rm:*)",
|
||||
"Bash(podman machine reset:*)"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(oc adm:*)",
|
||||
"Bash(oc delete project:*)",
|
||||
"Bash(oc delete namespace:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user