From 3689a537d567acabeaca84f7ec55e6aa2cc4cea7 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Wed, 26 Aug 2026 19:13:13 -0400 Subject: [PATCH] refactor(repo): reorganize agent guidance --- {.agent => .agents}/COMMITS.md | 0 AGENTS.md | 10 +--------- 2 files changed, 1 insertion(+), 9 deletions(-) rename {.agent => .agents}/COMMITS.md (100%) diff --git a/.agent/COMMITS.md b/.agents/COMMITS.md similarity index 100% rename from .agent/COMMITS.md rename to .agents/COMMITS.md diff --git a/AGENTS.md b/AGENTS.md index b3c73cf..2add3bb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -95,9 +95,6 @@ python3 -m py_compile ./home/bin/homeassistant.py - Check command exit status: `if ; then ... fi` - Redirect stderr appropriately: `2>/dev/null` or `2>&1` -### Configuration Files -- Before generating a commit, always consult `.agent/COMMITS.md` for the required style. - #### chezmoi Templates - Dotfiles use chezmoi's templating system - Template syntax: `{{ }}` for variables (Chezmoi specific) @@ -111,12 +108,7 @@ python3 -m py_compile ./home/bin/homeassistant.py ## Repository Patterns ### Commit Message Format -Follow conventional commits style (all lowercase). -- `feat(scope): description` - New feature -- `fix(scope): description` - Bug fix -- `refactor(scope): description` - Code refactoring -- `docs(scope): description` - Documentation changes -- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry` +- Before generating a commit, always consult @.agents/COMMITS.md for the required style. #### Pushing Remotes - **Do not push git repositories to remote unless explicitly instructed.**