We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5a9c2 commit c3a6da6Copy full SHA for c3a6da6
1 file changed
AGENTS.md
@@ -103,3 +103,11 @@ Run integration tests when behavior crosses platform boundaries:
103
- Unit tests: `pnpm test:unit`
104
- Smoke tests: `pnpm test:smoke`
105
- 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