From 3081b00255578284bac8903c4af9f2462c23e154 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 9 Feb 2026 20:47:55 -0500 Subject: [PATCH] fix(agents): disable pushing code --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index eb93eef..b1cbc17 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -117,6 +117,9 @@ Follow conventional commits style (all lowercase). - `docs(scope): description` - Documentation changes - Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry` +#### Pushing Remotes +- **Do not push git repositories to remote unless explicitly instructed.** + ### File Organization - Shell scripts: `home/bin/executable_.sh` - Python scripts: `home/bin/.py`