All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Hardened the Bellwether skill and hook instructions so agents must keep the watch loop running while CI is pending or in progress, and must react immediately when the first CI failure or review comment appears.
- Clarified that CI failures must be reproduced and rerun locally before pushing, and that watch timeouts may exit when the only remaining blockers are external, such as missing review approval.
0.0.7 - 2026-03-30
- Added PR branch syncing so
bellwether checkcan update branches that are behind their base branch before continuing. - Added merge conflict detection and resolution guidance when a PR cannot be auto-synced cleanly.
- Added
CONTRIBUTING.mdwith local development and pull request workflow guidance.
- Renamed the hook commands from
hook-addandhook-checkto the groupedhooks addandhooks checksubcommands. - Reworked the README with clearer positioning, updated visuals, and sync-driven workflow documentation.
0.0.6 - 2026-03-28
- Published a follow-up release of the hook command registration work from the earlier
v0.0.5cut. - Kept the CLI version sourced from
package.jsonso the published binary and docs report the same release number.
0.0.5 - 2026-03-28
- Added dedicated hook installation and validation commands for Claude Code and Codex integrations.
- Switched CLI version reporting to read directly from
package.json.
0.0.4 - 2026-03-28
- Fixed the sync working directory used during skill installation so
npxinstalls include the packagedSKILL.mdcontent correctly.
0.0.3 - 2026-03-28
- Added the missing
pull-requests:writepermission needed for PR maintenance operations. - Fixed module detection in the CLI entrypoint.
- Set the sync depth to
0so skill installs land asbellwetherwith the expectedSKILL.mdcontent.
0.0.2 - 2026-03-28
- Initial public release of
bellwether. - Added the Node.js-based CLI, build pipeline, and GitHub Actions workflows used to check and package the project.
- Added Renovate configuration for dependency maintenance.
- Updated the core GitHub Actions dependencies to
actions/checkout@v6andactions/setup-node@v6.