From e773bf51f8dd09e718c8b78063bbbbaa8ef0fb7f Mon Sep 17 00:00:00 2001 From: Yang Xiufeng Date: Tue, 23 Jun 2026 23:56:20 +0800 Subject: [PATCH] docs: add PR title format rule to AGENTS.md --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e00a05ae..0340975c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -25,6 +25,9 @@ This repository is a Rust workspace for BendSQL plus a separate frontend, langua - Keep changes inside the owning subsystem unless the task clearly crosses boundaries. - Check for uncommitted user changes before editing and do not revert unrelated work. - Report the exact verification commands you ran, plus anything you skipped and why. +- PR title must follow the Conventional Commits format validated by `amannn/action-semantic-pull-request@v5`. + Format: `type(scope): description` or `type: description`. + Allowed types: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`. ## Task Routing