Skip to content

Release v0.3.44

Choose a tag to compare

@github-actions github-actions released this 20 Jul 07:54

Release 0.3.44

Changelog

Added

  • REQ-GIT-001 (no Cursor co-author): .scripts/check-no-cursor-coauthor.sh, .scripts/strip-cursor-coauthor-from-history.sh, .githooks/commit-msg, Cursor rule .cursor/rules/01-git-commits.mdc, and docs GITHUB_CI.md.
  • CI: git-hygiene job in .github/workflows/ci.yml runs the co-author check on full history.
  • Makefile: setup-hooks, check-no-cursor-coauthor, strip-cursor-coauthor-from-history; release-check depends on check-no-cursor-coauthor.
  • Code of Conduct: Contributor Covenant at repository root (CODE_OF_CONDUCT.md).

Changed

  • PHPUnit coverage (phpunit.xml.dist): exclude dashboard HTTP UI, selected compiler passes / heavy services, and Google Translate CLI from the aggregate Clover gate (manual/integration-only surfaces).
  • Docs: README links to GITHUB_CI.md and Code of Conduct; CONTRIBUTING documents hooks and REQ-GIT-001; RELEASE reminds to re-run the co-author check before push.

Fixed

  • Demos: PHP CS Fixer alignment in config/reference.php stubs after the 0.3.43 release (Symfony 7/8).

Full Changelog: v0.3.43...v0.3.44