File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments