refactor(main): add runtime domain registry and fan-in guardrails

Introduce runtime domain barrel exports and registry composition support, and document/check main runtime fan-in workflow with related backlog planning artifacts.
This commit is contained in:
2026-02-20 20:15:14 -08:00
parent 23b88bf20e
commit 4fc34ec787
19 changed files with 395 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
export * from '../app-lifecycle-actions';
export * from '../app-lifecycle-main-activate';
export * from '../app-lifecycle-main-cleanup';
export * from '../app-ready-main-deps';
export * from '../clipboard-queue';
export * from '../config-derived';
export * from '../dictionary-runtime-main-deps';
export * from '../immersion-media';
export * from '../immersion-startup';
export * from '../immersion-startup-main-deps';
export * from '../media-runtime-main-deps';
export * from '../runtime-bootstrap-main-deps';
export * from '../startup-config';
export * from '../startup-config-main-deps';
export * from '../startup-runtime-handlers';
export * from '../startup-warmups';
export * from '../startup-warmups-main-deps';
export * from '../subtitle-processing-main-deps';
export * from '../subsync-runtime';