SessionStart-Hook: OFFENE-PUNKTE.md relativ statt absolutem Pfad (portabel)

This commit is contained in:
marcus.hinz
2026-07-11 18:10:15 +02:00
parent 5d6529fec5
commit 6f7cdc6167
+1 -1
View File
@@ -5,7 +5,7 @@
{ {
"hooks": [ "hooks": [
{ {
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/claude-misc/OFFENE-PUNKTE.md", "command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' OFFENE-PUNKTE.md",
"type": "command" "type": "command"
} }
] ]