void update boundary provenance

This commit is contained in:
Stewart Allen 2026-03-02 18:36:25 -05:00
commit 5e071d9ff3
2 changed files with 69 additions and 83 deletions

View file

@ -192,6 +192,7 @@ Regression guardrails:
2. No schema changes required to add spline segment kind later.
3. Selection never reports mixed-source face entities.
4. Any debug/runtime geometry under solids root must explicitly convert GeometryStore world coordinates to root-local coordinates.
5. Boundary debug rendering must use GeometryStore (`boundaries` / `surface_patches`) as source of truth, not reconstructed sketch-plane loops.
## Implementation Checklist