apply_merge
Write merged configuration content to a target file, creating a backup of the original.
Instructions
Write LLM-merged content to the target path, creating a backup of the original.
Call this AFTER the LLM has produced the merged content from preview_merge output.
Args: namespace: Profile namespace config_name: Config name that was merged merged_content: The LLM's merged output to write target_path: File path to write the merged content to
Returns: Merge record with backup path, checksums, and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| config_name | Yes | ||
| merged_content | Yes | ||
| target_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||