docs: fix stale plugin references in CLAUDE.md#90
Merged
JacobPEvans merged 2 commits intomainfrom Mar 6, 2026
Merged
Conversation
- Remove stale references to git-permission-guard, main-branch-guard, and pr-review-toolkit (consolidated into git-guards and github-workflows) - Add missing plugins: ai-delegation, codeql-resolver, config-management, infra-orchestration, process-cleanup - Update git-workflows skills to include troubleshoot-* skills - Update github-workflows skills to include trigger-ai-reviews
|
PR author is in the excluded authors list. |
JacobPEvans
previously requested changes
Mar 6, 2026
Owner
JacobPEvans
left a comment
There was a problem hiding this comment.
NO. Violation of D-R-Y. CLAUDE.md was set to that on purpose.
…md symlink (claude)
Fixed: CLAUDE.md restored as symlink, plugin reference fixes applied to AGENTS.md
JacobPEvans
reviewed
Mar 6, 2026
Owner
JacobPEvans
left a comment
There was a problem hiding this comment.
All checks pass. Triggering final review gate.
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
Non-critical: Outdated references
CLAUDE.mdstill listed three plugin names that were consolidated or removed:git-permission-guard→ merged intogit-guardsmain-branch-guard→ merged intogit-guardspr-review-toolkit→ merged intogithub-workflowsNon-critical: Missing documentation
Six plugins present in the repository were absent from the
CLAUDE.mdplugin table:ai-delegation(was only mentioned in the prose section, not the table)codeql-resolverconfig-managementgit-guards(the consolidated replacement for the two stale entries above)infra-orchestrationprocess-cleanupAdditionally,
git-workflowswas missing three new troubleshoot skills, andgithub-workflowswas missing/trigger-ai-reviews.What Was Fixed
Updated the plugin table in
CLAUDE.mdto match the actual plugins in the repository:git-permission-guardandmain-branch-guardrows with a singlegit-guardsrowpr-review-toolkitrow (its/resolve-pr-threadsskill is listed undergithub-workflows)ai-delegation,codeql-resolver,config-management,infra-orchestration, andprocess-cleanuprowsgit-workflowsskills to include/troubleshoot-rebase,/troubleshoot-precommit,/troubleshoot-worktreegithub-workflowsskills to include/trigger-ai-reviewsDetection Trigger
Triggered by merge commit
ce6d8d2— "docs: fix README plugin references after consolidation (#87)" — which updatedREADME.mdto reflect the plugin consolidation but leftCLAUDE.mdwith the old plugin names.