commit-often
01Cursor rule Cursor
Commit often and merge via pull requests; do not push directly to main.
0 2mo ago A 254 tokens
Cursor rule Cursor
Commit often and merge via pull requests; do not push directly to main.
Cursor rule Cursor
Do feature work in a git worktree on a branch; keep the main checkout for integration only.
Cursor rule Cursor
Archive all plan files for judge review.
Cursor rule Cursor
No mocks, simulators, or silent fallbacks.
Cursor rule Cursor
Run code you wrote before claiming it works.
Cursor rule Cursor
Test-driven development required.