Files
macos-configuration/claude-settings.json
Trevi Awater 2c89b8f169 Refresh configs, add update.fish, rewrite README as setup runbook
- Re-dump brewfile (adds postgresql@16, tree; drops typeit4me)
- Refresh claude-settings.json, hosts, and serena_config.yml from machine
- Add update.fish to actualise the copied configs in one go
- Rewrite README as a complete ordered fresh-machine setup guide

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MN5eka2MuNJP9uCMdTda75
2026-09-07 19:08:42 +02:00

100 lines
2.7 KiB
JSON

{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"permissions": {
"defaultMode": "auto"
},
"model": "fable[1m]",
"hooks": {
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Waiting # notchbar-agents-claude-hook"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Auto # notchbar-agents-claude-hook"
}
]
}
],
"PostToolUseFailure": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' ToolFail # notchbar-agents-claude-hook"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Working # notchbar-agents-claude-hook"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Ended # notchbar-agents-claude-hook"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Idle # notchbar-agents-claude-hook"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Idle # notchbar-agents-claude-hook"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "'/Users/trevi/Library/Application Support/Bartender/NotchBar/AgentStatus/hooks/claude-event-hook.sh' Working # notchbar-agents-claude-hook"
}
]
}
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"serena@claude-plugins-official": true
},
"tui": "fullscreen",
"skipDangerousModePermissionPrompt": true,
"agentPushNotifEnabled": true,
"skipAutoPermissionPrompt": true
}