From d33ce511d7602e2bd1dbe210e6561ab592de8fd2 Mon Sep 17 00:00:00 2001 From: Alex Cameron Date: Sat, 15 Aug 2026 14:57:42 +0000 Subject: [PATCH] docs: document commit and PR title conventions --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 97d1196..67ba09e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -109,6 +109,11 @@ uv run ruff format gpu_test/ - Use `clang-format` (config in `.clang-format`) - Run `check-clang-tidy` after C++ changes; do not apply fixes automatically +## Commit and PR Titles + +- Use Conventional Commits format for every commit message and PR title: `(): ` (the scope is optional) +- Prefer the established subsystem scopes, such as `translate`, `dialect`, `conversion`, `pipeline`, and `runner` + ## Agent Instructions - Use context7 MCP for MLIR API documentation: query with `/websites/mlir_llvm` for MLIR dialects, operations, types, and conversion patterns