From 92c0d18be20357442225db506acf631045cade54 Mon Sep 17 00:00:00 2001 From: Joost van der Laan Date: Thu, 12 Mar 2026 10:47:56 +0000 Subject: [PATCH] Add commit message and PR title rules --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 0bcd9c9c..c0970c9e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -135,6 +135,10 @@ The primary use case for this site is documenting the FashionUnited GraphQL API: - Playground: `https://fashionunited.com/graphiql/` - Marketplace queries support pagination, locales, and brand filtering +## Commit Messages and PR Titles + +No prefixes (`feat:`, `fix:`, `[codex]`, etc.). Start with capital letter, imperative mood, include GitHub issue number. Example: `Add job count for locales #123`. PR titles follow the same rules. + ## Issue Tracking with br (beads_rust) This project uses `br` ([beads_rust](https://github.com/steveyegge/beads_rust)) for issue tracking. beads_rust is a distributed, Git-backed issue tracker designed specifically for AI coding agents.