HiTL Support
Pattern
Section titled “Pattern”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/platformwhen it touches cloud resources - CDK ownership in
infrastructurewhen it creates AWS resources
This keeps support actions auditable and repeatable instead of hiding one-off behavior in app code.