Release Readiness¶
Before tagging a claude-harnesses release:
- [ ]
bash scripts/verify.shpasses (lint + tests + mkdocs strict). - [ ]
bash scripts/validate-plugins.shpasses. - [ ]
bash scripts/shellcheck-all.shpasses (if shellcheck installed). - [ ] CHANGELOG.md has a dated entry for the new release.
- [ ] At least one example layout has been installed and dogfooded since the last release.
- [ ] Plugin schema in
schemas/plugin.schema.jsonmatches Claude Code's documented shape (re-check by fetchinganthropics/claude-plugins-official).
Versioning¶
Each plugin's plugin.json carries its own version. Bump the changed pack(s) only.