bootstrap_session
Start a new coding task by supplying a task type and optional context to receive routed metadata, repository health, plan, and program hints in one call.
Instructions
Single-call session bootstrap: route metadata, read_plan, health, program hints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Optional free-text context (e.g. symbol, feature, or PR title) used to seed abstraction search | |
| task_type | Yes | Task type key — use list_task_types() to see valid values, e.g. "distributed_codegen", "ascend_arch", "npu_verify_handoff" | |
| include_health | No | When True (default) include repository health summary (branch, dirty state) in the response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||