Skip to content

AIXCL v1.1.37

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:00
· 68 commits to main since this release
975a482

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-references job to pr-validation.yml and scripts/checks/check-pr-references.sh local 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-release skill: 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.sh matched 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