chore(claude-settings): reduce the mirrored enabledPlugins block to deltas - #570
Conversation
…eltas
The fleet plugin list (standards components/cloud-environment/fleet-plugins.json)
is what every cloud snapshot installs, and the canonical bootstrap reads it
overlaid with this repo's .claude/settings.json. A block that mirrors the whole
catalog is redundant in the cloud and, locally, writes one project-scope install
record per entry on every session start in every checkout. This repo declares
no deltas, so the block becomes {}.
Fleet fan-out of melodic-software/claude-code-plugins#3688.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016e6sBmnTGcidwvSrM86NYp
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Claude finished @kyle-sexton's task in 1m 14s —— View job Code review complete
Scope: Findings: None. This is a minimal, low-risk data change:
Nothing to flag — the change matches its stated intent and the described verification checks out. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2591643bc3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
No related issue: fleet fan-out of melodic-software/claude-code-plugins#3688 (closed); this repo's part of that remediation.
Summary
The fleet plugin list (standards
components/cloud-environment/fleet-plugins.json, standards#542) is what every cloud snapshot installs, and the canonical bootstrap reads it overlaid with each repo's.claude/settings.json. A committed block that mirrors the whole catalog is therefore redundant in the cloud and, locally, writes one project-scope install record per entry into the user'sinstalled_plugins.jsonon every session start in every checkout (claude-code-plugins#3813). This repo declares no per-repo deltas, so its block is reduced to{}.Fix
.claude/settings.json:enabledPluginsreduced to{}.extraKnownMarketplacesand everything else in the file is unchanged.A repo that later needs a plugin disabled adds a single
"<plugin>@melodic-software": falseentry; a repo that needs one outside the fleet list adds atrueentry. Template and rationale: claude-code-pluginsdocs/CLOUD-FLEET-SETUP.md.Verification
jq -e . .claude/settings.jsonparses;git difftouches only theenabledPluginsblock.2026-09-06.2for claude-code-plugins and medley), and the canonical bootstrap's drift repair reads the same list from/opt/melodic-fleet-plugins.json.Related
🤖 Generated with Claude Code
https://claude.ai/code/session_016e6sBmnTGcidwvSrM86NYp