docs(prompt): require conventional commit-style PR titles - #208
Merged
Conversation
Updates rac/prompts/rac-agent-pr-guidelines.md to mandate that the pull request title follow the commit message standard (<type>(<area>): <imperative summary>). The repository squash-merges, so the title becomes the commit subject on main; this makes the existing standard explicit for PR titles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the PR-title convention explicit in the PR-authoring guidance. The repository
squash-merges pull requests, so the PR title becomes the squashed commit's subject
on
main— it must therefore follow the commit message standard already defined inrac-agent-commit-guidelines.md. The guidance previously specified the body formatbut said nothing about the title.
Adds to
rac/prompts/rac-agent-pr-guidelines.md:type(area): imperative summaryform, explaining the squash-merge rationale.
ADR Trace
No ADR change. Aligns the PR-authoring prompt with the existing commit message
standard (
rac-agent-commit-guidelines.md); both are agent operating-guidanceprompt artifacts under ADR-047.
Scope
Included
rac/prompts/rac-agent-pr-guidelines.md(Instructionsrationale + Constraints rule).
Excluded
format; this only states that PR titles follow it.
Verification
Ran
rac validate rac/prompts/rac-agent-pr-guidelines.md→ PASS, 0 errors/warnings.rac validate rac/→314 valid, 0 invalid.rac relationships rac/ --validate→0issues.rac review rac/→ exit0.rac export rac/ --agent-rules --check→ in-sync (a prompt edit leaves thedecisions block untouched).
Review Path
rac/prompts/rac-agent-pr-guidelines.md— the Instructions paragraph and the newConstraints bullet.
Notes For Reviewer
This PR's own title follows the new rule, as does the companion ADR-086 PR (#207),
which was retitled
feat(telemetry): add enterprise telemetry hard-lock.Implementation Process
Authored with AI assistance under the decision-contract workflow; final review and
acceptance are the maintainer's.