%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1B1B1B", "primaryBorderColor": "#D6002A", "primaryTextColor": "#fff", "secondaryColor": "#fff", "secondaryBorderColor": "#D6002A", "secondaryTextColor": "#1B1B1B", "tertiaryColor": "#F0F0F0", "clusterBkg": "#F0F0F0", "lineColor": "#1B1B1B", "fontFamily": "\"Akkurat Pro\", \"Helvetica Neue\", \"Arial\", sans-serif"}}}%% flowchart LR A["Consumer repo
app + contract + 'uses:'"] -->|triggers on push to main| B["Platform runner"] B -->|checks out the consumer repo| A B -->|checks out the Nova platform repo
into the workspace| C["Platform code
(modules, adapters, schemas)"] C --> B B -->|runs the pipeline against
the consumer's contract| D["Consumer's resources in AWS"] classDef accent fill:#1B1B1B,color:#fff,stroke:#D6002A,stroke-width:2px classDef supporting fill:#fff,color:#1B1B1B,stroke:#D6002A,stroke-width:1px class B,C accent