Skip to content

Commit 7d29677

Browse files
committed
Document screenshot verification workflow
1 parent 3b0e919 commit 7d29677

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ dotnet run -c Release --project samples/ControlsDemo -- --export-screenshots
3535
# outputs to site/img/controls
3636
```
3737

38+
Use the generated PNG screenshots as a verification tool, not only as website assets:
39+
40+
- when a change affects rendering, export screenshots and inspect the relevant PNGs directly to confirm the UI looks correct
41+
- agents may use the screenshot export path to visually validate spacing, clipping, emoji/icon rendering, command bars, and other pixel-level regressions
42+
- if a rendering fix changes documented visuals, regenerate the affected screenshots before finishing
43+
3844
## Rules (Do/Don't)
3945

4046
- Keep diffs focused; avoid drive-by refactors/formatting and unnecessary dependencies.

0 commit comments

Comments
 (0)