Skip to content

Commit c3a6da6

Browse files
committed
chore: trim PR branch naming note
1 parent be5a9c2 commit c3a6da6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,11 @@ Run integration tests when behavior crosses platform boundaries:
103103
- Unit tests: `pnpm test:unit`
104104
- Smoke tests: `pnpm test:smoke`
105105
- Integration tests: `pnpm test:integration`
106+
107+
## Pull Requests
108+
- Before opening PR: ensure no conflict markers and no unmerged paths.
109+
- Run required checks for touched scope (at minimum `pnpm typecheck`; plus test commands from **Testing** above).
110+
- PR body must be short and include:
111+
- `## Summary` with key behavior changes
112+
- `## Validation` with exact commands run
113+
- Call out known gaps or follow-ups explicitly; do not hide failing checks.

0 commit comments

Comments
 (0)