feat(rendering): establish current-path scene referee
Capture deterministic, landblock-aware fingerprints from the accepted partition only during lifecycle automation. This gives the F/G shadow scene an independent oracle without changing normal draw decisions or adding disabled-path per-entity cost.
This commit is contained in:
parent
5ecaa5612d
commit
b2b67341ac
9 changed files with 845 additions and 5 deletions
|
|
@ -12,6 +12,20 @@
|
|||
visibility, clipping, draw order, selection, lighting, animation, or
|
||||
retail-faithful gameplay
|
||||
|
||||
## 0. Execution ledger
|
||||
|
||||
| Unit | State | Evidence / rollback |
|
||||
|---|---|---|
|
||||
| F0a — partition-input referee | implemented; Release gate green | Diagnostic-only `CurrentRenderSceneOracle`; 3,685 App tests / 3 skips and 8,169 complete-solution tests / 5 skips. No production draw decision changed. |
|
||||
| F0b — survivor/dispatcher referee | active | Extends the same current-path oracle through PView survivor and dispatcher classification boundaries. |
|
||||
| F1–F5 | pending | No render-scene storage or shadow projection exists yet. |
|
||||
| G0–G5 | pending | No production consumer has switched. |
|
||||
|
||||
The exact pre-F/G runtime rollback anchor remains `e7d9d6fa`. F0a is
|
||||
non-drawing diagnostic infrastructure and therefore is not a visual-cutover
|
||||
rollback unit. Each later commit that changes the production draw source is
|
||||
listed in section 10 before it is offered for a connected gate.
|
||||
|
||||
## 1. Decision record
|
||||
|
||||
### 1.1 Why this work has a separate approval gate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue