docs: drop stale per-plugin docs/plans/ references#131
Merged
Conversation
The four per-plugin AGENTS.md files carried a paragraph stating that "the per-plugin docs/plans/ directory (where present) is historical." Root docs/plans/ was removed in 795ca32; per-plugin docs/plans/ directories were never tracked. The hedge "(where present)" is now always false, so the paragraph is removed entirely. The "## Plugin ADRs" section reduces to its first sentence pointing at docs/adr/. The companion "new work enters through the issue tracker" pointer is already documented in the root AGENTS.md and root docs/agents/, so no replacement text is needed in the per-plugin files. Co-Authored-By: Claude Opus 4.7 <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
The four per-plugin
AGENTS.mdfiles carried a paragraph hedging that "the per-plugindocs/plans/directory (where present) is historical." Rootdocs/plans/was removed in commit795ca32; per-plugindocs/plans/directories were never tracked. The(where present)hedge is now always false, so the paragraph is removed entirely.The
## Plugin ADRssection in each file reduces to its first sentence pointing at the plugin'sdocs/adr/. The companion "new work enters through the issue tracker" pointer is already in rootAGENTS.mdand rootdocs/agents/, so no replacement text is needed.This is item C of the zoom-out cleanup plan (after #124, #125, #129).
Test plan
pnpm checkexits 0grep -rn "docs/plans" --include="AGENTS.md" --include="CLAUDE.md" .returns nothing