settings.json: Pfade auf claude-wuerth-plato (Ordner an Remote angeglichen)

This commit is contained in:
marcus.hinz
2026-07-11 17:58:09 +02:00
parent c8f977d617
commit b0fdb70616
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"autoMemoryDirectory": "~/claude-projects/wuerth-plato/memory", "autoMemoryDirectory": "~/claude-projects/claude-wuerth-plato/memory",
"hooks": { "hooks": {
"SessionStart": [] "SessionStart": []
}, },
@@ -11,7 +11,7 @@
"allow": [ "allow": [
"Edit(~/projects/fahrzeugeinrichtung-plato-backend/**)", "Edit(~/projects/fahrzeugeinrichtung-plato-backend/**)",
"Edit(~/projects/fahrzeugeinrichtung-plato-gitops/**)", "Edit(~/projects/fahrzeugeinrichtung-plato-gitops/**)",
"Edit(~/claude-projects/wuerth-plato/**)" "Edit(~/claude-projects/claude-wuerth-plato/**)"
] ]
} }
} }