diff --git a/.gitignore b/.gitignore index ff0a12a..d4b7fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ claude/.claude/* /nvim/.config/nvim/lazy-lock.json /pi/.pi/agent/extensions/pi-ask-mcp/package-lock.json pi/.pi/agent/themes +/claude/.claude/settings.json +/.claude/settings.json diff --git a/claude/.claude/settings.json b/claude/.claude/settings.json deleted file mode 100644 index fe8158c..0000000 --- a/claude/.claude/settings.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "permissions": { - "defaultMode": "bypassPermissions" - }, - "model": "opus[1m]", - "hooks": { - "SessionStart": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js session-start", - "async": true - } - ] - } - ], - "Stop": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js stop", - "async": true - } - ] - } - ] - }, - "statusLine": { - "type": "command", - "command": "ccstatusline", - "padding": 0, - "refreshInterval": 10 - }, - "enabledPlugins": { - "rust-analyzer-lsp@claude-plugins-official": false, - "qmd@qmd": false - }, - "extraKnownMarketplaces": { - "claude-pulse": { - "source": { - "source": "github", - "repo": "NoobyGains/claude-pulse" - } - } - }, - "outputStyle": "verbose", - "viewMode": "verbose", - "effortLevel": "xhigh", - "promptSuggestionEnabled": false, - "awaySummaryEnabled": false, - "agent": "minimal", - "showThinkingSummaries": true, - "skipDangerousModePermissionPrompt": true, - "theme": "auto", - "editorMode": "normal", - "remoteControlAtStartup": false, - "inputNeededNotifEnabled": true, - "useAutoModeDuringPlan": false -}