[claude] Add claud settings and ntfy script
This commit is contained in:
46
claude/.claude/settings.json
Normal file
46
claude/.claude/settings.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"env": {
|
||||
"CLAUDE_CODE_SUBAGENT_MODEL": "claude-sonnet-4-6"
|
||||
},
|
||||
"model": "sonnet",
|
||||
"hooks": {
|
||||
"SubagentStop": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "python3 ~/.claude/scripts/ntfy-recap.py 2>/dev/null || true",
|
||||
"timeout": 15,
|
||||
"async": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"SessionEnd": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "python3 ~/.claude/scripts/ntfy-recap.py 2>/dev/null || true",
|
||||
"timeout": 15,
|
||||
"async": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"pyright-lsp@claude-plugins-official": true,
|
||||
"caveman@caveman": true
|
||||
},
|
||||
"extraKnownMarketplaces": {
|
||||
"caveman": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "JuliusBrussee/caveman"
|
||||
}
|
||||
}
|
||||
},
|
||||
"theme": "dark-daltonized",
|
||||
"skipAutoPermissionPrompt": true
|
||||
}
|
||||
Reference in New Issue
Block a user