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
osint/fma: 8:8 [container:identity] HHTL tiers — the address IS the partonomy
Replace the synthetic Morton-in-identity scheme (which crammed a whole
multi-level tile path into one u16 and nibble-walked it back — bad
addressing) with the deterministic tier model: each HHTL tier is one 8:8
[container:identity] pair = [mixin-node : instance-on-it], 256×256 = 64k
per tier. The high byte names the KIND mixin node (Organ/Chamber/Wall/
Tissue/Cell — the family things attach on), the low byte the instance.
HEEL [Organ:Heart] HIP [Chamber:id] TWIG [Wall:id] LEAF [Tissue:id]
family [Cell:id]
The non-zero tiers ARE the partonomy path, so the address says where a
node sits — no Morton decode, no edge lookup. This is the q2 Cascade
reading of OGAR PR quarto-dev#116's [container:member] tier model (OGAR's skeleton
is the Located/spatial sibling). Mirrors OGAR's [bodypart:bone] LeafTile
and supersedes the 12+4 EdgeBlock with family-node grouping (the
container byte = the mixin/family node). classid stays 0x0A01 =
anatomical_structure in OGAR's ConceptDomain::Anatomy.
decodeSoa now exposes the five tiers (heel/hip/twig/leaf/family);
FmaGraph lays out straight from them (tierPos: y = depth, x = nested
slot under the parent's instance) instead of the Morton treemap — so the
HHTL block is finally load-bearing, not write-only ornamentation.
Verified: the cockpit's read offsets match the Rust-written GUID byte
for byte across organ→chamber→wall→tissue→cell; ceiling sentinel intact;
cockpit tsc clean. Browser render not exercised (no browser here).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TzqvDqbFRzyx17EkLKBoZF
0 commit comments