You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never add Co-Authored-By agents in commit message.
94
+
Never add "Generated with" in commit message.
95
+
Never add test plan to PR description. Keep PR description short — a few bullet points at most.
96
+
Branch naming for issue fixes: `fix-<issue-number>`
97
+
98
+
**Never `git push` without an explicit instruction to push.** Applies even when a PR is already open for the branch — additional commits are immediately visible to reviewers. Commit locally, report what was committed, and wait. Only push when the user's message contains "push", "upload", "create PR", "ship it", or equivalent.
0 commit comments