AIXCL v1.1.37
AIXCL v1.1.37
Release v1.1.37 -- PR body validation hardening, README improvements, Discussions governance, and release workflow automation. First release to promote all accumulated dev work to main via a full dev -> main merge.
What's New in v1.1.37
Added
- ✅ Discrete-References CI Enforcement: Added
validate-pr-body-referencesjob topr-validation.ymlandscripts/checks/check-pr-references.shlocal script; fails if any PR body list item contains comma-packed issue references (e.g.- Fixes #1, #2). Closes #1487. - ✅ Pre-Release Retrospective Step: Added Step 2 to the
cut-releaseskill: both agents open a dedicated GitHub Discussion thread and post observations before each release is cut. Closes #1497.
Fixed
- ✅ Slash-Separated References Bypass Check:
check-pr-references.shmatched comma-separated references but silently passed slash-separated pairs (e.g.#1480/#1481). Extended the pattern to catch both forms. Closes #1492.
Documentation
Full Changelog: v1.1.36...v1.1.37