When a role-bug branch has no [bug-id] prefix in the PR title, the check
now prints what the title should be:
FAIL[check-naming]: title must lead with [bug-r095xkfgt2vz]
have: fix(agenthub/bugs): budget unpark quote in bytes not runes
want: [bug-r095xkfgt2vz] fix(agenthub/bugs): budget unpark quote in bytes not runes
The bug id is already parsed from the branch, so the corrected title is
mechanically derivable — no guesswork needed from the author.
Part of bug-hvhthrwf9ry8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Composite action that validates head branch and PR title against the
fritzlab naming standard (role/bug-id/kebab + [bug-id] titles).
Always exits 0 (warn-only) until the Bugs system is live.
- check.sh: validation logic (branch form, title form, bug-id cross-check)
- action.yaml: composite action wrapping check.sh
- tests/run: 20-case test matrix (valid/invalid/chore/mismatch/dfritz)
- .gitea/workflows/test.yaml: CI that runs the test suite
Closesfritzlab/agenthub#559