claude-configs/settings.json
Cal Corum 6c172cc124 sync: update plugins, sessions, and settings
- Updated plugin blocklist, install counts, and known marketplace caches
- Added codex-agents marketplace
- Rotated sessions (removed 5 old, added 5 new)
- Updated settings.json and permission audit log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 02:00:54 -05:00

96 lines
2.9 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__*",
"WebFetch(domain:mlb26.theshow.com)",
"mcp__mobile-mcp__mobile_click_on_screen_at_coordinates",
"Bash(adb shell:*)",
"mcp__mobile-mcp__mobile_take_screenshot",
"mcp__mobile-mcp__mobile_list_elements_on_screen",
"mcp__mobile-mcp__mobile_swipe_on_screen",
"Bash(python:scripts/*)",
"Bash(python:*)",
"Bash(git commit:*)"
],
"deny": [
"Bash(rm -rf /)",
"Bash(rm -rf /*)",
"Bash(rm -rf ~)",
"Bash(rm -rf $HOME)",
"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
},
"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
}
},
"autoUpdatesChannel": "latest",
"voiceEnabled": true,
"autoDreamEnabled": true,
"skipDangerousModePermissionPrompt": true
}