Status: IN
The codebase minimizes conceptual surface area through two complementary strategies: logical abstractions decouple semantics from physical storage (offsets survive trimming, DLQs are regular topics, tombstones model deletion as metadata), and derivation reuses existing data and structures rather than inventing new mechanisms (IDs from content, capabilities from sign-negated heaps) — together keeping the total concept count far below the feature count.
Logical abstraction (reuse infrastructure) + derivation (reuse data) jointly minimize new concepts
Depends on (SL): logical-abstraction-decouples-semantics-from-storage, derivation-over-creation