claude-configs/settings.json
Cal Corum 746bc03f5e Sync: update plugins, settings, CLAUDE.md; add new sessions, remove old ones
- CLAUDE.md: minor updates
- plugins: new installs, updated marketplace indexes, submodule bumps
- settings.json: expanded configuration (39 line delta)
- sessions: add 5 new sessions, remove 4 old ones
2026-04-09 02:01:02 -05:00

134 lines
3.8 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"MCP_API_KEY": "${MCP_API_KEY}",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"ENABLE_TOOL_SEARCH": "true"
},
"permissions": {
"allow": [
"mcp__n8n-mcp__*",
"mcp__gitea-mcp__*",
"mcp__tui-driver__*",
"mcp__mobile-mcp__*",
"Bash(git commit:*)",
"Bash(git clone:*)",
"Bash(git fetch:*)",
"Bash(git checkout:*)",
"Bash(git rebase:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"Bash(git status:*)",
"Bash(git branch:*)",
"Bash(curl -s:*)",
"Bash(python3 -c:*)",
"Bash(cat /home/cal/.claude/secrets:*)",
"Bash(sleep:*)",
"Bash(tea:*)",
"Bash(python -m pytest:*)",
"Bash(python3 -m pytest:*)",
"Bash(cd /mnt/NV2:*)",
"Bash(npm:*)",
"Bash(cd /tmp:*)",
"Bash(cd /mnt/NV2/Development:*)"
],
"deny": [
"Bash(rm -rf /)",
"Bash(rm -rf /*)",
"Bash(rm -rf ~)",
"Bash(rm -rf $HOME)",
"Bash(diskutil)",
"Bash(sudo rm -rf /)",
"Bash(sudo rm -rf /*)",
"Bash(fork bomb)",
"Bash(dd if=/dev/zero of=/dev/sda)",
"Bash(mkfs.ext4 /dev/sda)"
],
"defaultMode": "default",
"additionalDirectories": [
"/home/cal/.config/steamtinkerlaunch/",
"/mnt/NV2/SteamLibrary/"
]
},
"enableAllProjectMcpServers": false,
"enabledMcpjsonServers": [],
"hooks": {},
"statusLine": {
"type": "command",
"command": "bash ~/.claude/plugins/marketplaces/agent-toolkit/plugins-claude/statusline/scripts/statusline.sh"
},
"enabledPlugins": {
"playground@claude-plugins-official": true,
"claude-code-setup@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"session@agent-toolkit": true,
"format-on-save@agent-toolkit": true,
"permission-manager@agent-toolkit": false,
"project-plan@cal-claude-plugins": true,
"save-doc@cal-claude-plugins": true,
"youtube-transcriber@cal-claude-plugins": true,
"z-image@cal-claude-plugins": true,
"statusline@agent-toolkit": true,
"session-history-analyzer@agent-toolkit": true,
"devops-engineer@codex-agents": true,
"postgres-pro@codex-agents": true,
"test-automator@codex-agents": true,
"tooling-engineer@codex-agents": true,
"ux-researcher@codex-agents": true,
"skill-codex@skill-codex": true,
"sre-engineer@codex-agents": true,
"superpowers@claude-plugins-official": true,
"caveman@caveman": true,
"docker-expert@codex-agents": true,
"iot-engineer@codex-agents": true,
"it-ops-orchestrator@codex-agents": true,
"network-engineer@codex-agents": true,
"security-auditor@codex-agents": true,
"security-engineer@codex-agents": true
},
"extraKnownMarketplaces": {
"agent-toolkit": {
"source": {
"source": "github",
"repo": "St0nefish/agent-toolkit"
},
"autoUpdate": true
},
"cal-claude-plugins": {
"source": {
"source": "git",
"url": "https://git.manticorum.com/cal/claude-plugins.git"
},
"autoUpdate": true
},
"codex-agents": {
"source": {
"source": "git",
"url": "https://git.manticorum.com/cal/codex-agents.git"
},
"autoUpdate": true
},
"skill-codex": {
"source": {
"source": "github",
"repo": "skills-directory/skill-codex"
}
},
"caveman": {
"source": {
"source": "github",
"repo": "JuliusBrussee/caveman"
},
"autoUpdate": true
}
},
"autoUpdatesChannel": "latest",
"voiceEnabled": true,
"autoDreamEnabled": true,
"skipDangerousModePermissionPrompt": true
}