delete_util_group
Delete a utility group, moving its members to the custom-utils group and updating dependent steps' kinds.
Instructions
Delete a util group. Does NOT destroy its member utils -- each is moved to "custom-utils" instead (their params/body are fully meaningful standalone, so this never silently discards content). Cascades every affected step's own kind the same way set_util_group_name does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |