Add commit+push rule to safety section

This commit is contained in:
Hoid 2026-02-09 00:13:10 +00:00
parent faff102d34
commit 409c7e9db4

View file

@ -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.