Skip to content

Commit c9c2d63

Browse files
committed
docs: add rule to always push after commits
1 parent 9283516 commit c9c2d63

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ai/rules/code-quality.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Standards for writing and reviewing code.
44

5+
## Git Workflow
6+
7+
After committing changes, always push immediately. Don't ask - just push.
8+
59
## DRY Principle
610

711
Always write DRY code. NEVER write WET code.

0 commit comments

Comments
 (0)