docs(M03): accept M2 animation load pipeline
This commit is contained in:
@@ -79,9 +79,9 @@ finalize FIFO from `StreamingWorldLoader` into an explicit state service.
|
|||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
- State: ready for integration
|
- State: accepted
|
||||||
- Done: state, loader adapters, lifecycle verifier and required documentation
|
- Done: state, loader adapters, lifecycle verifier and required documentation
|
||||||
- Next: integrate on master and run post-merge acceptance gates
|
- Next: continue animated M2 finalization/materialization extraction
|
||||||
- Blocked by:
|
- Blocked by:
|
||||||
|
|
||||||
## Handoff
|
## Handoff
|
||||||
@@ -101,3 +101,12 @@ finalize FIFO from `StreamingWorldLoader` into an explicit state service.
|
|||||||
specs, module registry and `RENDER.md`.
|
specs, module registry and `RENDER.md`.
|
||||||
|
|
||||||
<!-- OPENWC_HANDOFF:READY:M03-RND-M2-ANIMATION-LOAD-PIPELINE-001:b8e0f11 -->
|
<!-- OPENWC_HANDOFF:READY:M03-RND-M2-ANIMATION-LOAD-PIPELINE-001:b8e0f11 -->
|
||||||
|
|
||||||
|
## Integration
|
||||||
|
|
||||||
|
- Merge commit: `3dccd3e`
|
||||||
|
- Post-merge results: animation pipeline `cases=11 iterations=100
|
||||||
|
elapsed_ms=70.309`; prototype state, shutdown, materials, facade,
|
||||||
|
internal-access `30`, manifest `7/7`, documentation and coordination gates passed.
|
||||||
|
|
||||||
|
<!-- OPENWC_INTEGRATION:ACCEPTED:M03-RND-M2-ANIMATION-LOAD-PIPELINE-001:3dccd3e -->
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Runtime и Editor используют facade; planner/scheduler тестиру
|
|||||||
## Evidence
|
## Evidence
|
||||||
|
|
||||||
- Date: 2026-07-17
|
- Date: 2026-07-17
|
||||||
- Revision/worktree: master merges `7ece2ab`, `7e35de7`, `80cb084`, `d6e5b53`, `c69abd6`, `606770c`, `630a0c1`, `f36fabb`, `24aef13`, `2342430`, `396be5e`, `f88bf97`, `3f84717`, `d2cb52f`, `f9e5a4f`, `c06aed5`, `a878e7c`, `60603e1`, `b4955d6`, `ada0fd9`, `f470775`, `874fd0f`, `38f831e`, `83b3618`, `3094561`, `fa85985`, `1fafdde`, `7cd07dd`, `1de50f9`;
|
- Revision/worktree: master merges `7ece2ab`, `7e35de7`, `80cb084`, `d6e5b53`, `c69abd6`, `606770c`, `630a0c1`, `f36fabb`, `24aef13`, `2342430`, `396be5e`, `f88bf97`, `3f84717`, `d2cb52f`, `f9e5a4f`, `c06aed5`, `a878e7c`, `60603e1`, `b4955d6`, `ada0fd9`, `f470775`, `874fd0f`, `38f831e`, `83b3618`, `3094561`, `fa85985`, `1fafdde`, `7cd07dd`, `1de50f9`, `3dccd3e`;
|
||||||
packages `M03-RND-SCHEDULER-001`, `M03-RND-INTERNAL-ACCESS-GATE-001`,
|
packages `M03-RND-SCHEDULER-001`, `M03-RND-INTERNAL-ACCESS-GATE-001`,
|
||||||
`M03-RND-FACADE-GROUND-QUERY-001`, `M03-RND-FACADE-ENVIRONMENT-001`,
|
`M03-RND-FACADE-GROUND-QUERY-001`, `M03-RND-FACADE-ENVIRONMENT-001`,
|
||||||
`M03-RND-FACADE-ENTITY-001`, `M03-RND-TERRAIN-CACHE-SERVICE-001`,
|
`M03-RND-FACADE-ENTITY-001`, `M03-RND-TERRAIN-CACHE-SERVICE-001`,
|
||||||
@@ -50,7 +50,8 @@ Runtime и Editor используют facade; planner/scheduler тестиру
|
|||||||
`M03-RND-M2-MESH-RESOURCE-EXTRACTOR-001`,
|
`M03-RND-M2-MESH-RESOURCE-EXTRACTOR-001`,
|
||||||
`M03-RND-M2-RUNTIME-MESH-FINALIZER-001`,
|
`M03-RND-M2-RUNTIME-MESH-FINALIZER-001`,
|
||||||
`M03-RND-M2-RAW-MODEL-REPOSITORY-001`,
|
`M03-RND-M2-RAW-MODEL-REPOSITORY-001`,
|
||||||
`M03-RND-M2-PROTOTYPE-CACHE-001`
|
`M03-RND-M2-PROTOTYPE-CACHE-001`,
|
||||||
|
`M03-RND-M2-ANIMATION-LOAD-PIPELINE-001`
|
||||||
- Commands: dedicated scheduler/planner/facade/focus/coordinate/manifest/shutdown
|
- Commands: dedicated scheduler/planner/facade/focus/coordinate/manifest/shutdown
|
||||||
headless verifiers; Godot cold editor parse; coordination, documentation and diff gates.
|
headless verifiers; Godot cold editor parse; coordination, documentation and diff gates.
|
||||||
- Results: scheduler `cases=6 iterations=20000 elapsed_ms=10.216`; planner
|
- Results: scheduler `cases=6 iterations=20000 elapsed_ms=10.216`; planner
|
||||||
@@ -188,6 +189,14 @@ Runtime и Editor используют facade; planner/scheduler тестиру
|
|||||||
shutdown, raw repository, finalizer, extractor, Mesh cache, pipeline,
|
shutdown, raw repository, finalizer, extractor, Mesh cache, pipeline,
|
||||||
materials, facade, internal-access `31`, `7/7` manifest, documentation and
|
materials, facade, internal-access `31`, `7/7` manifest, documentation and
|
||||||
coordination gates remained green.
|
coordination gates remained green.
|
||||||
|
M2 animation load pipeline state passed `cases=11 iterations=100
|
||||||
|
elapsed_ms=69.798` with validation, dedupe, insertion-order snapshots,
|
||||||
|
terminal completion FIFO, opaque statuses, discard, detached diagnostics,
|
||||||
|
three metrics, two clear sites and 100-by-256 timing. All 47 autonomous
|
||||||
|
headless regressions and checkpoint dry-run `7/7` passed; the proprietary ADT
|
||||||
|
probe remained unavailable. Post-merge pipeline (`70.309ms`), prototype state,
|
||||||
|
shutdown, materials, facade, internal-access `30`, `7/7` manifest,
|
||||||
|
documentation and coordination gates remained green.
|
||||||
M02 terrain-query regression
|
M02 terrain-query regression
|
||||||
remained green (13 pre-existing expired M00 claim warnings).
|
remained green (13 pre-existing expired M00 claim warnings).
|
||||||
- Fidelity comparison: all 16 historical operation limits and drain sites were
|
- Fidelity comparison: all 16 historical operation limits and drain sites were
|
||||||
@@ -259,6 +268,12 @@ Runtime и Editor используют facade; planner/scheduler тестиру
|
|||||||
both clear sites and shutdown ResourceLoader drain order are unchanged; cache
|
both clear sites and shutdown ResourceLoader drain order are unchanged; cache
|
||||||
path selection, I/O, permits and adoption decisions remain loader-owned;
|
path selection, I/O, permits and adoption decisions remain loader-owned;
|
||||||
missing outcomes now belong to the prototype cache state.
|
missing outcomes now belong to the prototype cache state.
|
||||||
|
Animated M2 pending requests preserve normalized-path dedupe and Dictionary
|
||||||
|
insertion polling order; loaded/failed transitions preserve completion-order
|
||||||
|
finalization FIFO and opaque statuses. All three pending-plus-finalize metrics,
|
||||||
|
both clear sites and shutdown ResourceLoader drain order are unchanged. GLB
|
||||||
|
eligibility/cache selection, I/O, permits, instantiation, material repair and
|
||||||
|
prototype/static-fallback decisions remain loader-owned.
|
||||||
Prepared static M2 Mesh lookups retain exact Resource identity, same-path
|
Prepared static M2 Mesh lookups retain exact Resource identity, same-path
|
||||||
replacement and map-refresh lifetime; the only clear remains final shutdown
|
replacement and map-refresh lifetime; the only clear remains final shutdown
|
||||||
after asynchronous drain. Shared missing/static/animated prototype state now
|
after asynchronous drain. Shared missing/static/animated prototype state now
|
||||||
@@ -305,6 +320,7 @@ Runtime и Editor используют facade; planner/scheduler тестиру
|
|||||||
M2 runtime Mesh finalizer and loader raw-data/finalize/clear adapters,
|
M2 runtime Mesh finalizer and loader raw-data/finalize/clear adapters,
|
||||||
stateless M2 raw model repository and three native-load adapters,
|
stateless M2 raw model repository and three native-load adapters,
|
||||||
shutdown-lifetime M2 prototype cache state and all positive/negative adapters,
|
shutdown-lifetime M2 prototype cache state and all positive/negative adapters,
|
||||||
|
M2 animation load pipeline state and loader request/poll/finalize/metric/clear adapters,
|
||||||
expanded facade/internal-access/coordinate verifiers; work-package claims and this evidence.
|
expanded facade/internal-access/coordinate verifiers; work-package claims and this evidence.
|
||||||
- Remaining risks: worker concurrency and stale-result validation remain
|
- Remaining risks: worker concurrency and stale-result validation remain
|
||||||
streamer-owned; cancellation stops new permits but does not interrupt
|
streamer-owned; cancellation stops new permits but does not interrupt
|
||||||
|
|||||||
Reference in New Issue
Block a user