From f2ff769753833da8ac41b3e4397ae5f4b1ee291e Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sat, 8 Nov 2025 22:39:00 +0100 Subject: [PATCH] docs: require conventional commits --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 8992605..7cd2926 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,4 +19,5 @@ ## Working With The Repo 1. Add new scripts under `scripts/` and document behavior in the top comment block. 2. Run `stylua` followed by `luacheck` before committing. -3. Update this file when repo-level layout or tooling changes so future contributors understand the structure. +3. Use Conventional Commits for every git commit (e.g., `feat:`, `fix:`, `chore:`) so tooling can parse history cleanly. +4. Update this file when repo-level layout or tooling changes so future contributors understand the structure.