@unifocl/claude-plugin 3.1.0 → 3.2.1
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/status.md +1 -1
- package/commands/workflow.md +1 -1
- package/package.json +1 -1
package/commands/status.md
CHANGED
|
@@ -24,7 +24,7 @@ Steps:
|
|
|
24
24
|
`unifocl exec "/doctor" --agentic --format json`
|
|
25
25
|
|
|
26
26
|
MCP server tools available when daemon is up:
|
|
27
|
-
- `ListCommands(category, scope, query, limit)` — discover commands; category filter: core (default), setup, build, validate, diag, test, upm, addressable, asset, scene, compile, eval, profiling, prefab, or 'all'
|
|
27
|
+
- `ListCommands(category, scope, query, limit)` — discover commands; category filter: core (default), setup, build, validate, diag, test, upm, addressable, asset, scene, compile, eval, profiling, prefab, animation, or 'all'
|
|
28
28
|
- `LookupCommand(command, scope)` — exact or fuzzy command lookup with signature and description
|
|
29
29
|
- `GetMutateSchema()` — full /mutate op schema with all supported fields and types
|
|
30
30
|
- `ValidateMutateBatch(opsJson)` — pre-validate a mutation batch without executing
|
package/commands/workflow.md
CHANGED
|
@@ -23,7 +23,7 @@ Standard session pattern:
|
|
|
23
23
|
4. Discover commands
|
|
24
24
|
`ListCommands(category="all")` via MCP for full catalog, or filter by category:
|
|
25
25
|
core (default), setup, build, validate, diag, test, upm, addressable, asset,
|
|
26
|
-
scene, compile, eval, profiling, prefab.
|
|
26
|
+
scene, compile, eval, profiling, prefab, animation.
|
|
27
27
|
`LookupCommand(command="...")` for a specific command's signature.
|
|
28
28
|
Prefer MCP lookups over reading README — lower token cost.
|
|
29
29
|
|