Generate project README
generate_readmeGenerates a comprehensive Markdown document for TouchDesigner projects, detailing component counts, custom parameters, inputs/outputs, child inventory, file dependencies, and an optional output preview thumbnail.
Instructions
Produce a Markdown project document for any COMP or project: family/type counts, custom-parameter table, inputs/outputs, child inventory, external file dependencies, and an optional preview thumbnail of the output TOP. Returns the full Markdown on the structured channel under markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path of the project or COMP to document (e.g. /project1 or /project1/myComp). | /project1 |
| title | No | Document title. Defaults to the COMP name when omitted. | |
| include_preview | No | Capture and embed a preview thumbnail of the output TOP as a base64 inline image. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Full Markdown document. | |
| node_count | Yes | Total child nodes inspected. | |
| families | Yes | Node counts by operator family. | |
| has_preview | Yes | Whether a preview thumbnail was successfully embedded. |