Skip to content

Commit 96a0dee

Browse files
justin808claude
andcommitted
Add guidance to commit and push by default when confident
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 05b231e commit 96a0dee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CLAUDE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ These requirements are non-negotiable. CI will fail if not followed.
5959

6060
---
6161

62+
## 🚀 COMMIT AND PUSH BY DEFAULT
63+
64+
**When confident in your changes, commit and push without asking for permission.**
65+
66+
- After completing a task successfully, commit and push immediately
67+
- Run relevant tests locally first to verify changes work
68+
- Don't wait for explicit user approval if you've tested and are confident
69+
- Monitor CI after pushing and address any failures proactively
70+
71+
This saves time and keeps the workflow moving efficiently.
72+
73+
---
74+
6275
## 🚨 AVOIDING CI FAILURE CYCLES
6376

6477
**CRITICAL**: Large-scale changes (directory structure, configs, workflows) require comprehensive local testing BEFORE pushing.

0 commit comments

Comments
 (0)