docs(plugins): drop unreachable repo-root LICENSE pointer from 13 READMEs (wave 1) - #755
Conversation
…DMEs (wave 1) Installed consumers run each plugin from an isolated cache and cannot reach a file at the marketplace-repo root, so the "See the LICENSE file at the root" sentence dangles. Keep the inline MIT/SPDX statement; patch bump + CHANGELOG entry per plugin, mirroring the merged two-plugin fix. Wave 1 of 3 (alphabetical): actionlint, architecture, bash-format, biome-format, bug-report, claude-config, claude-memory, claude-ops, code-tidying, codebase-health, context7, debugging, desktop-notification. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Claude finished @kyle-sexton's task in 1m 0s —— View job Security Review
No security issues found. This PR is a documentation-only change across 13 plugins, touching three file types per plugin: README.md — Each file removes a two-line License section pointer to a plugin.json — Each manifest receives a patch version bump (e.g., CHANGELOG.md — Plain Markdown entries describing the documentation change. No executable content, no external URLs. No GitHub Actions workflows are touched, so there are no |
|
Claude finished @kyle-sexton's task in 1m 32s —— View job PR Review
This is a clean, well-executed mechanical cleanup. Here's what I verified: What the PR does: Removes the unreachable Version bumps — all correct. Every plugin gets a patch increment (docs-only → patch per semver), and every bump is correctly applied:
CHANGELOG entries — consistent and accurate. The entry wording correctly describes this as documentation-only with no behavior change. The date-free version header format (e.g., After-state consistency. The before-state had minor inconsistencies (some used backtick-quoted REVIEW.md blocking checks — all N/A for a docs-only diff; no secrets, no handlers, no data access, no tenant data. Nothing blocking. One observation (not a blocker): 26 plugins on Verdict: ✅ Looks good to merge. No issues found. |
…DMEs (wave 2) (#758) No linked issue — wave 2 of 3; #537 stays open until all 39 plugins are done. Same recipe as wave-1 PR #755 for the next 13 plugins alphabetically; guardrails is deferred to wave 3 because two in-flight guardrails version bumps (#757 lane) serialize ahead of it. Per-plugin patch bump + CHANGELOG entry; discovery and docs-hygiene entries carry dates per those plugins' own changelog convention. Verification: repro grep returns 0 hits over the 13 wave-2 READMEs; all 13 manifest versions match their CHANGELOG top entry; base predates #755 so wave-1 plugins intentionally still carry the pointer here (no file overlap between waves). ## Related - #537 (wave 2 of 3) - #755 (wave 1) - #426 (the two-plugin fix this mirrors) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…13 READMEs (wave 3) (#771) Closes #537 — final wave; repo-wide repro grep (`at the root of|root of (the )?melodic`) returns zero across all `plugins/*/README.md` on this branch. Supersedes #766 (identical change, rebased): #737 landed toolchain 0.5.0 / verification 0.3.0 mid-grace, so those two stack as 0.5.1 / 0.3.1; guardrails (0.9.2→0.9.3) and work-items (0.17.1→0.17.2) stack above their own mid-flight entries as before. All 13 manifests match their CHANGELOG top entry; songwriting's methodology-attribution note preserved. ## Related - #537 (wave 3 of 3 — closes) - #766 (superseded — pre-rebase head of this same change) - #755 / #758 (waves 1–2) - #426 (the two-plugin fix this mirrors) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
No linked issue — wave 1 of 3; #537 stays open until all 39 plugins are done.
Deletes the dangling "See the
LICENSEfile at the root of the repository" sentence from the first 13 plugin READMEs (alphabetical), keeping the inlineMIT (SPDX-License-Identifier: MIT)statement — an installed consumer runs from the isolated plugin cache and cannot reach a marketplace-root file. Patch bump + CHANGELOG entry per plugin, mirroring the merged #426 two-plugin fix.Verification: repro grep (
at the root of|root of (the )?melodic) returns 0 hits over the 13 wave-1 READMEs, 26 hits over the untouched remainder; all 13 manifest versions match their CHANGELOG top entry.Related
🤖 Generated with Claude Code