Framework cleanup (R2.4 collection-symmetric). When a
Containable destructs, unhook it from its container's
contents set via the canonical chokepoint so onMoved /
onContainableRemoved witnesses fire. Discovered by the
dispatcher in StuffApi.#destructCore via the
MixinApi.queryMixins walk + own-static filter.
The Container-side cleanup (most-derived) for a
Container+Containable composition fires BEFORE this — it
evacuates contents while _container is still set, then
this hook completes the unhook for the destructing item's
own membership in its outer container.
Instruction field — declarative spawn target. Consumed by Phase 2 of the Hydrator. There is NO paired
getContainer(path)declaration accessor; the livegetContainer()ref is the only runtime getter.