integrate_design
Merge DesignStrategy and blockDesigns to produce IntegratedDesign with props summary, private components, and composition recommendations for streamlined frontend development.
Instructions
Combine the overall DesignStrategy with completed blockDesigns and return IntegratedDesign (including props summary, private components used, and composition recommendations).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockDesigns | Yes | Completed block design list: [{ blockId, component }] | |
strategy | Yes | DesignStrategy object |