From e151c2e7c3aac58585f4b70e3ba6eb79c33cdf0c Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 8 Feb 2026 18:58:37 -0500 Subject: [PATCH] docs: enforce lowercase commit messages --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 8dffa41..eb93eef 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -110,7 +110,7 @@ python3 -m py_compile ./home/bin/homeassistant.py ## Repository Patterns ### Commit Message Format -Follow conventional commits style: +Follow conventional commits style (all lowercase). - `feat(scope): description` - New feature - `fix(scope): description` - Bug fix - `refactor(scope): description` - Code refactoring