claude gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -21,3 +21,5 @@ claude/.claude/*
|
|||||||
/nvim/.config/nvim/lazy-lock.json
|
/nvim/.config/nvim/lazy-lock.json
|
||||||
/pi/.pi/agent/extensions/pi-ask-mcp/package-lock.json
|
/pi/.pi/agent/extensions/pi-ask-mcp/package-lock.json
|
||||||
pi/.pi/agent/themes
|
pi/.pi/agent/themes
|
||||||
|
/claude/.claude/settings.json
|
||||||
|
/.claude/settings.json
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user