@unifocl/claude-plugin 3.8.7 → 3.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands/mutate.md +1 -1
- package/package.json +1 -1
package/commands/mutate.md
CHANGED
|
@@ -8,7 +8,7 @@ Step 1 — Plan
|
|
|
8
8
|
Based on "$ARGUMENTS", determine the /mutate op array.
|
|
9
9
|
Call `GetMutateSchema` via the unifocl MCP server to review all supported ops and required fields.
|
|
10
10
|
Supported ops: create, rename, remove, move, toggle_active, add_component, remove_component,
|
|
11
|
-
set_field, toggle_field, toggle_component.
|
|
11
|
+
set_field, toggle_field, toggle_component, read_field.
|
|
12
12
|
|
|
13
13
|
Step 2 — Validate (static schema check, no Unity needed)
|
|
14
14
|
Call `ValidateMutateBatch` via MCP with your planned JSON array.
|