Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/guardrails/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "guardrails",
"version": "0.9.2",
"version": "0.9.3",
"description": "Eight safety guards that block secret/credential writes, hardcoded machine-specific paths, git hook-bypass attempts, irreversible git operations (force-push, reset --hard, worktree-wide checkout/restore discards), Bash file-write workarounds that circumvent Write/Edit hooks, (advisory) hallucinated CLI flags, (advisory) un-throttled Workflow fan-out that risks burst 529s, and (advisory) direct git commit/gh pr create calls bypassing this marketplace's own commit/pull-request skills — each independently toggleable.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/guardrails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `guardrails` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.9.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.9.2]

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions plugins/guardrails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,4 @@ check reports with guidance.

## 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).
2 changes: 1 addition & 1 deletion plugins/playbooks/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "playbooks",
"version": "0.2.0",
"version": "0.2.1",
"description": "Doctrine and knowledge playbooks as on-demand skills, plus a maintainer-facing update skill. boris — Boris Cherny's Claude Code workflow tips (howborisusesclaudecode.com); skill-authoring — Anthropic's internal skill-authoring playbook; fable-5 — Claude Fable 5's operating doctrine (self-authored, no upstream). The boris and skill-authoring packs vendor a verbatim upstream baseline; /playbooks:update drift-checks and syncs those baselines centrally (maintainers).",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/playbooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the `playbooks` 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.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
Expand Down
3 changes: 1 addition & 2 deletions plugins/playbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ working-tree checkout.

## 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).
2 changes: 1 addition & 1 deletion plugins/powershell-format/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "powershell-format",
"version": "0.4.2",
"version": "0.4.3",
"description": "Auto-format and lint PowerShell on edit via PSScriptAnalyzer, only when a PSScriptAnalyzerSettings.psd1 governs the repo — using the consuming repo's own analyzer settings.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/powershell-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `powershell-format` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.4.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.4.2]

### Changed
Expand Down
3 changes: 1 addition & 2 deletions plugins/powershell-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ plugin in that 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).
2 changes: 1 addition & 1 deletion plugins/prototype/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "prototype",
"version": "0.3.0",
"version": "0.3.1",
"description": "Builds throwaway code to answer a design question before committing to architecture — a logic facet (an interactive terminal app over a portable state model) and a UI facet (radically different visual variants on one route).",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/prototype/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `prototype` 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]

### Changed
Expand Down
3 changes: 1 addition & 2 deletions plugins/prototype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ already uses; the plugin adds no runtime of its own.

## 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).
2 changes: 1 addition & 1 deletion plugins/repo-hygiene/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "repo-hygiene",
"version": "0.4.3",
"version": "0.4.4",
"description": "Repo hygiene action-router: /repo-hygiene:clean sweeps reclaimable caches, build artifacts, and stale git metadata, and can realign the working tree to a fresh-pull state — dry-run-first, with destructive tiers gated behind explicit confirmation and a session-scoped destructive-command guard. Ecosystem targets are detected at runtime; secrets, runtime dependencies, and skill data are preserved by default.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/repo-hygiene/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `repo-hygiene` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.4.4]

### 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.3]

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions plugins/repo-hygiene/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ extension point, not yet exposed as configuration.

## 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).
2 changes: 1 addition & 1 deletion plugins/review/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "review",
"version": "0.14.7",
"version": "0.14.8",
"description": "Code-review toolkit: six read-only reviewer agents (code, security, architecture, doc drift, build/test/lint, CI-log audit) plus two orchestration skills — a single-lens quality gate and a multi-surface review fan-out with severity-ranked, deduplicated findings.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/review/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `review` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.14.8]

### 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.14.7]

### Added
Expand Down
3 changes: 1 addition & 2 deletions plugins/review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ findings location in your `CLAUDE.md`/rules overrides the default path.

## 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).
2 changes: 1 addition & 1 deletion plugins/ruff-format/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "ruff-format",
"version": "0.4.1",
"version": "0.4.2",
"description": "Auto-format and lint Python on edit via Ruff, only when a Ruff config governs the repo — using the consuming repo's own Ruff config.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/ruff-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `ruff-format` 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
Expand Down
3 changes: 1 addition & 2 deletions plugins/ruff-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ To turn the plugin off for a single repository, disable it in that project's

