td_memory_replay
Replay a saved technique in a new parent path: creates nodes, sets parameters and expressions, wires connections. Works with full recipes.
Instructions
Rebuild a saved technique in a new location in the TD project.
Creates nodes, sets parameters and expressions, wires connections. Only works for techniques with a full recipe (small/medium complexity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Skip build compatibility checks and replay anyway. | |
| scope | No | 'project' or 'global'. | project |
| name_prefix | No | Optional prefix for created node names. | |
| parent_path | Yes | Parent COMP path where the technique will be rebuilt. | |
| technique_id | Yes | ID of the saved technique to replay. | |
| recreate_root | No | v1.4.7 Bug V opt-in. If True and the recipe's '/' entry has family='COMP', the replay creates that wrapper COMP under parent_path first and builds all children inside it. Default False preserves the existing flat-replay behavior where '/' is aliased to parent_path (children land as siblings). Set to True when you want a faithful clone of a COMP-wrapped technique. | |
| param_semantics_policy | No | Docs-grounded parameter safety policy for replayed recipe params. 'warn' preserves replay behavior with attached findings; 'block' refuses risky or invalid parameter writes before any live mutation. | warn |