What problem does it solve?
It prevents broken hatch3r releases by coordinating versioning, documentation parity, adapter verification, and changelog accuracy into a single reproducible release-prep workflow.
Core Features & Use Cases
- Version orchestration: Aligns
package.json, plugin manifests, lockfile refresh, and inventory/doc drift checks to a single semver source of truth.
- Quality gates and validation: Runs tests, typecheck, lint, build, and
hatch3r validate to ensure the release is production-ready.
- Release fidelity and reconciliation: Verifies adapter registration/capability completeness, enforces Keep-a-Changelog section formatting, and ensures merged PRs are represented in the changelog (or explicitly classified).
- Docs and website currency: Builds the Docusaurus website with strict link checking and verifies inventory parity against governance counts and sidebars.
Quick Start
Ask your AI agent to run the full hatch3r release preparation flow and update the release version, run all quality gates, reconcile CHANGELOG.md with merged PRs, and verify website/doc parity.