diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
| commit | 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch) | |
| tree | aa694a36cdd323a7853672ee7a2ba60409ac3b06 /default/.claude/settings.json | |
updates
Diffstat (limited to 'default/.claude/settings.json')
| -rw-r--r-- | default/.claude/settings.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/default/.claude/settings.json b/default/.claude/settings.json new file mode 100644 index 0000000..70f4509 --- /dev/null +++ b/default/.claude/settings.json @@ -0,0 +1,20 @@ +{ + "model": "sonnet", + "cleanupPeriodDays": 365, + "hooks": { + "Stop": [ + { + "matcher": "*", + "hooks": [ + { + "type": "command", + "command": "notify-send -i dialog-information '🤖 Claude Code' \"Session Complete\\nFinished working in $(basename \"$PWD\")\" -t 10000" + } + ] + } + ] + }, + "enabledPlugins": { + "typescript-lsp@claude-plugins-official": true + } +} |
