Skip to content

Commit c0b4ebb

Browse files
authored
Merge pull request #19 from retsohuang/feat/delete-cli-installtion
docs: remove Install column from Available Plugins table
2 parents 6b5e723 + a153ede commit c0b4ebb

6 files changed

Lines changed: 75 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,11 @@ The marketplace is configured in `.claude-plugin/marketplace.json`. Key fields:
151151

152152
## Available Plugins
153153

154-
| Plugin Name | Description | Version | Install |
155-
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ---------- |
156-
| [code-review-tools](./plugins/code-review-tools/README.md) | Review code changes commit-by-commit with custom rules support. Includes interactive setup and rule creation. | 2.1.1 | Manual ¹ |
157-
| [github-tools](./plugins/github-tools/README.md) | GitHub workflow tools for daily development. Analyze PR review comments and categorize what needs fixing. | 0.1.1 | Either |
158-
| [worktree-bootstrap](./plugins/worktree-bootstrap/README.md) | Automatically copy gitignored files to new worktrees using .worktreeinclude.yaml | 0.1.0 | Either |
159-
160-
¹ **Manual installation recommended** - Supports custom review rules in the `references/` directory, which requires local file access not available via marketplace installation.
154+
| Plugin Name | Description | Version |
155+
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ------- |
156+
| [code-review-tools](./plugins/code-review-tools/README.md) | Review code changes commit-by-commit with custom rules support. Includes interactive setup and rule creation. | 2.1.1 |
157+
| [github-tools](./plugins/github-tools/README.md) | GitHub workflow tools for daily development. Analyze PR review comments and categorize what needs fixing. | 0.1.1 |
158+
| [worktree-bootstrap](./plugins/worktree-bootstrap/README.md) | Automatically copy gitignored files to new worktrees using .worktreeinclude.yaml | 0.1.0 |
161159

162160
## Contributing
163161

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
schema: spec-driven
2+
created: 2026-03-01
3+
created_by: Retso Huang <retsohuang@gmail.com>
4+
archived_by: Retso Huang <retsohuang@gmail.com>
5+
archived_at: 2026-03-01
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Context
2+
3+
The README's Available Plugins table had an Install column with values "Manual ¹" and "Either", plus a footnote explaining why manual installation was recommended for `code-review-tools`. This distinction existed when the CLI installer was available. The CLI has been removed.
4+
5+
## Goals / Non-Goals
6+
7+
**Goals:**
8+
9+
- Remove the entire Install column from the Available Plugins table
10+
- Remove the associated footnote
11+
12+
**Non-Goals:**
13+
14+
- Changing other table columns or plugin metadata
15+
16+
## Decisions
17+
18+
### Remove Install column entirely
19+
20+
Rather than just changing the label, remove the entire Install column. Since all plugins install via the same Claude Code ecosystem (marketplace or `--plugin-dir`), the column provides no useful information.
21+
22+
## Risks / Trade-offs
23+
24+
None. This is a cosmetic documentation fix with no behavioral impact.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Summary
2+
3+
Remove the Install column from the README's Available Plugins table.
4+
5+
## Motivation
6+
7+
The Install column distinguished between "Manual" and "Either" installation methods, which only made sense when the CLI installer existed. The CLI has been removed — all plugins now install the same way via marketplace or `--plugin-dir`. The column adds no information.
8+
9+
## Proposed Solution
10+
11+
- Remove the entire Install column from the Available Plugins table
12+
- Remove the footnote explaining manual installation
13+
14+
## Capabilities
15+
16+
### New Capabilities
17+
18+
(none)
19+
20+
### Modified Capabilities
21+
22+
(none — this is a pure documentation fix with no spec-level behavior changes)
23+
24+
## Impact
25+
26+
- Affected code: `README.md` (Available Plugins table)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## ADDED Requirements
2+
3+
### Requirement: No spec changes
4+
5+
This change is a pure documentation fix (README text update). No capabilities are added, modified, or removed.
6+
7+
#### Scenario: Documentation-only change
8+
9+
- **WHEN** the README is updated to remove the manual installation mention
10+
- **THEN** no plugin behavior or capability SHALL be affected
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1. Remove Install column entirely
2+
3+
- [x] 1.1 Remove the Install column from the Available Plugins table header, separator, and all rows in README.md
4+
- [x] 1.2 Remove the `¹ **Manual installation recommended**` footnote line from README.md
5+
- [x] 1.3 Commit changes: `docs: remove Install column from Available Plugins table`

0 commit comments

Comments
 (0)