@unifocl/codex-plugin 3.2.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/package.json
CHANGED
|
@@ -23,7 +23,7 @@ Steps:
|
|
|
23
23
|
`unifocl exec "/doctor" --agentic --format json`
|
|
24
24
|
|
|
25
25
|
MCP tools available when daemon is up:
|
|
26
|
-
- `ListCommands(category, scope, query, limit)` — category filter: core (default), setup, build, validate, diag, test, upm, addressable, asset, scene, compile, eval, profiling, prefab, or 'all'
|
|
26
|
+
- `ListCommands(category, scope, query, limit)` — category filter: core (default), setup, build, validate, diag, test, upm, addressable, asset, scene, compile, eval, profiling, prefab, animation, or 'all'
|
|
27
27
|
- `LookupCommand(command, scope)` — command lookup with signature and description
|
|
28
28
|
- `GetMutateSchema()` — full /mutate op schema
|
|
29
29
|
- `ValidateMutateBatch(opsJson)` — pre-validate a mutation batch
|
|
@@ -20,7 +20,7 @@ Standard session pattern:
|
|
|
20
20
|
4. Discover commands
|
|
21
21
|
- `ListCommands(category="all")` for full catalog, or filter by category:
|
|
22
22
|
core (default), setup, build, validate, diag, test, upm, addressable, asset,
|
|
23
|
-
scene, compile, eval, profiling, prefab.
|
|
23
|
+
scene, compile, eval, profiling, prefab, animation.
|
|
24
24
|
- `LookupCommand(command="...")` for a specific command's signature.
|
|
25
25
|
|
|
26
26
|
5. Mutate safely
|