## 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).
2 changes: 1 addition & 1 deletion plugins/songwriting/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "songwriting",
"version": "0.6.0",
"version": "0.6.1",
"description": "Songwriting craft companion — eight concern-scoped lyric-craft skills (workflow router, rhyme, object-writing, meter-prosody, song-form, co-write, diagnose, practice) applying Pat Pattison's methods, plus Suno v5.5 prompt engineering (style prompts, tagged lyrics, genre templates, troubleshooting).",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/songwriting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `songwriting` 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 (breaking)
Expand Down
3 changes: 1 addition & 2 deletions plugins/songwriting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ internal rhyme generation.

## License

MIT (SPDX-License-Identifier: MIT). See the LICENSE file at the root of the
melodic-software/claude-code-plugins repository. Pat Pattison's books are cited as methodology
MIT (SPDX-License-Identifier: MIT). Pat Pattison's books are cited as methodology
sources; the plugin contains distilled craft guidance and short verified anchor quotes, not book
text.
2 changes: 1 addition & 1 deletion plugins/tdd/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "tdd",
"version": "0.2.0",
"version": "0.2.1",
"description": "A TDD knowledge base distilled from cover-to-cover readings of Kent Beck's Test-Driven Development: By Example and Vladimir Khorikov's Unit Testing: Principles, Practices, and Patterns — fourteen author-attributed reference files behind a routing table plus a no-load quick decision guide, answering the WHY behind test design decisions.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/tdd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `tdd` 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
Expand Down
3 changes: 1 addition & 2 deletions plugins/tdd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ configure, no state, no scripts, no network access.

## 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).
2 changes: 1 addition & 1 deletion plugins/testing/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "testing",
"version": "0.2.4",
"version": "0.2.5",
"description": "Test-stage discipline across all ecosystems: coverage-gap analysis and test planning (`/testing:plan`), TDD test authoring and placement (`/testing:write`), live E2E plus non-UI smoke verification (`/testing:run-e2e`), and failing-test root-cause diagnosis with the reproduce → isolate → fix → retest loop (`/testing:diagnose`).",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `testing` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.2.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.2.4]

### Changed
Expand Down
3 changes: 1 addition & 2 deletions plugins/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ 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).
2 changes: 1 addition & 1 deletion plugins/toolchain/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "toolchain",
"version": "0.5.0",
"version": "0.5.1",
"description": "Repo-agnostic polyglot verification toolchain: build + test + lint for changed files across .NET, Python, TypeScript, Bash, PowerShell, Markdown, YAML, and cross-cutting surfaces (`/toolchain:check`, `/toolchain:lint`), plus a re-runnable `/toolchain:setup` with check (report the configured ecosystems and their command surface) and apply (interview, infer, and write the tracked per-ecosystem command config those skills resolve first).",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/toolchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `toolchain` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.5.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.5.0]

### Removed
Expand Down
3 changes: 1 addition & 2 deletions plugins/toolchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ reports the effective configuration). 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).
2 changes: 1 addition & 1 deletion plugins/verification/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "verification",
"version": "0.3.0",
"version": "0.3.1",
"description": "Outcome-verification stage: prove a change achieved its intended outcome (`/verification:confirm` \u2014 a mechanical build/test/lint prerequisite gate, then intent-match + evidence + verdict with the criterion auto-detected by change type), and verify measurable-improvement claims against a planning-time baseline (`/verification:measure`), never fabricating numbers.",
"author": {
"name": "Melodic Software",
Expand Down
9 changes: 9 additions & 0 deletions plugins/verification/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to the `verification` 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
Expand Down
3 changes: 1 addition & 2 deletions plugins/verification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ concern read-only, `apply` writes it). This plugin declares no userConfig option

## 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).
2 changes: 1 addition & 1 deletion plugins/work-items/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "work-items",
"version": "0.17.1",
"version": "0.17.2",
"description": "Manages development work items through a provider-neutral tracker seam that ships with the plugin (bundled dispatcher plus github and local-markdown adapters; seam plugin-dir canonical, adapters consumer-local-first): dashboard, taxonomy-labeled creation, a race-safe assignee-plus-lease claim protocol, recurring-schedule checks, TODO scanning, stale-lease auditing, plan decomposition into vertical-slice items, and raw-intake triage (issues and unsolicited PRs through raw, verified, briefed, autonomous-eligible states). The re-runnable setup skill binds the provider (.work-item-tracker.json), seeds the recurring-schedule seam (.github/recurring-schedule.json), and remaps canonical role labels.",
"author": {
"name": "Melodic Software",
Expand Down
Loading
Loading