From e3eb913b032cbb459c1b7ce4db6c82ed706fd89e Mon Sep 17 00:00:00 2001 From: satyaborg Date: Tue, 23 Jun 2026 16:29:40 +1000 Subject: [PATCH] chore: align commit and PR guidelines with git conventions --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a34417c..b8c983a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,7 +22,8 @@ Tests use `scripts/devloop_test.sh`. Keep behavior fixture-style where possible: ## Commit & Pull Request Guidelines -Git history follows Conventional Commits, for example `fix: surface devloop commit failures` and `chore: cover shell runtime`. Use concise subjects in imperative style and keep unrelated changes in separate commits. Pull requests should include a short problem summary, the implementation approach, and test evidence (`bash scripts/devloop_test.sh`). +- Branch names: `type/short-description` (e.g., `feat/auth-flow`, `fix/null-check`) +- Conventional imperative-style commits with three prefixes: `feat:`, `fix:`, `chore:`. Append `!` for breaking changes (e.g. `feat!:`) ## Agent-Specific Instructions