Files
AI_Printer/components/control_plane

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.