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
Do not add unrelated runtime, sample, or roadmap changes just to make a docs-only PR executable.
376
392
377
393
## PRODUCTIZATION RULES
378
394
@@ -458,7 +474,7 @@ Engine test matrix expectations:
458
474
- name the fixture, manifest, or runtime input source
459
475
- include one valid path and one failure path when applicable
460
476
- state PASS/FAIL/WARN/SKIP criteria
461
-
- identify dependent tool, integration, or sample lanes that are in scope
477
+
- identify dependent runtime, integration, or samples lanes that are in scope
462
478
463
479
Engine validation expands lane scope when a shared runtime API, shared parser, timing model, asset path rule, input contract, rendering contract, audio contract, or physics/runtime timing behavior changes.
464
480
@@ -607,14 +623,14 @@ Lane ownership:
607
623
- runtime: tool-specific runtime behavior and user-facing tool interactions
608
624
- integration: explicit cross-tool or workspace handoff behavior
609
625
- engine: engine/shared runtime behavior and dependent runtime surfaces
610
-
- samples: affected sample validation when sample scope is active
626
+
- samples: validation for affected samples when samples scope is active
611
627
- recovery/UAT: explicitly requested recovery or user-acceptance validation lanes
612
628
613
629
Blocker classification rules:
614
630
- targeted tool failures block the targeted lane only
615
631
- engine failures block dependent lanes
616
632
- integration failures block the integration lane only
617
-
-sample failures block only when sample scope is active
633
+
- failures in the samples lane block only when samples scope is active
618
634
- flaky failures cannot automatically escalate to global blockers
619
635
620
636
Shared-runtime blocker escalation requires identifying the root shared dependency, affected dependent lanes, and the reason the shared dependency blocks those lanes.
0 commit comments