create_project_from_preflight
Turn a confirmed preflight receipt into the exact project draft you approved. Pass the receipt JSON and select a supported coding harness to create the matching project container.
Instructions
Create the exact project draft in a preflight receipt after confirmation.
Pass the complete JSON returned by preflight_project_creation unchanged.
coding_harness must explicitly be codex, claude_code, or chatgpt, and
confirm_create must be the literal boolean true. No plan, inferred
scope, approval state, or answer to the review's next question is accepted.
play_style is an optional bounded initiative preference; it cannot grant
dispatch, live-action, production-write, or approval authority.
Review questions are optional and may be answered later with the Project
Agent. Legacy v1 receipts may still label those intake questions as blocking;
the label grants no downstream execution authority and does not prevent this
reversible project-container create. confirm_open_questions remains an
ignored compatibility argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| play_style | No | ||
| receipt_json | Yes | ||
| workspace_id | No | ||
| coding_harness | Yes | ||
| confirm_create | No | ||
| idempotency_key | No | ||
| repo_connection_id | No | ||
| confirm_open_questions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |