docs: fix README plugin references after consolidation#87
Merged
JacobPEvans merged 1 commit intomainfrom Mar 6, 2026
Merged
Conversation
|
PR author is in the excluded authors list. |
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.
Issues Found
Critical: Broken functionality (installation code examples reference deleted plugins)
The root
README.mdwas not updated when plugins were consolidated in #72. It still references old plugin names that no longer exist as directories in the repository, meaning every installation command in the README points to a non-existent plugin.Old names referenced (directories deleted):
git-rebase-workflow→ consolidated intogit-workflowswebfetch-guard→ consolidated intocontent-guardsmarkdown-validator→ consolidated intocontent-guardstoken-validator→ consolidated intocontent-guardsissue-limiter→ consolidated intocontent-guardsAffected sections:
## Available Plugins— listed stale plugin names and descriptions## Installation / From Marketplace—claude plugins addcommands used deleted plugin IDs## Installation / Local Development—claude plugins link ./old-namecommands pointed to non-existent directoriesWhat Was Fixed
Available Pluginssection with entries for all 9 current plugins:ai-delegation,codeql-resolver,config-management,content-guards,git-guards,git-workflows,github-workflows,infra-orchestration,process-cleanupFrom Marketplaceinstall list to use the correct plugin namesLocal Developmentclaude plugins linkcommands to use the correct directory namesDetection Trigger
Triggered by merge of commit
97bfa05a43de066c58fa637acc41d9734fad0ab6(feat: add rate limiting, README validation, and externalize init-worktree (#72)), which consolidated five standalone plugin directories intocontent-guards,git-guards, andgit-workflowswithout updating the rootREADME.md.