Ground Host-Authored TD Brain Draft
td_brain_groundCollects task features, corpus evidence, operator contracts, and live state to produce a grounding pack for drafting a visual programming task.
Instructions
Use this when the request is artistic, multi-domain, spatial, or implicit-architecture requests, and whenever td_brain_plan returns blocked: it returns a read-only grounding pack (task features, corpus evidence, candidate operators, parameter contracts, operator availability, live state, exemplars, and the draft authoring contract) so you can write a draft for td_brain_propose. Do not use it for trivial single-node edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Grounding mode: 'auto', 'fast', 'production', or 'show_safe'. | auto |
| intent | Yes | Natural-language visual programming task to ground. | |
| output_top | No | Optional final TOP path required by the intent. | |
| constraints | No | Hard task constraints preserved into the grounded task. | |
| target_root | No | Absolute TD parent/root path the draft will build inside. | /project1 |
| trace_level | No | Trace detail: 'none', 'summary', or 'debug'. | summary |
| include_memory | No | Include compact local technique, knowledge, and promoted-trace recall. | |
| preferred_domains | No | Preferred TD data domains: TOP, CHOP, SOP, POP, DAT, COMP, MAT. | |
| include_live_state | No | Include existing node names/types at target_root when TD is reachable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||