Skip to content

ready-suite v3.0.0

Choose a tag to compare

@hannsxpeter hannsxpeter released this 14 May 20:06

ready-suite 3.0.0 is the first coordinated release-train release for the monorepo. All eleven skills, the ready-suite meta plugin, and marketplace metadata now publish together as version 3.0.0.

Highlights

  • Aligns all eleven skills to the shared 3.0.0 release train.
  • Adds root VERSION as the canonical release-train version.
  • Adds a release checklist and repeatable bump script.
  • Adds suite-release lint so root VERSION, skill frontmatter, changelogs, meta plugin, and marketplace metadata stay aligned.
  • Extends plugin-sync to validate specialist plugin packaging, meta plugin dependencies, and marketplace sources.
  • Adds strict trigger lint to CI.
  • Integrates Pillars as the supported project-memory layer under AGENTS.md.
  • Documents arc-ready as the child born from ready-suite, preserving the artifact paths, named failure modes, and tests in a single-skill distribution.
  • Adds root and per-skill badges, including Agent Skills, Pillars, version, and license badges.

Verification

bash scripts/lint.sh --verbose
bash scripts/lint.sh --strict-triggers --verbose
git diff --check
bash -n scripts/lint.sh scripts/refresh-plugin-skills.sh scripts/bump-suite-version.sh install.sh uninstall.sh
jq empty .claude-plugin/marketplace.json plugins/*/.claude-plugin/plugin.json

All checks passed locally before release.