From fdf4f40dc05f4e19c419466f0b8ee48f6e886fc5 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 23 Aug 2026 21:08:40 +0000 Subject: [PATCH] chore(claude): sync enabled plugins with the melodic-software catalog The melodic-software marketplace catalog now carries 70 plugins; this repo's project-scope `enabledPlugins` declared 65 and had drifted: - `bug-report` was renamed `bugs` upstream (bugs 0.9.0, BREAKING). The old id no longer resolves in the catalog, so the entry declared a plugin that could never install. - Six catalog plugins were never declared: `ai-slop`, `bugs`, `context-budget`, `coupling`, `improvement`, and `overengineering`. Declare all 70 catalog names and drop the stale one, so the SessionStart bootstrap installs the full fleet instead of warning that the marketplace carries plugins this repo does not declare. Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_01GLGDbuo2E2VUmRJwc75JrQ --- .claude/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 35f8531..48b50f4 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -13,19 +13,22 @@ "actionlint@melodic-software": true, "adhd@melodic-software": true, "ai-briefing@melodic-software": true, + "ai-slop@melodic-software": true, "architecture@melodic-software": true, "autonomy@melodic-software": true, "bash-format@melodic-software": true, "biome-format@melodic-software": true, - "bug-report@melodic-software": true, + "bugs@melodic-software": true, "claude-config@melodic-software": true, "claude-memory@melodic-software": true, "claude-ops@melodic-software": true, "code-tidying@melodic-software": true, "codebase-health@melodic-software": true, "computer-use@melodic-software": true, + "context-budget@melodic-software": true, "context-guard@melodic-software": true, "context7@melodic-software": true, + "coupling@melodic-software": true, "debugging@melodic-software": true, "desktop-notification@melodic-software": true, "discipline@melodic-software": true, @@ -43,6 +46,7 @@ "go-format@melodic-software": true, "guardrails@melodic-software": true, "implementation@melodic-software": true, + "improvement@melodic-software": true, "kindle-dedrm@melodic-software": true, "knowledge@melodic-software": true, "machine-health@melodic-software": true, @@ -51,6 +55,7 @@ "miro@melodic-software": true, "mutation-testing@melodic-software": true, "naming@melodic-software": true, + "overengineering@melodic-software": true, "planning@melodic-software": true, "playbooks@melodic-software": true, "playwright@melodic-software": true,