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.