apply_configuration
Apply a previously previewed configuration using its preview ID to activate changes in the specified workspace.
Instructions
Apply a previously previewed configuration using a valid preview ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | Workspace directory path (defaults to current working directory) | |
| preview_id | Yes | The preview ID generated by preview_configuration |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Primary target file path | |
| message | Yes | Apply result message | |
| success | Yes | Whether apply operation succeeded | |
| preview_id | Yes | Preview ID applied | |
| baseline_hash | No | Baseline hash | |
| applied_targets | Yes | Paths of files modified |