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.