SessionStart Hook hinzugefügt
- hooks/session-start.sh prüft auf Updates im Repo - settings.json mit Hook-Konfiguration erweitert - $HOME statt hardcoded Pfad für Geräte-Kompatibilität Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,22 @@
|
||||
{
|
||||
"statusLine": {
|
||||
"type": "command",
|
||||
"command": "/home/rwiegand/.claude/statusline-command.sh"
|
||||
"command": "$HOME/.claude/statusline-command.sh"
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"superpowers@claude-plugins-official": true
|
||||
},
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "$HOME/.claude/hooks/session-start.sh",
|
||||
"timeout": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user