From 8a52b3ee59774bce930a8bbd9ab6fedb9bb19c37 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Thu, 1 Jan 2026 02:30:55 -0800 Subject: [PATCH] Install pyright-lsp and superpowers-developing-for-claude-code plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add pyright-lsp for Python language server support - Add superpowers-developing-for-claude-code for plugin development guidance - Enable superpowers-developing-for-claude-code in settings - Update PA history index 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- plugins/install-counts-cache.json | 2 +- plugins/installed_plugins.json | 22 ++++++++++++++++ plugins/known_marketplaces.json | 2 +- settings.json | 4 +-- state/personal-assistant/history/index.json | 28 +++++++++++++++++++++ 5 files changed, 54 insertions(+), 4 deletions(-) diff --git a/plugins/install-counts-cache.json b/plugins/install-counts-cache.json index 0591af8..78a639f 100644 --- a/plugins/install-counts-cache.json +++ b/plugins/install-counts-cache.json @@ -1,6 +1,6 @@ { "version": 1, - "fetchedAt": "2025-12-26T18:14:58.883Z", + "fetchedAt": "2026-01-01T10:06:08.447Z", "counts": [ { "plugin": "context7@claude-plugins-official", diff --git a/plugins/installed_plugins.json b/plugins/installed_plugins.json index 3ec12e2..dc63106 100644 --- a/plugins/installed_plugins.json +++ b/plugins/installed_plugins.json @@ -43,6 +43,28 @@ "gitCommitSha": "131c1f189f75a14faad4227089841d1deee73e2a", "isLocal": false } + ], + "pyright-lsp@claude-plugins-official": [ + { + "scope": "user", + "installPath": "/home/will/.claude/plugins/cache/claude-plugins-official/pyright-lsp/1.0.0", + "version": "1.0.0", + "installedAt": "2025-12-31T19:10:57.370Z", + "lastUpdated": "2025-12-31T19:10:57.370Z", + "gitCommitSha": "51726d96a0278dbeeb852e934065189611a46333", + "isLocal": true + } + ], + "superpowers-developing-for-claude-code@superpowers-marketplace": [ + { + "scope": "user", + "installPath": "/home/will/.claude/plugins/cache/superpowers-marketplace/superpowers-developing-for-claude-code/0.3.1", + "version": "0.3.1", + "installedAt": "2026-01-01T10:08:50.874Z", + "lastUpdated": "2026-01-01T10:08:50.874Z", + "gitCommitSha": "74afe935da49efe782907e837a27ce618498099a", + "isLocal": false + } ] } } \ No newline at end of file diff --git a/plugins/known_marketplaces.json b/plugins/known_marketplaces.json index 9b192fa..9aa2d5c 100644 --- a/plugins/known_marketplaces.json +++ b/plugins/known_marketplaces.json @@ -5,7 +5,7 @@ "repo": "anthropics/claude-plugins-official" }, "installLocation": "/home/will/.claude/plugins/marketplaces/claude-plugins-official", - "lastUpdated": "2025-12-29T20:32:21.240Z" + "lastUpdated": "2026-01-01T10:11:34.804Z" }, "superpowers-marketplace": { "source": { diff --git a/settings.json b/settings.json index 8b6d582..44897b0 100644 --- a/settings.json +++ b/settings.json @@ -1,5 +1,4 @@ { - "model": "opus", "statusLine": { "type": "command", "command": "~/.claude/automation/statusline.sh" @@ -9,7 +8,8 @@ "typescript-lsp@claude-plugins-official": true, "commit-commands@claude-plugins-official": true, "superpowers@superpowers-marketplace": true, - "pyright-lsp@claude-plugins-official": true + "pyright-lsp@claude-plugins-official": true, + "superpowers-developing-for-claude-code@superpowers-marketplace": true }, "alwaysThinkingEnabled": true, "_note": "Agent definitions moved to ~/.claude/agents/*.md with YAML frontmatter. Autonomy levels now in ~/.claude/state/autonomy-levels.json" diff --git a/state/personal-assistant/history/index.json b/state/personal-assistant/history/index.json index 51c597d..c9ef886 100644 --- a/state/personal-assistant/history/index.json +++ b/state/personal-assistant/history/index.json @@ -126,6 +126,34 @@ "ended": null, "summarized": false, "topics": [] + }, + { + "id": "2025-12-31_12-25-02", + "started": "2025-12-31T12:25:02-08:00", + "ended": null, + "summarized": false, + "topics": [] + }, + { + "id": "2026-01-01_01-46-34", + "started": "2026-01-01T01:46:34-08:00", + "ended": null, + "summarized": false, + "topics": [] + }, + { + "id": "2026-01-01_01-49-19", + "started": "2026-01-01T01:49:19-08:00", + "ended": null, + "summarized": false, + "topics": [] + }, + { + "id": "2026-01-01_02-11-31", + "started": "2026-01-01T02:11:31-08:00", + "ended": null, + "summarized": false, + "topics": [] } ] }