feat: per-aspect adapter accumulation in resolve (#397)
Aspects can declare meta.adapter (typed nullOr functionTo raw) to
compose into resolution for their subtree. resolve's go function
accumulates aspect-level adapters as it descends, composing them with
the inherited adapter.
authored by