Skip to content

v1.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:23

Added

Doc Plugin

  • rfc skill for RFC lifecycle management (#39)
    • Create, review, list, and update Architecture RFCs
    • rfc-critic agent for multi-perspective review
    • Python scripts: rfc_create.py, rfc_list.py
    • /rfc command wrapper
  • diataxis skill for Diataxis documentation framework (#46)
    • Audit, classify, validate, and scaffold documentation by quadrant (Tutorials, How-to, Reference, Explanation)
    • Scripts: diataxis_audit.py, diataxis_validate.py, diataxis_classify.py, diataxis_scaffold.py
    • Integration with jd-docs via --diataxis flag

Design Intent Plugin

  • prototype skill for rapid UI component generation (#38)
    • Generates 3 visually distinct HTML/CSS components from text prompts
    • Physical/material metaphor-driven design exploration
    • --vary flag for radical variations of existing artifacts
    • Position-numbered files with manifest.json tracking
    • Side-by-side comparison index.html

Git Plugin

  • dependabot-review skill for PR triage and merging (#41)
    • Risk classification: patch/minor/major, security, lockfile-only
    • Auto-merge safe PRs or advise on risky ones

Review Plugin

  • Design review capability with design-review skill and agent (#42)
  • Enhanced RFC and ADR skills with multi-agent patterns (#42)
  • adr-critic agent for architecture decision review

Core Plugin

  • sync-docs skill for documentation sync and impact analysis
    • Runs update-claude-docs.sh, computes diffs, reports impacts on skills, plugins, and docs

Devtools Plugin

  • taskfile-setup skill for Taskfile task runner setup and audit (#44)
    • Auto-detects Node.js/pnpm, JVM/Gradle, Python/uv, Docker ecosystems
    • Two-phase workflow: audit existing Taskfile or scaffold new one
    • Recommends single-file or multi-file patterns based on project complexity
  • Multi-ecosystem quality-stack scanning for JVM, Node.js/TypeScript, and Python (#44)
    • scan_project.py orchestrator with auto-detection and --ecosystem flag
    • scan_node.py: ESLint, Biome, Prettier, Vitest, Jest, Playwright, TypeScript strict audit
    • scan_python.py: Ruff, mypy, Pyright, pytest, coverage, Bandit, pip-audit, uv
    • scan_cross_cutting.py: CI/CD, git hooks, commitlint, EditorConfig, Renovate, Trivy
    • shared.py common utilities extracted for cross-ecosystem reuse
  • Validation scripts for plugin-release-checker: cross-reference and staleness validators

Roadmap Plugin

  • doc-freshness skill for documentation drift detection (#44)
    • Scans for broken links, version mismatches, and git staleness
    • Multiple modes: scan, links, check, drift, cross-doc, report
    • Script-driven analysis with scan_freshness.py

Fixed

Core Plugin

  • sdlc-develop: Replaced LLM-based spec numbering with deterministic Python script for reliable ordering (#40)

Changed

Review Plugin

  • Overhauled plugin with enhanced RFC/ADR skills and multi-agent patterns (#42)
  • Bumped version: 1.2.0 → 2.0.0

Devtools Plugin

  • BREAKING: Merged claude-code plugin into devtools; renamed env-setup to code-env-setup (#43)
  • Moved quality-stack skill from spring-boot to devtools (#43)
  • Refactored scan_tooling.py into scan_jvm.py with backwards-compatible wrapper (#44)
  • Bumped version: 1.0.0 → 2.1.0

Roadmap Plugin

  • Bumped version: 1.0.0 → 1.1.0

Documentation

  • Added GitHub issue and PR templates for community contributions
  • Updated README, CLAUDE.md, and marketplace.json with accurate component counts
  • Fixed documentation freshness issues: broken links, missing plugins, stale changelog (#45)

CI/CD

  • Added PR validation workflow for plugin quality checks

Removed

  • claude-code plugin — consolidated into devtools (#43)