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
cockpit/fma: nested "outer wall" rendering — the address IS the wall
The /fma view drew floating nodes; that throws away the [container:identity]
nesting. Add one rounded "outer wall" box per container (Organ→Tissue;
cells are leaves), drawn behind the nodes via the beforeDrawing canvas
hook, colored by class, nested so the Heart's box is the outermost wall
(its epicardium).
Each box bounds its tier-prefix descendants: a node is inside container c's
wall iff its 8:8 tier instances match c's down to c's depth — c's address
is a prefix of n's. So the walls fall straight out of the address, no
geometry heuristic. Verified against the baked asset: descendant counts
per container match the partonomy exactly (Heart 89, chamber 22, wall 7,
tissue 3).
tsc clean; browser render not exercised here.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TzqvDqbFRzyx17EkLKBoZF
0 commit comments