tidy_plan
Plan design-system changes such as renames, deletions, or description updates. Reports dependencies and risks before execution, and refuses to issue a hash when an operation would break something.
Instructions
Build a reviewable plan for a set of changes, and return a hash for it. Never mutates anything. For each target it reports what depends on it (alias references and layer bindings) and flags the risks, including refusing to issue a hash at all when an operation would break something. Pair with tidy_apply, which is the only tool that can execute the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | One line on why. Recorded in the decision entry when the plan is applied. | |
| figmaFile | No | Run against a specific connected file. | |
| operations | Yes | The changes to plan. Keep one plan to one coherent intent. |