~/dotfiles/.claude/settings.json
{ "instructions": ["~/.claude/rules/*.md"], "statusLine": { "type": "command", "command": "~/.claude/statusline.sh" }, "hooks": { "Notification": [ { "hooks": [ { "type": "command", "command": "~/.claude/claude-code-notifier.sh" } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "~/.claude/claude-code-notifier.sh" } ] } ], "SessionEnd": [ { "hooks": [ { "type": "command", "command": "~/.claude/claude-code-notifier.sh" } ] } ], "SessionStart": [ { "hooks": [ { "type": "command", "command": "~/.claude/claude-code-notifier.sh" } ] } ] }}