apply_drift_patches
Apply curated drift patches to Beacon projects, with a dry-run option to validate changes before actual application.
Instructions
Apply curated drift suggestions to Beacon (HITL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patches | Yes | list of patch dicts, each shaped like: { "project_id": "...", "name_hint": "...", "description": null | "...", "outcome": null | "...", "tech_additions": [...], "tech_removals": [...] } | |
| dry_run | No | if True (default), prints intent and returns without mutation. Set False to actually delete-then-recreate each project in Beacon. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||