diff --git a/settings.json b/settings.json index 474316e..8b6d582 100644 --- a/settings.json +++ b/settings.json @@ -1,15 +1,16 @@ { "model": "opus", - "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, "statusLine": { "type": "command", "command": "~/.claude/automation/statusline.sh" }, + "enabledPlugins": { + "frontend-design@claude-plugins-official": true, + "typescript-lsp@claude-plugins-official": true, + "commit-commands@claude-plugins-official": true, + "superpowers@superpowers-marketplace": true, + "pyright-lsp@claude-plugins-official": true + }, + "alwaysThinkingEnabled": true, "_note": "Agent definitions moved to ~/.claude/agents/*.md with YAML frontmatter. Autonomy levels now in ~/.claude/state/autonomy-levels.json" }