sync_agent_settings
Synchronizes .agent-settings.yml with the current template and active profile, adding new sections and keys while preserving existing values. Use after package upgrades to incorporate newly introduced settings.
Instructions
Synchronise .agent-settings.yml against the current template and active profile — add new sections and keys while preserving existing user values. Use after a package upgrade to pick up newly introduced settings. Edits the settings file and returns the keys that were (or would be) added. Set dry_run: true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Override the profile pinned in the settings file. | |
| dry_run | No | When true, return the planned settings changes without writing the file. |