Skip to content

Commit 9a1065a

Browse files
committed
docs: clarify git workflow note
1 parent af6a42f commit 9a1065a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Keep Swift 6 concurrency rules in mind.
1313
- Avoid changing test timing or adding arbitrary sleeps unless there is a reproducible failure that requires it.
1414
- Do not assume flaky behavior is code-related until build cache, Xcode test settings, and toolchain state are ruled out.
15+
- Do not run `git commit` and `git push` in parallel. Always wait for the commit to finish before pushing.
1516

1617
## Test Guidance
1718

0 commit comments

Comments
 (0)