We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d643f commit 0811079Copy full SHA for 0811079
1 file changed
AGENTS.md
@@ -133,5 +133,6 @@ 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
+- Keep branch protection aligned with this workflow: required status checks must be merge-critical and fast.
137
- Do not manually merge early; let required checks complete and rely on auto-merge.
138
- If checks fail, keep iterating in the PR until all required checks are green.
0 commit comments