One identity
Comlumen is a Clerk satellite of stacklumen.com rather than its own
instance. A person who sets a dark rail in one product arrives here
with a dark rail already set, because the preference keys are the
suite's rather than ours — renaming them would create a second
setting that merely looks like the first.
One design system
The tokens, the shape-and-elevation contract and the shared screens
are vendored from Stacklumen and kept byte-identical by a sync whose
check mode fails a build on drift. Exactly one file here is
Comlumen's own: the accent ramp that makes this the blue product.
One component library
Baselumen's manifest is proxied server-side and cached, because the
upstream renders every component on each request and opening a panel
three times should not cost three full library renders. It serves
stale rather than nothing when the library is briefly unreachable.
Not one deployment
Comlumen is a fully custom deployment and the rest of the suite is
not. That means no shared base path and no shared build assumptions
— a difference worth stating, because the sibling repos look similar
enough that the difference is easy to miss.