@fps-games/editor 0.2.1-beta.3 → 0.2.1-beta.4
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/dist/build-info.json +44 -44
- package/dist/editor-commands/capabilities/assets.d.ts +8 -0
- package/dist/editor-commands/capabilities/assets.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/assets.js +41 -41
- package/dist/editor-commands/capabilities/assets.js.map +1 -0
- package/dist/editor-commands/capabilities/editor-state.d.ts +5 -0
- package/dist/editor-commands/capabilities/editor-state.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/editor-state.js +22 -22
- package/dist/editor-commands/capabilities/editor-state.js.map +1 -0
- package/dist/editor-commands/capabilities/hierarchy.d.ts +4 -0
- package/dist/editor-commands/capabilities/hierarchy.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/hierarchy.js +5 -5
- package/dist/editor-commands/capabilities/hierarchy.js.map +1 -0
- package/dist/editor-commands/capabilities/host-lifecycle.d.ts +11 -0
- package/dist/editor-commands/capabilities/host-lifecycle.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/host-lifecycle.js +149 -0
- package/dist/editor-commands/capabilities/host-lifecycle.js.map +1 -0
- package/dist/editor-commands/capabilities/prefabs.d.ts +5 -0
- package/dist/editor-commands/capabilities/prefabs.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/prefabs.js +93 -93
- package/dist/editor-commands/capabilities/prefabs.js.map +1 -0
- package/dist/editor-commands/capabilities/scene-objects.d.ts +8 -0
- package/dist/editor-commands/capabilities/scene-objects.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/scene-objects.js +480 -0
- package/dist/editor-commands/capabilities/scene-objects.js.map +1 -0
- package/dist/editor-commands/capabilities/selection.d.ts +5 -0
- package/dist/editor-commands/capabilities/selection.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/selection.js +60 -0
- package/dist/editor-commands/capabilities/selection.js.map +1 -0
- package/dist/editor-commands/capabilities/shadows.d.ts +5 -0
- package/dist/editor-commands/capabilities/shadows.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/shadows.js +74 -74
- package/dist/editor-commands/capabilities/shadows.js.map +1 -0
- package/dist/editor-commands/capabilities/transform.d.ts +5 -0
- package/dist/editor-commands/capabilities/transform.d.ts.map +1 -0
- package/dist/editor-commands/capabilities/transform.js +164 -0
- package/dist/editor-commands/capabilities/transform.js.map +1 -0
- package/dist/editor-commands/capabilities/ui-regions.d.ts +4 -0
- package/dist/editor-commands/capabilities/ui-regions.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/ui-regions.js +55 -57
- package/dist/editor-commands/capabilities/ui-regions.js.map +1 -0
- package/dist/editor-commands/capabilities/viewport.d.ts +5 -0
- package/dist/editor-commands/capabilities/viewport.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/capabilities/viewport.js +100 -100
- package/dist/editor-commands/capabilities/viewport.js.map +1 -0
- package/dist/editor-commands/command-sources.d.ts +7 -0
- package/dist/editor-commands/command-sources.d.ts.map +1 -0
- package/dist/editor-commands/command-sources.js +34 -0
- package/dist/editor-commands/command-sources.js.map +1 -0
- package/dist/editor-commands/diagnostics.d.ts +12 -0
- package/dist/editor-commands/diagnostics.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/diagnostics.js +4 -4
- package/dist/editor-commands/diagnostics.js.map +1 -0
- package/dist/{agent-bridge → editor-commands}/index.d.ts +1 -1
- package/dist/editor-commands/index.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/index.js +1 -1
- package/dist/editor-commands/index.js.map +1 -0
- package/dist/editor-commands/register.d.ts +4 -0
- package/dist/editor-commands/register.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/register.js +323 -286
- package/dist/editor-commands/register.js.map +1 -0
- package/dist/{agent-bridge → editor-commands}/shared.d.ts +80 -80
- package/dist/editor-commands/shared.d.ts.map +1 -0
- package/dist/{agent-bridge → editor-commands}/shared.js +29 -29
- package/dist/editor-commands/shared.js.map +1 -0
- package/dist/editor-commands/source-types.d.ts +110 -0
- package/dist/editor-commands/source-types.d.ts.map +1 -0
- package/dist/editor-commands/source-types.js.map +1 -0
- package/dist/editor-plugin-commands.d.ts +4 -0
- package/dist/editor-plugin-commands.d.ts.map +1 -0
- package/dist/editor-plugin-commands.js +18 -0
- package/dist/editor-plugin-commands.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/local-editor-commands.d.ts +2 -0
- package/dist/local-editor-commands.d.ts.map +1 -0
- package/dist/local-editor-commands.js +2 -0
- package/dist/local-editor-commands.js.map +1 -0
- package/dist/local-editor-harness.d.ts +35 -21
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +1721 -367
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/local-editor-prefab-stage-transaction.d.ts +2 -1
- package/dist/local-editor-prefab-stage-transaction.d.ts.map +1 -1
- package/dist/local-editor-prefab-stage-transaction.js +6 -5
- package/dist/local-editor-prefab-stage-transaction.js.map +1 -1
- package/dist/local-editor-scene-view-interaction-runtime.d.ts.map +1 -1
- package/dist/local-editor-scene-view-interaction-runtime.js +2 -5
- package/dist/local-editor-scene-view-interaction-runtime.js.map +1 -1
- package/dist/playable-local-editor-entry.d.ts +10 -0
- package/dist/playable-local-editor-entry.d.ts.map +1 -1
- package/dist/playable-local-editor-entry.js +10 -2
- package/dist/playable-local-editor-entry.js.map +1 -1
- package/dist/playable-local-editor-host.d.ts +3 -32
- package/dist/playable-local-editor-host.d.ts.map +1 -1
- package/dist/playable-local-editor-host.js +6 -70
- package/dist/playable-local-editor-host.js.map +1 -1
- package/dist/playable-product-local-editor.d.ts +1 -2
- package/dist/playable-product-local-editor.d.ts.map +1 -1
- package/dist/playable-product-local-editor.js +0 -1
- package/dist/playable-product-local-editor.js.map +1 -1
- package/dist/playable-product-projection-preview.d.ts.map +1 -1
- package/dist/playable-product-projection-preview.js +1 -1
- package/dist/playable-product-projection-preview.js.map +1 -1
- package/dist/playable-product-scene-capabilities.d.ts +0 -2
- package/dist/playable-product-scene-capabilities.d.ts.map +1 -1
- package/dist/playable-product-scene-capabilities.js +33 -6
- package/dist/playable-product-scene-capabilities.js.map +1 -1
- package/dist/playable-runtime-babylon.d.ts +4 -0
- package/dist/playable-runtime-babylon.d.ts.map +1 -1
- package/dist/playable-runtime-babylon.js +4 -0
- package/dist/playable-runtime-babylon.js.map +1 -1
- package/dist/playable-sdk.d.ts +1 -1
- package/dist/playable-sdk.d.ts.map +1 -1
- package/dist/playable-sdk.js.map +1 -1
- package/dist/playable-standard-project.d.ts +0 -2
- package/dist/playable-standard-project.d.ts.map +1 -1
- package/dist/playable-standard-project.js +1 -2
- package/dist/playable-standard-project.js.map +1 -1
- package/dist/project-service-projection.d.ts +16 -0
- package/dist/project-service-projection.d.ts.map +1 -0
- package/dist/project-service-projection.js +67 -0
- package/dist/project-service-projection.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +18 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js +54 -18
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/package.json +9 -9
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js +127 -13
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js +66 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +6 -6
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts +32 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js +254 -0
- package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts +3 -1
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/index.js +2 -0
- package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts +68 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js +650 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js +22 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts +8 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js +117 -6
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts +14 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js +100 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts +8 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +75 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +37 -12
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts +25 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +332 -107
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/package.json +7 -7
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts +107 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js +1211 -0
- package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts +34 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js +260 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts +9 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js +14 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts +18 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js +113 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts +82 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.js +1098 -0
- package/node_modules/@fps-games/editor-core/dist/editor-command-system.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts +6 -7
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js +62 -103
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts +30 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js +540 -0
- package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts +9 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js +61 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts +55 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.js +247 -6
- package/node_modules/@fps-games/editor-core/dist/editor-session.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.d.ts +6 -2
- package/node_modules/@fps-games/editor-core/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.js +6 -2
- package/node_modules/@fps-games/editor-core/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-core/package.json +6 -6
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +41 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +27 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +214 -7
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +11 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +2 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +77 -31
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +8 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts +21 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js +90 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts +27 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js +161 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js +5 -92
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js +26 -9
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js +19 -8
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js +16 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js +12 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js +10 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts +17 -82
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js +53 -57
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js +256 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js +7 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +134 -12
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js +47 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js +592 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts +3 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js +61 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts +0 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js +1 -10
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js +21 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js +863 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/package.json +6 -6
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts +1626 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/{agent-bridge.js → editor-command-capabilities.js} +766 -620
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts +69 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js +22 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts +136 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.js +2 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-command.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts +225 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.js +4 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-service.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +6 -3
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js +6 -3
- package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/package.json +2 -2
- package/node_modules/@fps-games/editor-tooling/package.json +3 -3
- package/node_modules/@fps-games/editor-ui/package.json +1 -1
- package/node_modules/@fps-games/playable-assets/package.json +1 -1
- package/node_modules/@fps-games/playable-contracts/package.json +1 -1
- package/node_modules/@fps-games/playable-rendering/package.json +2 -2
- package/node_modules/@fps-games/playable-runtime/package.json +12 -12
- package/node_modules/@fps-games/playable-runtime-data/package.json +4 -4
- package/node_modules/@fps-games/playable-scene/package.json +2 -2
- package/node_modules/@fps-games/plugin-api/package.json +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-assets/package.json +6 -6
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js +78 -4
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-hierarchy/package.json +5 -5
- package/node_modules/@fps-games/plugin-host/package.json +2 -2
- package/node_modules/@fps-games/plugin-markers/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-markers/package.json +5 -5
- package/node_modules/@fps-games/plugin-materials/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-materials/package.json +5 -5
- package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-rendering/package.json +5 -5
- package/node_modules/@fps-games/plugin-scene/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-scene/package.json +5 -5
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-shadow-map-experiment/package.json +5 -5
- package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-shadows/package.json +7 -7
- package/package.json +23 -23
- package/dist/agent-bridge/capabilities/assets.d.ts +0 -8
- package/dist/agent-bridge/capabilities/assets.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/assets.js.map +0 -1
- package/dist/agent-bridge/capabilities/editor-state.d.ts +0 -5
- package/dist/agent-bridge/capabilities/editor-state.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/editor-state.js.map +0 -1
- package/dist/agent-bridge/capabilities/hierarchy.d.ts +0 -4
- package/dist/agent-bridge/capabilities/hierarchy.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/hierarchy.js.map +0 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts +0 -11
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.js +0 -149
- package/dist/agent-bridge/capabilities/host-lifecycle.js.map +0 -1
- package/dist/agent-bridge/capabilities/prefabs.d.ts +0 -5
- package/dist/agent-bridge/capabilities/prefabs.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/prefabs.js.map +0 -1
- package/dist/agent-bridge/capabilities/scene-objects.d.ts +0 -8
- package/dist/agent-bridge/capabilities/scene-objects.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/scene-objects.js +0 -480
- package/dist/agent-bridge/capabilities/scene-objects.js.map +0 -1
- package/dist/agent-bridge/capabilities/selection.d.ts +0 -5
- package/dist/agent-bridge/capabilities/selection.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/selection.js +0 -60
- package/dist/agent-bridge/capabilities/selection.js.map +0 -1
- package/dist/agent-bridge/capabilities/shadows.d.ts +0 -5
- package/dist/agent-bridge/capabilities/shadows.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/shadows.js.map +0 -1
- package/dist/agent-bridge/capabilities/transform.d.ts +0 -5
- package/dist/agent-bridge/capabilities/transform.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/transform.js +0 -164
- package/dist/agent-bridge/capabilities/transform.js.map +0 -1
- package/dist/agent-bridge/capabilities/ui-regions.d.ts +0 -4
- package/dist/agent-bridge/capabilities/ui-regions.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/ui-regions.js.map +0 -1
- package/dist/agent-bridge/capabilities/viewport.d.ts +0 -5
- package/dist/agent-bridge/capabilities/viewport.d.ts.map +0 -1
- package/dist/agent-bridge/capabilities/viewport.js.map +0 -1
- package/dist/agent-bridge/capability-sources.d.ts +0 -7
- package/dist/agent-bridge/capability-sources.d.ts.map +0 -1
- package/dist/agent-bridge/capability-sources.js +0 -34
- package/dist/agent-bridge/capability-sources.js.map +0 -1
- package/dist/agent-bridge/diagnostics.d.ts +0 -12
- package/dist/agent-bridge/diagnostics.d.ts.map +0 -1
- package/dist/agent-bridge/diagnostics.js.map +0 -1
- package/dist/agent-bridge/index.d.ts.map +0 -1
- package/dist/agent-bridge/index.js.map +0 -1
- package/dist/agent-bridge/register.d.ts +0 -4
- package/dist/agent-bridge/register.d.ts.map +0 -1
- package/dist/agent-bridge/register.js.map +0 -1
- package/dist/agent-bridge/shared.d.ts.map +0 -1
- package/dist/agent-bridge/shared.js.map +0 -1
- package/dist/agent-bridge/source-types.d.ts +0 -110
- package/dist/agent-bridge/source-types.d.ts.map +0 -1
- package/dist/agent-bridge/source-types.js.map +0 -1
- package/dist/editor-plugin-agent-capabilities.d.ts +0 -4
- package/dist/editor-plugin-agent-capabilities.d.ts.map +0 -1
- package/dist/editor-plugin-agent-capabilities.js +0 -64
- package/dist/editor-plugin-agent-capabilities.js.map +0 -1
- package/dist/local-editor-agent-actions.d.ts +0 -43
- package/dist/local-editor-agent-actions.d.ts.map +0 -1
- package/dist/local-editor-agent-actions.js +0 -321
- package/dist/local-editor-agent-actions.js.map +0 -1
- package/dist/local-editor-agent-bridge-transport.d.ts +0 -129
- package/dist/local-editor-agent-bridge-transport.d.ts.map +0 -1
- package/dist/local-editor-agent-bridge-transport.js +0 -403
- package/dist/local-editor-agent-bridge-transport.js.map +0 -1
- package/dist/local-editor-agent-bridge.d.ts +0 -2
- package/dist/local-editor-agent-bridge.d.ts.map +0 -1
- package/dist/local-editor-agent-bridge.js +0 -2
- package/dist/local-editor-agent-bridge.js.map +0 -1
- package/dist/local-editor-agent-context.d.ts +0 -68
- package/dist/local-editor-agent-context.d.ts.map +0 -1
- package/dist/local-editor-agent-context.js +0 -716
- package/dist/local-editor-agent-context.js.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts +0 -22
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js +0 -106
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts +0 -17
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js +0 -14
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js.map +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts +0 -23
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js +0 -47
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts +0 -112
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js +0 -159
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts +0 -15
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js +0 -76
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts +0 -1622
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts +0 -68
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js +0 -23
- package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts +0 -187
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent.js +0 -5
- package/node_modules/@fps-games/editor-protocol/dist/agent.js.map +0 -1
- /package/dist/{agent-bridge → editor-commands}/source-types.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.js","sourceRoot":"","sources":["../../src/editor-commands/register.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n EDITOR_COMMAND_ID,\n EDITOR_COMMAND_BUILT_IN_TARGETS,\n EDITOR_COMMAND_SCHEMAS,\n EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n type EditorCommandAssetAnalysisGetInput,\n type EditorCommandAssetAnalysisGetOutput,\n type EditorCommandAssetInfoGetInput,\n type EditorCommandAssetInfoGetOutput,\n type EditorCommandAssetLibraryListInput,\n type EditorCommandAssetLibraryListOutput,\n type EditorCommandCallResult,\n type EditorCommandEditorSnapshot,\n type EditorCommandEditorSnapshotGetInput,\n type EditorCommandEditorState,\n type EditorCommandEditorStateGetInput,\n type EditorCommandEditorDiagnosticsListInput,\n type EditorCommandEditorDiagnosticsListOutput,\n type EditorCommandUiRegionsGetInput,\n type EditorCommandUiRegionsGetOutput,\n type EditorCommandHostEditorEnterInput,\n type EditorCommandHostEditorEnterOutput,\n type EditorCommandHostEditorSaveAndRunInput,\n type EditorCommandHostEditorSaveAndRunOutput,\n type EditorCommandHostEditorDiscardAndRunInput,\n type EditorCommandHostEditorDiscardAndRunOutput,\n type EditorCommandHostEditorWaitReadyInput,\n type EditorCommandHostEditorWaitReadyOutput,\n type EditorCommandHostModeGetInput,\n type EditorCommandHostModeGetOutput,\n type EditorCommandHierarchyScopeGetInput,\n type EditorCommandHierarchyScopeGetOutput,\n type EditorCommandHierarchyOperationsListInput,\n type EditorCommandHierarchyOperationsListOutput,\n type EditorCommandHierarchyOperationExecuteInput,\n type EditorCommandHierarchyOperationExecuteOutput,\n type EditorCommandObjectCreatePrimitiveInput,\n type EditorCommandObjectCreatePrimitiveOutput,\n type EditorCommandObjectCreateFromAssetInput,\n type EditorCommandObjectCreateFromAssetOutput,\n type EditorCommandObjectDeleteInput,\n type EditorCommandObjectDeleteOutput,\n type EditorCommandObjectResolveInput,\n type EditorCommandObjectResolveOutput,\n type EditorCommandPrefabMaterialSlotsListInput,\n type EditorCommandPrefabMaterialSlotsListOutput,\n type EditorCommandPrefabAssetRenameInput,\n type EditorCommandPrefabAssetRenameOutput,\n type EditorCommandPrefabNodeCreateFromAssetInput,\n type EditorCommandPrefabNodeCreateGroupInput,\n type EditorCommandPrefabNodeCreateMarkerInput,\n type EditorCommandPrefabNodeCreatePrimitiveInput,\n type EditorCommandPrefabNodeDeleteInput,\n type EditorCommandPrefabNodeMutationOutput,\n type EditorCommandPrefabNodeReparentInput,\n type EditorCommandPrefabNodeRenameInput,\n type EditorCommandPrefabNodeRenameOutput,\n type EditorCommandPrefabNodeSelectInput,\n type EditorCommandPrefabNodeSelectOutput,\n type EditorCommandPrefabNodeSetTransformInput,\n type EditorCommandPrefabNodeSetMarkerInput,\n type EditorCommandPrefabResolveInput,\n type EditorCommandPrefabResolveOutput,\n type EditorCommandPrefabSceneGetInput,\n type EditorCommandPrefabSceneGetOutput,\n type EditorCommandPrefabSourceStructureGetInput,\n type EditorCommandPrefabSourceStructureGetOutput,\n type EditorCommandPrefabStageExitInput,\n type EditorCommandPrefabStageExitOutput,\n type EditorCommandPrefabStageOpenInput,\n type EditorCommandPrefabStageOpenOutput,\n type EditorCommandPrefabStageActionInput,\n type EditorCommandPrefabStageActionOutput,\n type EditorCommandSceneObjectsListInput,\n type EditorCommandSceneObjectsListOutput,\n type EditorCommandSelectionSetInput,\n type EditorCommandSelectionSetOutput,\n type EditorCommandShadowPolicyGetInput,\n type EditorCommandShadowPolicyGetOutput,\n type EditorCommandShadowPolicySetInput,\n type EditorCommandShadowPolicySetOutput,\n type EditorCommandShadowMapExperimentConfigGetInput,\n type EditorCommandShadowMapExperimentConfigGetOutput,\n type EditorCommandShadowMapExperimentPolicyGetInput,\n type EditorCommandShadowMapExperimentPolicyOutput,\n type EditorCommandShadowMapExperimentPolicySetInput,\n type EditorCommandShadowMapExperimentPolicySetOutput,\n type EditorCommandShadowMapExperimentPlanPreviewInput,\n type EditorCommandShadowMapExperimentPlanPreviewOutput,\n type EditorCommandShadowMapExperimentRuntimeSnapshotInput,\n type EditorCommandShadowMapExperimentRuntimeSnapshotOutput,\n type EditorCommandShadowDebugInspectInput,\n type EditorCommandShadowDebugInspectOutput,\n type EditorCommandShadowDebugContextClearInput,\n type EditorCommandShadowDebugContextClearOutput,\n type EditorCommandShadowDebugContextEnterInput,\n type EditorCommandShadowDebugContextEnterOutput,\n type EditorCommandShadowDebugOverlayClearInput,\n type EditorCommandShadowDebugOverlayClearOutput,\n type EditorCommandShadowDebugOverlaySetInput,\n type EditorCommandShadowDebugOverlaySetOutput,\n type EditorCommandShadowDebugVisibilityMeasureInput,\n type EditorCommandShadowDebugVisibilityMeasureOutput,\n type EditorCommandShadowReceiversListInput,\n type EditorCommandShadowReceiversListOutput,\n type EditorCommandShadowResolvePreviewInput,\n type EditorCommandShadowResolvePreviewOutput,\n type EditorCommandShadowStaticBakeInput,\n type EditorCommandShadowStaticBakeOutput,\n type EditorCommandShadowStaticInvalidateInput,\n type EditorCommandShadowStaticInvalidateOutput,\n type EditorCommandTransformMoveInput,\n type EditorCommandTransformMoveOutput,\n type EditorCommandTransformSetInput,\n type EditorCommandTransformSetOutput,\n type EditorCommandViewportCameraGetInput,\n type EditorCommandViewportCameraOrbitInput,\n type EditorCommandViewportCameraOrbitOutput,\n type EditorCommandViewportCameraSetPresetInput,\n type EditorCommandViewportCameraSetPresetOutput,\n type EditorCommandViewportCameraState,\n type EditorCommandViewportFrameSelectionInput,\n type EditorCommandViewportFrameSelectionOutput,\n type EditorCommandViewportFocusObjectInput,\n type EditorCommandViewportFocusObjectOutput,\n type EditorCommandViewportIsolationEnterInput,\n type EditorCommandViewportIsolationEnterOutput,\n type EditorCommandViewportVisibilityClearInput,\n type EditorCommandViewportVisibilityMutationOutput,\n type EditorCommandViewportVisibilitySetInput,\n type EditorCommandViewportVisibilitySnapshotInput,\n type EditorCommandViewportVisibilitySnapshotOutput,\n} from '@fps-games/editor-protocol';\nimport type {\n EditorCommandCapabilityAdapter,\n EditorCommandCapabilityRegistration,\n EditorAuthoringHost,\n} from '@fps-games/editor-core';\nimport { registerEditorAuthoringHostCommandCapability } from '@fps-games/editor-core';\nimport { createLocalEditorCommandFailure } from './diagnostics.js';\nimport type { LocalEditorCommandCapabilitySources } from './source-types.js';\n\n// Static baked shadow authoring is intentionally hidden until the workflow is redesigned.\nconst EDITOR_SHADOW_STATIC_AUTHORING_ENABLED = false;\nconst LOCAL_EDITOR_COMPOSED_AUTHORING_WRITE_IDS = new Set<string>([\n EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE,\n EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN,\n EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT,\n EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE,\n EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD,\n EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME,\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET,\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP,\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER,\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE,\n EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM,\n EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER,\n EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT,\n EDITOR_COMMAND_ID.PREFAB_NODE_RENAME,\n EDITOR_COMMAND_ID.PREFAB_NODE_DELETE,\n EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE,\n EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET,\n EDITOR_COMMAND_ID.OBJECT_DELETE,\n EDITOR_COMMAND_ID.SHADOW_POLICY_SET,\n EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET,\n EDITOR_COMMAND_ID.TRANSFORM_MOVE,\n EDITOR_COMMAND_ID.TRANSFORM_SET,\n]);\n\nexport function registerLocalEditorCommandCapabilities<TDocument = unknown, TPatch = unknown>(\n adapter: EditorCommandCapabilityAdapter,\n sources: LocalEditorCommandCapabilitySources,\n authoringHost?: EditorAuthoringHost<TDocument, TPatch>,\n): () => void {\n const registerCapability = <TInput, TOutput>(\n registration: EditorCommandCapabilityRegistration<TInput, TOutput>,\n ): (() => void) => (authoringHost\n && (LOCAL_EDITOR_COMPOSED_AUTHORING_WRITE_IDS.has(registration.manifest.id)\n || EDITOR_COMMAND_BUILT_IN_TARGETS[\n registration.manifest.id as keyof typeof EDITOR_COMMAND_BUILT_IN_TARGETS\n ] === 'authoring')\n ? registerEditorAuthoringHostCommandCapability<TDocument, TPatch, TInput, TOutput>(authoringHost, {\n ...registration,\n handler: async (input, context) => {\n if (registration.manifest.access === 'write' && sources.host.isBusy()) {\n return createLocalEditorCommandFailure(\n registration.manifest.id,\n 'Host is busy and cannot accept editor mutations.',\n { code: 'host.busy' },\n );\n }\n return registration.handler(input, context);\n },\n })\n : adapter.registerCapability<TInput, TOutput>({\n ...registration,\n handler: async (input, context) => {\n if (registration.manifest.access === 'write' && sources.host.isBusy()) {\n return createLocalEditorCommandFailure(\n registration.manifest.id,\n 'Host is busy and cannot accept editor mutations.',\n { code: 'host.busy' },\n );\n }\n return registration.handler(input, context);\n },\n }));\n const unregister = [\n registerCapability<EditorCommandHierarchyScopeGetInput, EditorCommandHierarchyScopeGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET,\n title: 'Get active Hierarchy scope',\n description: 'Read the active scoped Hierarchy snapshot, with backward-compatible full-tree output or revision-bound subtree, search, and cursor pagination queries.',\n layer: 'editor', category: 'hierarchy', stability: 'experimental', access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHierarchyScopeGetInput>(EDITOR_COMMAND_ID.HIERARCHY_SCOPE_GET, input);\n return normalized.ok ? sources.hierarchy.getScope(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHierarchyOperationsListInput, EditorCommandHierarchyOperationsListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST,\n title: 'List Hierarchy operations',\n description: 'Discover the same scope-aware Hierarchy operations used by menus and keyboard commands.',\n layer: 'editor', category: 'hierarchy', stability: 'experimental', access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHierarchyOperationsListInput>(EDITOR_COMMAND_ID.HIERARCHY_OPERATIONS_LIST, input);\n return normalized.ok ? sources.hierarchy.listOperations(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHierarchyOperationExecuteInput, EditorCommandHierarchyOperationExecuteOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE,\n title: 'Execute Hierarchy operation',\n description: 'Execute a discovered Hierarchy operation against an exact scope revision using the same provider transaction as the editor UI.',\n layer: 'editor', category: 'hierarchy', stability: 'experimental', access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHierarchyOperationExecuteInput>(EDITOR_COMMAND_ID.HIERARCHY_OPERATION_EXECUTE, input);\n return normalized.ok ? sources.hierarchy.executeOperation(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandAssetLibraryListInput, EditorCommandAssetLibraryListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST,\n title: 'List asset library',\n description: 'List standard project assets after editorReady=true. Use this before placing assets; returned assetId values are stable inputs for asset.info.get, asset.analysis.get, and object.createFromAsset.',\n layer: 'editor',\n category: 'asset',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandAssetLibraryListInput>(\n EDITOR_COMMAND_ID.ASSET_LIBRARY_LIST,\n input,\n );\n return normalized.ok ? sources.assets.listAssets(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandAssetInfoGetInput, EditorCommandAssetInfoGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.ASSET_INFO_GET,\n title: 'Get asset info',\n description: 'Read complete serializable metadata for one standard project asset by assetId. It does not read original file bytes and should be used before placement when catalog metadata matters.',\n layer: 'editor',\n category: 'asset',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.ASSET_INFO_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandAssetInfoGetInput>(\n EDITOR_COMMAND_ID.ASSET_INFO_GET,\n input,\n );\n return normalized.ok ? sources.assets.getAssetInfo(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandAssetAnalysisGetInput, EditorCommandAssetAnalysisGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET,\n title: 'Get asset analysis',\n description: 'Read SDK-generated raw asset structure analysis from asset metadata. Use for GLB/GLTF mesh/material complexity and PNG/JPEG/WebP image dimensions before creating or inspecting assets.',\n layer: 'editor',\n category: 'asset',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandAssetAnalysisGetInput>(\n EDITOR_COMMAND_ID.ASSET_ANALYSIS_GET,\n input,\n );\n return normalized.ok ? sources.assets.getAssetAnalysis(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabResolveInput, EditorCommandPrefabResolveOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_RESOLVE,\n title: 'Resolve prefab asset',\n description: 'Resolve prefab assets by assetId, browserAssetId, exact name, or fuzzy query after editorReady=true. Use asset.library.list(kind=prefab) or this capability before prefab.stage.open.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_RESOLVE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabResolveInput>(\n EDITOR_COMMAND_ID.PREFAB_RESOLVE,\n input,\n );\n return normalized.ok ? sources.prefabs.resolvePrefab(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabStageOpenInput, EditorCommandPrefabStageOpenOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN,\n title: 'Open prefab stage',\n description: 'Enter the prefab preview/edit stage for a prefab asset after editorReady=true. Prefer this over double-clicking the Asset Library; it is idempotent when the requested prefab is already open.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandPrefabStageOpenInput>(\n EDITOR_COMMAND_ID.PREFAB_STAGE_OPEN,\n input,\n );\n return normalized.ok ? sources.prefabs.openStage(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabStageExitInput, EditorCommandPrefabStageExitOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT,\n title: 'Exit prefab stage',\n description: 'Exit the current prefab preview/edit stage and return to the scene editor. This is idempotent and returns exited=false when no prefab stage is open.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandPrefabStageExitInput>(\n EDITOR_COMMAND_ID.PREFAB_STAGE_EXIT,\n input,\n );\n return normalized.ok ? sources.prefabs.exitStage(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabStageActionInput, EditorCommandPrefabStageActionOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE,\n title: 'Save prefab stage',\n description: 'Persist the complete authoring document from the active Prefab draft and keep the Prefab stage open.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandPrefabStageActionInput>(\n EDITOR_COMMAND_ID.PREFAB_STAGE_SAVE,\n input,\n );\n return normalized.ok ? sources.prefabs.saveStage(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabStageActionInput, EditorCommandPrefabStageActionOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD,\n title: 'Discard prefab stage changes',\n description: 'Reset the active Prefab draft to its entry or last-save checkpoint and keep the Prefab stage open.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandPrefabStageActionInput>(\n EDITOR_COMMAND_ID.PREFAB_STAGE_DISCARD,\n input,\n );\n return normalized.ok ? sources.prefabs.discardStage(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabAssetRenameInput, EditorCommandPrefabAssetRenameOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME,\n title: 'Rename prefab asset',\n description: 'Rename a prefab asset displayName through the editor asset action patch pipeline. In an open Prefab stage, assetId may be omitted to rename the current prefab; this does not rename existing scene prefab instances or readonly GLB source nodes.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabAssetRenameInput>(\n EDITOR_COMMAND_ID.PREFAB_ASSET_RENAME,\n input,\n );\n return normalized.ok ? sources.prefabs.renameAsset(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabSceneGetInput, EditorCommandPrefabSceneGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_SCENE_GET,\n title: 'Get prefab composition scene',\n description: 'Read the editable Prefab Scene Tree for the currently open Prefab stage. Use after prefab.stage.open before prefab.node.* writes; this does not expose raw GLB source nodes as editable prefab nodes.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_SCENE_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabSceneGetInput>(\n EDITOR_COMMAND_ID.PREFAB_SCENE_GET,\n input,\n );\n return normalized.ok ? sources.prefabs.getScene(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeSelectInput, EditorCommandPrefabNodeSelectOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_SELECT,\n title: 'Select prefab node',\n description: 'Select an editable node inside the current Prefab stage. Use node ids from prefab.scene.get; this changes Prefab stage selection, not main scene selection.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_SELECT],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeSelectInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_SELECT,\n input,\n );\n return normalized.ok ? sources.prefabs.selectNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeCreateFromAssetInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET,\n title: 'Create prefab node from asset',\n description: 'Add a model or child prefab asset into the currently open Prefab stage through the editor asset action patch pipeline. Use asset.library.list first; this writes the prefab document, not the main scene.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeCreateFromAssetInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_FROM_ASSET,\n input,\n );\n return normalized.ok ? sources.prefabs.createNodeFromAsset(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeCreateGroupInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP,\n title: 'Create prefab group node',\n description: 'Add an empty group node to the currently open Prefab stage through the editor prefab node mutation path. Use it as a composition container before adding or reparenting model, primitive, or child prefab nodes.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeCreateGroupInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_GROUP,\n input,\n );\n return normalized.ok ? sources.prefabs.createGroupNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeCreateMarkerInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER,\n title: 'Create prefab Marker node',\n description: 'Add a transform-capable Marker node to the open Prefab stage. Type must come from the project Marker catalog and target may only reference the current Prefab composition.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeCreateMarkerInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_MARKER,\n input,\n );\n return normalized.ok ? sources.prefabs.createMarkerNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeCreatePrimitiveInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE,\n title: 'Create prefab primitive node',\n description: 'Add a primitive helper node to the currently open Prefab stage through the editor prefab node mutation path. Use for composition layout tests, blockers, receivers, and simple placeholders.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeCreatePrimitiveInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_CREATE_PRIMITIVE,\n input,\n );\n return normalized.ok ? sources.prefabs.createPrimitiveNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeSetTransformInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM,\n title: 'Set prefab node transform',\n description: 'Set position, rotation, and/or scale for an editable Prefab stage node. This routes through prefab node document patches and does not mutate projection or runtime JSON directly.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeSetTransformInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_SET_TRANSFORM,\n input,\n );\n return normalized.ok ? sources.prefabs.setNodeTransform(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeSetMarkerInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER,\n title: 'Set prefab Marker fields',\n description: 'Update controlled Prefab Marker type, local target, tags, note, or RGB color. Geometry and semantic kind remain derived from the selected Marker type.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeSetMarkerInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_SET_MARKER,\n input,\n );\n return normalized.ok ? sources.prefabs.setNodeMarker(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeReparentInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT,\n title: 'Reparent prefab node',\n description: 'Move an editable Prefab stage node under another prefab node. The reducer rejects root reparenting and cyclic parents.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeReparentInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_REPARENT,\n input,\n );\n return normalized.ok ? sources.prefabs.reparentNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeRenameInput, EditorCommandPrefabNodeRenameOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_RENAME,\n title: 'Rename prefab node',\n description: 'Rename a non-root editable node inside the current Prefab stage. Root names follow prefab.asset.rename, and readonly GLB Source Structure names are not editable.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_RENAME],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeRenameInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_RENAME,\n input,\n );\n return normalized.ok ? sources.prefabs.renameNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabNodeDeleteInput, EditorCommandPrefabNodeMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_NODE_DELETE,\n title: 'Delete prefab node',\n description: 'Delete an editable node from the current Prefab stage through prefab document mutation. Root deletion and invalid nodes return structured diagnostics.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_NODE_DELETE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabNodeDeleteInput>(\n EDITOR_COMMAND_ID.PREFAB_NODE_DELETE,\n input,\n );\n return normalized.ok ? sources.prefabs.deleteNode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabSourceStructureGetInput, EditorCommandPrefabSourceStructureGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET,\n title: 'Get prefab source structure',\n description: 'Read readonly source asset anatomy for a prefab model node or asset. This reports SDK asset analysis metadata and is not an editable Prefab Scene Tree.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabSourceStructureGetInput>(\n EDITOR_COMMAND_ID.PREFAB_SOURCE_STRUCTURE_GET,\n input,\n );\n return normalized.ok ? sources.prefabs.getSourceStructure(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandPrefabMaterialSlotsListInput, EditorCommandPrefabMaterialSlotsListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST,\n title: 'List prefab material slots',\n description: 'List editable material override targets for a prefab model node or asset from SDK materialSlots metadata. Use before future material/shadow tuning; read-only slots are optional.',\n layer: 'editor',\n category: 'prefab',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandPrefabMaterialSlotsListInput>(\n EDITOR_COMMAND_ID.PREFAB_MATERIAL_SLOTS_LIST,\n input,\n );\n return normalized.ok ? sources.prefabs.listMaterialSlots(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHostModeGetInput, EditorCommandHostModeGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HOST_MODE_GET,\n title: 'Get host mode',\n description: 'Read host lifecycle state without changing mode. Use as optional preflight or diagnostics; editorReady=true means the host is in editor mode, has an active editor session, and is not busy.',\n layer: 'host',\n category: 'lifecycle',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HOST_MODE_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandHostModeGetInput>(\n EDITOR_COMMAND_ID.HOST_MODE_GET,\n input,\n );\n return normalized.ok ? sources.host.getMode(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHostEditorEnterInput, EditorCommandHostEditorEnterOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HOST_EDITOR_ENTER,\n title: 'Enter editor mode',\n description: 'Default L1 entry point for agents. Call this to enter or ensure editor mode before L2/L3 editor operations instead of clicking the UI with browser automation. It is idempotent: already-editor hosts return alreadyEditor=true.',\n layer: 'host',\n category: 'lifecycle',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HOST_EDITOR_ENTER],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHostEditorEnterInput>(\n EDITOR_COMMAND_ID.HOST_EDITOR_ENTER,\n input,\n );\n return normalized.ok ? sources.host.enterEditor(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHostEditorSaveAndRunInput, EditorCommandHostEditorSaveAndRunOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN,\n title: 'Save editor document and run game',\n description: 'Run the product save lifecycle through the existing authoring persistence path, then leave editor mode and restart the game. Use only when a positive save lifecycle test is intended.',\n layer: 'host',\n category: 'lifecycle',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHostEditorSaveAndRunInput>(\n EDITOR_COMMAND_ID.HOST_EDITOR_SAVE_AND_RUN,\n input,\n );\n return normalized.ok ? sources.host.saveAndRun(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHostEditorDiscardAndRunInput, EditorCommandHostEditorDiscardAndRunOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN,\n title: 'Discard editor changes and run game',\n description: 'Leave editor mode without saving the working document and restart the game. Use after temporary editor experiments to restore the persisted project state.',\n layer: 'host',\n category: 'lifecycle',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN],\n },\n handler: (input, context) => {\n const normalized = normalizeObjectInput<EditorCommandHostEditorDiscardAndRunInput>(\n EDITOR_COMMAND_ID.HOST_EDITOR_DISCARD_AND_RUN,\n input,\n );\n return normalized.ok ? sources.host.discardAndRun(normalized.input, context) : normalized.result;\n },\n }),\n registerCapability<EditorCommandHostEditorWaitReadyInput, EditorCommandHostEditorWaitReadyOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY,\n title: 'Wait for editor readiness',\n description: 'Read-only readiness wait. Use after host.editor.enter only when extra confirmation or timeout diagnostics are needed; it does not enter editor mode by itself.',\n layer: 'host',\n category: 'lifecycle',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandHostEditorWaitReadyInput>(\n EDITOR_COMMAND_ID.HOST_EDITOR_WAIT_READY,\n input,\n );\n return normalized.ok ? sources.host.waitReady(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandUiRegionsGetInput, EditorCommandUiRegionsGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET,\n title: 'Get editor workspace regions',\n description: 'Read the editor workspace region map for agents. It explains left Hierarchy, center Preview, right Inspector/render tabs, bottom Asset Library, top Toolbar, and Command Service Console semantics, and maps each area to preferred capabilities before L0 fallback.',\n layer: 'editor',\n category: 'ui',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandUiRegionsGetInput>(\n EDITOR_COMMAND_ID.EDITOR_UI_REGIONS_GET,\n input,\n );\n return normalized.ok ? sources.ui.getRegions(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandSceneObjectsListInput, EditorCommandSceneObjectsListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST,\n title: 'List scene objects',\n description: 'List editor scene objects with hierarchy and transform summaries after editorReady=true. Use returned object ids as stable inputs for selection, transform, viewport, and workflow capabilities.',\n layer: 'editor',\n category: 'scene',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SCENE_OBJECTS_LIST],\n },\n handler: input => ({ objects: sources.objects.listObjects(input ?? {}) }),\n }),\n registerCapability<EditorCommandObjectResolveInput, EditorCommandObjectResolveOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.OBJECT_RESOLVE,\n title: 'Resolve scene object',\n description: 'Resolve editor scene objects by id, exact name/path/type, or fuzzy query after editorReady=true. Use this before write operations when the object id is not already known.',\n layer: 'editor',\n category: 'scene',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.OBJECT_RESOLVE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandObjectResolveInput>(\n EDITOR_COMMAND_ID.OBJECT_RESOLVE,\n input,\n );\n return normalized.ok ? sources.objects.resolveObject(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandObjectCreatePrimitiveInput, EditorCommandObjectCreatePrimitiveOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE,\n title: 'Create primitive object',\n description: 'Create a basic scene primitive after editorReady=true. Shapes are cube, sphere, plane, or capsule; the capability uses the editor scene graph create patch and selects the created object when possible.',\n layer: 'editor',\n category: 'scene',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandObjectCreatePrimitiveInput>(\n EDITOR_COMMAND_ID.OBJECT_CREATE_PRIMITIVE,\n input,\n );\n return normalized.ok ? sources.objects.createPrimitive(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandObjectCreateFromAssetInput, EditorCommandObjectCreateFromAssetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET,\n title: 'Create object from asset',\n description: 'Create a scene object from a standard asset library asset after editorReady=true. Use asset.library.list and asset.analysis.get first; this capability delegates to the editor harness asset creation path and may select/focus the created object.',\n layer: 'editor',\n category: 'asset',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandObjectCreateFromAssetInput>(\n EDITOR_COMMAND_ID.OBJECT_CREATE_FROM_ASSET,\n input,\n );\n return normalized.ok ? sources.objects.createFromAsset(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandObjectDeleteInput, EditorCommandObjectDeleteOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.OBJECT_DELETE,\n title: 'Delete objects',\n description: 'Delete one or more editor scene objects after editorReady=true. Provide exactly one of objectId or objectIds; protected, locked, readonly, or missing nodes are rejected by scene graph validation.',\n layer: 'editor',\n category: 'scene',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.OBJECT_DELETE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandObjectDeleteInput>(\n EDITOR_COMMAND_ID.OBJECT_DELETE,\n input,\n );\n return normalized.ok ? sources.objects.deleteObjects(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandSelectionSetInput, EditorCommandSelectionSetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SELECTION_SET,\n title: 'Set selection',\n description: 'Select one or more editor scene objects by object id after editorReady=true. Prefer ids returned by scene.objects.list; this is an editor semantic operation, not a UI click.',\n layer: 'editor',\n category: 'selection',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SELECTION_SET],\n },\n handler: input => sources.selection.setSelection(input ?? {}),\n }),\n registerCapability<EditorCommandShadowPolicyGetInput, EditorCommandShadowPolicyGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_POLICY_GET,\n title: 'Get shadow policy',\n description: 'Read Shadow V2 policy and effective resolved plan for a scene object or current Prefab stage node. Use this before editing caster/receiver/light/quality settings; readonly source anatomy is not editable.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_POLICY_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowPolicyGetInput>(\n EDITOR_COMMAND_ID.SHADOW_POLICY_GET,\n input,\n );\n return normalized.ok ? sources.shadows.getPolicy(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowPolicySetInput, EditorCommandShadowPolicySetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_POLICY_SET,\n title: 'Set shadow policy',\n description: 'Write Shadow V2 caster/receiver/mode/light/quality/params for a scene object or editable Prefab stage root/node through editor document patches. This is the default agent path for shadow authoring instead of Inspector clicking.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_POLICY_SET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowPolicySetInput>(\n EDITOR_COMMAND_ID.SHADOW_POLICY_SET,\n input,\n );\n return normalized.ok ? sources.shadows.setPolicy(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowMapExperimentConfigGetInput, EditorCommandShadowMapExperimentConfigGetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_CONFIG_GET,\n title: 'Get Shadow Map configuration',\n description: 'Read the authoritative shadows.json configuration and available quality/behavior profile ids. The configuration is readonly; tune algorithm parameters in shadows.json, not through scene mutations.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_CONFIG_GET],\n },\n handler: input => sources.shadows.getShadowMapExperimentConfig(input ?? {}),\n }),\n registerCapability<EditorCommandShadowMapExperimentPolicyGetInput, EditorCommandShadowMapExperimentPolicyOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_GET,\n title: 'Get Shadow Map profiles',\n description: 'Read authored and effective Shadow Map quality/behavior profile references for the scene, a scene object, or an editable Prefab stage node.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_GET],\n },\n handler: input => sources.shadows.getShadowMapExperimentPolicy(input),\n }),\n registerCapability<EditorCommandShadowMapExperimentPolicySetInput, EditorCommandShadowMapExperimentPolicySetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET,\n title: 'Set Shadow Map profiles',\n description: 'Write profile references only. Scene scope may set quality and behavior profiles; scene objects and Prefab nodes may set only a behavior profile. Inline algorithm or lifecycle parameters are not accepted.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_POLICY_SET],\n },\n handler: input => sources.shadows.setShadowMapExperimentPolicy(input),\n }),\n registerCapability<EditorCommandShadowMapExperimentPlanPreviewInput, EditorCommandShadowMapExperimentPlanPreviewOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW,\n title: 'Preview Shadow Map runtime plan',\n description: 'Read the compiled Shadow Map Runtime Plan consumed by the renderer. This capability is readonly and exposes no authoring shortcut around shadows.json profiles.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW],\n },\n handler: input => sources.shadows.previewShadowMapExperimentPlan(input ?? {}),\n }),\n registerCapability<EditorCommandShadowMapExperimentRuntimeSnapshotInput, EditorCommandShadowMapExperimentRuntimeSnapshotOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT,\n title: 'Snapshot Shadow Map runtime ownership',\n description: 'Read Plan version, runtime registrations, activity owners, registry/depth evidence, and diagnostics without exposing a write path.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT],\n },\n handler: input => sources.shadows.snapshotShadowMapExperimentRuntime(input ?? {}),\n }),\n registerCapability<EditorCommandShadowReceiversListInput, EditorCommandShadowReceiversListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST,\n title: 'List shadow receivers',\n description: 'List candidate shadow receiver nodes for a scene object or Prefab stage preview target. Explicit receivers and shadow.receive settings score above auto plane inference.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowReceiversListInput>(\n EDITOR_COMMAND_ID.SHADOW_RECEIVERS_LIST,\n input,\n );\n return normalized.ok ? sources.shadows.listReceivers(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowResolvePreviewInput, EditorCommandShadowResolvePreviewOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW,\n title: 'Resolve shadow preview',\n description: 'Preview the resolved Shadow V2 backend, receiver list, light binding, quality params, and diagnostics without changing editor state. Use after policy changes or before screenshot validation.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowResolvePreviewInput>(\n EDITOR_COMMAND_ID.SHADOW_RESOLVE_PREVIEW,\n input,\n );\n return normalized.ok ? sources.shadows.resolvePreview(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugInspectInput, EditorCommandShadowDebugInspectOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT,\n title: 'Inspect shadow debug context',\n description: 'Read the complete Shadow V2 debugging context for a scene object or Prefab stage target: caster, receivers, light, policy, resolved plan, expected footprint, runtime evidence, and diagnostics. Use this before deciding whether a screenshot really shows a shadow.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugInspectInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_INSPECT,\n input,\n );\n return normalized.ok ? sources.shadows.inspectDebug(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugContextEnterInput, EditorCommandShadowDebugContextEnterOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER,\n title: 'Enter shadow debug context',\n description: 'Enter a preview-only Shadow Debug Context for a scene object or Prefab stage target. It automatically keeps the caster, resolved receivers, shadow light, and ambient lights visible, hides unrelated projected objects, applies receiver/footprint/light overlays, and returns inspect plus visibilityMeasure evidence for screenshot validation.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugContextEnterInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_ENTER,\n input,\n );\n return normalized.ok ? sources.shadows.enterDebugContext(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugContextClearInput, EditorCommandShadowDebugContextClearOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR,\n title: 'Clear shadow debug context',\n description: 'Clear the preview-only Shadow Debug Context, including protected receiver visibility state and shadow debug overlays. This does not write scene or prefab documents.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugContextClearInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_CONTEXT_CLEAR,\n input,\n );\n return normalized.ok ? sources.shadows.clearDebugContext(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugOverlaySetInput, EditorCommandShadowDebugOverlaySetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET,\n title: 'Set shadow debug overlay',\n description: 'Show preview-only Shadow V2 debug helpers for a scene object or Prefab stage target: caster bounds, receiver bounds, light direction, expected footprint, and artifact bounds. This does not write scene or prefab documents; use before L0 screenshots to avoid visual misjudgment.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugOverlaySetInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_SET,\n input,\n );\n return normalized.ok ? sources.shadows.setDebugOverlay(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugOverlayClearInput, EditorCommandShadowDebugOverlayClearOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR,\n title: 'Clear shadow debug overlay',\n description: 'Clear preview-only Shadow V2 debug helpers previously created by shadow.debug.overlay.set. This does not write scene or prefab documents.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugOverlayClearInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_OVERLAY_CLEAR,\n input,\n );\n return normalized.ok ? sources.shadows.clearDebugOverlay(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowDebugVisibilityMeasureInput, EditorCommandShadowDebugVisibilityMeasureOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE,\n title: 'Measure shadow visibility',\n description: 'Return a structured Shadow V2 visibility score for a scene object or Prefab stage target. Use after shadow.debug.inspect or shadow.debug.overlay.set to avoid judging shadow success by screenshot alone. MVP measurement is structural when pixel readback is unavailable.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowDebugVisibilityMeasureInput>(\n EDITOR_COMMAND_ID.SHADOW_DEBUG_VISIBILITY_MEASURE,\n input,\n );\n return normalized.ok ? sources.shadows.measureVisibility(normalized.input) : normalized.result;\n },\n }),\n ...(EDITOR_SHADOW_STATIC_AUTHORING_ENABLED ? [\n registerCapability<EditorCommandShadowStaticBakeInput, EditorCommandShadowStaticBakeOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_STATIC_BAKE,\n title: 'Bake static shadow',\n description: 'Request a static shadow bake for the resolved Shadow V2 scene target through the editor rendering action pipeline. Use after shadow.resolvePreview confirms a static plan and receivers; prefab stage policies bake after placement in a scene.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_STATIC_BAKE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowStaticBakeInput>(\n EDITOR_COMMAND_ID.SHADOW_STATIC_BAKE,\n input,\n );\n return normalized.ok ? sources.shadows.bakeStatic(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandShadowStaticInvalidateInput, EditorCommandShadowStaticInvalidateOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.SHADOW_STATIC_INVALIDATE,\n title: 'Invalidate static shadow',\n description: 'Mark a static Shadow V2 scene target as stale so agents and users know a rebake is required after transform, receiver, light, or policy changes.',\n layer: 'editor',\n category: 'shadow',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.SHADOW_STATIC_INVALIDATE],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandShadowStaticInvalidateInput>(\n EDITOR_COMMAND_ID.SHADOW_STATIC_INVALIDATE,\n input,\n );\n return normalized.ok ? sources.shadows.invalidateStatic(normalized.input) : normalized.result;\n },\n }),\n ] : []),\n registerCapability<EditorCommandTransformMoveInput, EditorCommandTransformMoveOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.TRANSFORM_MOVE,\n title: 'Move object',\n description: 'Move a scene object by absolute position or relative offset after editorReady=true. Provide exactly one of position or offset; the capability uses the editor document adapter path and returns before/after transform state.',\n layer: 'editor',\n category: 'transform',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.TRANSFORM_MOVE],\n },\n handler: input => sources.transform.move(input),\n }),\n registerCapability<EditorCommandTransformSetInput, EditorCommandTransformSetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.TRANSFORM_SET,\n title: 'Set object transform',\n description: 'Set one or more absolute TRS fields on an editor scene object after editorReady=true. Provide objectId and at least one of position, rotation, or scale; the capability uses the editor document adapter path and returns before/after transform state.',\n layer: 'editor',\n category: 'transform',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.TRANSFORM_SET],\n },\n handler: input => sources.transform.set(input),\n }),\n registerCapability<EditorCommandViewportFocusObjectInput, EditorCommandViewportFocusObjectOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT,\n title: 'Focus object in viewport',\n description: 'Frame a scene object in the editor viewport after editorReady=true. Use this for semantic viewport focus instead of browser scrolling, dragging, or clicking the canvas.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_FOCUS_OBJECT],\n },\n handler: input => sources.viewport.focusObject(input),\n }),\n registerCapability<EditorCommandViewportFrameSelectionInput, EditorCommandViewportFrameSelectionOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION,\n title: 'Frame selected object',\n description: 'Frame the current editor selection in the viewport after editorReady=true. Use after selection.set or transform operations when the active object is already selected.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportFrameSelectionInput>(\n EDITOR_COMMAND_ID.VIEWPORT_FRAME_SELECTION,\n input,\n );\n return normalized.ok ? sources.viewport.frameSelection(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportVisibilitySnapshotInput, EditorCommandViewportVisibilitySnapshotOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT,\n title: 'Get preview visibility overrides',\n description: 'Read preview-only visibility and isolation overrides. Use during visual debugging to understand what the editor viewport is temporarily hiding; this never reads or writes scene/prefab authored visibility.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportVisibilitySnapshotInput>(\n EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SNAPSHOT,\n input,\n );\n return normalized.ok ? sources.viewport.getVisibilitySnapshot(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportVisibilitySetInput, EditorCommandViewportVisibilityMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET,\n title: 'Set preview visibility',\n description: 'Temporarily hide or show projected objects in the editor viewport for debugging. This is preview-only: it does not change scene object active/visible fields or prefab documents, and authored inactive objects are not revived.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportVisibilitySetInput>(\n EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_SET,\n input,\n );\n return normalized.ok ? sources.viewport.setVisibility(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportVisibilityClearInput, EditorCommandViewportVisibilityMutationOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR,\n title: 'Clear preview visibility overrides',\n description: 'Clear all preview-only visibility and isolation overrides, restoring the viewport to authored active/visible state without writing scene or prefab data.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportVisibilityClearInput>(\n EDITOR_COMMAND_ID.VIEWPORT_VISIBILITY_CLEAR,\n input,\n );\n return normalized.ok ? sources.viewport.clearVisibility(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportIsolationEnterInput, EditorCommandViewportIsolationEnterOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER,\n title: 'Enter preview isolation',\n description: 'Temporarily isolate projected objects in the editor viewport by hiding unrelated objects. Use this before shadow screenshots to remove visual clutter; this is preview-only and never writes scene or prefab data.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportIsolationEnterInput>(\n EDITOR_COMMAND_ID.VIEWPORT_ISOLATION_ENTER,\n input,\n );\n return normalized.ok ? sources.viewport.enterIsolation(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportCameraGetInput, EditorCommandViewportCameraState>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET,\n title: 'Get viewport camera state',\n description: 'Read the editor viewport camera state after editorReady=true. Use this to inspect the current view preset, projection, target, pose, radius, and selection before visual analysis.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportCameraGetInput>(\n EDITOR_COMMAND_ID.VIEWPORT_CAMERA_GET,\n input,\n );\n return normalized.ok ? sources.viewport.getCamera(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportCameraSetPresetInput, EditorCommandViewportCameraSetPresetOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET,\n title: 'Set viewport camera preset',\n description: 'Set a stable editor viewport camera preset after editorReady=true. Prefer top/front/side/iso/threeQuarterTop presets for agent visual analysis before falling back to browser screenshots.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportCameraSetPresetInput>(\n EDITOR_COMMAND_ID.VIEWPORT_CAMERA_SET_PRESET,\n input,\n );\n return normalized.ok ? sources.viewport.setCameraPreset(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandViewportCameraOrbitInput, EditorCommandViewportCameraOrbitOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT,\n title: 'Orbit viewport camera',\n description: 'Apply a semantic yaw/pitch/distance adjustment to the editor viewport camera after editorReady=true. Use for small inspection adjustments after a preset establishes the baseline view.',\n layer: 'editor',\n category: 'viewport',\n stability: 'experimental',\n access: 'write',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandViewportCameraOrbitInput>(\n EDITOR_COMMAND_ID.VIEWPORT_CAMERA_ORBIT,\n input,\n );\n return normalized.ok ? sources.viewport.orbitCamera(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandEditorSnapshotGetInput, EditorCommandEditorSnapshot>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET,\n title: 'Get editor snapshot',\n description: 'Read a lightweight editor summary after editorReady=true. By default it returns mode, busy/dirty/status, selection, and objectCount; request includeObjects with objectLimit only when object summaries are needed.',\n layer: 'editor',\n category: 'state',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET],\n },\n handler: input => {\n const normalized = normalizeObjectInput<EditorCommandEditorSnapshotGetInput>(\n EDITOR_COMMAND_ID.EDITOR_SNAPSHOT_GET,\n input,\n );\n return normalized.ok ? sources.state.getSnapshot(normalized.input) : normalized.result;\n },\n }),\n registerCapability<EditorCommandEditorStateGetInput, EditorCommandEditorState>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.EDITOR_STATE_GET,\n title: 'Get editor state',\n description: 'Read editor mode, status, selection, dirty state, and optional object summary. Use for verification after L1/L2 operations and for diagnostics before falling back to browser automation.',\n layer: 'editor',\n category: 'state',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.EDITOR_STATE_GET],\n },\n handler: input => sources.state.getState(input ?? {}),\n }),\n registerCapability<EditorCommandEditorDiagnosticsListInput, EditorCommandEditorDiagnosticsListOutput>({\n manifest: {\n schemaVersion: EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION,\n id: EDITOR_COMMAND_ID.EDITOR_DIAGNOSTICS_LIST,\n title: 'List editor diagnostics',\n description: 'Read the same revision-aware diagnostics shown in the top-toolbar Validation Center, optionally filtered by severity, phase, or source.',\n layer: 'editor',\n category: 'state',\n stability: 'experimental',\n access: 'read',\n ...EDITOR_COMMAND_SCHEMAS[EDITOR_COMMAND_ID.EDITOR_DIAGNOSTICS_LIST],\n },\n handler: input => sources.state.listDiagnostics(input ?? {}),\n }),\n ];\n return () => {\n for (const unregisterCapability of unregister) unregisterCapability();\n };\n}\n\nfunction normalizeObjectInput<TInput extends object>(\n capabilityId: string,\n input: unknown,\n): { ok: true; input: TInput } | { ok: false; result: EditorCommandCallResult<never> } {\n if (input === undefined || input === null) return { ok: true, input: {} as TInput };\n if (typeof input === 'object' && !Array.isArray(input)) return { ok: true, input: input as TInput };\n return {\n ok: false,\n result: createLocalEditorCommandFailure(\n capabilityId,\n `${capabilityId} input must be an object.`,\n { code: 'host.invalidInput' },\n ),\n };\n}\n"]}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { type AuthoringSourceDescriptor, type EditorProjectionImpact, type EditorSelectionState, type EditorSession, type EditorTransformSnapshot, type EditorViewportProjectionMode, type EditorViewportToolState, type EditorViewportViewPreset, type InspectorObject, type SelectionCommand } from '@fps-games/editor-core';
|
|
2
2
|
import type { FpsEditorLifecycleService } from '@fps-games/editor-core/lifecycle';
|
|
3
3
|
import type { HierarchyNodeSnapshot, HierarchyScopeSnapshot } from '@fps-games/plugin-hierarchy';
|
|
4
|
-
import type {
|
|
4
|
+
import type { EditorCommandEditorDiagnosticsListInput, EditorCommandEditorDiagnosticsListOutput, EditorCommandPrefabStageExitOutput, EditorCommandPrefabStageOpenOutput, EditorCommandPrefabStageState, EditorCommandSelectionState, EditorCommandVec3 } from '@fps-games/editor-protocol';
|
|
5
5
|
import type { LocalEditorBrowserAssetActionInput, LocalEditorBrowserStatusDiagnostic } from '@fps-games/editor-browser';
|
|
6
6
|
import type { ShadowMapExperimentPlan } from '@fps-games/playable-rendering';
|
|
7
7
|
import type { LocalEditorHarnessAssetCreationOptions, LocalEditorHarnessAssetCreationResult, LocalEditorHarnessMode, LocalEditorHarnessOptions } from '../local-editor-harness.js';
|
|
8
8
|
export declare const EMPTY_EDITOR_SELECTION: EditorSelectionState;
|
|
9
|
-
export interface
|
|
9
|
+
export interface LocalEditorCommandHierarchyTarget {
|
|
10
10
|
readonly rowId: string;
|
|
11
11
|
readonly authoredId: string;
|
|
12
12
|
readonly focusId: string;
|
|
13
13
|
readonly targetKind: 'scene-object' | 'prefab-node' | 'hierarchy-only';
|
|
14
14
|
}
|
|
15
|
-
export interface
|
|
15
|
+
export interface LocalEditorCommandHierarchyReadModel {
|
|
16
16
|
readonly authorityToken: number;
|
|
17
17
|
readonly snapshot: HierarchyScopeSnapshot;
|
|
18
|
-
resolveTarget(rowId: string):
|
|
18
|
+
resolveTarget(rowId: string): LocalEditorCommandHierarchyTarget | null;
|
|
19
19
|
}
|
|
20
|
-
export interface
|
|
20
|
+
export interface LocalEditorCommandHierarchyItem {
|
|
21
21
|
readonly id: string;
|
|
22
22
|
readonly label: string;
|
|
23
23
|
readonly parentId: string | null;
|
|
@@ -30,20 +30,20 @@ export interface LocalEditorAgentBridgeHierarchyItem {
|
|
|
30
30
|
readonly locked?: boolean;
|
|
31
31
|
readonly protected?: boolean;
|
|
32
32
|
}
|
|
33
|
-
export interface
|
|
33
|
+
export interface LocalEditorCommandSafeSceneReadModel {
|
|
34
34
|
readonly authorityToken: number;
|
|
35
35
|
readonly scopeKey: string;
|
|
36
36
|
readonly scopeType: string;
|
|
37
37
|
readonly revision: number;
|
|
38
|
-
readonly hierarchy: readonly
|
|
38
|
+
readonly hierarchy: readonly LocalEditorCommandHierarchyItem[];
|
|
39
39
|
readonly selection: EditorSelectionState;
|
|
40
40
|
}
|
|
41
|
-
export interface
|
|
41
|
+
export interface LocalEditorCommandSafeHierarchyEntry {
|
|
42
42
|
readonly node: HierarchyNodeSnapshot;
|
|
43
|
-
readonly target:
|
|
43
|
+
readonly target: LocalEditorCommandHierarchyTarget;
|
|
44
44
|
readonly parentAuthoredId: string | null;
|
|
45
45
|
}
|
|
46
|
-
export interface
|
|
46
|
+
export interface LocalEditorCommandPrefabNodeDetails {
|
|
47
47
|
readonly nodeId: string;
|
|
48
48
|
readonly guid?: string;
|
|
49
49
|
readonly kind?: string;
|
|
@@ -58,28 +58,28 @@ export interface LocalEditorAgentBridgePrefabNodeDetails {
|
|
|
58
58
|
readonly light?: Readonly<Record<string, unknown>>;
|
|
59
59
|
readonly readonly?: boolean;
|
|
60
60
|
}
|
|
61
|
-
export interface
|
|
61
|
+
export interface LocalEditorCommandSafePrefabHierarchyNode {
|
|
62
62
|
readonly rowId: string;
|
|
63
63
|
readonly nodeId: string;
|
|
64
64
|
readonly label: string;
|
|
65
65
|
readonly parentNodeId: string | null;
|
|
66
66
|
readonly role?: HierarchyNodeSnapshot['role'];
|
|
67
|
-
readonly details:
|
|
67
|
+
readonly details: LocalEditorCommandPrefabNodeDetails | null;
|
|
68
68
|
}
|
|
69
|
-
export interface
|
|
69
|
+
export interface LocalEditorCommandSafePrefabReadModel {
|
|
70
70
|
readonly authorityToken: number;
|
|
71
71
|
readonly scopeKey: string;
|
|
72
72
|
readonly scopeType: string;
|
|
73
73
|
readonly revision: number;
|
|
74
|
-
readonly nodes: readonly
|
|
74
|
+
readonly nodes: readonly LocalEditorCommandSafePrefabHierarchyNode[];
|
|
75
75
|
readonly selectedNodeIds: readonly string[];
|
|
76
76
|
readonly activeNodeId: string | null;
|
|
77
77
|
}
|
|
78
|
-
export interface
|
|
78
|
+
export interface LocalEditorCommandProjection {
|
|
79
79
|
readNodeTransform(objectId: string): EditorTransformSnapshot | null;
|
|
80
80
|
getSelectionBounds(objectIds: readonly string[]): {
|
|
81
|
-
center:
|
|
82
|
-
size:
|
|
81
|
+
center: EditorCommandVec3;
|
|
82
|
+
size: EditorCommandVec3;
|
|
83
83
|
} | null;
|
|
84
84
|
getPreviewVisibilityOverrides?(): Array<{
|
|
85
85
|
nodeId: string;
|
|
@@ -101,38 +101,38 @@ export interface LocalEditorAgentBridgeProjection {
|
|
|
101
101
|
}>;
|
|
102
102
|
getProjectedNodeIds?(): string[];
|
|
103
103
|
getProjectionParentIds?(nodeId: string): string[];
|
|
104
|
-
setShadowDebugOverlay?(items:
|
|
104
|
+
setShadowDebugOverlay?(items: LocalEditorCommandShadowDebugOverlayItem[]): string[];
|
|
105
105
|
clearShadowDebugOverlay?(): boolean;
|
|
106
106
|
waitForIdle?(): Promise<unknown>;
|
|
107
107
|
}
|
|
108
|
-
export interface
|
|
108
|
+
export interface LocalEditorCommandPreviewVisibilityEntry {
|
|
109
109
|
nodeId: string;
|
|
110
110
|
visible: boolean;
|
|
111
111
|
authoredActive: boolean;
|
|
112
112
|
effectiveVisible: boolean;
|
|
113
113
|
}
|
|
114
|
-
export interface
|
|
114
|
+
export interface LocalEditorCommandPreviewVisibilityState {
|
|
115
115
|
overrides: Record<string, boolean>;
|
|
116
116
|
isolatedObjectIds: string[];
|
|
117
117
|
reason?: string;
|
|
118
118
|
protectedObjectIds?: string[];
|
|
119
119
|
protectedReceiverIds?: string[];
|
|
120
120
|
}
|
|
121
|
-
export interface
|
|
122
|
-
min:
|
|
123
|
-
max:
|
|
124
|
-
size:
|
|
125
|
-
center:
|
|
121
|
+
export interface LocalEditorCommandShadowDebugBounds {
|
|
122
|
+
min: EditorCommandVec3;
|
|
123
|
+
max: EditorCommandVec3;
|
|
124
|
+
size: EditorCommandVec3;
|
|
125
|
+
center: EditorCommandVec3;
|
|
126
126
|
}
|
|
127
|
-
export interface
|
|
127
|
+
export interface LocalEditorCommandShadowDebugOverlayItem {
|
|
128
128
|
id: string;
|
|
129
129
|
kind: 'caster-bounds' | 'receiver-bounds' | 'receiver-surface' | 'light-direction' | 'footprint' | 'artifact-bounds';
|
|
130
|
-
bounds?:
|
|
131
|
-
center?:
|
|
132
|
-
size?:
|
|
133
|
-
direction?:
|
|
130
|
+
bounds?: LocalEditorCommandShadowDebugBounds;
|
|
131
|
+
center?: EditorCommandVec3;
|
|
132
|
+
size?: EditorCommandVec3;
|
|
133
|
+
direction?: EditorCommandVec3;
|
|
134
134
|
}
|
|
135
|
-
export interface
|
|
135
|
+
export interface LocalEditorCommandPlanarShadowCasterDebugInfo {
|
|
136
136
|
sourceName: string;
|
|
137
137
|
sourceMeshNames?: string[];
|
|
138
138
|
sourceNodeId?: string;
|
|
@@ -155,11 +155,11 @@ export interface LocalEditorAgentBridgePlanarShadowCasterDebugInfo {
|
|
|
155
155
|
fallbackReasons?: string[];
|
|
156
156
|
instancingFallbackReasons?: string[];
|
|
157
157
|
}
|
|
158
|
-
export interface
|
|
158
|
+
export interface LocalEditorCommandShadowPreviewDebugInfo {
|
|
159
159
|
planar?: {
|
|
160
160
|
enabled: boolean;
|
|
161
161
|
casterCount: number;
|
|
162
|
-
casters:
|
|
162
|
+
casters: LocalEditorCommandPlanarShadowCasterDebugInfo[];
|
|
163
163
|
};
|
|
164
164
|
shadowMapExperiment?: {
|
|
165
165
|
enabled: boolean;
|
|
@@ -292,43 +292,43 @@ export interface LocalEditorAgentBridgeShadowPreviewDebugInfo {
|
|
|
292
292
|
}[];
|
|
293
293
|
};
|
|
294
294
|
}
|
|
295
|
-
export interface
|
|
295
|
+
export interface LocalEditorCommandSceneViewCameraState {
|
|
296
296
|
viewPreset: EditorViewportViewPreset;
|
|
297
297
|
projectionMode: EditorViewportProjectionMode;
|
|
298
|
-
target?:
|
|
299
|
-
position?:
|
|
298
|
+
target?: EditorCommandVec3;
|
|
299
|
+
position?: EditorCommandVec3;
|
|
300
300
|
alpha?: number;
|
|
301
301
|
beta?: number;
|
|
302
302
|
radius?: number;
|
|
303
303
|
}
|
|
304
|
-
export interface
|
|
305
|
-
getState():
|
|
304
|
+
export interface LocalEditorCommandSceneViewCamera {
|
|
305
|
+
getState(): LocalEditorCommandSceneViewCameraState;
|
|
306
306
|
setViewPreset(preset: EditorViewportViewPreset, options?: {
|
|
307
|
-
target?:
|
|
307
|
+
target?: EditorCommandVec3 | null;
|
|
308
308
|
radius?: number;
|
|
309
309
|
}): boolean;
|
|
310
310
|
orbit(options?: {
|
|
311
|
-
target?:
|
|
311
|
+
target?: EditorCommandVec3;
|
|
312
312
|
yawDeltaDeg?: number;
|
|
313
313
|
pitchDeltaDeg?: number;
|
|
314
314
|
distanceScale?: number;
|
|
315
315
|
}): boolean;
|
|
316
316
|
}
|
|
317
|
-
export interface
|
|
318
|
-
stage:
|
|
319
|
-
nodeDetails: readonly
|
|
317
|
+
export interface LocalEditorCommandPrefabStageDetails<TDocument = unknown> {
|
|
318
|
+
stage: EditorCommandPrefabStageState;
|
|
319
|
+
nodeDetails: readonly LocalEditorCommandPrefabNodeDetails[];
|
|
320
320
|
inspectorObject?: InspectorObject<TDocument> | null;
|
|
321
321
|
}
|
|
322
|
-
export interface
|
|
322
|
+
export interface LocalEditorCommandHarnessState<TDocument, TPatch> {
|
|
323
323
|
mode: LocalEditorHarnessMode;
|
|
324
324
|
lifecycle: FpsEditorLifecycleService | null;
|
|
325
325
|
busy: boolean;
|
|
326
326
|
session: EditorSession<TDocument, TPatch> | null;
|
|
327
327
|
assets: readonly unknown[];
|
|
328
|
-
projection:
|
|
329
|
-
previewVisibility:
|
|
328
|
+
projection: LocalEditorCommandProjection | null;
|
|
329
|
+
previewVisibility: LocalEditorCommandPreviewVisibilityState;
|
|
330
330
|
sceneCameraPreviewEnabled: boolean;
|
|
331
|
-
sceneViewCamera:
|
|
331
|
+
sceneViewCamera: LocalEditorCommandSceneViewCamera | null | any;
|
|
332
332
|
viewportTools: EditorViewportToolState;
|
|
333
333
|
status: string;
|
|
334
334
|
statusTone: 'default' | 'success' | 'warning' | 'error';
|
|
@@ -336,28 +336,28 @@ export interface LocalEditorAgentBridgeHarnessState<TDocument, TPatch> {
|
|
|
336
336
|
statusDetails: string;
|
|
337
337
|
summary: string;
|
|
338
338
|
}
|
|
339
|
-
export interface
|
|
339
|
+
export interface LocalEditorCommandCapabilitySourceOperations<TDocument> {
|
|
340
340
|
createAssetFromAssetId(assetId: string, options?: LocalEditorHarnessAssetCreationOptions): LocalEditorHarnessAssetCreationResult;
|
|
341
|
-
getPrefabStage():
|
|
342
|
-
getPrefabStageDetails():
|
|
341
|
+
getPrefabStage(): EditorCommandPrefabStageState | null;
|
|
342
|
+
getPrefabStageDetails(): LocalEditorCommandPrefabStageDetails<TDocument> | null;
|
|
343
343
|
openPrefabStage(input: {
|
|
344
344
|
assetId: string;
|
|
345
345
|
browserAssetId?: string;
|
|
346
346
|
dirtyAction?: 'reject' | 'save' | 'discard';
|
|
347
|
-
}): Promise<
|
|
347
|
+
}, serializedAccess?: unknown): Promise<EditorCommandPrefabStageOpenOutput | null>;
|
|
348
348
|
exitPrefabStage(input?: {
|
|
349
349
|
dirtyAction?: 'reject' | 'save' | 'discard';
|
|
350
|
-
}): Promise<
|
|
351
|
-
savePrefabStage(): Promise<boolean>;
|
|
352
|
-
discardPrefabStage(): boolean
|
|
350
|
+
}, serializedAccess?: unknown): Promise<EditorCommandPrefabStageExitOutput>;
|
|
351
|
+
savePrefabStage(serializedAccess?: unknown): Promise<boolean>;
|
|
352
|
+
discardPrefabStage(serializedAccess?: unknown): Promise<boolean>;
|
|
353
353
|
selectPrefabStageItem(itemId: string): boolean;
|
|
354
354
|
runPrefabStageAssetAction(input: LocalEditorBrowserAssetActionInput): boolean;
|
|
355
|
-
getHierarchyReadModel():
|
|
356
|
-
getHierarchyScope(): import('@fps-games/editor-protocol').
|
|
357
|
-
listHierarchyOperations(input: import('@fps-games/editor-protocol').
|
|
358
|
-
executeHierarchyOperation(input: import('@fps-games/editor-protocol').
|
|
355
|
+
getHierarchyReadModel(): LocalEditorCommandHierarchyReadModel;
|
|
356
|
+
getHierarchyScope(): import('@fps-games/editor-protocol').EditorCommandHierarchyScopeGetOutput;
|
|
357
|
+
listHierarchyOperations(input: import('@fps-games/editor-protocol').EditorCommandHierarchyOperationsListInput): import('@fps-games/editor-protocol').EditorCommandHierarchyOperationsListOutput;
|
|
358
|
+
executeHierarchyOperation(input: import('@fps-games/editor-protocol').EditorCommandHierarchyOperationExecuteInput, serializedAccess?: unknown): Promise<import('@fps-games/editor-protocol').EditorCommandHierarchyOperationExecuteOutput>;
|
|
359
359
|
getStatusDiagnostics(): LocalEditorBrowserStatusDiagnostic[];
|
|
360
|
-
getDiagnostics(input:
|
|
360
|
+
getDiagnostics(input: EditorCommandEditorDiagnosticsListInput): EditorCommandEditorDiagnosticsListOutput;
|
|
361
361
|
getPreviewSelection(): EditorSelectionState;
|
|
362
362
|
dispatchSelectionCommand(command: SelectionCommand, renderUi?: boolean): boolean;
|
|
363
363
|
focusPreviewSelection(): boolean;
|
|
@@ -384,16 +384,16 @@ export interface LocalEditorAgentBridgeCapabilitySourceOperations<TDocument> {
|
|
|
384
384
|
rebuildProjectionFromDocument(document: TDocument, selection: EditorSelectionState): void;
|
|
385
385
|
sanitizeSelection(document: TDocument, selection: EditorSelectionState): EditorSelectionState | null;
|
|
386
386
|
summarizeDocument(document: TDocument, source?: AuthoringSourceDescriptor | null): string;
|
|
387
|
-
runRenderingAction?(actionId: string): Promise<
|
|
387
|
+
runRenderingAction?(actionId: string): Promise<LocalEditorCommandRenderingActionResult>;
|
|
388
388
|
invalidateStaticShadowArtifact?(): boolean;
|
|
389
389
|
getShadowMapExperimentExecutionPlan?(): ShadowMapExperimentPlan | null;
|
|
390
|
-
getShadowPreviewDebugInfo?():
|
|
390
|
+
getShadowPreviewDebugInfo?(): LocalEditorCommandShadowPreviewDebugInfo | null;
|
|
391
391
|
refreshShadowPreview?(): void;
|
|
392
|
-
setShadowDebugOverlay?(items:
|
|
392
|
+
setShadowDebugOverlay?(items: LocalEditorCommandShadowDebugOverlayItem[]): string[];
|
|
393
393
|
clearShadowDebugOverlay?(): boolean;
|
|
394
394
|
resolvePrefabStageProjectionNodeId?(nodeId: string): string | null;
|
|
395
395
|
}
|
|
396
|
-
export interface
|
|
396
|
+
export interface LocalEditorCommandRenderingActionResult {
|
|
397
397
|
ok: boolean;
|
|
398
398
|
changed: boolean;
|
|
399
399
|
rendered: boolean;
|
|
@@ -403,21 +403,21 @@ export interface LocalEditorAgentBridgeRenderingActionResult {
|
|
|
403
403
|
details?: Record<string, unknown>;
|
|
404
404
|
error?: string;
|
|
405
405
|
}
|
|
406
|
-
export declare function
|
|
407
|
-
export declare function
|
|
408
|
-
export declare function
|
|
409
|
-
export declare function
|
|
410
|
-
export declare function
|
|
411
|
-
export declare function
|
|
412
|
-
export declare function
|
|
413
|
-
export declare function
|
|
414
|
-
export declare function
|
|
415
|
-
export declare function
|
|
416
|
-
export declare function
|
|
417
|
-
export declare function
|
|
418
|
-
export declare function
|
|
419
|
-
export declare function
|
|
420
|
-
export declare function
|
|
421
|
-
export declare function
|
|
422
|
-
export declare function
|
|
406
|
+
export declare function cloneEditorCommandSelection(selection: EditorSelectionState): EditorCommandSelectionState;
|
|
407
|
+
export declare function normalizeEditorCommandString(value: unknown): string;
|
|
408
|
+
export declare function normalizeEditorCommandIdList(values: readonly unknown[]): string[];
|
|
409
|
+
export declare function isEditorCommandDocumentNodeLocked<TDocument, TPatch, TAsset>(options: LocalEditorHarnessOptions<TDocument, TPatch, TAsset>, document: TDocument, id: string): boolean;
|
|
410
|
+
export declare function isEditorCommandDocumentNodeSelectable<TDocument, TPatch, TAsset>(options: LocalEditorHarnessOptions<TDocument, TPatch, TAsset>, document: TDocument, id: string): boolean;
|
|
411
|
+
export declare function isEditorCommandObjectSelectable<TDocument, TPatch, TAsset>(options: LocalEditorHarnessOptions<TDocument, TPatch, TAsset>, document: TDocument, objectId: string, hierarchyItems: readonly LocalEditorCommandHierarchyItem[]): boolean;
|
|
412
|
+
export declare function isEditorCommandHierarchyObjectSelectable<TDocument, TPatch, TAsset>(options: LocalEditorHarnessOptions<TDocument, TPatch, TAsset>, document: TDocument, objectId: string, hierarchyItems: readonly LocalEditorCommandHierarchyItem[]): boolean;
|
|
413
|
+
export declare function getEditorCommandSafeSceneHierarchy<TDocument>(operations: Pick<LocalEditorCommandCapabilitySourceOperations<TDocument>, 'getHierarchyReadModel'>): LocalEditorCommandHierarchyItem[];
|
|
414
|
+
export declare function getEditorCommandSafeSceneReadModel<TDocument>(operations: Pick<LocalEditorCommandCapabilitySourceOperations<TDocument>, 'getHierarchyReadModel'>): LocalEditorCommandSafeSceneReadModel;
|
|
415
|
+
export declare function createEditorCommandSafeSceneReadModel(model: LocalEditorCommandHierarchyReadModel): LocalEditorCommandSafeSceneReadModel;
|
|
416
|
+
export declare function getEditorCommandSafeHierarchyTargetByRowId(model: LocalEditorCommandHierarchyReadModel, targetKind: 'scene-object' | 'prefab-node', rowId: string): LocalEditorCommandHierarchyTarget | null;
|
|
417
|
+
export declare function getEditorCommandSafeHierarchyTargetByAuthoredId(model: LocalEditorCommandHierarchyReadModel, targetKind: 'scene-object' | 'prefab-node', authoredId: string): LocalEditorCommandHierarchyTarget | null;
|
|
418
|
+
export declare function getEditorCommandSafeHierarchyEntries(model: LocalEditorCommandHierarchyReadModel, targetKind: 'scene-object' | 'prefab-node'): LocalEditorCommandSafeHierarchyEntry[];
|
|
419
|
+
export declare function createEditorCommandSafePrefabReadModel(model: LocalEditorCommandHierarchyReadModel, nodeDetails: readonly LocalEditorCommandPrefabNodeDetails[]): LocalEditorCommandSafePrefabReadModel;
|
|
420
|
+
export declare function hasEditorCommandSafeSceneScope<TDocument>(operations: Pick<LocalEditorCommandCapabilitySourceOperations<TDocument>, 'getHierarchyReadModel'>): boolean;
|
|
421
|
+
export declare function getEditorCommandSafeSceneSelection<TDocument>(operations: Pick<LocalEditorCommandCapabilitySourceOperations<TDocument>, 'getHierarchyReadModel'>): EditorSelectionState;
|
|
422
|
+
export declare function isEditorCommandSafeSceneObjectId<TDocument>(operations: Pick<LocalEditorCommandCapabilitySourceOperations<TDocument>, 'getHierarchyReadModel'>, objectId: string): boolean;
|
|
423
423
|
//# sourceMappingURL=shared.d.ts.map
|