Skip to content

Commit 0811079

Browse files
Clarify branch protection guidance for fast iteration (#20)
1 parent 21d643f commit 0811079

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@ Most formatting and common issues are automatically fixed by Biome. Run `bun x u
133133
- Prefer multiple small commits over one large commit when implementing a feature.
134134
- Open PRs that bundle complete, reviewable functionality once the full unit of work is done.
135135
- 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.
136137
- Do not manually merge early; let required checks complete and rely on auto-merge.
137138
- If checks fail, keep iterating in the PR until all required checks are green.

0 commit comments

Comments
 (0)