@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,69 @@
|
|
|
1
|
+
import type { EditorCommandDiagnostic, EditorCommandId, EditorCommandJsonObject } from './editor-command';
|
|
2
|
+
export declare const EDITOR_COMMAND_TRACE_SCHEMA_VERSION: 1;
|
|
3
|
+
export declare const EDITOR_COMMAND_TRACE_SOURCES: readonly ["agent", "editor", "playwright", "chrome", "computer-use"];
|
|
4
|
+
export declare const EDITOR_COMMAND_TRACE_LAYERS: readonly ["L0", "L1", "L2", "L3", "observability"];
|
|
5
|
+
export declare const EDITOR_COMMAND_TRACE_STATUSES: readonly ["pending", "ok", "failed", "skipped"];
|
|
6
|
+
export type EditorCommandTraceSource = typeof EDITOR_COMMAND_TRACE_SOURCES[number] | (string & {});
|
|
7
|
+
export type EditorCommandTraceLayer = typeof EDITOR_COMMAND_TRACE_LAYERS[number] | (string & {});
|
|
8
|
+
export type EditorCommandTraceStatus = typeof EDITOR_COMMAND_TRACE_STATUSES[number] | (string & {});
|
|
9
|
+
export interface EditorCommandTraceArtifact {
|
|
10
|
+
kind: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
path?: string;
|
|
13
|
+
url?: string;
|
|
14
|
+
mime?: string;
|
|
15
|
+
metadata?: EditorCommandJsonObject;
|
|
16
|
+
}
|
|
17
|
+
export interface EditorCommandTraceStep {
|
|
18
|
+
id: string;
|
|
19
|
+
traceId: string;
|
|
20
|
+
source: EditorCommandTraceSource;
|
|
21
|
+
layer: EditorCommandTraceLayer;
|
|
22
|
+
action: string;
|
|
23
|
+
status: EditorCommandTraceStatus;
|
|
24
|
+
startedAt: string;
|
|
25
|
+
endedAt?: string;
|
|
26
|
+
durationMs?: number;
|
|
27
|
+
sessionId?: string;
|
|
28
|
+
commandId?: EditorCommandId;
|
|
29
|
+
intentCommandId?: EditorCommandId;
|
|
30
|
+
requestId?: string;
|
|
31
|
+
inputSummary?: EditorCommandJsonObject;
|
|
32
|
+
outputSummary?: EditorCommandJsonObject;
|
|
33
|
+
diagnostics?: EditorCommandDiagnostic[];
|
|
34
|
+
artifacts?: EditorCommandTraceArtifact[];
|
|
35
|
+
message?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface EditorCommandTraceSummary {
|
|
38
|
+
schemaVersion: typeof EDITOR_COMMAND_TRACE_SCHEMA_VERSION;
|
|
39
|
+
traceId: string;
|
|
40
|
+
label?: string;
|
|
41
|
+
status: EditorCommandTraceStatus;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
updatedAt: string;
|
|
44
|
+
stepCount: number;
|
|
45
|
+
diagnosticCount: number;
|
|
46
|
+
artifactCount: number;
|
|
47
|
+
lastAction?: string;
|
|
48
|
+
lastMessage?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface EditorCommandTrace extends EditorCommandTraceSummary {
|
|
51
|
+
steps: EditorCommandTraceStep[];
|
|
52
|
+
}
|
|
53
|
+
export interface EditorCommandTraceExternalEventInput {
|
|
54
|
+
traceId?: string;
|
|
55
|
+
traceLabel?: string;
|
|
56
|
+
source: EditorCommandTraceSource;
|
|
57
|
+
layer: EditorCommandTraceLayer;
|
|
58
|
+
action: string;
|
|
59
|
+
status?: EditorCommandTraceStatus;
|
|
60
|
+
sessionId?: string;
|
|
61
|
+
commandId?: EditorCommandId;
|
|
62
|
+
inputSummary?: EditorCommandJsonObject;
|
|
63
|
+
outputSummary?: EditorCommandJsonObject;
|
|
64
|
+
diagnostics?: EditorCommandDiagnostic[];
|
|
65
|
+
artifacts?: EditorCommandTraceArtifact[];
|
|
66
|
+
message?: string;
|
|
67
|
+
durationMs?: number;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=editor-command-trace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-command-trace.d.ts","sourceRoot":"","sources":["../src/editor-command-trace.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const EDITOR_COMMAND_TRACE_SCHEMA_VERSION = 1;
|
|
2
|
+
export const EDITOR_COMMAND_TRACE_SOURCES = [
|
|
3
|
+
'agent',
|
|
4
|
+
'editor',
|
|
5
|
+
'playwright',
|
|
6
|
+
'chrome',
|
|
7
|
+
'computer-use',
|
|
8
|
+
];
|
|
9
|
+
export const EDITOR_COMMAND_TRACE_LAYERS = [
|
|
10
|
+
'L0',
|
|
11
|
+
'L1',
|
|
12
|
+
'L2',
|
|
13
|
+
'L3',
|
|
14
|
+
'observability',
|
|
15
|
+
];
|
|
16
|
+
export const EDITOR_COMMAND_TRACE_STATUSES = [
|
|
17
|
+
'pending',
|
|
18
|
+
'ok',
|
|
19
|
+
'failed',
|
|
20
|
+
'skipped',
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=editor-command-trace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-command-trace.js","sourceRoot":"","sources":["../src/editor-command-trace.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAU,CAAC;AAE9D,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,OAAO;IACP,QAAQ;IACR,YAAY;IACZ,QAAQ;IACR,cAAc;CACN,CAAC;AAEX,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,eAAe;CACP,CAAC;AAEX,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,SAAS;IACT,IAAI;IACJ,QAAQ;IACR,SAAS;CACD,CAAC","sourcesContent":["import type { EditorCommandDiagnostic, EditorCommandId, EditorCommandJsonObject } from './editor-command';\n\nexport const EDITOR_COMMAND_TRACE_SCHEMA_VERSION = 1 as const;\n\nexport const EDITOR_COMMAND_TRACE_SOURCES = [\n 'agent',\n 'editor',\n 'playwright',\n 'chrome',\n 'computer-use',\n] as const;\n\nexport const EDITOR_COMMAND_TRACE_LAYERS = [\n 'L0',\n 'L1',\n 'L2',\n 'L3',\n 'observability',\n] as const;\n\nexport const EDITOR_COMMAND_TRACE_STATUSES = [\n 'pending',\n 'ok',\n 'failed',\n 'skipped',\n] as const;\n\nexport type EditorCommandTraceSource =\n | typeof EDITOR_COMMAND_TRACE_SOURCES[number]\n | (string & {});\n\nexport type EditorCommandTraceLayer =\n | typeof EDITOR_COMMAND_TRACE_LAYERS[number]\n | (string & {});\n\nexport type EditorCommandTraceStatus =\n | typeof EDITOR_COMMAND_TRACE_STATUSES[number]\n | (string & {});\n\nexport interface EditorCommandTraceArtifact {\n kind: string;\n label?: string;\n path?: string;\n url?: string;\n mime?: string;\n metadata?: EditorCommandJsonObject;\n}\n\nexport interface EditorCommandTraceStep {\n id: string;\n traceId: string;\n source: EditorCommandTraceSource;\n layer: EditorCommandTraceLayer;\n action: string;\n status: EditorCommandTraceStatus;\n startedAt: string;\n endedAt?: string;\n durationMs?: number;\n sessionId?: string;\n commandId?: EditorCommandId;\n intentCommandId?: EditorCommandId;\n requestId?: string;\n inputSummary?: EditorCommandJsonObject;\n outputSummary?: EditorCommandJsonObject;\n diagnostics?: EditorCommandDiagnostic[];\n artifacts?: EditorCommandTraceArtifact[];\n message?: string;\n}\n\nexport interface EditorCommandTraceSummary {\n schemaVersion: typeof EDITOR_COMMAND_TRACE_SCHEMA_VERSION;\n traceId: string;\n label?: string;\n status: EditorCommandTraceStatus;\n createdAt: string;\n updatedAt: string;\n stepCount: number;\n diagnosticCount: number;\n artifactCount: number;\n lastAction?: string;\n lastMessage?: string;\n}\n\nexport interface EditorCommandTrace extends EditorCommandTraceSummary {\n steps: EditorCommandTraceStep[];\n}\n\nexport interface EditorCommandTraceExternalEventInput {\n traceId?: string;\n traceLabel?: string;\n source: EditorCommandTraceSource;\n layer: EditorCommandTraceLayer;\n action: string;\n status?: EditorCommandTraceStatus;\n sessionId?: string;\n commandId?: EditorCommandId;\n inputSummary?: EditorCommandJsonObject;\n outputSummary?: EditorCommandJsonObject;\n diagnostics?: EditorCommandDiagnostic[];\n artifacts?: EditorCommandTraceArtifact[];\n message?: string;\n durationMs?: number;\n}\n"]}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
export declare const EDITOR_COMMAND_SCHEMA_VERSION: 1;
|
|
2
|
+
export type EditorCommandJsonPrimitive = string | number | boolean | null;
|
|
3
|
+
export type EditorCommandJsonValue = EditorCommandJsonPrimitive | EditorCommandJsonObject | EditorCommandJsonValue[];
|
|
4
|
+
export interface EditorCommandJsonObject {
|
|
5
|
+
[key: string]: EditorCommandJsonValue | undefined;
|
|
6
|
+
}
|
|
7
|
+
export type EditorCommandId = string & {};
|
|
8
|
+
export type EditorCommandTarget = 'workspace-service' | 'tooling' | 'authoring' | 'view' | 'renderer';
|
|
9
|
+
export type EditorCommandAccess = 'read' | 'write';
|
|
10
|
+
export type EditorCommandStability = 'experimental' | 'stable' | 'deprecated';
|
|
11
|
+
export type EditorCommandPersistence = 'none' | 'view' | 'authoring' | 'filesystem';
|
|
12
|
+
export interface EditorCommandRequirements {
|
|
13
|
+
editorReady?: boolean;
|
|
14
|
+
activeScope?: readonly string[];
|
|
15
|
+
viewAttached?: boolean;
|
|
16
|
+
rendererAttached?: boolean;
|
|
17
|
+
permissions?: readonly string[];
|
|
18
|
+
}
|
|
19
|
+
export interface EditorCommandEffects {
|
|
20
|
+
persistence: EditorCommandPersistence;
|
|
21
|
+
undoable: boolean;
|
|
22
|
+
idempotent: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface EditorCommandPresentation {
|
|
25
|
+
category?: string;
|
|
26
|
+
aliases?: readonly string[];
|
|
27
|
+
keywords?: readonly string[];
|
|
28
|
+
examples?: readonly string[];
|
|
29
|
+
shortcut?: string;
|
|
30
|
+
menu?: {
|
|
31
|
+
path: readonly string[];
|
|
32
|
+
group?: string;
|
|
33
|
+
order?: number;
|
|
34
|
+
};
|
|
35
|
+
inputMode?: 'none' | 'inline-json' | 'schema-form';
|
|
36
|
+
selectionBinding?: {
|
|
37
|
+
activeId?: string;
|
|
38
|
+
selectedIds?: string;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Serializable command metadata shared by Browser UI, plugins, the project-local
|
|
43
|
+
* gateway, and fps-editor-agent. Handlers and environment resources never enter
|
|
44
|
+
* this protocol object.
|
|
45
|
+
*/
|
|
46
|
+
export interface EditorCommandManifest {
|
|
47
|
+
schemaVersion: typeof EDITOR_COMMAND_SCHEMA_VERSION;
|
|
48
|
+
id: EditorCommandId;
|
|
49
|
+
version: number;
|
|
50
|
+
title: string;
|
|
51
|
+
description?: string;
|
|
52
|
+
target: EditorCommandTarget;
|
|
53
|
+
access: EditorCommandAccess;
|
|
54
|
+
stability: EditorCommandStability;
|
|
55
|
+
inputSchema: EditorCommandJsonObject;
|
|
56
|
+
outputSchema: EditorCommandJsonObject;
|
|
57
|
+
requires?: EditorCommandRequirements;
|
|
58
|
+
effects: EditorCommandEffects;
|
|
59
|
+
presentation?: EditorCommandPresentation;
|
|
60
|
+
}
|
|
61
|
+
export type EditorCommandDiagnosticSeverity = 'info' | 'warning' | 'error';
|
|
62
|
+
export interface EditorCommandDiagnostic {
|
|
63
|
+
severity: EditorCommandDiagnosticSeverity;
|
|
64
|
+
source: 'command-system' | 'command' | 'document' | 'adapter' | 'transport' | (string & {});
|
|
65
|
+
code: string;
|
|
66
|
+
message: string;
|
|
67
|
+
path?: string;
|
|
68
|
+
objectId?: string;
|
|
69
|
+
details?: EditorCommandJsonObject;
|
|
70
|
+
}
|
|
71
|
+
export interface EditorCommandPrincipal {
|
|
72
|
+
type: 'human' | 'agent' | 'plugin' | 'system' | (string & {});
|
|
73
|
+
id?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface EditorCommandExpectedRevision {
|
|
76
|
+
serviceInstanceId?: string;
|
|
77
|
+
document?: number;
|
|
78
|
+
scope?: number;
|
|
79
|
+
catalog?: number;
|
|
80
|
+
}
|
|
81
|
+
export interface EditorCommandInvocation {
|
|
82
|
+
commandId: EditorCommandId;
|
|
83
|
+
/** Stable user intent preserved when a service-owned command composes another command. */
|
|
84
|
+
intentCommandId?: EditorCommandId;
|
|
85
|
+
input?: EditorCommandJsonValue;
|
|
86
|
+
requestId: string;
|
|
87
|
+
idempotencyKey?: string;
|
|
88
|
+
principal: EditorCommandPrincipal;
|
|
89
|
+
source: 'browser-ui' | 'agent-cli' | 'plugin' | 'system' | (string & {});
|
|
90
|
+
expectedRevision?: EditorCommandExpectedRevision;
|
|
91
|
+
traceId?: string;
|
|
92
|
+
traceStepId?: string;
|
|
93
|
+
transactionId?: string;
|
|
94
|
+
clientId?: string;
|
|
95
|
+
}
|
|
96
|
+
export type EditorCommandOperationStatus = 'accepted' | 'running' | 'completed' | 'failed' | 'cancelled';
|
|
97
|
+
export interface EditorCommandOperationSnapshot<TOutput = EditorCommandJsonValue> {
|
|
98
|
+
operationId: string;
|
|
99
|
+
requestId: string;
|
|
100
|
+
commandId: EditorCommandId;
|
|
101
|
+
intentCommandId?: EditorCommandId;
|
|
102
|
+
status: EditorCommandOperationStatus;
|
|
103
|
+
source: EditorCommandInvocation['source'];
|
|
104
|
+
principal: EditorCommandPrincipal;
|
|
105
|
+
createdAt: number;
|
|
106
|
+
startedAt?: number;
|
|
107
|
+
completedAt?: number;
|
|
108
|
+
output?: TOutput;
|
|
109
|
+
diagnostics?: EditorCommandDiagnostic[];
|
|
110
|
+
traceId?: string;
|
|
111
|
+
traceStepId?: string;
|
|
112
|
+
transactionId?: string;
|
|
113
|
+
summary?: EditorCommandJsonObject;
|
|
114
|
+
}
|
|
115
|
+
export interface EditorCommandExecutionSuccess<TOutput = EditorCommandJsonValue> extends EditorCommandOperationSnapshot<TOutput> {
|
|
116
|
+
status: 'completed';
|
|
117
|
+
output: TOutput;
|
|
118
|
+
}
|
|
119
|
+
export interface EditorCommandExecutionFailure extends EditorCommandOperationSnapshot<never> {
|
|
120
|
+
status: 'failed' | 'cancelled';
|
|
121
|
+
diagnostics: EditorCommandDiagnostic[];
|
|
122
|
+
}
|
|
123
|
+
export type EditorCommandExecutionResult<TOutput = EditorCommandJsonValue> = EditorCommandExecutionSuccess<TOutput> | EditorCommandExecutionFailure;
|
|
124
|
+
export interface EditorCommandAvailability {
|
|
125
|
+
available: boolean;
|
|
126
|
+
reasons: EditorCommandDiagnostic[];
|
|
127
|
+
}
|
|
128
|
+
export interface EditorCommandCatalogEntry {
|
|
129
|
+
manifest: EditorCommandManifest;
|
|
130
|
+
availability: EditorCommandAvailability;
|
|
131
|
+
}
|
|
132
|
+
export interface EditorCommandCatalogSnapshot {
|
|
133
|
+
catalogRevision: number;
|
|
134
|
+
commands: EditorCommandCatalogEntry[];
|
|
135
|
+
}
|
|
136
|
+
//# sourceMappingURL=editor-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-command.d.ts","sourceRoot":"","sources":["../src/editor-command.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-command.js","sourceRoot":"","sources":["../src/editor-command.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAU,CAAC","sourcesContent":["export const EDITOR_COMMAND_SCHEMA_VERSION = 1 as const;\n\nexport type EditorCommandJsonPrimitive = string | number | boolean | null;\nexport type EditorCommandJsonValue =\n | EditorCommandJsonPrimitive\n | EditorCommandJsonObject\n | EditorCommandJsonValue[];\nexport interface EditorCommandJsonObject {\n [key: string]: EditorCommandJsonValue | undefined;\n}\n\nexport type EditorCommandId = string & {};\nexport type EditorCommandTarget =\n | 'workspace-service'\n | 'tooling'\n | 'authoring'\n | 'view'\n | 'renderer';\nexport type EditorCommandAccess = 'read' | 'write';\nexport type EditorCommandStability = 'experimental' | 'stable' | 'deprecated';\nexport type EditorCommandPersistence = 'none' | 'view' | 'authoring' | 'filesystem';\n\nexport interface EditorCommandRequirements {\n editorReady?: boolean;\n activeScope?: readonly string[];\n viewAttached?: boolean;\n rendererAttached?: boolean;\n permissions?: readonly string[];\n}\n\nexport interface EditorCommandEffects {\n persistence: EditorCommandPersistence;\n undoable: boolean;\n idempotent: boolean;\n}\n\nexport interface EditorCommandPresentation {\n category?: string;\n aliases?: readonly string[];\n keywords?: readonly string[];\n examples?: readonly string[];\n shortcut?: string;\n menu?: {\n path: readonly string[];\n group?: string;\n order?: number;\n };\n inputMode?: 'none' | 'inline-json' | 'schema-form';\n selectionBinding?: {\n activeId?: string;\n selectedIds?: string;\n };\n}\n\n/**\n * Serializable command metadata shared by Browser UI, plugins, the project-local\n * gateway, and fps-editor-agent. Handlers and environment resources never enter\n * this protocol object.\n */\nexport interface EditorCommandManifest {\n schemaVersion: typeof EDITOR_COMMAND_SCHEMA_VERSION;\n id: EditorCommandId;\n version: number;\n title: string;\n description?: string;\n target: EditorCommandTarget;\n access: EditorCommandAccess;\n stability: EditorCommandStability;\n inputSchema: EditorCommandJsonObject;\n outputSchema: EditorCommandJsonObject;\n requires?: EditorCommandRequirements;\n effects: EditorCommandEffects;\n presentation?: EditorCommandPresentation;\n}\n\nexport type EditorCommandDiagnosticSeverity = 'info' | 'warning' | 'error';\n\nexport interface EditorCommandDiagnostic {\n severity: EditorCommandDiagnosticSeverity;\n source: 'command-system' | 'command' | 'document' | 'adapter' | 'transport' | (string & {});\n code: string;\n message: string;\n path?: string;\n objectId?: string;\n details?: EditorCommandJsonObject;\n}\n\nexport interface EditorCommandPrincipal {\n type: 'human' | 'agent' | 'plugin' | 'system' | (string & {});\n id?: string;\n}\n\nexport interface EditorCommandExpectedRevision {\n serviceInstanceId?: string;\n document?: number;\n scope?: number;\n catalog?: number;\n}\n\nexport interface EditorCommandInvocation {\n commandId: EditorCommandId;\n /** Stable user intent preserved when a service-owned command composes another command. */\n intentCommandId?: EditorCommandId;\n input?: EditorCommandJsonValue;\n requestId: string;\n idempotencyKey?: string;\n principal: EditorCommandPrincipal;\n source: 'browser-ui' | 'agent-cli' | 'plugin' | 'system' | (string & {});\n expectedRevision?: EditorCommandExpectedRevision;\n traceId?: string;\n traceStepId?: string;\n transactionId?: string;\n clientId?: string;\n}\n\nexport type EditorCommandOperationStatus =\n | 'accepted'\n | 'running'\n | 'completed'\n | 'failed'\n | 'cancelled';\n\nexport interface EditorCommandOperationSnapshot<TOutput = EditorCommandJsonValue> {\n operationId: string;\n requestId: string;\n commandId: EditorCommandId;\n intentCommandId?: EditorCommandId;\n status: EditorCommandOperationStatus;\n source: EditorCommandInvocation['source'];\n principal: EditorCommandPrincipal;\n createdAt: number;\n startedAt?: number;\n completedAt?: number;\n output?: TOutput;\n diagnostics?: EditorCommandDiagnostic[];\n traceId?: string;\n traceStepId?: string;\n transactionId?: string;\n summary?: EditorCommandJsonObject;\n}\n\nexport interface EditorCommandExecutionSuccess<TOutput = EditorCommandJsonValue>\n extends EditorCommandOperationSnapshot<TOutput> {\n status: 'completed';\n output: TOutput;\n}\n\nexport interface EditorCommandExecutionFailure\n extends EditorCommandOperationSnapshot<never> {\n status: 'failed' | 'cancelled';\n diagnostics: EditorCommandDiagnostic[];\n}\n\nexport type EditorCommandExecutionResult<TOutput = EditorCommandJsonValue> =\n | EditorCommandExecutionSuccess<TOutput>\n | EditorCommandExecutionFailure;\n\nexport interface EditorCommandAvailability {\n available: boolean;\n reasons: EditorCommandDiagnostic[];\n}\n\nexport interface EditorCommandCatalogEntry {\n manifest: EditorCommandManifest;\n availability: EditorCommandAvailability;\n}\n\nexport interface EditorCommandCatalogSnapshot {\n catalogRevision: number;\n commands: EditorCommandCatalogEntry[];\n}\n"]}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import type { EditorCommandCatalogEntry, EditorCommandDiagnostic, EditorCommandInvocation, EditorCommandJsonObject, EditorCommandOperationSnapshot } from './editor-command.js';
|
|
2
|
+
import type { EditorCommandTrace } from './editor-command-trace.js';
|
|
3
|
+
export declare const EDITOR_SERVICE_PROTOCOL_VERSION: 1;
|
|
4
|
+
export declare const EDITOR_SERVICE_DESCRIPTOR_SCHEMA_VERSION: 1;
|
|
5
|
+
export declare const EDITOR_SERVICE_GATEWAY_PATH: "/__fps_editor_agent/v1";
|
|
6
|
+
export type EditorServiceTokenScope = 'read' | 'write';
|
|
7
|
+
export interface EditorServiceRuntimeDescriptor {
|
|
8
|
+
schemaVersion: typeof EDITOR_SERVICE_DESCRIPTOR_SCHEMA_VERSION;
|
|
9
|
+
protocolVersion: typeof EDITOR_SERVICE_PROTOCOL_VERSION;
|
|
10
|
+
canonicalProjectRoot: string;
|
|
11
|
+
serviceInstanceId: string;
|
|
12
|
+
pid: number;
|
|
13
|
+
endpoint: string;
|
|
14
|
+
startedAt: string;
|
|
15
|
+
packageName: '@fps-games/editor';
|
|
16
|
+
packageVersion: string;
|
|
17
|
+
buildKey: string;
|
|
18
|
+
token: string;
|
|
19
|
+
tokenScopes: readonly EditorServiceTokenScope[];
|
|
20
|
+
}
|
|
21
|
+
export interface EditorAuthoringSnapshot<TDocument = EditorCommandJsonObject> {
|
|
22
|
+
serviceInstanceId: string;
|
|
23
|
+
documentRevision: number;
|
|
24
|
+
documentStructureRevision: number;
|
|
25
|
+
eventCursor: number;
|
|
26
|
+
dirty: boolean;
|
|
27
|
+
canUndo: boolean;
|
|
28
|
+
canRedo: boolean;
|
|
29
|
+
history: EditorAuthoringHistoryView;
|
|
30
|
+
document: TDocument;
|
|
31
|
+
savedDocument: TDocument;
|
|
32
|
+
}
|
|
33
|
+
export interface EditorAuthoringHistoryEntry {
|
|
34
|
+
id: string;
|
|
35
|
+
label: string;
|
|
36
|
+
commandType: string;
|
|
37
|
+
createdAt: number;
|
|
38
|
+
}
|
|
39
|
+
export interface EditorAuthoringHistoryView {
|
|
40
|
+
entries: EditorAuthoringHistoryEntry[];
|
|
41
|
+
}
|
|
42
|
+
export type EditorAuthoringEventReason = 'document' | 'history' | 'saved' | 'reset' | 'rebase';
|
|
43
|
+
export interface EditorAuthoringEvent {
|
|
44
|
+
cursor: number;
|
|
45
|
+
serviceInstanceId: string;
|
|
46
|
+
reason: EditorAuthoringEventReason;
|
|
47
|
+
documentRevision: number;
|
|
48
|
+
dirty: boolean;
|
|
49
|
+
timestamp: number;
|
|
50
|
+
}
|
|
51
|
+
export type EditorAuthoringEventReadResult<TDocument = EditorCommandJsonObject> = {
|
|
52
|
+
kind: 'events';
|
|
53
|
+
serviceInstanceId: string;
|
|
54
|
+
latestCursor: number;
|
|
55
|
+
events: EditorAuthoringEvent[];
|
|
56
|
+
} | {
|
|
57
|
+
kind: 'snapshot-required';
|
|
58
|
+
reason: 'cursor.expired' | 'cursor.invalid' | 'service.restarted';
|
|
59
|
+
snapshot: EditorAuthoringSnapshot<TDocument>;
|
|
60
|
+
};
|
|
61
|
+
export interface EditorCommandCatalogPage {
|
|
62
|
+
catalogRevision: number;
|
|
63
|
+
nextCursor?: string;
|
|
64
|
+
commands: EditorCommandCatalogEntry[];
|
|
65
|
+
}
|
|
66
|
+
export interface EditorServiceStatus {
|
|
67
|
+
ok: true;
|
|
68
|
+
protocolVersion: typeof EDITOR_SERVICE_PROTOCOL_VERSION;
|
|
69
|
+
serviceInstanceId: string;
|
|
70
|
+
canonicalProjectRoot: string;
|
|
71
|
+
packageVersion: string;
|
|
72
|
+
buildKey: string;
|
|
73
|
+
startedAt: string;
|
|
74
|
+
documentRevision: number;
|
|
75
|
+
catalogRevision: number;
|
|
76
|
+
dirty: boolean;
|
|
77
|
+
browserAttachmentCount: number;
|
|
78
|
+
browserAttachments: EditorBrowserAttachmentSummary[];
|
|
79
|
+
recovery: {
|
|
80
|
+
draftJournal: false;
|
|
81
|
+
unsavedWorkingStateRecovered: false;
|
|
82
|
+
message: string;
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
export interface EditorBrowserAttachmentSummary {
|
|
86
|
+
attachmentId: string;
|
|
87
|
+
label?: string;
|
|
88
|
+
targets: readonly ('view' | 'renderer')[];
|
|
89
|
+
commandCount: number;
|
|
90
|
+
}
|
|
91
|
+
export interface EditorServiceTracePage<TTrace = EditorCommandTrace> {
|
|
92
|
+
nextCursor?: string;
|
|
93
|
+
traces: TTrace[];
|
|
94
|
+
}
|
|
95
|
+
export interface EditorServiceDocumentExportArtifact<TDocument = unknown> {
|
|
96
|
+
transactionId: string;
|
|
97
|
+
documentRevision: number;
|
|
98
|
+
document: TDocument;
|
|
99
|
+
sceneJsonText: string;
|
|
100
|
+
expectedVersion?: number;
|
|
101
|
+
}
|
|
102
|
+
export type EditorServiceGatewayRequest = {
|
|
103
|
+
kind: 'status';
|
|
104
|
+
} | {
|
|
105
|
+
kind: 'commands.list';
|
|
106
|
+
cursor?: string;
|
|
107
|
+
limit?: number;
|
|
108
|
+
} | {
|
|
109
|
+
kind: 'commands.search';
|
|
110
|
+
query: string;
|
|
111
|
+
cursor?: string;
|
|
112
|
+
limit?: number;
|
|
113
|
+
} | {
|
|
114
|
+
kind: 'commands.describe';
|
|
115
|
+
commandId: string;
|
|
116
|
+
} | {
|
|
117
|
+
kind: 'command.invoke';
|
|
118
|
+
invocation: EditorCommandInvocation;
|
|
119
|
+
timeoutMs?: number;
|
|
120
|
+
} | {
|
|
121
|
+
kind: 'operation.get';
|
|
122
|
+
operationId: string;
|
|
123
|
+
} | {
|
|
124
|
+
kind: 'operation.cancel';
|
|
125
|
+
operationId: string;
|
|
126
|
+
} | {
|
|
127
|
+
kind: 'trace.get';
|
|
128
|
+
traceId?: string;
|
|
129
|
+
cursor?: string;
|
|
130
|
+
limit?: number;
|
|
131
|
+
} | {
|
|
132
|
+
kind: 'authoring.snapshot';
|
|
133
|
+
afterEventCursor?: number;
|
|
134
|
+
serviceInstanceId?: string;
|
|
135
|
+
} | {
|
|
136
|
+
kind: 'document.export.get';
|
|
137
|
+
transactionId: string;
|
|
138
|
+
} | {
|
|
139
|
+
kind: 'attachment.register';
|
|
140
|
+
attachment: EditorBrowserAttachmentRegistration;
|
|
141
|
+
} | {
|
|
142
|
+
kind: 'attachment.poll';
|
|
143
|
+
attachmentId: string;
|
|
144
|
+
timeoutMs?: number;
|
|
145
|
+
} | {
|
|
146
|
+
kind: 'attachment.result';
|
|
147
|
+
attachmentId: string;
|
|
148
|
+
result: EditorBrowserAttachmentCommandResult;
|
|
149
|
+
} | {
|
|
150
|
+
kind: 'attachment.unregister';
|
|
151
|
+
attachmentId: string;
|
|
152
|
+
};
|
|
153
|
+
export type EditorServiceGatewayResponse = {
|
|
154
|
+
ok: true;
|
|
155
|
+
kind: 'status';
|
|
156
|
+
status: EditorServiceStatus;
|
|
157
|
+
} | {
|
|
158
|
+
ok: true;
|
|
159
|
+
kind: 'commands';
|
|
160
|
+
page: EditorCommandCatalogPage;
|
|
161
|
+
} | {
|
|
162
|
+
ok: true;
|
|
163
|
+
kind: 'command';
|
|
164
|
+
command: EditorCommandCatalogEntry | null;
|
|
165
|
+
} | {
|
|
166
|
+
ok: true;
|
|
167
|
+
kind: 'operation';
|
|
168
|
+
operation: EditorCommandOperationSnapshot | null;
|
|
169
|
+
} | {
|
|
170
|
+
ok: true;
|
|
171
|
+
kind: 'cancel';
|
|
172
|
+
cancelled: boolean;
|
|
173
|
+
operation: EditorCommandOperationSnapshot | null;
|
|
174
|
+
} | {
|
|
175
|
+
ok: true;
|
|
176
|
+
kind: 'traces';
|
|
177
|
+
page: EditorServiceTracePage;
|
|
178
|
+
} | {
|
|
179
|
+
ok: true;
|
|
180
|
+
kind: 'authoring.snapshot';
|
|
181
|
+
result: EditorAuthoringEventReadResult;
|
|
182
|
+
} | {
|
|
183
|
+
ok: true;
|
|
184
|
+
kind: 'document.export';
|
|
185
|
+
artifact: EditorServiceDocumentExportArtifact | null;
|
|
186
|
+
} | {
|
|
187
|
+
ok: true;
|
|
188
|
+
kind: 'attachment';
|
|
189
|
+
attachmentId: string;
|
|
190
|
+
} | {
|
|
191
|
+
ok: true;
|
|
192
|
+
kind: 'attachment.poll';
|
|
193
|
+
request: EditorBrowserAttachmentCommandRequest | null;
|
|
194
|
+
} | {
|
|
195
|
+
ok: true;
|
|
196
|
+
kind: 'attachment.result';
|
|
197
|
+
accepted: boolean;
|
|
198
|
+
} | {
|
|
199
|
+
ok: true;
|
|
200
|
+
kind: 'attachment.unregister';
|
|
201
|
+
removed: boolean;
|
|
202
|
+
} | {
|
|
203
|
+
ok: false;
|
|
204
|
+
diagnostics: EditorCommandDiagnostic[];
|
|
205
|
+
};
|
|
206
|
+
export interface EditorBrowserAttachmentRegistration {
|
|
207
|
+
attachmentId: string;
|
|
208
|
+
label?: string;
|
|
209
|
+
targets: readonly ('view' | 'renderer')[];
|
|
210
|
+
commandIds: readonly string[];
|
|
211
|
+
connectedAt?: string;
|
|
212
|
+
}
|
|
213
|
+
export interface EditorBrowserAttachmentCommandRequest {
|
|
214
|
+
requestId: string;
|
|
215
|
+
operationId: string;
|
|
216
|
+
invocation: EditorCommandInvocation;
|
|
217
|
+
}
|
|
218
|
+
export interface EditorBrowserAttachmentCommandResult {
|
|
219
|
+
requestId: string;
|
|
220
|
+
operationId: string;
|
|
221
|
+
ok: boolean;
|
|
222
|
+
output?: unknown;
|
|
223
|
+
diagnostics?: EditorCommandDiagnostic[];
|
|
224
|
+
}
|
|
225
|
+
//# sourceMappingURL=editor-service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-service.d.ts","sourceRoot":"","sources":["../src/editor-service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-service.js","sourceRoot":"","sources":["../src/editor-service.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAU,CAAC;AAC1D,MAAM,CAAC,MAAM,wCAAwC,GAAG,CAAU,CAAC;AACnE,MAAM,CAAC,MAAM,2BAA2B,GAAG,wBAAiC,CAAC","sourcesContent":["import type {\n EditorCommandCatalogEntry,\n EditorCommandDiagnostic,\n EditorCommandInvocation,\n EditorCommandJsonObject,\n EditorCommandOperationSnapshot,\n} from './editor-command.js';\nimport type { EditorCommandTrace } from './editor-command-trace.js';\n\nexport const EDITOR_SERVICE_PROTOCOL_VERSION = 1 as const;\nexport const EDITOR_SERVICE_DESCRIPTOR_SCHEMA_VERSION = 1 as const;\nexport const EDITOR_SERVICE_GATEWAY_PATH = '/__fps_editor_agent/v1' as const;\n\nexport type EditorServiceTokenScope = 'read' | 'write';\n\nexport interface EditorServiceRuntimeDescriptor {\n schemaVersion: typeof EDITOR_SERVICE_DESCRIPTOR_SCHEMA_VERSION;\n protocolVersion: typeof EDITOR_SERVICE_PROTOCOL_VERSION;\n canonicalProjectRoot: string;\n serviceInstanceId: string;\n pid: number;\n endpoint: string;\n startedAt: string;\n packageName: '@fps-games/editor';\n packageVersion: string;\n buildKey: string;\n token: string;\n tokenScopes: readonly EditorServiceTokenScope[];\n}\n\nexport interface EditorAuthoringSnapshot<TDocument = EditorCommandJsonObject> {\n serviceInstanceId: string;\n documentRevision: number;\n documentStructureRevision: number;\n eventCursor: number;\n dirty: boolean;\n canUndo: boolean;\n canRedo: boolean;\n history: EditorAuthoringHistoryView;\n document: TDocument;\n savedDocument: TDocument;\n}\n\nexport interface EditorAuthoringHistoryEntry {\n id: string;\n label: string;\n commandType: string;\n createdAt: number;\n}\n\nexport interface EditorAuthoringHistoryView {\n entries: EditorAuthoringHistoryEntry[];\n}\n\nexport type EditorAuthoringEventReason =\n | 'document'\n | 'history'\n | 'saved'\n | 'reset'\n | 'rebase';\n\nexport interface EditorAuthoringEvent {\n cursor: number;\n serviceInstanceId: string;\n reason: EditorAuthoringEventReason;\n documentRevision: number;\n dirty: boolean;\n timestamp: number;\n}\n\nexport type EditorAuthoringEventReadResult<TDocument = EditorCommandJsonObject> =\n | {\n kind: 'events';\n serviceInstanceId: string;\n latestCursor: number;\n events: EditorAuthoringEvent[];\n }\n | {\n kind: 'snapshot-required';\n reason: 'cursor.expired' | 'cursor.invalid' | 'service.restarted';\n snapshot: EditorAuthoringSnapshot<TDocument>;\n };\n\nexport interface EditorCommandCatalogPage {\n catalogRevision: number;\n nextCursor?: string;\n commands: EditorCommandCatalogEntry[];\n}\n\nexport interface EditorServiceStatus {\n ok: true;\n protocolVersion: typeof EDITOR_SERVICE_PROTOCOL_VERSION;\n serviceInstanceId: string;\n canonicalProjectRoot: string;\n packageVersion: string;\n buildKey: string;\n startedAt: string;\n documentRevision: number;\n catalogRevision: number;\n dirty: boolean;\n browserAttachmentCount: number;\n browserAttachments: EditorBrowserAttachmentSummary[];\n recovery: {\n draftJournal: false;\n unsavedWorkingStateRecovered: false;\n message: string;\n };\n}\n\nexport interface EditorBrowserAttachmentSummary {\n attachmentId: string;\n label?: string;\n targets: readonly ('view' | 'renderer')[];\n commandCount: number;\n}\n\nexport interface EditorServiceTracePage<TTrace = EditorCommandTrace> {\n nextCursor?: string;\n traces: TTrace[];\n}\n\nexport interface EditorServiceDocumentExportArtifact<\n TDocument = unknown,\n> {\n transactionId: string;\n documentRevision: number;\n document: TDocument;\n sceneJsonText: string;\n expectedVersion?: number;\n}\n\nexport type EditorServiceGatewayRequest =\n | { kind: 'status' }\n | { kind: 'commands.list'; cursor?: string; limit?: number }\n | { kind: 'commands.search'; query: string; cursor?: string; limit?: number }\n | { kind: 'commands.describe'; commandId: string }\n | { kind: 'command.invoke'; invocation: EditorCommandInvocation; timeoutMs?: number }\n | { kind: 'operation.get'; operationId: string }\n | { kind: 'operation.cancel'; operationId: string }\n | { kind: 'trace.get'; traceId?: string; cursor?: string; limit?: number }\n | { kind: 'authoring.snapshot'; afterEventCursor?: number; serviceInstanceId?: string }\n | { kind: 'document.export.get'; transactionId: string }\n | { kind: 'attachment.register'; attachment: EditorBrowserAttachmentRegistration }\n | { kind: 'attachment.poll'; attachmentId: string; timeoutMs?: number }\n | { kind: 'attachment.result'; attachmentId: string; result: EditorBrowserAttachmentCommandResult }\n | { kind: 'attachment.unregister'; attachmentId: string };\n\nexport type EditorServiceGatewayResponse =\n | { ok: true; kind: 'status'; status: EditorServiceStatus }\n | { ok: true; kind: 'commands'; page: EditorCommandCatalogPage }\n | { ok: true; kind: 'command'; command: EditorCommandCatalogEntry | null }\n | { ok: true; kind: 'operation'; operation: EditorCommandOperationSnapshot | null }\n | { ok: true; kind: 'cancel'; cancelled: boolean; operation: EditorCommandOperationSnapshot | null }\n | { ok: true; kind: 'traces'; page: EditorServiceTracePage }\n | { ok: true; kind: 'authoring.snapshot'; result: EditorAuthoringEventReadResult }\n | { ok: true; kind: 'document.export'; artifact: EditorServiceDocumentExportArtifact | null }\n | { ok: true; kind: 'attachment'; attachmentId: string }\n | { ok: true; kind: 'attachment.poll'; request: EditorBrowserAttachmentCommandRequest | null }\n | { ok: true; kind: 'attachment.result'; accepted: boolean }\n | { ok: true; kind: 'attachment.unregister'; removed: boolean }\n | { ok: false; diagnostics: EditorCommandDiagnostic[] };\n\nexport interface EditorBrowserAttachmentRegistration {\n attachmentId: string;\n label?: string;\n targets: readonly ('view' | 'renderer')[];\n commandIds: readonly string[];\n connectedAt?: string;\n}\n\nexport interface EditorBrowserAttachmentCommandRequest {\n requestId: string;\n operationId: string;\n invocation: EditorCommandInvocation;\n}\n\nexport interface EditorBrowserAttachmentCommandResult {\n requestId: string;\n operationId: string;\n ok: boolean;\n output?: unknown;\n diagnostics?: EditorCommandDiagnostic[];\n}\n"]}
|
|
@@ -7,11 +7,12 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import type { MaterialSlotSourceDescriptor } from '@fps-games/playable-contracts';
|
|
9
9
|
export type { MaterialSlotSourceDescriptor } from '@fps-games/playable-contracts';
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './agent-trace';
|
|
10
|
+
export * from './editor-command-capabilities';
|
|
11
|
+
export * from './editor-command-trace';
|
|
13
12
|
export * from './marker-graph';
|
|
14
13
|
export * from './editor-diagnostics';
|
|
14
|
+
export * from './editor-command';
|
|
15
|
+
export * from './editor-service';
|
|
15
16
|
export type JsonPrimitive = string | number | boolean | null;
|
|
16
17
|
export type JsonValue = JsonPrimitive | JsonObject | JsonValue[];
|
|
17
18
|
export interface JsonObject {
|
|
@@ -298,6 +299,8 @@ export declare const EDITOR_COMMAND_NAME: {
|
|
|
298
299
|
};
|
|
299
300
|
export type EditorCommandName = typeof EDITOR_COMMAND_NAME[keyof typeof EDITOR_COMMAND_NAME];
|
|
300
301
|
export declare const EDITOR_EVENT_NAME: {
|
|
302
|
+
readonly EDITOR_SESSION_READY: "editor.session.ready";
|
|
303
|
+
readonly DOCUMENT_COMMITTED: "document.committed";
|
|
301
304
|
readonly DOCUMENT_EXPORTED: "document.exported";
|
|
302
305
|
readonly UNDO_RESULT: "history.undo.result";
|
|
303
306
|
readonly REDO_RESULT: "history.redo.result";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
* Forge Play implementation dependency. Runtime packages may depend on these
|
|
6
6
|
* contracts; game projects provide adapters for project-specific semantics.
|
|
7
7
|
*/
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './agent-trace.js';
|
|
8
|
+
export * from './editor-command-capabilities.js';
|
|
9
|
+
export * from './editor-command-trace.js';
|
|
11
10
|
export * from './marker-graph.js';
|
|
12
11
|
export * from './editor-diagnostics.js';
|
|
12
|
+
export * from './editor-command.js';
|
|
13
|
+
export * from './editor-service.js';
|
|
13
14
|
function isFiniteNumber(value) {
|
|
14
15
|
return typeof value === 'number' && Number.isFinite(value);
|
|
15
16
|
}
|
|
@@ -298,6 +299,8 @@ export const EDITOR_COMMAND_NAME = {
|
|
|
298
299
|
SELECTION_DUPLICATE: 'selection.duplicate',
|
|
299
300
|
};
|
|
300
301
|
export const EDITOR_EVENT_NAME = {
|
|
302
|
+
EDITOR_SESSION_READY: 'editor.session.ready',
|
|
303
|
+
DOCUMENT_COMMITTED: 'document.committed',
|
|
301
304
|
DOCUMENT_EXPORTED: 'document.exported',
|
|
302
305
|
UNDO_RESULT: 'history.undo.result',
|
|
303
306
|
REDO_RESULT: 'history.redo.result',
|