From 72e782c8499ec006949caa5226e1efb66207565e Mon Sep 17 00:00:00 2001 From: Kyle Sexton <153232337+kyle-sexton@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:34:24 -0400 Subject: [PATCH] docs(plugins): drop unreachable repo-root LICENSE pointer from 13 READMEs (wave 2) Same fix as wave 1 for the next 13 plugins alphabetically (guardrails deferred to wave 3 behind in-flight version bumps): delete the dangling "See the LICENSE file at the root" sentence, keep the inline MIT/SPDX statement, patch bump + CHANGELOG entry per plugin. The two plugins whose changelogs date entries (discovery, docs-hygiene) get dated entries per their own convention. Wave 2 of 3: discovery, docs-hygiene, domain-driven-design, education, eol-normalizer, event-storming, firecrawl, implementation, kindle-dedrm, knowledge, machine-health, mcp-tools, planning. Co-Authored-By: Claude Fable 5 --- plugins/discovery/.claude-plugin/plugin.json | 2 +- plugins/discovery/CHANGELOG.md | 9 +++++++++ plugins/discovery/README.md | 3 +-- plugins/docs-hygiene/.claude-plugin/plugin.json | 2 +- plugins/docs-hygiene/CHANGELOG.md | 9 +++++++++ plugins/docs-hygiene/README.md | 3 +-- plugins/domain-driven-design/.claude-plugin/plugin.json | 2 +- plugins/domain-driven-design/CHANGELOG.md | 9 +++++++++ plugins/domain-driven-design/README.md | 3 +-- plugins/education/.claude-plugin/plugin.json | 2 +- plugins/education/CHANGELOG.md | 9 +++++++++ plugins/education/README.md | 3 +-- plugins/eol-normalizer/.claude-plugin/plugin.json | 2 +- plugins/eol-normalizer/CHANGELOG.md | 9 +++++++++ plugins/eol-normalizer/README.md | 3 +-- plugins/event-storming/.claude-plugin/plugin.json | 2 +- plugins/event-storming/CHANGELOG.md | 9 +++++++++ plugins/event-storming/README.md | 3 +-- plugins/firecrawl/.claude-plugin/plugin.json | 2 +- plugins/firecrawl/CHANGELOG.md | 9 +++++++++ plugins/firecrawl/README.md | 3 +-- plugins/implementation/.claude-plugin/plugin.json | 2 +- plugins/implementation/CHANGELOG.md | 9 +++++++++ plugins/implementation/README.md | 3 +-- plugins/kindle-dedrm/.claude-plugin/plugin.json | 2 +- plugins/kindle-dedrm/CHANGELOG.md | 9 +++++++++ plugins/kindle-dedrm/README.md | 3 +-- plugins/knowledge/.claude-plugin/plugin.json | 2 +- plugins/knowledge/CHANGELOG.md | 9 +++++++++ plugins/knowledge/README.md | 3 +-- plugins/machine-health/.claude-plugin/plugin.json | 2 +- plugins/machine-health/CHANGELOG.md | 9 +++++++++ plugins/machine-health/README.md | 3 +-- plugins/mcp-tools/.claude-plugin/plugin.json | 2 +- plugins/mcp-tools/CHANGELOG.md | 9 +++++++++ plugins/mcp-tools/README.md | 3 +-- plugins/planning/.claude-plugin/plugin.json | 2 +- plugins/planning/CHANGELOG.md | 9 +++++++++ plugins/planning/README.md | 3 +-- 39 files changed, 143 insertions(+), 39 deletions(-) diff --git a/plugins/discovery/.claude-plugin/plugin.json b/plugins/discovery/.claude-plugin/plugin.json index 5a351e777..5bbeda1e9 100644 --- a/plugins/discovery/.claude-plugin/plugin.json +++ b/plugins/discovery/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "discovery", - "version": "0.8.0", + "version": "0.8.1", "description": "Structured discovery before changes: explore the local codebase (inline or in an isolated forked subagent) and run disciplined multi-source external research with source tiers, falsification, and recency gates — persisting EXPLORE.md / RESEARCH.md handoff artifacts.", "author": { "name": "Melodic Software", diff --git a/plugins/discovery/CHANGELOG.md b/plugins/discovery/CHANGELOG.md index 1deee7899..d96cf9110 100644 --- a/plugins/discovery/CHANGELOG.md +++ b/plugins/discovery/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog — discovery plugin +## [0.8.1] — 2026-07-20 + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.8.0] — 2026-07-20 ### Added diff --git a/plugins/discovery/README.md b/plugins/discovery/README.md index 948823a81..bbfc66174 100644 --- a/plugins/discovery/README.md +++ b/plugins/discovery/README.md @@ -54,5 +54,4 @@ interview. ## License -MIT (SPDX-License-Identifier: MIT). See the `LICENSE` file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/docs-hygiene/.claude-plugin/plugin.json b/plugins/docs-hygiene/.claude-plugin/plugin.json index d79d0c137..2df3a4c1e 100644 --- a/plugins/docs-hygiene/.claude-plugin/plugin.json +++ b/plugins/docs-hygiene/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "docs-hygiene", - "version": "0.7.0", + "version": "0.7.1", "description": "Documentation-hygiene toolkit of five skills: compress (flavor-trim markdown with a semantic-diff safety net), audit-noise (classify markdown noise), extract-ssot (deduplicate repeated content into a single source of truth), audit-encapsulation (detect citations into skill-private surfaces), and rename-references (sweep stale references after renames).", "author": { "name": "Melodic Software", diff --git a/plugins/docs-hygiene/CHANGELOG.md b/plugins/docs-hygiene/CHANGELOG.md index 29b1894ea..237f5c155 100644 --- a/plugins/docs-hygiene/CHANGELOG.md +++ b/plugins/docs-hygiene/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog — docs-hygiene plugin +## [0.7.1] — 2026-07-20 + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.7.0] — 2026-07-18 Changed: diff --git a/plugins/docs-hygiene/README.md b/plugins/docs-hygiene/README.md index 25ee395ad..2a8a71c0d 100644 --- a/plugins/docs-hygiene/README.md +++ b/plugins/docs-hygiene/README.md @@ -54,5 +54,4 @@ snapshots under the plugin's own data directory. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/domain-driven-design/.claude-plugin/plugin.json b/plugins/domain-driven-design/.claude-plugin/plugin.json index 644206d36..6f940a77f 100644 --- a/plugins/domain-driven-design/.claude-plugin/plugin.json +++ b/plugins/domain-driven-design/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "domain-driven-design", - "version": "0.2.0", + "version": "0.2.1", "description": "Domain-driven-design practice skills. Today: actively maintains a consuming project's ubiquitous-language glossary — resolves ambiguous or overloaded terms, records canonical language and rejected synonyms, sharpens what-it-IS definitions, and routes entries to already-known bounded contexts without discovering boundaries.", "author": { "name": "Melodic Software", diff --git a/plugins/domain-driven-design/CHANGELOG.md b/plugins/domain-driven-design/CHANGELOG.md index 6d56a4cc0..833b2d026 100644 --- a/plugins/domain-driven-design/CHANGELOG.md +++ b/plugins/domain-driven-design/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `domain-driven-design` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.2.1] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.2.0] ### Changed (breaking) diff --git a/plugins/domain-driven-design/README.md b/plugins/domain-driven-design/README.md index 51db71cb5..3083831ad 100644 --- a/plugins/domain-driven-design/README.md +++ b/plugins/domain-driven-design/README.md @@ -33,5 +33,4 @@ installs it automatically. ## License -MIT (SPDX-License-Identifier: MIT). See the `LICENSE` file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/education/.claude-plugin/plugin.json b/plugins/education/.claude-plugin/plugin.json index a8b25cbb7..36b1e619e 100644 --- a/plugins/education/.claude-plugin/plugin.json +++ b/plugins/education/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "education", - "version": "0.3.1", + "version": "0.3.2", "description": "Interactive multi-session learning coach: teaches a general subject or a concept grounded in the consuming repo through the Knowledge-Skills-Wisdom progression, with persistent per-topic learning state. Also a single-session domain primer.", "author": { "name": "Melodic Software", diff --git a/plugins/education/CHANGELOG.md b/plugins/education/CHANGELOG.md index 82cc7a098..5ca08359d 100644 --- a/plugins/education/CHANGELOG.md +++ b/plugins/education/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `education` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.3.2] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.3.1] ### Changed diff --git a/plugins/education/README.md b/plugins/education/README.md index 92f8069a4..381a7c5ba 100644 --- a/plugins/education/README.md +++ b/plugins/education/README.md @@ -63,5 +63,4 @@ plugin itself. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/eol-normalizer/.claude-plugin/plugin.json b/plugins/eol-normalizer/.claude-plugin/plugin.json index 81fa646ee..740611ae2 100644 --- a/plugins/eol-normalizer/.claude-plugin/plugin.json +++ b/plugins/eol-normalizer/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "eol-normalizer", - "version": "0.4.1", + "version": "0.4.2", "description": "Normalize a written file's working-tree line endings to its .gitattributes eol value on edit — symmetric CRLF/LF driven by git check-attr, advisory and never blocking.", "author": { "name": "Melodic Software", diff --git a/plugins/eol-normalizer/CHANGELOG.md b/plugins/eol-normalizer/CHANGELOG.md index bfbd3442a..253259bf5 100644 --- a/plugins/eol-normalizer/CHANGELOG.md +++ b/plugins/eol-normalizer/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `eol-normalizer` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.4.2] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.4.1] ### Changed diff --git a/plugins/eol-normalizer/README.md b/plugins/eol-normalizer/README.md index 9b1065890..f82daa1e9 100644 --- a/plugins/eol-normalizer/README.md +++ b/plugins/eol-normalizer/README.md @@ -80,5 +80,4 @@ project's `enabledPlugins` instead. ## License -MIT (SPDX-License-Identifier: MIT). See the `LICENSE` file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/event-storming/.claude-plugin/plugin.json b/plugins/event-storming/.claude-plugin/plugin.json index 9a6d4b3da..2c8866ae1 100644 --- a/plugins/event-storming/.claude-plugin/plugin.json +++ b/plugins/event-storming/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "event-storming", - "version": "0.5.4", + "version": "0.5.5", "description": "EventStorming for domain discovery \u2014 a methodology skill (Big Picture / Process Modeling / Design-Level facilitation reference, notation, patterns) and a simulation skill (agentic multi-persona workshops that produce a structured-markdown model by default; a live Miro-board rendering path is available when the first-party miro plugin is enabled).", "author": { "name": "Melodic Software", diff --git a/plugins/event-storming/CHANGELOG.md b/plugins/event-storming/CHANGELOG.md index 7220da764..aabecfb9b 100644 --- a/plugins/event-storming/CHANGELOG.md +++ b/plugins/event-storming/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `event-storming` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.5.5] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.5.4] ### Changed diff --git a/plugins/event-storming/README.md b/plugins/event-storming/README.md index a53e2e379..b872dfe81 100644 --- a/plugins/event-storming/README.md +++ b/plugins/event-storming/README.md @@ -66,5 +66,4 @@ into your project tree. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/firecrawl/.claude-plugin/plugin.json b/plugins/firecrawl/.claude-plugin/plugin.json index 15fb0d044..b77c1ab15 100644 --- a/plugins/firecrawl/.claude-plugin/plugin.json +++ b/plugins/firecrawl/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "firecrawl", - "version": "0.3.0", + "version": "0.3.1", "description": "Web scraping, search, crawling, and file parsing through the firecrawl-cli binary with a write-to-disk-then-Read pattern that keeps large results out of context — plus a gated maintainer update flow tracking the upstream CLI and skill source.", "author": { "name": "Melodic Software", diff --git a/plugins/firecrawl/CHANGELOG.md b/plugins/firecrawl/CHANGELOG.md index 18fb95414..1015a3b94 100644 --- a/plugins/firecrawl/CHANGELOG.md +++ b/plugins/firecrawl/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `firecrawl` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.3.1] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.3.0] ### Added diff --git a/plugins/firecrawl/README.md b/plugins/firecrawl/README.md index 62911dd16..d9bce47ce 100644 --- a/plugins/firecrawl/README.md +++ b/plugins/firecrawl/README.md @@ -59,5 +59,4 @@ additionally reaches `registry.npmjs.org` and `www.firecrawl.dev`. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/implementation/.claude-plugin/plugin.json b/plugins/implementation/.claude-plugin/plugin.json index 5ac9ba54d..99cfda9e2 100644 --- a/plugins/implementation/.claude-plugin/plugin.json +++ b/plugins/implementation/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "implementation", - "version": "0.7.4", + "version": "0.7.5", "description": "Disciplined implementation stage: execute approved plans inline (`/implementation:implement`) or via orchestrated worker subagents (`/implementation:implement-dispatch`) with incremental validation, TDD-by-default cadence, green-checkpoint commits, scope-fence drift detection, and divergence detection that routes back to planning. Build/test/lint, testing, and outcome verification live in the companion `toolchain`, `testing`, and `verification` plugins, invoked when installed.", "author": { "name": "Melodic Software", diff --git a/plugins/implementation/CHANGELOG.md b/plugins/implementation/CHANGELOG.md index 9ee228a51..8b8dee507 100644 --- a/plugins/implementation/CHANGELOG.md +++ b/plugins/implementation/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `implementation` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.7.5] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.7.4] ### Changed diff --git a/plugins/implementation/README.md b/plugins/implementation/README.md index e481b93ca..876e97be9 100644 --- a/plugins/implementation/README.md +++ b/plugins/implementation/README.md @@ -77,5 +77,4 @@ for and persists it. This plugin declares no userConfig options. ## License -MIT (SPDX-License-Identifier: MIT). See the `LICENSE` file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/kindle-dedrm/.claude-plugin/plugin.json b/plugins/kindle-dedrm/.claude-plugin/plugin.json index cbd5c221b..3af6fc559 100644 --- a/plugins/kindle-dedrm/.claude-plugin/plugin.json +++ b/plugins/kindle-dedrm/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "kindle-dedrm", - "version": "0.6.1", + "version": "0.6.2", "description": "Manage the Kindle for PC 2.8.0 + Calibre DeDRM workflow for personal-use ebook DRM removal on books you own (Windows only). Action router with setup, sync, update, cleanup, and status, each state mutation paired with a documented compensating reversal.", "author": { "name": "Melodic Software", diff --git a/plugins/kindle-dedrm/CHANGELOG.md b/plugins/kindle-dedrm/CHANGELOG.md index b9e4a9a93..e18938d5f 100644 --- a/plugins/kindle-dedrm/CHANGELOG.md +++ b/plugins/kindle-dedrm/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `kindle-dedrm` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.6.2] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.6.1] ### Changed diff --git a/plugins/kindle-dedrm/README.md b/plugins/kindle-dedrm/README.md index 47914a906..8fc07dda2 100644 --- a/plugins/kindle-dedrm/README.md +++ b/plugins/kindle-dedrm/README.md @@ -96,5 +96,4 @@ it writes no Claude Code user settings or `pluginConfigs`. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/knowledge/.claude-plugin/plugin.json b/plugins/knowledge/.claude-plugin/plugin.json index 5b87de7a7..973ce5aaf 100644 --- a/plugins/knowledge/.claude-plugin/plugin.json +++ b/plugins/knowledge/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "knowledge", - "version": "0.8.1", + "version": "0.8.2", "description": "Ingest external knowledge into durable, synthesized artifacts. Ships a book-distillation pipeline (PDF/EPUB into concept-organized, author-attributed skill reference files), a YouTube pipeline (watch, transcript, link harvest, and repo-applicability synthesis), and a course-digest pipeline (extract and synthesize online video courses — Dometrain, Teachable — into repo-applicable recommendations), plus a re-runnable setup action; a configurable library directory governs where synthesized artifacts land in the consuming repo.", "author": { "name": "Melodic Software", diff --git a/plugins/knowledge/CHANGELOG.md b/plugins/knowledge/CHANGELOG.md index c9a70419d..f9e997b43 100644 --- a/plugins/knowledge/CHANGELOG.md +++ b/plugins/knowledge/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to the `knowledge` plugin are recorded here. The `version` i `.claude-plugin/plugin.json` is the delivery vehicle — a consumer receives a change only after that version increases. +## [0.8.2] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.8.1] ### Changed diff --git a/plugins/knowledge/README.md b/plugins/knowledge/README.md index 609310026..7e1db0326 100644 --- a/plugins/knowledge/README.md +++ b/plugins/knowledge/README.md @@ -110,5 +110,4 @@ because a `sensitive` option persists as plaintext on Windows today. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/machine-health/.claude-plugin/plugin.json b/plugins/machine-health/.claude-plugin/plugin.json index 744c21492..f14488448 100644 --- a/plugins/machine-health/.claude-plugin/plugin.json +++ b/plugins/machine-health/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "machine-health", - "version": "0.6.0", + "version": "0.6.1", "description": "Workstation health audit: OS-specific checks (disk, OS updates, security posture, CISA KEV correlation) run from a versioned catalog with trend-aware severity, approval-gated remediations, and dated markdown reports. Windows fully implemented; macOS/Linux scaffolded (report UNKNOWN and stop). Machine state persists in the plugin data directory; the report directory and check catalog are configurable.", "author": { "name": "Melodic Software", diff --git a/plugins/machine-health/CHANGELOG.md b/plugins/machine-health/CHANGELOG.md index a7aeee209..175a8e7d0 100644 --- a/plugins/machine-health/CHANGELOG.md +++ b/plugins/machine-health/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `machine-health` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.6.1] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.6.0] ### Changed diff --git a/plugins/machine-health/README.md b/plugins/machine-health/README.md index c53d4d385..257c2d07d 100644 --- a/plugins/machine-health/README.md +++ b/plugins/machine-health/README.md @@ -80,5 +80,4 @@ pwsh -NoProfile -File plugins/machine-health/skills/audit/tests/Invoke-MachineHe ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/mcp-tools/.claude-plugin/plugin.json b/plugins/mcp-tools/.claude-plugin/plugin.json index d1438b25e..ed17a7ce9 100644 --- a/plugins/mcp-tools/.claude-plugin/plugin.json +++ b/plugins/mcp-tools/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "mcp-tools", - "version": "0.2.1", + "version": "0.2.2", "description": "Audits MCP server tool definitions against MCP-specification and Anthropic tool-design criteria and reports a per-tool PASS/WARN/FAIL scorecard covering description, parameters, naming, and annotations. Language-agnostic — Python (FastMCP), TypeScript, and .NET.", "author": { "name": "Melodic Software", diff --git a/plugins/mcp-tools/CHANGELOG.md b/plugins/mcp-tools/CHANGELOG.md index 972edc166..a65f98c7b 100644 --- a/plugins/mcp-tools/CHANGELOG.md +++ b/plugins/mcp-tools/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `mcp-tools` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.2.2] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.2.1] ### Changed diff --git a/plugins/mcp-tools/README.md b/plugins/mcp-tools/README.md index 15afdd0c8..ad74c8fdd 100644 --- a/plugins/mcp-tools/README.md +++ b/plugins/mcp-tools/README.md @@ -61,5 +61,4 @@ scorecard is returned in the response. ## License -MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT). diff --git a/plugins/planning/.claude-plugin/plugin.json b/plugins/planning/.claude-plugin/plugin.json index 46a728174..1824a1d7c 100644 --- a/plugins/planning/.claude-plugin/plugin.json +++ b/plugins/planning/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "planning", - "version": "0.22.2", + "version": "0.22.3", "userConfig": { "use_ask_user_question": { "type": "boolean", diff --git a/plugins/planning/CHANGELOG.md b/plugins/planning/CHANGELOG.md index 4497212b1..be729ee5a 100644 --- a/plugins/planning/CHANGELOG.md +++ b/plugins/planning/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the `planning` plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning. +## [0.22.3] + +### Changed + +- Documentation-only: the License section now states the plugin's own MIT + license inline and no longer points at a `LICENSE` file at the repository + root, which an installed consumer running from the isolated plugin cache + cannot reach. No behavior change. + ## [0.22.2] ### Changed diff --git a/plugins/planning/README.md b/plugins/planning/README.md index 7bdc17bfd..b577c9d37 100644 --- a/plugins/planning/README.md +++ b/plugins/planning/README.md @@ -66,5 +66,4 @@ concern file `.claude/topic-docs.yaml` (`contract_dir`, `memory_dir`, ## License -MIT (SPDX-License-Identifier: MIT). See the `LICENSE` file at the root of the -melodic-software/claude-code-plugins repository. +MIT (SPDX-License-Identifier: MIT).