/** * TML shell registry — named templates cloned into projection slots before mount. * @module trellis/ui */ export type ShellId = 'issue.card' | 'lane.card' | 'lane.row'; export type EntityKind = 'issue' | 'lane'; export type ProjectionHost = 'kanban' | 'grid' | 'table'; export type AdminView = 'kanban' | 'grid' | 'table'; /** Register a `