{ "enabledPlugins": { "frontend-design@claude-plugins-official": true, "typescript-lsp@claude-plugins-official": true, "commit-commands@claude-plugins-official": true, "superpowers@superpowers-marketplace": true }, "alwaysThinkingEnabled": true, "model": "opus", "agents": { "k8s-orchestrator": { "model": "opus", "promptFile": "agents/k8s-orchestrator.md", "description": "Central orchestrator for K8s cluster management tasks" }, "k8s-diagnostician": { "model": "sonnet", "promptFile": "agents/k8s-diagnostician.md", "description": "Cluster health, pod/node status, log analysis" }, "argocd-operator": { "model": "sonnet", "promptFile": "agents/argocd-operator.md", "description": "ArgoCD app sync, deployments, rollbacks" }, "prometheus-analyst": { "model": "sonnet", "promptFile": "agents/prometheus-analyst.md", "description": "Metrics queries, alert analysis, trends" }, "git-operator": { "model": "sonnet", "promptFile": "agents/git-operator.md", "description": "Git commits, PRs, manifest management" } }, "autonomy": { "safe_actions": [ "get", "describe", "logs", "list", "top", "diff", "refresh" ], "confirm_actions": [ "delete", "patch", "edit", "scale", "rollout", "apply", "sync", "commit", "push", "create-pr" ], "forbidden_actions": [ "drain", "cordon", "delete node", "reset", "delete namespace" ] } }