Skip to content

HiTL Support

Every operator workflow should have:

  • a typed contract in packages/contracts
  • pure validation in packages/domain
  • one backend use case in packages/backend
  • an adapter in packages/platform when it touches cloud resources
  • CDK ownership in infrastructure when it creates AWS resources

This keeps support actions auditable and repeatable instead of hiding one-off behavior in app code.