Skip to content

Commit 11de948

Browse files
committed
Clarify main release pipeline completion rule
1 parent 73d0fa5 commit 11de948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Repo-specific design rules:
301301
- For parity tasks, port the full routed screen from its matching `design/*.html` reference, not just isolated high-signal blocks. Settings, Editor, Learn, Teleprompter, and Go Live must match the reference screen in layout and intended interaction while staying Blazor/C# owned.
302302
- When the user reports a visual or theme regression on a routed screen, verify the adjacent chrome and primary controls on that same screen in the affected theme instead of fixing only the single highlighted widget; add or update a browser regression that covers the broader screen-level parity check.
303303
- When routed UI or visual design changes materially, refresh the README screenshots and feature/status copy before release so public docs match the shipped product.
304-
- Release-ready work is not done until the requested branch is pushed and the corresponding GitHub CI run finishes green; if the user asks to land in `main`, use `main` and wait for the resulting pipeline status instead of stopping at local verification.
304+
- Release-ready work is not done until the requested branch is pushed and the corresponding GitHub CI run finishes green; if the user asks to land in `main`, use `main` and wait for the full resulting `Release Pipeline` to finish green, including release creation and deploy steps, instead of stopping at local verification or the first green build job.
305305
- About content must stay factual and current: do not invent team members or contributor names; use Managed Code attribution and official company links only.
306306
- Do not introduce a server host for the app runtime.
307307
- Preserve stable `data-testid` selectors on core flows because the Playwright suite depends on them.

0 commit comments

Comments
 (0)