Add commit+push rule to safety section
This commit is contained in:
parent
faff102d34
commit
409c7e9db4
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ Capture what matters. Decisions, context, things to remember. Skip the secrets u
|
||||||
- Don't run destructive commands without asking.
|
- Don't run destructive commands without asking.
|
||||||
- `trash` > `rm` (recoverable beats gone forever)
|
- `trash` > `rm` (recoverable beats gone forever)
|
||||||
- When in doubt, ask.
|
- When in doubt, ask.
|
||||||
|
- **Always commit AND push** after making workspace changes. No orphan commits.
|
||||||
|
|
||||||
### 🔑 Credentials — HARD RULES
|
### 🔑 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.
|
- **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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue