Apply TD Transaction
td_transaction_applyApply a PatchPlan or BrainPlan with direct control over preflight, snapshot, validation, dry-run, max-op, and rollback operations.
Instructions
Low-level executor: use this when you already hold a ready PatchPlan or BrainPlan and want to drive raw preflight, snapshot, validation, dry-run, max-op, and rollback controls yourself. For the normal BrainPlan build flow prefer td_brain_execute, which wraps this layer and adds grounding-aware concept profiles and optional local learning. Do not use the legacy td_plan_patch / td_patch_* pipeline for new builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | PatchPlan dict or BrainPlan dict. | |
| options | No | TransactionOptions override. Missing fields use safe defaults. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||