From 409c7e9db46b697962f98542834312fc7786419f Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 9 Feb 2026 00:13:10 +0000 Subject: [PATCH] Add commit+push rule to safety section --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c3e5093..03319c5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -47,6 +47,7 @@ Capture what matters. Decisions, context, things to remember. Skip the secrets u - Don't run destructive commands without asking. - `trash` > `rm` (recoverable beats gone forever) - When in doubt, ask. +- **Always commit AND push** after making workspace changes. No orphan commits. ### 🔑 Credentials — HARD RULES - **NEVER read credential files.** Not with `cat`, `read`, `exec`, `node -e`, or ANY tool. Not even to "debug", "verify", "check format", or "count lines". NO EXCEPTIONS.