~/dotfiles/.claude/settings.json
.claude/settings.json· 724 B · jsonGitHub Raw
{
"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"
}
]
}
]
}
}