ingest_design_doc_draft
Store the client-generated design draft (theme, tone, page requests) and color theme by saving it as DESIGN.md for the project.
Instructions
Ingests the client-generated DESIGN.md draft and saves DESIGN.md.
Call AFTER prepare_design_doc_draft with the draft JSON you generated.
Args: project_id: Project ID (required). draft_json: Draft JSON (theme + tone + page_requests) from the client. color_theme: Color theme (stored into the theme).
Returns: JSON with project_id and design_doc_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_json | Yes | ||
| project_id | Yes | ||
| color_theme | No | dark |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |