docs: remove Install column from Available Plugins table - #19
Merged
Conversation
The CLI installer was removed, making the "Manual ¹" install label and its footnote for code-review-tools no longer relevant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All plugins install via marketplace or --plugin-dir — a separate Install column adds no information. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes an outdated “Install” column from the root README’s “Available Plugins” table now that all plugins install via the same Claude Code mechanisms, and adds OpenSpec change artifacts documenting that this is documentation-only.
Changes:
- Removed the “Install” column and associated manual-installation footnote from
README.md. - Added OpenSpec change proposal/design/spec/tasks files to capture the documentation-only nature of the update.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| openspec/changes/remove-manual-install-mention/tasks.md | Tracks the documentation tasks completed for removing the column/footnote. |
| openspec/changes/remove-manual-install-mention/specs/no-spec-changes/spec.md | Declares the change as documentation-only with no behavioral impact. |
| openspec/changes/remove-manual-install-mention/proposal.md | Documents motivation and scope for removing the Install column. |
| openspec/changes/remove-manual-install-mention/design.md | Captures the design decision to remove the column entirely. |
| openspec/changes/remove-manual-install-mention/.openspec.yaml | Registers the OpenSpec change metadata (schema/created fields). |
| README.md | Removes the Install column and footnote from the Available Plugins table. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the outdated Install column from the Available Plugins table in README. Since the CLI installer was removed, all plugins now install via the same Claude Code ecosystem (marketplace or
--plugin-dir), making the distinction meaningless.Changes
🤖 Generated with Claude Code