From 56eaf33632bff5ca6636a0a92dd5de1c8fbcfa49 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 10 Mar 2026 19:25:35 -0400 Subject: [PATCH] fix(docs): correct commit style guide path reference --- {agents => .agent}/COMMITS.md | 0 AGENTS.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {agents => .agent}/COMMITS.md (100%) diff --git a/agents/COMMITS.md b/.agent/COMMITS.md similarity index 100% rename from agents/COMMITS.md rename to .agent/COMMITS.md diff --git a/AGENTS.md b/AGENTS.md index 723d287..b3c73cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -96,7 +96,7 @@ python3 -m py_compile ./home/bin/homeassistant.py - Redirect stderr appropriately: `2>/dev/null` or `2>&1` ### Configuration Files -- Before generating a commit, always consult `agents/COMMITS.md` for the required style. +- Before generating a commit, always consult `.agent/COMMITS.md` for the required style. #### chezmoi Templates - Dotfiles use chezmoi's templating system