apply_proposal_tool
Apply a self-improvement proposal by writing the change to disk, backing up the previous content, and updating the proposal status.
Instructions
Apply a self-improvement proposal: writes the proposed change to disk.
The previous skill.md content is backed up alongside as
``skill.md.bak.<timestamp>`` so a revert is always possible. Updates the
proposal row to status='applied' with the applied_at timestamp and the
backup path.
Args:
proposal_id: the id from skill_improvement_proposals.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |