You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,9 +295,9 @@ Command-only flags (like `find --first`) that do not flow to the platform layer
295
295
- Open a ready-for-review PR by default. Use a draft PR only when the user explicitly asks for one or the work is intentionally incomplete.
296
296
- Run required checks for touched scope from **Testing Matrix**.
297
297
- PR body must be short and include:
298
-
-`## Summary`: describe the user-visible or reviewer-relevant change as before/after when useful, and include the issue closed by the PR using `Closes #123` when applicable.
298
+
-`## Summary`: lead with benefits and reviewer-relevant outcomes. Prefer a compact before/after when it makes the improvement clearer. Include the issue closed by the PR using `Closes #123` when applicable.
299
299
-`## Validation`: answer this prompt in concise prose: "How did you verify the change, and what passed or changed on screen?" Prefer evidence over command dumps; mention the relevant check category or scenario, and include screenshots when visual/UI behavior is relevant.
300
-
- Call out known gaps/follow-ups explicitly.
300
+
- Call out real tradeoffs, known gaps, or follow-ups explicitly; omit boilerplate when there are none.
301
301
- Include touched-file count and note if scope expanded beyond initial command family.
0 commit comments