Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/discover-plugins
Section/Topic
/plugin uninstall section; also plugins-reference.md plugin uninstall command reference
Current Documentation
discover-plugins.md documents /plugin uninstall:
/plugin uninstall plugin-name@marketplace-name
"The --scope option lets you target a specific scope with CLI commands:"
claude plugin uninstall formatter@your-org --scope project
plugins-reference.md documents the uninstall command with its --scope option (user, project, or local) but makes no mention of which settings file is written to when uninstalling a project-scoped plugin.
settings.md shows the scopes table mapping local scope to .claude/settings.local.json but does not address uninstall behavior.
What's Wrong or Missing?
Changelog v2.1.71 documents a behavioral change:
"Improved /plugin uninstall to disable project-scoped plugins in .claude/settings.local.json instead of modifying .claude/settings.json, so changes don't affect teammates"
This reveals a deliberate asymmetry in the plugin scope system that is completely undocumented:
- Installing a project-scoped plugin writes to
.claude/settings.json (shared with teammates, committed to version control)
- Uninstalling a project-scoped plugin now writes the disable/removal record to
.claude/settings.local.json (gitignored, personal — not shared with teammates)
Without this documentation, users making these assumptions will be surprised:
- A user who runs
/plugin uninstall on a project-scoped plugin will expect it to be removed from settings.json (symmetrical with install). It is not.
- A user who wants to remove a plugin for their whole team via uninstall will find the change is not committed.
- A user who inspects
settings.json after uninstalling a project-scoped plugin will find no change and assume the uninstall failed.
The correct workflow to remove a plugin for all teammates is to remove it from settings.json directly — not to use /plugin uninstall.
Suggested Improvement
Add a note to the /plugin uninstall section in discover-plugins.md:
Project-scoped plugins: Uninstalling a project-scoped plugin writes the disable record to .claude/settings.local.json (gitignored), not .claude/settings.json. This means the uninstall is local to you and does not affect teammates. To remove a plugin for the entire team, remove it from .claude/settings.json directly.
Update the plugin uninstall entry in plugins-reference.md to include the same note.
Impact
High - Prevents users from using a feature
Additional Context
Affected Pages:
Total scope: 3 pages affected
Source: Changelog v2.1.71
Exact changelog entry:
"Improved /plugin uninstall to disable project-scoped plugins in .claude/settings.local.json instead of modifying .claude/settings.json, so changes don't affect teammates"
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/discover-plugins
Section/Topic
/plugin uninstallsection; alsoplugins-reference.mdplugin uninstallcommand referenceCurrent Documentation
discover-plugins.mddocuments/plugin uninstall:plugins-reference.mddocuments the uninstall command with its--scopeoption (user, project, or local) but makes no mention of which settings file is written to when uninstalling a project-scoped plugin.settings.mdshows the scopes table mappinglocalscope to.claude/settings.local.jsonbut does not address uninstall behavior.What's Wrong or Missing?
Changelog v2.1.71 documents a behavioral change:
This reveals a deliberate asymmetry in the plugin scope system that is completely undocumented:
.claude/settings.json(shared with teammates, committed to version control).claude/settings.local.json(gitignored, personal — not shared with teammates)Without this documentation, users making these assumptions will be surprised:
/plugin uninstallon a project-scoped plugin will expect it to be removed fromsettings.json(symmetrical with install). It is not.settings.jsonafter uninstalling a project-scoped plugin will find no change and assume the uninstall failed.The correct workflow to remove a plugin for all teammates is to remove it from
settings.jsondirectly — not to use/plugin uninstall.Suggested Improvement
Add a note to the
/plugin uninstallsection indiscover-plugins.md:Update the
plugin uninstallentry inplugins-reference.mdto include the same note.Impact
High - Prevents users from using a feature
Additional Context
Affected Pages:
/plugin uninstall— no mention of settings.local.json behaviorplugin uninstallcommand reference — no file location documentedTotal scope: 3 pages affected
Source: Changelog v2.1.71
Exact changelog entry: