Files
AI_Printer/main/app_composition
2026-02-24 21:36:14 +08:00
..
2026-02-24 18:10:40 +08:00
2026-02-24 18:10:40 +08:00
2026-02-24 21:36:14 +08:00
2026-02-24 18:10:40 +08:00

App Composition Layer

Purpose: top-level assembly only.

Rules:

  • app_main wires components, startup order, and shutdown hooks.
  • No feature/business logic in composition code.
  • No direct hardware operations outside platform abstractions.