diff options
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 0f76d18..4734d45 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -28,6 +28,17 @@ } ] } + ], + "SessionStart": [ + { + "matcher": "clear", + "hooks": [ + { + "type": "command", + "command": "~/.claude/hooks/session-clear-resume.sh" + } + ] + } ] }, "enabledPlugins": { |
