Ordner an Remote-Namen angeglichen: Pfade auf claude-ai-control

- .claude/settings.json: autoMemoryDirectory, SessionStart-Hook, Edit-Allow
  auf ~/claude-projects/claude-ai-control gezogen
- linux-release-prep: git-commit-Verweis entklammert (Skill, kein Memory)
This commit is contained in:
marcus.hinz
2026-07-11 17:53:23 +02:00
parent 60dea6d003
commit 2665f44ddc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"autoMemoryDirectory": "~/claude-projects/ai-control/memory",
"autoMemoryDirectory": "~/claude-projects/claude-ai-control/memory",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/ai-control/OFFENE-PUNKTE.md",
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/claude-ai-control/OFFENE-PUNKTE.md",
"type": "command"
}
]
@@ -18,7 +18,7 @@
],
"allow": [
"Edit(~/projects/ai-control/**)",
"Edit(~/claude-projects/ai-control/**)"
"Edit(~/claude-projects/claude-ai-control/**)"
]
}
}