We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1915ec commit 21d643fCopy full SHA for 21d643f
1 file changed
AGENTS.md
@@ -133,3 +133,5 @@ Most formatting and common issues are automatically fixed by Biome. Run `bun x u
133
- Prefer multiple small commits over one large commit when implementing a feature.
134
- Open PRs that bundle complete, reviewable functionality once the full unit of work is done.
135
- Push progress regularly at stable stopping points so work is recoverable and reviewable.
136
+- Do not manually merge early; let required checks complete and rely on auto-merge.
137
+- If checks fail, keep iterating in the PR until all required checks are green.
0 commit comments