docs(hipblaslt): add PR title and JIRA ID conventions to AGENTS.md#8882
Merged
jaopaulolc merged 3 commits intoJul 9, 2026
Merged
Conversation
Document the Conventional Commits title format and JIRA ID requirement in both hipblaslt and tensilelite AGENTS.md files, with a link to the Libraries PR Bot Policy FAQ for the full set of automated PR checks. JIRA ID : AIHPBLAS-3968
2d075bb to
4880fc3
Compare
✅ All Checks Passed — Ready for Review
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🎉 All checks passed! This PR is ready for review. |
ThanHenderson
approved these changes
Jul 9, 2026
assistant-librarian Bot
pushed a commit
to ROCm/hipBLASLt
that referenced
this pull request
Jul 9, 2026
docs(hipblaslt): add PR title and JIRA ID conventions to AGENTS.md (#8882) JIRA ID : AIHPBLAS-4017 ## Motivation The hipBLASLt and TensileLite AGENTS.md files document the PR body template but do not mention the Conventional Commits title requirement or the mandatory JIRA ID reference. This causes AI agents (and humans) to create PRs that fail the automated bot policy checks, requiring a round-trip fix. ## Technical Details Updated both `projects/hipblaslt/AGENTS.md` and `projects/hipblaslt/tensilelite/AGENTS.md` to: - Document the required PR title format (`type(scope): description`) with the list of allowed types. - Document the required `JIRA ID : ...` line in the PR body. - Add `JIRA ID : <JIRA key or N/A>` to the body template itself. - Link to the [Libraries PR Bot Policy FAQ](https://github.com/ROCm/rocm-libraries/blob/develop/docs/LIBRARIES_PR_BOT_FAQ.md) for the full rule set. The corresponding CLAUDE.md files already had this content; only the AGENTS.md files were out of date. ## Test Plan Docs only, no testing needed. ## Test Result N/A ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. ## Risk level None. Documentation-only change to agent guidance files.
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.
JIRA ID : AIHPBLAS-4017
Motivation
The hipBLASLt and TensileLite AGENTS.md files document the PR body template but do not mention the Conventional Commits title requirement or the mandatory JIRA ID reference. This causes AI agents (and humans) to create PRs that fail the automated bot policy checks, requiring a round-trip fix.
Technical Details
Updated both
projects/hipblaslt/AGENTS.mdandprojects/hipblaslt/tensilelite/AGENTS.mdto:type(scope): description) with the list of allowed types.JIRA ID : ...line in the PR body.JIRA ID : <JIRA key or N/A>to the body template itself.The corresponding CLAUDE.md files already had this content; only the AGENTS.md files were out of date.
Test Plan
Docs only, no testing needed.
Test Result
N/A
Submission Checklist
Risk level
None. Documentation-only change to agent guidance files.