Files
AI_Printer/main/control_plane
2026-02-24 18:51:53 +08:00
..
2026-02-24 18:10:40 +08:00
2026-02-24 18:10:40 +08:00
2026-02-24 18:51:53 +08:00
2026-02-24 18:10:40 +08:00

Control Plane Layer

Purpose: lifecycle, policy, health checks, retry/backoff, and orchestration decisions.

Rules:

  • Contains "decision + orchestration" only.
  • Calls domain APIs; does not absorb hardware details.
  • Maintains dependency whitelist decisions for exceptional lateral coupling.