@alpsckr/unitycli 0.4.4 → 0.5.0
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/contracts/command-contract.json +591 -591
- package/contracts/package-files.json +367 -367
- package/contracts/stable-session/direct-call-semantics.json +3 -3
- package/contracts/stable-session/request-digest-v1-golden.json +2 -2
- package/contracts/tool-completion-contract.json +322 -322
- package/dist/bridge/domains/animation.js +37 -37
- package/dist/bridge/domains/animation.js.map +1 -1
- package/dist/bridge/domains/asset.js +15 -16
- package/dist/bridge/domains/asset.js.map +1 -1
- package/dist/bridge/domains/build.js +13 -13
- package/dist/bridge/domains/build.js.map +1 -1
- package/dist/bridge/domains/camera.js +7 -7
- package/dist/bridge/domains/camera.js.map +1 -1
- package/dist/bridge/domains/catalog-editor.d.ts +2 -0
- package/dist/bridge/domains/{project-tool.js → catalog-editor.js} +10 -10
- package/dist/bridge/domains/catalog-editor.js.map +1 -0
- package/dist/bridge/domains/catalog-player.d.ts +2 -0
- package/dist/bridge/domains/{runtime-tool.js → catalog-player.js} +9 -9
- package/dist/bridge/domains/catalog-player.js.map +1 -0
- package/dist/bridge/domains/code.js +1 -1
- package/dist/bridge/domains/code.js.map +1 -1
- package/dist/bridge/domains/console.js +2 -2
- package/dist/bridge/domains/console.js.map +1 -1
- package/dist/bridge/domains/doctor.js +3 -3
- package/dist/bridge/domains/doctor.js.map +1 -1
- package/dist/bridge/domains/editor.js +14 -14
- package/dist/bridge/domains/editor.js.map +1 -1
- package/dist/bridge/domains/game-object.js +16 -16
- package/dist/bridge/domains/game-object.js.map +1 -1
- package/dist/bridge/domains/lighting.d.ts +2 -0
- package/dist/bridge/domains/lighting.js +127 -0
- package/dist/bridge/domains/lighting.js.map +1 -0
- package/dist/bridge/domains/material.js +5 -5
- package/dist/bridge/domains/material.js.map +1 -1
- package/dist/bridge/domains/navmesh.js +3 -3
- package/dist/bridge/domains/navmesh.js.map +1 -1
- package/dist/bridge/domains/occlusion.js +1 -9
- package/dist/bridge/domains/occlusion.js.map +1 -1
- package/dist/bridge/domains/physics.js +14 -14
- package/dist/bridge/domains/physics.js.map +1 -1
- package/dist/bridge/domains/prefab.js +12 -12
- package/dist/bridge/domains/prefab.js.map +1 -1
- package/dist/bridge/domains/profiler.js +25 -25
- package/dist/bridge/domains/profiler.js.map +1 -1
- package/dist/bridge/domains/rendering.d.ts +2 -0
- package/dist/bridge/domains/rendering.js +71 -0
- package/dist/bridge/domains/rendering.js.map +1 -0
- package/dist/bridge/domains/runtime-reflection.d.ts +2 -0
- package/dist/bridge/domains/{reflection.js → runtime-reflection.js} +7 -7
- package/dist/bridge/domains/runtime-reflection.js.map +1 -0
- package/dist/bridge/domains/scene.js +15 -15
- package/dist/bridge/domains/scene.js.map +1 -1
- package/dist/bridge/domains/screenshot.js +6 -6
- package/dist/bridge/domains/screenshot.js.map +1 -1
- package/dist/bridge/domains/scriptable-object.js +4 -4
- package/dist/bridge/domains/scriptable-object.js.map +1 -1
- package/dist/bridge/domains/serialized-object.d.ts +2 -0
- package/dist/bridge/domains/{object.js → serialized-object.js} +6 -6
- package/dist/bridge/domains/serialized-object.js.map +1 -0
- package/dist/bridge/domains/shader.js +7 -7
- package/dist/bridge/domains/shader.js.map +1 -1
- package/dist/bridge/domains/texture.js +7 -7
- package/dist/bridge/domains/texture.js.map +1 -1
- package/dist/bridge/domains/timeline.js +4 -4
- package/dist/bridge/domains/timeline.js.map +1 -1
- package/dist/bridge/domains/ui.js +18 -18
- package/dist/bridge/domains/ui.js.map +1 -1
- package/dist/bridge/domains/volume.d.ts +2 -0
- package/dist/bridge/domains/volume.js +26 -0
- package/dist/bridge/domains/volume.js.map +1 -0
- package/dist/bridge/index.js +3 -3
- package/dist/bridge/index.js.map +1 -1
- package/dist/bridge/registry.js +15 -13
- package/dist/bridge/registry.js.map +1 -1
- package/dist/bridge/session-supervisor.js +27 -9
- package/dist/bridge/session-supervisor.js.map +1 -1
- package/dist/bridge/start-diagnostics.d.ts +19 -0
- package/dist/bridge/start-diagnostics.js +96 -0
- package/dist/bridge/start-diagnostics.js.map +1 -0
- package/dist/bridge/types.d.ts +1 -1
- package/dist/catalog-protocol.js +3 -3
- package/dist/catalog-protocol.js.map +1 -1
- package/dist/cli-commands/package.js +10 -2
- package/dist/cli-commands/package.js.map +1 -1
- package/dist/doctor.js +23 -1
- package/dist/doctor.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/cinemachine.js +14 -14
- package/dist/extensions/.generated-bridge-domains/cinemachine.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/hdrp.js +7 -7
- package/dist/extensions/.generated-bridge-domains/hdrp.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/probuilder.d.ts +3 -3
- package/dist/extensions/.generated-bridge-domains/probuilder.js +40 -40
- package/dist/extensions/.generated-bridge-domains/probuilder.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/urp.js +12 -12
- package/dist/extensions/.generated-bridge-domains/urp.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/vfx.js +27 -27
- package/dist/extensions/.generated-bridge-domains/vfx.js.map +1 -1
- package/dist/extensions/installer.d.ts +35 -0
- package/dist/extensions/installer.js +123 -0
- package/dist/extensions/installer.js.map +1 -1
- package/dist/instances.d.ts +6 -0
- package/dist/instances.js +13 -0
- package/dist/instances.js.map +1 -1
- package/dist/package-manager.js +1 -1
- package/dist/project-tool-discovery.d.ts +1 -1
- package/dist/project-tool-discovery.js +5 -5
- package/dist/project-tool-discovery.js.map +1 -1
- package/dist/runtime-code.js +2 -2
- package/dist/runtime-code.js.map +1 -1
- package/dist/services/reflect-service.d.ts +3 -3
- package/dist/services/reflect-service.js +5 -5
- package/dist/services/reflect-service.js.map +1 -1
- package/dist/tools/.generated-completion-registry.js +689 -689
- package/dist/tools/.generated-completion-registry.js.map +1 -1
- package/dist/tools/.generated-registry.d.ts +12 -12
- package/dist/tools/.generated-registry.js +12 -12
- package/dist/tools/.generated-registry.js.map +1 -1
- package/dist/tools/.generated-schemas.js +13 -13
- package/dist/tools/.generated-schemas.js.map +1 -1
- package/dist/tools/catalog.d.ts +1 -1
- package/dist/tools/catalog.js +1 -1
- package/dist/tools/code/{exec.d.ts → execute.d.ts} +1 -1
- package/dist/tools/code/{exec.js → execute.js} +5 -5
- package/dist/tools/code/execute.js.map +1 -0
- package/dist/tools/dispatcher.js +12 -8
- package/dist/tools/dispatcher.js.map +1 -1
- package/dist/tools/editor/compile.d.ts +3 -2
- package/dist/tools/editor/compile.js +23 -13
- package/dist/tools/editor/compile.js.map +1 -1
- package/dist/tools/editor/play-mode-status.js +2 -2
- package/dist/tools/editor/play-mode-status.js.map +1 -1
- package/dist/tools/editor/refresh.js +2 -2
- package/dist/tools/editor/refresh.js.map +1 -1
- package/dist/tools/metadata/derived.d.ts +0 -7
- package/dist/tools/metadata/derived.js +7 -16
- package/dist/tools/metadata/derived.js.map +1 -1
- package/dist/tools/metadata/index.d.ts +1 -1
- package/dist/tools/metadata/index.js +1 -1
- package/dist/tools/metadata/index.js.map +1 -1
- package/dist/tools/metadata/status.js +1 -1
- package/dist/tools/metadata/status.js.map +1 -1
- package/dist/tools/{runtime → player-runtime}/console.js +4 -4
- package/dist/tools/player-runtime/console.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/input/key.js +4 -4
- package/dist/tools/player-runtime/input/key.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/input/pointer.js +4 -4
- package/dist/tools/player-runtime/input/pointer.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/log.js +5 -5
- package/dist/tools/player-runtime/log.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/state.js +4 -4
- package/dist/tools/player-runtime/state.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/target-framerate/set.js +4 -4
- package/dist/tools/player-runtime/target-framerate/set.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/time-scale/set.js +4 -4
- package/dist/tools/player-runtime/time-scale/set.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/ui/capture-element.js +4 -4
- package/dist/tools/player-runtime/ui/capture-element.js.map +1 -0
- package/dist/tools/tools/group-summaries.js +17 -14
- package/dist/tools/tools/group-summaries.js.map +1 -1
- package/dist/tools/{reflect/member.js → type-inspection/get-member.js} +6 -6
- package/dist/tools/type-inspection/get-member.js.map +1 -0
- package/dist/tools/{reflect/type.js → type-inspection/get-type.js} +6 -6
- package/dist/tools/type-inspection/get-type.js.map +1 -0
- package/dist/tools/{reflect → type-inspection}/search.js +5 -5
- package/dist/tools/type-inspection/search.js.map +1 -0
- package/docs/README.md +1 -2
- package/docs/architecture.md +1 -1
- package/docs/availability-differences.md +2 -2
- package/docs/development.md +1 -1
- package/docs/error-codes.md +5 -5
- package/docs/extensions.md +2 -2
- package/docs/risk-and-side-effects.md +12 -12
- package/docs/safety-boundaries.md +7 -7
- package/docs/tool-discovery.md +1 -1
- package/docs/tool-execution.md +16 -16
- package/extensions/cinemachine/bridge/domains/cinemachine.ts +14 -14
- package/extensions/hdrp/bridge/domains/hdrp.ts +7 -7
- package/extensions/hdrp/unitypkg/Editor/Hdrp/HdrpToolSupport.cs +2 -2
- package/extensions/probuilder/bridge/domains/probuilder.ts +40 -40
- package/extensions/probuilder/unitypkg/Editor/ProBuilder/ProBuilderErrors.cs +1 -1
- package/extensions/urp/bridge/domains/urp.ts +12 -12
- package/extensions/urp/unitypkg/Editor/Urp/UrpToolSupport.cs +2 -2
- package/extensions/vfx-graph/bridge/domains/vfx.ts +27 -27
- package/package.json +1 -1
- package/skills/unitycli/SKILL.md +1 -1
- package/skills/unitycli/manifest.json +1 -1
- package/skills/unitycli/references/operation-protocol.md +1 -1
- package/unitypkg/Editor/Bridge/BridgeHttpServer.cs +2 -2
- package/unitypkg/Editor/Commands/ProjectToolCommands.cs +7 -7
- package/unitypkg/Editor/Commands/RuntimeToolCommands.cs +6 -6
- package/unitypkg/Editor/Generated/UnityCliToolCompletionRegistry.g.cs +147 -147
- package/unitypkg/Editor/Infrastructure/CodeExecSupport.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliAdmission.cs +17 -17
- package/unitypkg/Editor/Infrastructure/UnityCliCompileCoordinator.cs +61 -54
- package/unitypkg/Editor/Infrastructure/UnityCliJson.cs +0 -18
- package/unitypkg/Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs +26 -21
- package/unitypkg/Editor/Infrastructure/UnityCliObjectPatch.cs +1 -1
- package/unitypkg/Editor/Infrastructure/UnityCliObjectRef.cs +5 -5
- package/unitypkg/Editor/Infrastructure/UnityCliOperationCoordinator.cs +32 -32
- package/unitypkg/Editor/Infrastructure/UnityCliReflection.cs +12 -12
- package/unitypkg/Editor/Infrastructure/UnityCliRuntimeExecutor.cs +1 -1
- package/unitypkg/Editor/ProjectTools/ProjectToolRegistry.cs +5 -5
- package/unitypkg/Editor/Tools/{animation → animation-clip}/AnimationToolSupport.cs +3 -3
- package/unitypkg/Editor/Tools/{animation/clip → animation-clip}/create.cs +4 -4
- package/unitypkg/Editor/Tools/{animation/clip.cs → animation-clip/read.cs} +3 -3
- package/unitypkg/Editor/Tools/{animation/clip/modify.cs → animation-clip/update.cs} +5 -5
- package/unitypkg/Editor/Tools/{animation/animator → animator}/crossfade.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/get-info.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/get-parameter.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/state.cs → animator/get-state.cs} +3 -3
- package/unitypkg/Editor/Tools/{animation → animator}/play.cs +5 -5
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-enabled.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-parameter.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-speed.cs +1 -1
- package/unitypkg/Editor/Tools/{animation → animator}/stop.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-blend-tree-child.cs +10 -10
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-layer.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-parameter.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-state.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-transition.cs +9 -9
- package/unitypkg/Editor/Tools/{controller → animator-controller}/assign.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-1d.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-2d.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/get-info.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/remove-layer.cs +8 -8
- package/unitypkg/Editor/Tools/{controller → animator-controller}/set-layer-weight.cs +6 -6
- package/unitypkg/Editor/Tools/asset/preview.cs +1 -1
- package/unitypkg/Editor/Tools/asset/{modify.cs → write-text.cs} +6 -6
- package/unitypkg/Editor/Tools/component/get.cs +1 -1
- package/unitypkg/Editor/Tools/component/list-types.cs +2 -2
- package/unitypkg/Editor/Tools/component/modify.cs +1 -1
- package/unitypkg/Editor/Tools/component/set.cs +1 -1
- package/unitypkg/Editor/Tools/console/{get.cs → read.cs} +3 -3
- package/unitypkg/Editor/Tools/editor/{play.cs → play-mode/start.cs} +5 -5
- package/unitypkg/Editor/Tools/editor/{stop.cs → play-mode/stop.cs} +5 -5
- package/unitypkg/Editor/Tools/editor/search.cs +1 -1
- package/unitypkg/Editor/Tools/{go → game-object}/GameObjectToolSupport.cs +5 -22
- package/unitypkg/Editor/Tools/{go → game-object}/create.cs +11 -11
- package/unitypkg/Editor/Tools/{go → game-object}/delete.cs +7 -7
- package/unitypkg/Editor/Tools/{go → game-object}/duplicate.cs +6 -6
- package/unitypkg/Editor/Tools/{go → game-object}/find.cs +5 -5
- package/unitypkg/Editor/Tools/{go → game-object}/look-at.cs +8 -8
- package/unitypkg/Editor/Tools/{go → game-object}/modify.cs +9 -9
- package/unitypkg/Editor/Tools/{go → game-object}/move-relative.cs +7 -7
- package/unitypkg/Editor/Tools/{scene/move-object.cs → game-object/move-to-scene.cs} +7 -7
- package/unitypkg/Editor/Tools/{go → game-object}/set-parent.cs +9 -9
- package/unitypkg/Editor/Tools/{graphics/bake-cancel.cs → lighting/bake/cancel.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/bake-clear.cs → lighting/bake/clear.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/bake-reflection-probe.cs → lighting/bake/reflection-probe.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/bake-settings.cs → lighting/bake/settings.cs} +12 -12
- package/unitypkg/Editor/Tools/{graphics/bake-start.cs → lighting/bake/start.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/bake-status.cs → lighting/bake/status.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics → lighting}/light-probe-group.cs +7 -7
- package/unitypkg/Editor/Tools/{graphics → lighting}/reflection-probe.cs +12 -12
- package/unitypkg/Editor/Tools/{graphics/skybox-get.cs → lighting/skybox/get.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-ambient.cs → lighting/skybox/set-ambient.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-fog.cs → lighting/skybox/set-fog.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-material.cs → lighting/skybox/set-material.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/skybox-set-properties.cs → lighting/skybox/set-properties.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/skybox-set-reflection.cs → lighting/skybox/set-reflection.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-sun.cs → lighting/skybox/set-sun.cs} +5 -5
- package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsToolSupport.cs +5 -5
- package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/info.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/input-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/input-settings.cs +4 -4
- package/unitypkg/Editor/Tools/project-settings/layer/add.cs +3 -0
- package/unitypkg/Editor/Tools/project-settings/layer/remove.cs +3 -0
- package/unitypkg/Editor/Tools/{project → project-settings}/layers.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/player-settings/set.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/player-settings.cs +4 -4
- package/unitypkg/Editor/Tools/project-settings/tag/add.cs +3 -0
- package/unitypkg/Editor/Tools/project-settings/tag/remove.cs +3 -0
- package/unitypkg/Editor/Tools/{project → project-settings}/tags.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/time-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/time-settings.cs +4 -4
- package/unitypkg/Editor/Tools/{graphics → rendering}/GraphicsToolSupport.cs +3 -3
- package/unitypkg/Editor/Tools/rendering/pipeline/info.cs +19 -0
- package/unitypkg/Editor/Tools/{graphics/pipeline-settings.cs → rendering/pipeline/settings.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics → rendering}/quality.cs +17 -17
- package/unitypkg/Editor/Tools/{graphics → rendering}/scene-debug.cs +4 -4
- package/unitypkg/Editor/Tools/rendering/stats.cs +17 -0
- package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/method/find.cs +5 -5
- package/unitypkg/Editor/Tools/{reflection/method/call.cs → runtime-reflection/method/invoke.cs} +7 -7
- package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/type/schema.cs +5 -5
- package/unitypkg/Editor/Tools/scene/gameobject-support.cs +1 -1
- package/unitypkg/Editor/Tools/scene/gameobject.cs +1 -1
- package/unitypkg/Editor/Tools/scene/hierarchy.cs +1 -1
- package/unitypkg/Editor/Tools/{camera/screenshot.cs → screenshot/from-camera.cs} +4 -4
- package/unitypkg/Editor/Tools/{object/modify.cs → serialized-object/patch.cs} +8 -8
- package/unitypkg/Editor/Tools/{object/get-data.cs → serialized-object/read.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/volume.cs → volume/list.cs} +3 -3
- package/unitypkg/Editor/UnityCliBridge.cs +3 -22
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeBridge.cs +15 -15
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeRegistry.cs +1 -1
- package/unitypkg/Runtime/Tools/UnityCliRuntimeTools.cs +22 -22
- package/unitypkg/Shared/UnityCliBridgeQueuePolicy.cs +1 -1
- package/unitypkg/Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs +7 -7
- package/unitypkg/Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs +6 -6
- package/unitypkg/Tests/Editor/UnityCliBridgeQueuePolicyTests.cs +3 -3
- package/unitypkg/Tests/Editor/UnityCliContinuationIntegrationTests.cs +1 -1
- package/unitypkg/Tests/Editor/UnityCliRequestBudgetTests.cs +4 -4
- package/unitypkg/Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs +15 -15
- package/unitypkg/Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs +5 -5
- package/unitypkg/package.json +1 -1
- package/dist/bridge/domains/graphics.d.ts +0 -2
- package/dist/bridge/domains/graphics.js +0 -170
- package/dist/bridge/domains/graphics.js.map +0 -1
- package/dist/bridge/domains/object.d.ts +0 -2
- package/dist/bridge/domains/object.js.map +0 -1
- package/dist/bridge/domains/package.d.ts +0 -2
- package/dist/bridge/domains/package.js +0 -2
- package/dist/bridge/domains/package.js.map +0 -1
- package/dist/bridge/domains/project-tool.d.ts +0 -2
- package/dist/bridge/domains/project-tool.js.map +0 -1
- package/dist/bridge/domains/reflection.d.ts +0 -2
- package/dist/bridge/domains/reflection.js.map +0 -1
- package/dist/bridge/domains/runtime-tool.d.ts +0 -2
- package/dist/bridge/domains/runtime-tool.js.map +0 -1
- package/dist/tools/code/exec.js.map +0 -1
- package/dist/tools/reflect/member.js.map +0 -1
- package/dist/tools/reflect/search.js.map +0 -1
- package/dist/tools/reflect/type.js.map +0 -1
- package/dist/tools/runtime/console.js.map +0 -1
- package/dist/tools/runtime/input/key.js.map +0 -1
- package/dist/tools/runtime/input/pointer.js.map +0 -1
- package/dist/tools/runtime/log.js.map +0 -1
- package/dist/tools/runtime/state.js.map +0 -1
- package/dist/tools/runtime/target-framerate/set.js.map +0 -1
- package/dist/tools/runtime/time-scale/set.js.map +0 -1
- package/dist/tools/runtime/ui/capture-element.js.map +0 -1
- package/unitypkg/Editor/Tools/graphics/pipeline-info.cs +0 -19
- package/unitypkg/Editor/Tools/graphics/stats.cs +0 -17
- package/unitypkg/Editor/Tools/project/layer/add.cs +0 -3
- package/unitypkg/Editor/Tools/project/layer/remove.cs +0 -3
- package/unitypkg/Editor/Tools/project/tag/add.cs +0 -3
- package/unitypkg/Editor/Tools/project/tag/remove.cs +0 -3
- /package/dist/tools/{runtime → player-runtime}/console.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/input/key.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/input/pointer.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/log.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/state.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/target-framerate/set.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/time-scale/set.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/ui/capture-element.d.ts +0 -0
- /package/dist/tools/{reflect/member.d.ts → type-inspection/get-member.d.ts} +0 -0
- /package/dist/tools/{reflect/type.d.ts → type-inspection/get-type.d.ts} +0 -0
- /package/dist/tools/{reflect → type-inspection}/search.d.ts +0 -0
- /package/unitypkg/Editor/Tools/{animation → animator}/AnimatorRuntimeToolSupport.cs +0 -0
- /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsReader.cs +0 -0
- /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectTagLayerToolSupport.cs +0 -0
- /package/unitypkg/Editor/Tools/{object → serialized-object}/ObjectToolSupport.cs +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// 由 scripts/gen-tool-completion-registry.mjs 从唯一 completion contract 生成。
|
|
3
3
|
export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
4
4
|
{
|
|
5
|
-
"toolName": "animation.
|
|
5
|
+
"toolName": "animation-clip.create",
|
|
6
6
|
"descriptorOwner": "built-in",
|
|
7
7
|
"deliveryMode": "direct-terminal",
|
|
8
8
|
"executionClass": "atomic",
|
|
@@ -13,12 +13,28 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
13
13
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
14
14
|
"completionDriverId": "atomic-typed-result-v1",
|
|
15
15
|
"assemblyName": "UnityCli.Editor",
|
|
16
|
-
"implementationType": "UnityCli.
|
|
16
|
+
"implementationType": "UnityCli.AnimationClipCreateTool",
|
|
17
|
+
"journalPolicy": "required",
|
|
18
|
+
"mutation": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"toolName": "animation-clip.read",
|
|
22
|
+
"descriptorOwner": "built-in",
|
|
23
|
+
"deliveryMode": "direct-terminal",
|
|
24
|
+
"executionClass": "atomic",
|
|
25
|
+
"completionPredicate": "typed-business-terminal",
|
|
26
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
27
|
+
"reloadPolicy": "caller-responsibility",
|
|
28
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
29
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
30
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
31
|
+
"assemblyName": "UnityCli.Editor",
|
|
32
|
+
"implementationType": "UnityCli.AnimationClipReadTool",
|
|
17
33
|
"journalPolicy": "none",
|
|
18
34
|
"mutation": false
|
|
19
35
|
},
|
|
20
36
|
{
|
|
21
|
-
"toolName": "animation
|
|
37
|
+
"toolName": "animation-clip.update",
|
|
22
38
|
"descriptorOwner": "built-in",
|
|
23
39
|
"deliveryMode": "direct-terminal",
|
|
24
40
|
"executionClass": "atomic",
|
|
@@ -29,12 +45,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
29
45
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
30
46
|
"completionDriverId": "atomic-typed-result-v1",
|
|
31
47
|
"assemblyName": "UnityCli.Editor",
|
|
32
|
-
"implementationType": "UnityCli.
|
|
48
|
+
"implementationType": "UnityCli.AnimationClipUpdateTool",
|
|
33
49
|
"journalPolicy": "required",
|
|
34
50
|
"mutation": true
|
|
35
51
|
},
|
|
36
52
|
{
|
|
37
|
-
"toolName": "
|
|
53
|
+
"toolName": "animator-controller.add-blend-tree-child",
|
|
38
54
|
"descriptorOwner": "built-in",
|
|
39
55
|
"deliveryMode": "direct-terminal",
|
|
40
56
|
"executionClass": "atomic",
|
|
@@ -45,28 +61,124 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
45
61
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
46
62
|
"completionDriverId": "atomic-typed-result-v1",
|
|
47
63
|
"assemblyName": "UnityCli.Editor",
|
|
48
|
-
"implementationType": "UnityCli.
|
|
64
|
+
"implementationType": "UnityCli.AnimatorControllerAddBlendTreeChildTool",
|
|
49
65
|
"journalPolicy": "required",
|
|
50
66
|
"mutation": true
|
|
51
67
|
},
|
|
52
68
|
{
|
|
53
|
-
"toolName": "
|
|
69
|
+
"toolName": "animator-controller.add-layer",
|
|
54
70
|
"descriptorOwner": "built-in",
|
|
55
71
|
"deliveryMode": "direct-terminal",
|
|
56
|
-
"executionClass": "
|
|
57
|
-
"completionPredicate": "
|
|
58
|
-
"proofSource": "
|
|
59
|
-
"reloadPolicy": "
|
|
72
|
+
"executionClass": "atomic",
|
|
73
|
+
"completionPredicate": "typed-business-terminal",
|
|
74
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
75
|
+
"reloadPolicy": "caller-responsibility",
|
|
60
76
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
61
|
-
"outcomeUnknownPolicy": "
|
|
62
|
-
"completionDriverId": "
|
|
77
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
78
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
79
|
+
"assemblyName": "UnityCli.Editor",
|
|
80
|
+
"implementationType": "UnityCli.AnimatorControllerAddLayerTool",
|
|
81
|
+
"journalPolicy": "required",
|
|
82
|
+
"mutation": true
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"toolName": "animator-controller.add-parameter",
|
|
86
|
+
"descriptorOwner": "built-in",
|
|
87
|
+
"deliveryMode": "direct-terminal",
|
|
88
|
+
"executionClass": "atomic",
|
|
89
|
+
"completionPredicate": "typed-business-terminal",
|
|
90
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
91
|
+
"reloadPolicy": "caller-responsibility",
|
|
92
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
93
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
94
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
95
|
+
"assemblyName": "UnityCli.Editor",
|
|
96
|
+
"implementationType": "UnityCli.AnimatorControllerAddParameterTool",
|
|
97
|
+
"journalPolicy": "required",
|
|
98
|
+
"mutation": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"toolName": "animator-controller.add-state",
|
|
102
|
+
"descriptorOwner": "built-in",
|
|
103
|
+
"deliveryMode": "direct-terminal",
|
|
104
|
+
"executionClass": "atomic",
|
|
105
|
+
"completionPredicate": "typed-business-terminal",
|
|
106
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
107
|
+
"reloadPolicy": "caller-responsibility",
|
|
108
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
109
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
110
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
111
|
+
"assemblyName": "UnityCli.Editor",
|
|
112
|
+
"implementationType": "UnityCli.AnimatorControllerAddStateTool",
|
|
113
|
+
"journalPolicy": "required",
|
|
114
|
+
"mutation": true
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"toolName": "animator-controller.add-transition",
|
|
118
|
+
"descriptorOwner": "built-in",
|
|
119
|
+
"deliveryMode": "direct-terminal",
|
|
120
|
+
"executionClass": "atomic",
|
|
121
|
+
"completionPredicate": "typed-business-terminal",
|
|
122
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
123
|
+
"reloadPolicy": "caller-responsibility",
|
|
124
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
125
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
126
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
127
|
+
"assemblyName": "UnityCli.Editor",
|
|
128
|
+
"implementationType": "UnityCli.AnimatorControllerAddTransitionTool",
|
|
129
|
+
"journalPolicy": "required",
|
|
130
|
+
"mutation": true
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"toolName": "animator-controller.assign",
|
|
134
|
+
"descriptorOwner": "built-in",
|
|
135
|
+
"deliveryMode": "direct-terminal",
|
|
136
|
+
"executionClass": "atomic",
|
|
137
|
+
"completionPredicate": "typed-business-terminal",
|
|
138
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
139
|
+
"reloadPolicy": "caller-responsibility",
|
|
140
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
141
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
142
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
143
|
+
"assemblyName": "UnityCli.Editor",
|
|
144
|
+
"implementationType": "UnityCli.AnimatorControllerAssignTool",
|
|
145
|
+
"journalPolicy": "required",
|
|
146
|
+
"mutation": true
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"toolName": "animator-controller.create",
|
|
150
|
+
"descriptorOwner": "built-in",
|
|
151
|
+
"deliveryMode": "direct-terminal",
|
|
152
|
+
"executionClass": "atomic",
|
|
153
|
+
"completionPredicate": "typed-business-terminal",
|
|
154
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
155
|
+
"reloadPolicy": "caller-responsibility",
|
|
156
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
157
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
158
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
159
|
+
"assemblyName": "UnityCli.Editor",
|
|
160
|
+
"implementationType": "UnityCli.AnimatorControllerCreateTool",
|
|
161
|
+
"journalPolicy": "required",
|
|
162
|
+
"mutation": true
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"toolName": "animator-controller.create-blend-tree-1d",
|
|
166
|
+
"descriptorOwner": "built-in",
|
|
167
|
+
"deliveryMode": "direct-terminal",
|
|
168
|
+
"executionClass": "atomic",
|
|
169
|
+
"completionPredicate": "typed-business-terminal",
|
|
170
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
171
|
+
"reloadPolicy": "caller-responsibility",
|
|
172
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
173
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
174
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
63
175
|
"assemblyName": "UnityCli.Editor",
|
|
64
|
-
"implementationType": "UnityCli.
|
|
176
|
+
"implementationType": "UnityCli.AnimatorControllerCreateBlendTree1DTool",
|
|
65
177
|
"journalPolicy": "required",
|
|
66
178
|
"mutation": true
|
|
67
179
|
},
|
|
68
180
|
{
|
|
69
|
-
"toolName": "
|
|
181
|
+
"toolName": "animator-controller.create-blend-tree-2d",
|
|
70
182
|
"descriptorOwner": "built-in",
|
|
71
183
|
"deliveryMode": "direct-terminal",
|
|
72
184
|
"executionClass": "atomic",
|
|
@@ -77,23 +189,55 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
77
189
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
78
190
|
"completionDriverId": "atomic-typed-result-v1",
|
|
79
191
|
"assemblyName": "UnityCli.Editor",
|
|
80
|
-
"implementationType": "UnityCli.
|
|
192
|
+
"implementationType": "UnityCli.AnimatorControllerCreateBlendTree2DTool",
|
|
193
|
+
"journalPolicy": "required",
|
|
194
|
+
"mutation": true
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"toolName": "animator-controller.get-info",
|
|
198
|
+
"descriptorOwner": "built-in",
|
|
199
|
+
"deliveryMode": "direct-terminal",
|
|
200
|
+
"executionClass": "atomic",
|
|
201
|
+
"completionPredicate": "typed-business-terminal",
|
|
202
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
203
|
+
"reloadPolicy": "caller-responsibility",
|
|
204
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
205
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
206
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
207
|
+
"assemblyName": "UnityCli.Editor",
|
|
208
|
+
"implementationType": "UnityCli.AnimatorControllerGetInfoTool",
|
|
81
209
|
"journalPolicy": "none",
|
|
82
210
|
"mutation": false
|
|
83
211
|
},
|
|
84
212
|
{
|
|
85
|
-
"toolName": "
|
|
213
|
+
"toolName": "animator-controller.remove-layer",
|
|
86
214
|
"descriptorOwner": "built-in",
|
|
87
215
|
"deliveryMode": "direct-terminal",
|
|
88
|
-
"executionClass": "
|
|
89
|
-
"completionPredicate": "
|
|
90
|
-
"proofSource": "
|
|
91
|
-
"reloadPolicy": "
|
|
216
|
+
"executionClass": "atomic",
|
|
217
|
+
"completionPredicate": "typed-business-terminal",
|
|
218
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
219
|
+
"reloadPolicy": "caller-responsibility",
|
|
92
220
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
93
|
-
"outcomeUnknownPolicy": "
|
|
94
|
-
"completionDriverId": "
|
|
221
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
222
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
223
|
+
"assemblyName": "UnityCli.Editor",
|
|
224
|
+
"implementationType": "UnityCli.AnimatorControllerRemoveLayerTool",
|
|
225
|
+
"journalPolicy": "required",
|
|
226
|
+
"mutation": true
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"toolName": "animator-controller.set-layer-weight",
|
|
230
|
+
"descriptorOwner": "built-in",
|
|
231
|
+
"deliveryMode": "direct-terminal",
|
|
232
|
+
"executionClass": "atomic",
|
|
233
|
+
"completionPredicate": "typed-business-terminal",
|
|
234
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
235
|
+
"reloadPolicy": "caller-responsibility",
|
|
236
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
237
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
238
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
95
239
|
"assemblyName": "UnityCli.Editor",
|
|
96
|
-
"implementationType": "UnityCli.
|
|
240
|
+
"implementationType": "UnityCli.AnimatorControllerSetLayerWeightTool",
|
|
97
241
|
"journalPolicy": "required",
|
|
98
242
|
"mutation": true
|
|
99
243
|
},
|
|
@@ -145,6 +289,38 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
145
289
|
"journalPolicy": "none",
|
|
146
290
|
"mutation": false
|
|
147
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"toolName": "animator.get-state",
|
|
294
|
+
"descriptorOwner": "built-in",
|
|
295
|
+
"deliveryMode": "direct-terminal",
|
|
296
|
+
"executionClass": "atomic",
|
|
297
|
+
"completionPredicate": "typed-business-terminal",
|
|
298
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
299
|
+
"reloadPolicy": "caller-responsibility",
|
|
300
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
301
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
302
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
303
|
+
"assemblyName": "UnityCli.Editor",
|
|
304
|
+
"implementationType": "UnityCli.AnimatorGetStateTool",
|
|
305
|
+
"journalPolicy": "none",
|
|
306
|
+
"mutation": false
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"toolName": "animator.play",
|
|
310
|
+
"descriptorOwner": "built-in",
|
|
311
|
+
"deliveryMode": "direct-terminal",
|
|
312
|
+
"executionClass": "observed-state",
|
|
313
|
+
"completionPredicate": "stable-state-readback",
|
|
314
|
+
"proofSource": "validated-state-snapshot",
|
|
315
|
+
"reloadPolicy": "same-session-reobserve",
|
|
316
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
317
|
+
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
318
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
319
|
+
"assemblyName": "UnityCli.Editor",
|
|
320
|
+
"implementationType": "UnityCli.AnimatorPlayTool",
|
|
321
|
+
"journalPolicy": "required",
|
|
322
|
+
"mutation": true
|
|
323
|
+
},
|
|
148
324
|
{
|
|
149
325
|
"toolName": "animator.set-enabled",
|
|
150
326
|
"descriptorOwner": "built-in",
|
|
@@ -193,6 +369,22 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
193
369
|
"journalPolicy": "required",
|
|
194
370
|
"mutation": true
|
|
195
371
|
},
|
|
372
|
+
{
|
|
373
|
+
"toolName": "animator.stop",
|
|
374
|
+
"descriptorOwner": "built-in",
|
|
375
|
+
"deliveryMode": "direct-terminal",
|
|
376
|
+
"executionClass": "observed-state",
|
|
377
|
+
"completionPredicate": "stable-state-readback",
|
|
378
|
+
"proofSource": "validated-state-snapshot",
|
|
379
|
+
"reloadPolicy": "same-session-reobserve",
|
|
380
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
381
|
+
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
382
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
383
|
+
"assemblyName": "UnityCli.Editor",
|
|
384
|
+
"implementationType": "UnityCli.AnimatorStopTool",
|
|
385
|
+
"journalPolicy": "required",
|
|
386
|
+
"mutation": true
|
|
387
|
+
},
|
|
196
388
|
{
|
|
197
389
|
"toolName": "asset.create",
|
|
198
390
|
"descriptorOwner": "built-in",
|
|
@@ -337,22 +529,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
337
529
|
"journalPolicy": "none",
|
|
338
530
|
"mutation": false
|
|
339
531
|
},
|
|
340
|
-
{
|
|
341
|
-
"toolName": "asset.modify",
|
|
342
|
-
"descriptorOwner": "built-in",
|
|
343
|
-
"deliveryMode": "direct-terminal",
|
|
344
|
-
"executionClass": "atomic",
|
|
345
|
-
"completionPredicate": "typed-business-terminal",
|
|
346
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
347
|
-
"reloadPolicy": "caller-responsibility",
|
|
348
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
349
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
350
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
351
|
-
"assemblyName": "UnityCli.Editor",
|
|
352
|
-
"implementationType": "UnityCli.AssetModifyTool",
|
|
353
|
-
"journalPolicy": "required",
|
|
354
|
-
"mutation": true
|
|
355
|
-
},
|
|
356
532
|
{
|
|
357
533
|
"toolName": "asset.move",
|
|
358
534
|
"descriptorOwner": "built-in",
|
|
@@ -461,6 +637,22 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
461
637
|
"journalPolicy": "none",
|
|
462
638
|
"mutation": false
|
|
463
639
|
},
|
|
640
|
+
{
|
|
641
|
+
"toolName": "asset.write-text",
|
|
642
|
+
"descriptorOwner": "built-in",
|
|
643
|
+
"deliveryMode": "direct-terminal",
|
|
644
|
+
"executionClass": "atomic",
|
|
645
|
+
"completionPredicate": "typed-business-terminal",
|
|
646
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
647
|
+
"reloadPolicy": "caller-responsibility",
|
|
648
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
649
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
650
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
651
|
+
"assemblyName": "UnityCli.Editor",
|
|
652
|
+
"implementationType": "UnityCli.AssetWriteTextTool",
|
|
653
|
+
"journalPolicy": "required",
|
|
654
|
+
"mutation": true
|
|
655
|
+
},
|
|
464
656
|
{
|
|
465
657
|
"toolName": "build.platform.get",
|
|
466
658
|
"descriptorOwner": "built-in",
|
|
@@ -777,22 +969,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
777
969
|
"journalPolicy": "required",
|
|
778
970
|
"mutation": true
|
|
779
971
|
},
|
|
780
|
-
{
|
|
781
|
-
"toolName": "camera.screenshot",
|
|
782
|
-
"descriptorOwner": "built-in",
|
|
783
|
-
"deliveryMode": "direct-terminal",
|
|
784
|
-
"executionClass": "external",
|
|
785
|
-
"completionPredicate": "external-operation-terminal",
|
|
786
|
-
"proofSource": "operation-terminal-and-readback",
|
|
787
|
-
"reloadPolicy": "reattach-or-reobserve",
|
|
788
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
789
|
-
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
790
|
-
"completionDriverId": "external-terminal-readback-v1",
|
|
791
|
-
"assemblyName": "UnityCli.Editor",
|
|
792
|
-
"implementationType": "UnityCli.CameraScreenshotTool",
|
|
793
|
-
"journalPolicy": "required",
|
|
794
|
-
"mutation": true
|
|
795
|
-
},
|
|
796
972
|
{
|
|
797
973
|
"toolName": "camera.target",
|
|
798
974
|
"descriptorOwner": "built-in",
|
|
@@ -1034,7 +1210,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1034
1210
|
"mutation": true
|
|
1035
1211
|
},
|
|
1036
1212
|
{
|
|
1037
|
-
"toolName": "code.
|
|
1213
|
+
"toolName": "code.execute",
|
|
1038
1214
|
"descriptorOwner": "ts-local",
|
|
1039
1215
|
"deliveryMode": "direct-terminal",
|
|
1040
1216
|
"executionClass": "atomic",
|
|
@@ -1160,7 +1336,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1160
1336
|
"mutation": true
|
|
1161
1337
|
},
|
|
1162
1338
|
{
|
|
1163
|
-
"toolName": "console.
|
|
1339
|
+
"toolName": "console.read",
|
|
1164
1340
|
"descriptorOwner": "built-in",
|
|
1165
1341
|
"deliveryMode": "direct-terminal",
|
|
1166
1342
|
"executionClass": "atomic",
|
|
@@ -1171,13 +1347,13 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1171
1347
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1172
1348
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1173
1349
|
"assemblyName": "UnityCli.Editor",
|
|
1174
|
-
"implementationType": "UnityCli.
|
|
1350
|
+
"implementationType": "UnityCli.ConsoleReadTool",
|
|
1175
1351
|
"journalPolicy": "none",
|
|
1176
1352
|
"mutation": false
|
|
1177
1353
|
},
|
|
1178
1354
|
{
|
|
1179
|
-
"toolName": "
|
|
1180
|
-
"descriptorOwner": "
|
|
1355
|
+
"toolName": "docs.get",
|
|
1356
|
+
"descriptorOwner": "ts-local",
|
|
1181
1357
|
"deliveryMode": "direct-terminal",
|
|
1182
1358
|
"executionClass": "atomic",
|
|
1183
1359
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -1186,14 +1362,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1186
1362
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1187
1363
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1188
1364
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
"journalPolicy": "required",
|
|
1192
|
-
"mutation": true
|
|
1365
|
+
"journalPolicy": "none",
|
|
1366
|
+
"mutation": false
|
|
1193
1367
|
},
|
|
1194
1368
|
{
|
|
1195
|
-
"toolName": "
|
|
1196
|
-
"descriptorOwner": "
|
|
1369
|
+
"toolName": "docs.search",
|
|
1370
|
+
"descriptorOwner": "ts-local",
|
|
1197
1371
|
"deliveryMode": "direct-terminal",
|
|
1198
1372
|
"executionClass": "atomic",
|
|
1199
1373
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -1202,201 +1376,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1202
1376
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1203
1377
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1204
1378
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
"journalPolicy": "required",
|
|
1208
|
-
"mutation": true
|
|
1379
|
+
"journalPolicy": "none",
|
|
1380
|
+
"mutation": false
|
|
1209
1381
|
},
|
|
1210
1382
|
{
|
|
1211
|
-
"toolName": "
|
|
1212
|
-
"descriptorOwner": "built-in",
|
|
1213
|
-
"deliveryMode": "direct-terminal",
|
|
1214
|
-
"executionClass": "atomic",
|
|
1215
|
-
"completionPredicate": "typed-business-terminal",
|
|
1216
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1217
|
-
"reloadPolicy": "caller-responsibility",
|
|
1218
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1219
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1220
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1221
|
-
"assemblyName": "UnityCli.Editor",
|
|
1222
|
-
"implementationType": "UnityCli.ControllerAddParameterTool",
|
|
1223
|
-
"journalPolicy": "required",
|
|
1224
|
-
"mutation": true
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"toolName": "controller.add-state",
|
|
1228
|
-
"descriptorOwner": "built-in",
|
|
1229
|
-
"deliveryMode": "direct-terminal",
|
|
1230
|
-
"executionClass": "atomic",
|
|
1231
|
-
"completionPredicate": "typed-business-terminal",
|
|
1232
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1233
|
-
"reloadPolicy": "caller-responsibility",
|
|
1234
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1235
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1236
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1237
|
-
"assemblyName": "UnityCli.Editor",
|
|
1238
|
-
"implementationType": "UnityCli.ControllerAddStateTool",
|
|
1239
|
-
"journalPolicy": "required",
|
|
1240
|
-
"mutation": true
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"toolName": "controller.add-transition",
|
|
1244
|
-
"descriptorOwner": "built-in",
|
|
1245
|
-
"deliveryMode": "direct-terminal",
|
|
1246
|
-
"executionClass": "atomic",
|
|
1247
|
-
"completionPredicate": "typed-business-terminal",
|
|
1248
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1249
|
-
"reloadPolicy": "caller-responsibility",
|
|
1250
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1251
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1252
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1253
|
-
"assemblyName": "UnityCli.Editor",
|
|
1254
|
-
"implementationType": "UnityCli.ControllerAddTransitionTool",
|
|
1255
|
-
"journalPolicy": "required",
|
|
1256
|
-
"mutation": true
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"toolName": "controller.assign",
|
|
1260
|
-
"descriptorOwner": "built-in",
|
|
1261
|
-
"deliveryMode": "direct-terminal",
|
|
1262
|
-
"executionClass": "atomic",
|
|
1263
|
-
"completionPredicate": "typed-business-terminal",
|
|
1264
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1265
|
-
"reloadPolicy": "caller-responsibility",
|
|
1266
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1267
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1268
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1269
|
-
"assemblyName": "UnityCli.Editor",
|
|
1270
|
-
"implementationType": "UnityCli.ControllerAssignTool",
|
|
1271
|
-
"journalPolicy": "required",
|
|
1272
|
-
"mutation": true
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"toolName": "controller.create",
|
|
1276
|
-
"descriptorOwner": "built-in",
|
|
1277
|
-
"deliveryMode": "direct-terminal",
|
|
1278
|
-
"executionClass": "atomic",
|
|
1279
|
-
"completionPredicate": "typed-business-terminal",
|
|
1280
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1281
|
-
"reloadPolicy": "caller-responsibility",
|
|
1282
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1283
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1284
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1285
|
-
"assemblyName": "UnityCli.Editor",
|
|
1286
|
-
"implementationType": "UnityCli.ControllerCreateTool",
|
|
1287
|
-
"journalPolicy": "required",
|
|
1288
|
-
"mutation": true
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"toolName": "controller.create-blend-tree-1d",
|
|
1292
|
-
"descriptorOwner": "built-in",
|
|
1293
|
-
"deliveryMode": "direct-terminal",
|
|
1294
|
-
"executionClass": "atomic",
|
|
1295
|
-
"completionPredicate": "typed-business-terminal",
|
|
1296
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1297
|
-
"reloadPolicy": "caller-responsibility",
|
|
1298
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1299
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1300
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1301
|
-
"assemblyName": "UnityCli.Editor",
|
|
1302
|
-
"implementationType": "UnityCli.ControllerCreateBlendTree1DTool",
|
|
1303
|
-
"journalPolicy": "required",
|
|
1304
|
-
"mutation": true
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"toolName": "controller.create-blend-tree-2d",
|
|
1308
|
-
"descriptorOwner": "built-in",
|
|
1309
|
-
"deliveryMode": "direct-terminal",
|
|
1310
|
-
"executionClass": "atomic",
|
|
1311
|
-
"completionPredicate": "typed-business-terminal",
|
|
1312
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1313
|
-
"reloadPolicy": "caller-responsibility",
|
|
1314
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1315
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1316
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1317
|
-
"assemblyName": "UnityCli.Editor",
|
|
1318
|
-
"implementationType": "UnityCli.ControllerCreateBlendTree2DTool",
|
|
1319
|
-
"journalPolicy": "required",
|
|
1320
|
-
"mutation": true
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"toolName": "controller.get-info",
|
|
1324
|
-
"descriptorOwner": "built-in",
|
|
1325
|
-
"deliveryMode": "direct-terminal",
|
|
1326
|
-
"executionClass": "atomic",
|
|
1327
|
-
"completionPredicate": "typed-business-terminal",
|
|
1328
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1329
|
-
"reloadPolicy": "caller-responsibility",
|
|
1330
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1331
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1332
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1333
|
-
"assemblyName": "UnityCli.Editor",
|
|
1334
|
-
"implementationType": "UnityCli.ControllerGetInfoTool",
|
|
1335
|
-
"journalPolicy": "none",
|
|
1336
|
-
"mutation": false
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"toolName": "controller.remove-layer",
|
|
1340
|
-
"descriptorOwner": "built-in",
|
|
1341
|
-
"deliveryMode": "direct-terminal",
|
|
1342
|
-
"executionClass": "atomic",
|
|
1343
|
-
"completionPredicate": "typed-business-terminal",
|
|
1344
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1345
|
-
"reloadPolicy": "caller-responsibility",
|
|
1346
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1347
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1348
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1349
|
-
"assemblyName": "UnityCli.Editor",
|
|
1350
|
-
"implementationType": "UnityCli.ControllerRemoveLayerTool",
|
|
1351
|
-
"journalPolicy": "required",
|
|
1352
|
-
"mutation": true
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"toolName": "controller.set-layer-weight",
|
|
1356
|
-
"descriptorOwner": "built-in",
|
|
1357
|
-
"deliveryMode": "direct-terminal",
|
|
1358
|
-
"executionClass": "atomic",
|
|
1359
|
-
"completionPredicate": "typed-business-terminal",
|
|
1360
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1361
|
-
"reloadPolicy": "caller-responsibility",
|
|
1362
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1363
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1364
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1365
|
-
"assemblyName": "UnityCli.Editor",
|
|
1366
|
-
"implementationType": "UnityCli.ControllerSetLayerWeightTool",
|
|
1367
|
-
"journalPolicy": "required",
|
|
1368
|
-
"mutation": true
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"toolName": "docs.get",
|
|
1372
|
-
"descriptorOwner": "ts-local",
|
|
1373
|
-
"deliveryMode": "direct-terminal",
|
|
1374
|
-
"executionClass": "atomic",
|
|
1375
|
-
"completionPredicate": "typed-business-terminal",
|
|
1376
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1377
|
-
"reloadPolicy": "caller-responsibility",
|
|
1378
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1379
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1380
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1381
|
-
"journalPolicy": "none",
|
|
1382
|
-
"mutation": false
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"toolName": "docs.search",
|
|
1386
|
-
"descriptorOwner": "ts-local",
|
|
1387
|
-
"deliveryMode": "direct-terminal",
|
|
1388
|
-
"executionClass": "atomic",
|
|
1389
|
-
"completionPredicate": "typed-business-terminal",
|
|
1390
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1391
|
-
"reloadPolicy": "caller-responsibility",
|
|
1392
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1393
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1394
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1395
|
-
"journalPolicy": "none",
|
|
1396
|
-
"mutation": false
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"toolName": "editor.active-tool",
|
|
1383
|
+
"toolName": "editor.active-tool",
|
|
1400
1384
|
"descriptorOwner": "built-in",
|
|
1401
1385
|
"deliveryMode": "direct-terminal",
|
|
1402
1386
|
"executionClass": "atomic",
|
|
@@ -1550,7 +1534,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1550
1534
|
"mutation": true
|
|
1551
1535
|
},
|
|
1552
1536
|
{
|
|
1553
|
-
"toolName": "editor.play",
|
|
1537
|
+
"toolName": "editor.play-mode.start",
|
|
1554
1538
|
"descriptorOwner": "built-in",
|
|
1555
1539
|
"deliveryMode": "direct-terminal",
|
|
1556
1540
|
"executionClass": "observed-state",
|
|
@@ -1561,7 +1545,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1561
1545
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1562
1546
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1563
1547
|
"assemblyName": "UnityCli.Editor",
|
|
1564
|
-
"implementationType": "UnityCli.
|
|
1548
|
+
"implementationType": "UnityCli.EditorPlayModeStartTool",
|
|
1565
1549
|
"journalPolicy": "required",
|
|
1566
1550
|
"mutation": true
|
|
1567
1551
|
},
|
|
@@ -1579,6 +1563,22 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1579
1563
|
"journalPolicy": "none",
|
|
1580
1564
|
"mutation": false
|
|
1581
1565
|
},
|
|
1566
|
+
{
|
|
1567
|
+
"toolName": "editor.play-mode.stop",
|
|
1568
|
+
"descriptorOwner": "built-in",
|
|
1569
|
+
"deliveryMode": "direct-terminal",
|
|
1570
|
+
"executionClass": "observed-state",
|
|
1571
|
+
"completionPredicate": "stable-state-readback",
|
|
1572
|
+
"proofSource": "validated-state-snapshot",
|
|
1573
|
+
"reloadPolicy": "same-session-reobserve",
|
|
1574
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1575
|
+
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1576
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
1577
|
+
"assemblyName": "UnityCli.Editor",
|
|
1578
|
+
"implementationType": "UnityCli.EditorPlayModeStopTool",
|
|
1579
|
+
"journalPolicy": "required",
|
|
1580
|
+
"mutation": true
|
|
1581
|
+
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"toolName": "editor.redo",
|
|
1584
1584
|
"descriptorOwner": "built-in",
|
|
@@ -1687,22 +1687,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1687
1687
|
"journalPolicy": "none",
|
|
1688
1688
|
"mutation": false
|
|
1689
1689
|
},
|
|
1690
|
-
{
|
|
1691
|
-
"toolName": "editor.stop",
|
|
1692
|
-
"descriptorOwner": "built-in",
|
|
1693
|
-
"deliveryMode": "direct-terminal",
|
|
1694
|
-
"executionClass": "observed-state",
|
|
1695
|
-
"completionPredicate": "stable-state-readback",
|
|
1696
|
-
"proofSource": "validated-state-snapshot",
|
|
1697
|
-
"reloadPolicy": "same-session-reobserve",
|
|
1698
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1699
|
-
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1700
|
-
"completionDriverId": "observed-terminal-readback-v1",
|
|
1701
|
-
"assemblyName": "UnityCli.Editor",
|
|
1702
|
-
"implementationType": "UnityCli.EditorStopTool",
|
|
1703
|
-
"journalPolicy": "required",
|
|
1704
|
-
"mutation": true
|
|
1705
|
-
},
|
|
1706
1690
|
{
|
|
1707
1691
|
"toolName": "editor.tool-states",
|
|
1708
1692
|
"descriptorOwner": "built-in",
|
|
@@ -1752,7 +1736,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1752
1736
|
"mutation": false
|
|
1753
1737
|
},
|
|
1754
1738
|
{
|
|
1755
|
-
"toolName": "
|
|
1739
|
+
"toolName": "game-object.create",
|
|
1756
1740
|
"descriptorOwner": "built-in",
|
|
1757
1741
|
"deliveryMode": "direct-terminal",
|
|
1758
1742
|
"executionClass": "atomic",
|
|
@@ -1768,7 +1752,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1768
1752
|
"mutation": true
|
|
1769
1753
|
},
|
|
1770
1754
|
{
|
|
1771
|
-
"toolName": "
|
|
1755
|
+
"toolName": "game-object.delete",
|
|
1772
1756
|
"descriptorOwner": "built-in",
|
|
1773
1757
|
"deliveryMode": "direct-terminal",
|
|
1774
1758
|
"executionClass": "atomic",
|
|
@@ -1784,7 +1768,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1784
1768
|
"mutation": true
|
|
1785
1769
|
},
|
|
1786
1770
|
{
|
|
1787
|
-
"toolName": "
|
|
1771
|
+
"toolName": "game-object.duplicate",
|
|
1788
1772
|
"descriptorOwner": "built-in",
|
|
1789
1773
|
"deliveryMode": "direct-terminal",
|
|
1790
1774
|
"executionClass": "atomic",
|
|
@@ -1800,7 +1784,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1800
1784
|
"mutation": true
|
|
1801
1785
|
},
|
|
1802
1786
|
{
|
|
1803
|
-
"toolName": "
|
|
1787
|
+
"toolName": "game-object.find",
|
|
1804
1788
|
"descriptorOwner": "built-in",
|
|
1805
1789
|
"deliveryMode": "direct-terminal",
|
|
1806
1790
|
"executionClass": "atomic",
|
|
@@ -1816,7 +1800,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1816
1800
|
"mutation": false
|
|
1817
1801
|
},
|
|
1818
1802
|
{
|
|
1819
|
-
"toolName": "
|
|
1803
|
+
"toolName": "game-object.look-at",
|
|
1820
1804
|
"descriptorOwner": "built-in",
|
|
1821
1805
|
"deliveryMode": "direct-terminal",
|
|
1822
1806
|
"executionClass": "atomic",
|
|
@@ -1832,7 +1816,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1832
1816
|
"mutation": true
|
|
1833
1817
|
},
|
|
1834
1818
|
{
|
|
1835
|
-
"toolName": "
|
|
1819
|
+
"toolName": "game-object.modify",
|
|
1836
1820
|
"descriptorOwner": "built-in",
|
|
1837
1821
|
"deliveryMode": "direct-terminal",
|
|
1838
1822
|
"executionClass": "atomic",
|
|
@@ -1848,7 +1832,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1848
1832
|
"mutation": true
|
|
1849
1833
|
},
|
|
1850
1834
|
{
|
|
1851
|
-
"toolName": "
|
|
1835
|
+
"toolName": "game-object.move-relative",
|
|
1852
1836
|
"descriptorOwner": "built-in",
|
|
1853
1837
|
"deliveryMode": "direct-terminal",
|
|
1854
1838
|
"executionClass": "atomic",
|
|
@@ -1864,71 +1848,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1864
1848
|
"mutation": true
|
|
1865
1849
|
},
|
|
1866
1850
|
{
|
|
1867
|
-
"toolName": "
|
|
1868
|
-
"descriptorOwner": "built-in",
|
|
1869
|
-
"deliveryMode": "direct-terminal",
|
|
1870
|
-
"executionClass": "atomic",
|
|
1871
|
-
"completionPredicate": "typed-business-terminal",
|
|
1872
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1873
|
-
"reloadPolicy": "caller-responsibility",
|
|
1874
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1875
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1876
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1877
|
-
"assemblyName": "UnityCli.Editor",
|
|
1878
|
-
"implementationType": "UnityCli.GameObjectSetParentTool",
|
|
1879
|
-
"journalPolicy": "required",
|
|
1880
|
-
"mutation": true
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"toolName": "graphics.bake-cancel",
|
|
1884
|
-
"descriptorOwner": "built-in",
|
|
1885
|
-
"deliveryMode": "direct-terminal",
|
|
1886
|
-
"executionClass": "observed-state",
|
|
1887
|
-
"completionPredicate": "stable-state-readback",
|
|
1888
|
-
"proofSource": "validated-state-snapshot",
|
|
1889
|
-
"reloadPolicy": "same-session-reobserve",
|
|
1890
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1891
|
-
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1892
|
-
"completionDriverId": "observed-terminal-readback-v1",
|
|
1893
|
-
"assemblyName": "UnityCli.Editor",
|
|
1894
|
-
"implementationType": "UnityCli.GraphicsBakeCancelTool",
|
|
1895
|
-
"journalPolicy": "required",
|
|
1896
|
-
"mutation": true
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"toolName": "graphics.bake-clear",
|
|
1900
|
-
"descriptorOwner": "built-in",
|
|
1901
|
-
"deliveryMode": "direct-terminal",
|
|
1902
|
-
"executionClass": "atomic",
|
|
1903
|
-
"completionPredicate": "typed-business-terminal",
|
|
1904
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1905
|
-
"reloadPolicy": "caller-responsibility",
|
|
1906
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1907
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1908
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1909
|
-
"assemblyName": "UnityCli.Editor",
|
|
1910
|
-
"implementationType": "UnityCli.GraphicsBakeClearTool",
|
|
1911
|
-
"journalPolicy": "required",
|
|
1912
|
-
"mutation": true
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"toolName": "graphics.bake-reflection-probe",
|
|
1916
|
-
"descriptorOwner": "built-in",
|
|
1917
|
-
"deliveryMode": "direct-terminal",
|
|
1918
|
-
"executionClass": "external",
|
|
1919
|
-
"completionPredicate": "external-operation-terminal",
|
|
1920
|
-
"proofSource": "operation-terminal-and-readback",
|
|
1921
|
-
"reloadPolicy": "reattach-or-reobserve",
|
|
1922
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1923
|
-
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
1924
|
-
"completionDriverId": "external-terminal-readback-v1",
|
|
1925
|
-
"assemblyName": "UnityCli.Editor",
|
|
1926
|
-
"implementationType": "UnityCli.GraphicsBakeReflectionProbeTool",
|
|
1927
|
-
"journalPolicy": "required",
|
|
1928
|
-
"mutation": true
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"toolName": "graphics.bake-settings",
|
|
1851
|
+
"toolName": "game-object.move-to-scene",
|
|
1932
1852
|
"descriptorOwner": "built-in",
|
|
1933
1853
|
"deliveryMode": "direct-terminal",
|
|
1934
1854
|
"executionClass": "atomic",
|
|
@@ -1939,44 +1859,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1939
1859
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1940
1860
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1941
1861
|
"assemblyName": "UnityCli.Editor",
|
|
1942
|
-
"implementationType": "UnityCli.
|
|
1862
|
+
"implementationType": "UnityCli.GameObjectMoveToSceneTool",
|
|
1943
1863
|
"journalPolicy": "required",
|
|
1944
1864
|
"mutation": true
|
|
1945
1865
|
},
|
|
1946
1866
|
{
|
|
1947
|
-
"toolName": "
|
|
1948
|
-
"descriptorOwner": "built-in",
|
|
1949
|
-
"deliveryMode": "direct-terminal",
|
|
1950
|
-
"executionClass": "observed-state",
|
|
1951
|
-
"completionPredicate": "stable-state-readback",
|
|
1952
|
-
"proofSource": "validated-state-snapshot",
|
|
1953
|
-
"reloadPolicy": "same-session-reobserve",
|
|
1954
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1955
|
-
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1956
|
-
"completionDriverId": "observed-terminal-readback-v1",
|
|
1957
|
-
"assemblyName": "UnityCli.Editor",
|
|
1958
|
-
"implementationType": "UnityCli.GraphicsBakeStartTool",
|
|
1959
|
-
"journalPolicy": "required",
|
|
1960
|
-
"mutation": true
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"toolName": "graphics.bake-status",
|
|
1964
|
-
"descriptorOwner": "built-in",
|
|
1965
|
-
"deliveryMode": "direct-terminal",
|
|
1966
|
-
"executionClass": "atomic",
|
|
1967
|
-
"completionPredicate": "typed-business-terminal",
|
|
1968
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1969
|
-
"reloadPolicy": "caller-responsibility",
|
|
1970
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1971
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1972
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1973
|
-
"assemblyName": "UnityCli.Editor",
|
|
1974
|
-
"implementationType": "UnityCli.GraphicsBakeStatusTool",
|
|
1975
|
-
"journalPolicy": "none",
|
|
1976
|
-
"mutation": false
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"toolName": "graphics.light-probe-group",
|
|
1867
|
+
"toolName": "game-object.set-parent",
|
|
1980
1868
|
"descriptorOwner": "built-in",
|
|
1981
1869
|
"deliveryMode": "direct-terminal",
|
|
1982
1870
|
"executionClass": "atomic",
|
|
@@ -1987,13 +1875,13 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1987
1875
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1988
1876
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1989
1877
|
"assemblyName": "UnityCli.Editor",
|
|
1990
|
-
"implementationType": "UnityCli.
|
|
1878
|
+
"implementationType": "UnityCli.GameObjectSetParentTool",
|
|
1991
1879
|
"journalPolicy": "required",
|
|
1992
1880
|
"mutation": true
|
|
1993
1881
|
},
|
|
1994
1882
|
{
|
|
1995
|
-
"toolName": "
|
|
1996
|
-
"descriptorOwner": "
|
|
1883
|
+
"toolName": "hdrp.settings.get",
|
|
1884
|
+
"descriptorOwner": "extension:hdrp",
|
|
1997
1885
|
"deliveryMode": "direct-terminal",
|
|
1998
1886
|
"executionClass": "atomic",
|
|
1999
1887
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2002,14 +1890,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2002
1890
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2003
1891
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2004
1892
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2005
|
-
"assemblyName": "UnityCli.Editor",
|
|
2006
|
-
"implementationType": "UnityCli.
|
|
1893
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1894
|
+
"implementationType": "UnityCli.HdrpSettingsGetTool",
|
|
2007
1895
|
"journalPolicy": "none",
|
|
2008
1896
|
"mutation": false
|
|
2009
1897
|
},
|
|
2010
1898
|
{
|
|
2011
|
-
"toolName": "
|
|
2012
|
-
"descriptorOwner": "
|
|
1899
|
+
"toolName": "hdrp.settings.set",
|
|
1900
|
+
"descriptorOwner": "extension:hdrp",
|
|
2013
1901
|
"deliveryMode": "direct-terminal",
|
|
2014
1902
|
"executionClass": "atomic",
|
|
2015
1903
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2018,14 +1906,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2018
1906
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2019
1907
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2020
1908
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2021
|
-
"assemblyName": "UnityCli.Editor",
|
|
2022
|
-
"implementationType": "UnityCli.
|
|
1909
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1910
|
+
"implementationType": "UnityCli.HdrpSettingsSetTool",
|
|
2023
1911
|
"journalPolicy": "required",
|
|
2024
1912
|
"mutation": true
|
|
2025
1913
|
},
|
|
2026
1914
|
{
|
|
2027
|
-
"toolName": "
|
|
2028
|
-
"descriptorOwner": "
|
|
1915
|
+
"toolName": "hdrp.volume.add-effect",
|
|
1916
|
+
"descriptorOwner": "extension:hdrp",
|
|
2029
1917
|
"deliveryMode": "direct-terminal",
|
|
2030
1918
|
"executionClass": "atomic",
|
|
2031
1919
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2034,14 +1922,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2034
1922
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2035
1923
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2036
1924
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2037
|
-
"assemblyName": "UnityCli.Editor",
|
|
2038
|
-
"implementationType": "UnityCli.
|
|
1925
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1926
|
+
"implementationType": "UnityCli.HdrpVolumeAddEffectTool",
|
|
2039
1927
|
"journalPolicy": "required",
|
|
2040
1928
|
"mutation": true
|
|
2041
1929
|
},
|
|
2042
1930
|
{
|
|
2043
|
-
"toolName": "
|
|
2044
|
-
"descriptorOwner": "
|
|
1931
|
+
"toolName": "hdrp.volume.create",
|
|
1932
|
+
"descriptorOwner": "extension:hdrp",
|
|
2045
1933
|
"deliveryMode": "direct-terminal",
|
|
2046
1934
|
"executionClass": "atomic",
|
|
2047
1935
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2050,14 +1938,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2050
1938
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2051
1939
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2052
1940
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2053
|
-
"assemblyName": "UnityCli.Editor",
|
|
2054
|
-
"implementationType": "UnityCli.
|
|
1941
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1942
|
+
"implementationType": "UnityCli.HdrpVolumeCreateTool",
|
|
2055
1943
|
"journalPolicy": "required",
|
|
2056
1944
|
"mutation": true
|
|
2057
1945
|
},
|
|
2058
1946
|
{
|
|
2059
|
-
"toolName": "
|
|
2060
|
-
"descriptorOwner": "
|
|
1947
|
+
"toolName": "hdrp.volume.info",
|
|
1948
|
+
"descriptorOwner": "extension:hdrp",
|
|
2061
1949
|
"deliveryMode": "direct-terminal",
|
|
2062
1950
|
"executionClass": "atomic",
|
|
2063
1951
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2066,14 +1954,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2066
1954
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2067
1955
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2068
1956
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2069
|
-
"assemblyName": "UnityCli.Editor",
|
|
2070
|
-
"implementationType": "UnityCli.
|
|
2071
|
-
"journalPolicy": "
|
|
2072
|
-
"mutation":
|
|
1957
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1958
|
+
"implementationType": "UnityCli.HdrpVolumeInfoTool",
|
|
1959
|
+
"journalPolicy": "none",
|
|
1960
|
+
"mutation": false
|
|
2073
1961
|
},
|
|
2074
1962
|
{
|
|
2075
|
-
"toolName": "
|
|
2076
|
-
"descriptorOwner": "
|
|
1963
|
+
"toolName": "hdrp.volume.list",
|
|
1964
|
+
"descriptorOwner": "extension:hdrp",
|
|
2077
1965
|
"deliveryMode": "direct-terminal",
|
|
2078
1966
|
"executionClass": "atomic",
|
|
2079
1967
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2082,14 +1970,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2082
1970
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2083
1971
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2084
1972
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2085
|
-
"assemblyName": "UnityCli.Editor",
|
|
2086
|
-
"implementationType": "UnityCli.
|
|
1973
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1974
|
+
"implementationType": "UnityCli.HdrpVolumeListTool",
|
|
2087
1975
|
"journalPolicy": "none",
|
|
2088
1976
|
"mutation": false
|
|
2089
1977
|
},
|
|
2090
1978
|
{
|
|
2091
|
-
"toolName": "
|
|
2092
|
-
"descriptorOwner": "
|
|
1979
|
+
"toolName": "hdrp.volume.set",
|
|
1980
|
+
"descriptorOwner": "extension:hdrp",
|
|
2093
1981
|
"deliveryMode": "direct-terminal",
|
|
2094
1982
|
"executionClass": "atomic",
|
|
2095
1983
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2098,13 +1986,29 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2098
1986
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2099
1987
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2100
1988
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1989
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
1990
|
+
"implementationType": "UnityCli.HdrpVolumeSetTool",
|
|
1991
|
+
"journalPolicy": "required",
|
|
1992
|
+
"mutation": true
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"toolName": "lighting.bake.cancel",
|
|
1996
|
+
"descriptorOwner": "built-in",
|
|
1997
|
+
"deliveryMode": "direct-terminal",
|
|
1998
|
+
"executionClass": "observed-state",
|
|
1999
|
+
"completionPredicate": "stable-state-readback",
|
|
2000
|
+
"proofSource": "validated-state-snapshot",
|
|
2001
|
+
"reloadPolicy": "same-session-reobserve",
|
|
2002
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2003
|
+
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
2004
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
2101
2005
|
"assemblyName": "UnityCli.Editor",
|
|
2102
|
-
"implementationType": "UnityCli.
|
|
2006
|
+
"implementationType": "UnityCli.LightingBakeCancelTool",
|
|
2103
2007
|
"journalPolicy": "required",
|
|
2104
2008
|
"mutation": true
|
|
2105
2009
|
},
|
|
2106
2010
|
{
|
|
2107
|
-
"toolName": "
|
|
2011
|
+
"toolName": "lighting.bake.clear",
|
|
2108
2012
|
"descriptorOwner": "built-in",
|
|
2109
2013
|
"deliveryMode": "direct-terminal",
|
|
2110
2014
|
"executionClass": "atomic",
|
|
@@ -2115,28 +2019,28 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2115
2019
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2116
2020
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2117
2021
|
"assemblyName": "UnityCli.Editor",
|
|
2118
|
-
"implementationType": "UnityCli.
|
|
2022
|
+
"implementationType": "UnityCli.LightingBakeClearTool",
|
|
2119
2023
|
"journalPolicy": "required",
|
|
2120
2024
|
"mutation": true
|
|
2121
2025
|
},
|
|
2122
2026
|
{
|
|
2123
|
-
"toolName": "
|
|
2027
|
+
"toolName": "lighting.bake.reflection-probe",
|
|
2124
2028
|
"descriptorOwner": "built-in",
|
|
2125
2029
|
"deliveryMode": "direct-terminal",
|
|
2126
|
-
"executionClass": "
|
|
2127
|
-
"completionPredicate": "
|
|
2128
|
-
"proofSource": "
|
|
2129
|
-
"reloadPolicy": "
|
|
2030
|
+
"executionClass": "external",
|
|
2031
|
+
"completionPredicate": "external-operation-terminal",
|
|
2032
|
+
"proofSource": "operation-terminal-and-readback",
|
|
2033
|
+
"reloadPolicy": "reattach-or-reobserve",
|
|
2130
2034
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2131
|
-
"outcomeUnknownPolicy": "
|
|
2132
|
-
"completionDriverId": "
|
|
2035
|
+
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
2036
|
+
"completionDriverId": "external-terminal-readback-v1",
|
|
2133
2037
|
"assemblyName": "UnityCli.Editor",
|
|
2134
|
-
"implementationType": "UnityCli.
|
|
2038
|
+
"implementationType": "UnityCli.LightingBakeReflectionProbeTool",
|
|
2135
2039
|
"journalPolicy": "required",
|
|
2136
2040
|
"mutation": true
|
|
2137
2041
|
},
|
|
2138
2042
|
{
|
|
2139
|
-
"toolName": "
|
|
2043
|
+
"toolName": "lighting.bake.settings",
|
|
2140
2044
|
"descriptorOwner": "built-in",
|
|
2141
2045
|
"deliveryMode": "direct-terminal",
|
|
2142
2046
|
"executionClass": "atomic",
|
|
@@ -2147,28 +2051,28 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2147
2051
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2148
2052
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2149
2053
|
"assemblyName": "UnityCli.Editor",
|
|
2150
|
-
"implementationType": "UnityCli.
|
|
2054
|
+
"implementationType": "UnityCli.LightingBakeSettingsTool",
|
|
2151
2055
|
"journalPolicy": "required",
|
|
2152
2056
|
"mutation": true
|
|
2153
2057
|
},
|
|
2154
2058
|
{
|
|
2155
|
-
"toolName": "
|
|
2059
|
+
"toolName": "lighting.bake.start",
|
|
2156
2060
|
"descriptorOwner": "built-in",
|
|
2157
2061
|
"deliveryMode": "direct-terminal",
|
|
2158
|
-
"executionClass": "
|
|
2159
|
-
"completionPredicate": "
|
|
2160
|
-
"proofSource": "
|
|
2161
|
-
"reloadPolicy": "
|
|
2062
|
+
"executionClass": "observed-state",
|
|
2063
|
+
"completionPredicate": "stable-state-readback",
|
|
2064
|
+
"proofSource": "validated-state-snapshot",
|
|
2065
|
+
"reloadPolicy": "same-session-reobserve",
|
|
2162
2066
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2163
|
-
"outcomeUnknownPolicy": "
|
|
2164
|
-
"completionDriverId": "
|
|
2067
|
+
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
2068
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
2165
2069
|
"assemblyName": "UnityCli.Editor",
|
|
2166
|
-
"implementationType": "UnityCli.
|
|
2070
|
+
"implementationType": "UnityCli.LightingBakeStartTool",
|
|
2167
2071
|
"journalPolicy": "required",
|
|
2168
2072
|
"mutation": true
|
|
2169
2073
|
},
|
|
2170
2074
|
{
|
|
2171
|
-
"toolName": "
|
|
2075
|
+
"toolName": "lighting.bake.status",
|
|
2172
2076
|
"descriptorOwner": "built-in",
|
|
2173
2077
|
"deliveryMode": "direct-terminal",
|
|
2174
2078
|
"executionClass": "atomic",
|
|
@@ -2179,12 +2083,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2179
2083
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2180
2084
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2181
2085
|
"assemblyName": "UnityCli.Editor",
|
|
2182
|
-
"implementationType": "UnityCli.
|
|
2183
|
-
"journalPolicy": "
|
|
2184
|
-
"mutation":
|
|
2086
|
+
"implementationType": "UnityCli.LightingBakeStatusTool",
|
|
2087
|
+
"journalPolicy": "none",
|
|
2088
|
+
"mutation": false
|
|
2185
2089
|
},
|
|
2186
2090
|
{
|
|
2187
|
-
"toolName": "
|
|
2091
|
+
"toolName": "lighting.light-probe-group",
|
|
2188
2092
|
"descriptorOwner": "built-in",
|
|
2189
2093
|
"deliveryMode": "direct-terminal",
|
|
2190
2094
|
"executionClass": "atomic",
|
|
@@ -2195,12 +2099,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2195
2099
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2196
2100
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2197
2101
|
"assemblyName": "UnityCli.Editor",
|
|
2198
|
-
"implementationType": "UnityCli.
|
|
2199
|
-
"journalPolicy": "
|
|
2200
|
-
"mutation":
|
|
2102
|
+
"implementationType": "UnityCli.LightingLightProbeGroupTool",
|
|
2103
|
+
"journalPolicy": "required",
|
|
2104
|
+
"mutation": true
|
|
2201
2105
|
},
|
|
2202
2106
|
{
|
|
2203
|
-
"toolName": "
|
|
2107
|
+
"toolName": "lighting.reflection-probe",
|
|
2204
2108
|
"descriptorOwner": "built-in",
|
|
2205
2109
|
"deliveryMode": "direct-terminal",
|
|
2206
2110
|
"executionClass": "atomic",
|
|
@@ -2211,13 +2115,13 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2211
2115
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2212
2116
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2213
2117
|
"assemblyName": "UnityCli.Editor",
|
|
2214
|
-
"implementationType": "UnityCli.
|
|
2215
|
-
"journalPolicy": "
|
|
2216
|
-
"mutation":
|
|
2118
|
+
"implementationType": "UnityCli.LightingReflectionProbeTool",
|
|
2119
|
+
"journalPolicy": "required",
|
|
2120
|
+
"mutation": true
|
|
2217
2121
|
},
|
|
2218
2122
|
{
|
|
2219
|
-
"toolName": "
|
|
2220
|
-
"descriptorOwner": "
|
|
2123
|
+
"toolName": "lighting.skybox.get",
|
|
2124
|
+
"descriptorOwner": "built-in",
|
|
2221
2125
|
"deliveryMode": "direct-terminal",
|
|
2222
2126
|
"executionClass": "atomic",
|
|
2223
2127
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2226,14 +2130,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2226
2130
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2227
2131
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2228
2132
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2229
|
-
"assemblyName": "UnityCli.
|
|
2230
|
-
"implementationType": "UnityCli.
|
|
2133
|
+
"assemblyName": "UnityCli.Editor",
|
|
2134
|
+
"implementationType": "UnityCli.LightingSkyboxGetTool",
|
|
2231
2135
|
"journalPolicy": "none",
|
|
2232
2136
|
"mutation": false
|
|
2233
2137
|
},
|
|
2234
2138
|
{
|
|
2235
|
-
"toolName": "
|
|
2236
|
-
"descriptorOwner": "
|
|
2139
|
+
"toolName": "lighting.skybox.set-ambient",
|
|
2140
|
+
"descriptorOwner": "built-in",
|
|
2237
2141
|
"deliveryMode": "direct-terminal",
|
|
2238
2142
|
"executionClass": "atomic",
|
|
2239
2143
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2242,14 +2146,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2242
2146
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2243
2147
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2244
2148
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2245
|
-
"assemblyName": "UnityCli.
|
|
2246
|
-
"implementationType": "UnityCli.
|
|
2149
|
+
"assemblyName": "UnityCli.Editor",
|
|
2150
|
+
"implementationType": "UnityCli.LightingSkyboxSetAmbientTool",
|
|
2247
2151
|
"journalPolicy": "required",
|
|
2248
2152
|
"mutation": true
|
|
2249
2153
|
},
|
|
2250
2154
|
{
|
|
2251
|
-
"toolName": "
|
|
2252
|
-
"descriptorOwner": "
|
|
2155
|
+
"toolName": "lighting.skybox.set-fog",
|
|
2156
|
+
"descriptorOwner": "built-in",
|
|
2253
2157
|
"deliveryMode": "direct-terminal",
|
|
2254
2158
|
"executionClass": "atomic",
|
|
2255
2159
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2258,14 +2162,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2258
2162
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2259
2163
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2260
2164
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2261
|
-
"assemblyName": "UnityCli.
|
|
2262
|
-
"implementationType": "UnityCli.
|
|
2165
|
+
"assemblyName": "UnityCli.Editor",
|
|
2166
|
+
"implementationType": "UnityCli.LightingSkyboxSetFogTool",
|
|
2263
2167
|
"journalPolicy": "required",
|
|
2264
2168
|
"mutation": true
|
|
2265
2169
|
},
|
|
2266
2170
|
{
|
|
2267
|
-
"toolName": "
|
|
2268
|
-
"descriptorOwner": "
|
|
2171
|
+
"toolName": "lighting.skybox.set-material",
|
|
2172
|
+
"descriptorOwner": "built-in",
|
|
2269
2173
|
"deliveryMode": "direct-terminal",
|
|
2270
2174
|
"executionClass": "atomic",
|
|
2271
2175
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2274,14 +2178,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2274
2178
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2275
2179
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2276
2180
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2277
|
-
"assemblyName": "UnityCli.
|
|
2278
|
-
"implementationType": "UnityCli.
|
|
2181
|
+
"assemblyName": "UnityCli.Editor",
|
|
2182
|
+
"implementationType": "UnityCli.LightingSkyboxSetMaterialTool",
|
|
2279
2183
|
"journalPolicy": "required",
|
|
2280
2184
|
"mutation": true
|
|
2281
2185
|
},
|
|
2282
2186
|
{
|
|
2283
|
-
"toolName": "
|
|
2284
|
-
"descriptorOwner": "
|
|
2187
|
+
"toolName": "lighting.skybox.set-properties",
|
|
2188
|
+
"descriptorOwner": "built-in",
|
|
2285
2189
|
"deliveryMode": "direct-terminal",
|
|
2286
2190
|
"executionClass": "atomic",
|
|
2287
2191
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2290,14 +2194,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2290
2194
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2291
2195
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2292
2196
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2293
|
-
"assemblyName": "UnityCli.
|
|
2294
|
-
"implementationType": "UnityCli.
|
|
2295
|
-
"journalPolicy": "
|
|
2296
|
-
"mutation":
|
|
2197
|
+
"assemblyName": "UnityCli.Editor",
|
|
2198
|
+
"implementationType": "UnityCli.LightingSkyboxSetPropertiesTool",
|
|
2199
|
+
"journalPolicy": "required",
|
|
2200
|
+
"mutation": true
|
|
2297
2201
|
},
|
|
2298
2202
|
{
|
|
2299
|
-
"toolName": "
|
|
2300
|
-
"descriptorOwner": "
|
|
2203
|
+
"toolName": "lighting.skybox.set-reflection",
|
|
2204
|
+
"descriptorOwner": "built-in",
|
|
2301
2205
|
"deliveryMode": "direct-terminal",
|
|
2302
2206
|
"executionClass": "atomic",
|
|
2303
2207
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2306,14 +2210,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2306
2210
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2307
2211
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2308
2212
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2309
|
-
"assemblyName": "UnityCli.
|
|
2310
|
-
"implementationType": "UnityCli.
|
|
2311
|
-
"journalPolicy": "
|
|
2312
|
-
"mutation":
|
|
2213
|
+
"assemblyName": "UnityCli.Editor",
|
|
2214
|
+
"implementationType": "UnityCli.LightingSkyboxSetReflectionTool",
|
|
2215
|
+
"journalPolicy": "required",
|
|
2216
|
+
"mutation": true
|
|
2313
2217
|
},
|
|
2314
2218
|
{
|
|
2315
|
-
"toolName": "
|
|
2316
|
-
"descriptorOwner": "
|
|
2219
|
+
"toolName": "lighting.skybox.set-sun",
|
|
2220
|
+
"descriptorOwner": "built-in",
|
|
2317
2221
|
"deliveryMode": "direct-terminal",
|
|
2318
2222
|
"executionClass": "atomic",
|
|
2319
2223
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2322,8 +2226,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2322
2226
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2323
2227
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2324
2228
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2325
|
-
"assemblyName": "UnityCli.
|
|
2326
|
-
"implementationType": "UnityCli.
|
|
2229
|
+
"assemblyName": "UnityCli.Editor",
|
|
2230
|
+
"implementationType": "UnityCli.LightingSkyboxSetSunTool",
|
|
2327
2231
|
"journalPolicy": "required",
|
|
2328
2232
|
"mutation": true
|
|
2329
2233
|
},
|
|
@@ -2511,38 +2415,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2511
2415
|
"journalPolicy": "required",
|
|
2512
2416
|
"mutation": true
|
|
2513
2417
|
},
|
|
2514
|
-
{
|
|
2515
|
-
"toolName": "object.get-data",
|
|
2516
|
-
"descriptorOwner": "built-in",
|
|
2517
|
-
"deliveryMode": "direct-terminal",
|
|
2518
|
-
"executionClass": "atomic",
|
|
2519
|
-
"completionPredicate": "typed-business-terminal",
|
|
2520
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2521
|
-
"reloadPolicy": "caller-responsibility",
|
|
2522
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2523
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2524
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2525
|
-
"assemblyName": "UnityCli.Editor",
|
|
2526
|
-
"implementationType": "UnityCli.ObjectGetDataTool",
|
|
2527
|
-
"journalPolicy": "none",
|
|
2528
|
-
"mutation": false
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"toolName": "object.modify",
|
|
2532
|
-
"descriptorOwner": "built-in",
|
|
2533
|
-
"deliveryMode": "direct-terminal",
|
|
2534
|
-
"executionClass": "atomic",
|
|
2535
|
-
"completionPredicate": "typed-business-terminal",
|
|
2536
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2537
|
-
"reloadPolicy": "caller-responsibility",
|
|
2538
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2539
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2540
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2541
|
-
"assemblyName": "UnityCli.Editor",
|
|
2542
|
-
"implementationType": "UnityCli.ObjectModifyTool",
|
|
2543
|
-
"journalPolicy": "required",
|
|
2544
|
-
"mutation": true
|
|
2545
|
-
},
|
|
2546
2418
|
{
|
|
2547
2419
|
"toolName": "occlusion.bake",
|
|
2548
2420
|
"descriptorOwner": "ts-local",
|
|
@@ -2932,20 +2804,140 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2932
2804
|
"descriptorOwner": "built-in",
|
|
2933
2805
|
"deliveryMode": "direct-terminal",
|
|
2934
2806
|
"executionClass": "atomic",
|
|
2935
|
-
"completionPredicate": "typed-business-terminal",
|
|
2807
|
+
"completionPredicate": "typed-business-terminal",
|
|
2808
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2809
|
+
"reloadPolicy": "caller-responsibility",
|
|
2810
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2811
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2812
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2813
|
+
"assemblyName": "UnityCli.Editor",
|
|
2814
|
+
"implementationType": "UnityCli.PhysicsRigidbodyTool",
|
|
2815
|
+
"journalPolicy": "required",
|
|
2816
|
+
"mutation": true
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"toolName": "physics.settings",
|
|
2820
|
+
"descriptorOwner": "built-in",
|
|
2821
|
+
"deliveryMode": "direct-terminal",
|
|
2822
|
+
"executionClass": "atomic",
|
|
2823
|
+
"completionPredicate": "typed-business-terminal",
|
|
2824
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2825
|
+
"reloadPolicy": "caller-responsibility",
|
|
2826
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2827
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2828
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2829
|
+
"assemblyName": "UnityCli.Editor",
|
|
2830
|
+
"implementationType": "UnityCli.PhysicsSettingsTool",
|
|
2831
|
+
"journalPolicy": "required",
|
|
2832
|
+
"mutation": true
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"toolName": "physics.shapecast",
|
|
2836
|
+
"descriptorOwner": "built-in",
|
|
2837
|
+
"deliveryMode": "direct-terminal",
|
|
2838
|
+
"executionClass": "atomic",
|
|
2839
|
+
"completionPredicate": "typed-business-terminal",
|
|
2840
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2841
|
+
"reloadPolicy": "caller-responsibility",
|
|
2842
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2843
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2844
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2845
|
+
"assemblyName": "UnityCli.Editor",
|
|
2846
|
+
"implementationType": "UnityCli.PhysicsShapecastTool",
|
|
2847
|
+
"journalPolicy": "none",
|
|
2848
|
+
"mutation": false
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"toolName": "physics.simulation",
|
|
2852
|
+
"descriptorOwner": "built-in",
|
|
2853
|
+
"deliveryMode": "direct-terminal",
|
|
2854
|
+
"executionClass": "observed-state",
|
|
2855
|
+
"completionPredicate": "completion-probe-after-state",
|
|
2856
|
+
"proofSource": "eligible-context-fresh-readback",
|
|
2857
|
+
"reloadPolicy": "same-turn-no-replay",
|
|
2858
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2859
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2860
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
2861
|
+
"assemblyName": "UnityCli.Editor",
|
|
2862
|
+
"implementationType": "UnityCli.PhysicsSimulationTool",
|
|
2863
|
+
"journalPolicy": "required",
|
|
2864
|
+
"mutation": true
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"toolName": "physics.validate",
|
|
2868
|
+
"descriptorOwner": "built-in",
|
|
2869
|
+
"deliveryMode": "direct-terminal",
|
|
2870
|
+
"executionClass": "atomic",
|
|
2871
|
+
"completionPredicate": "typed-business-terminal",
|
|
2872
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2873
|
+
"reloadPolicy": "caller-responsibility",
|
|
2874
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2875
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2876
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2877
|
+
"assemblyName": "UnityCli.Editor",
|
|
2878
|
+
"implementationType": "UnityCli.PhysicsValidateTool",
|
|
2879
|
+
"journalPolicy": "none",
|
|
2880
|
+
"mutation": false
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"toolName": "player-runtime.console",
|
|
2884
|
+
"descriptorOwner": "ts-local",
|
|
2885
|
+
"deliveryMode": "direct-terminal",
|
|
2886
|
+
"executionClass": "atomic",
|
|
2887
|
+
"completionPredicate": "typed-business-terminal",
|
|
2888
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2889
|
+
"reloadPolicy": "caller-responsibility",
|
|
2890
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2891
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2892
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2893
|
+
"journalPolicy": "none",
|
|
2894
|
+
"mutation": false
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"toolName": "player-runtime.input.key",
|
|
2898
|
+
"descriptorOwner": "ts-local",
|
|
2899
|
+
"deliveryMode": "direct-terminal",
|
|
2900
|
+
"executionClass": "atomic",
|
|
2901
|
+
"completionPredicate": "observed-terminal-readback",
|
|
2902
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2903
|
+
"reloadPolicy": "caller-responsibility",
|
|
2904
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2905
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2906
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2907
|
+
"journalPolicy": "required",
|
|
2908
|
+
"mutation": true
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"toolName": "player-runtime.input.pointer",
|
|
2912
|
+
"descriptorOwner": "ts-local",
|
|
2913
|
+
"deliveryMode": "direct-terminal",
|
|
2914
|
+
"executionClass": "atomic",
|
|
2915
|
+
"completionPredicate": "observed-terminal-readback",
|
|
2916
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2917
|
+
"reloadPolicy": "caller-responsibility",
|
|
2918
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2919
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2920
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2921
|
+
"journalPolicy": "required",
|
|
2922
|
+
"mutation": true
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"toolName": "player-runtime.log",
|
|
2926
|
+
"descriptorOwner": "ts-local",
|
|
2927
|
+
"deliveryMode": "direct-terminal",
|
|
2928
|
+
"executionClass": "atomic",
|
|
2929
|
+
"completionPredicate": "observed-terminal-readback",
|
|
2936
2930
|
"proofSource": "typed-result-and-effect-readback",
|
|
2937
2931
|
"reloadPolicy": "caller-responsibility",
|
|
2938
2932
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2939
2933
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2940
2934
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2941
|
-
"assemblyName": "UnityCli.Editor",
|
|
2942
|
-
"implementationType": "UnityCli.PhysicsRigidbodyTool",
|
|
2943
2935
|
"journalPolicy": "required",
|
|
2944
2936
|
"mutation": true
|
|
2945
2937
|
},
|
|
2946
2938
|
{
|
|
2947
|
-
"toolName": "
|
|
2948
|
-
"descriptorOwner": "
|
|
2939
|
+
"toolName": "player-runtime.state",
|
|
2940
|
+
"descriptorOwner": "ts-local",
|
|
2949
2941
|
"deliveryMode": "direct-terminal",
|
|
2950
2942
|
"executionClass": "atomic",
|
|
2951
2943
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -2954,46 +2946,40 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2954
2946
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2955
2947
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2956
2948
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2957
|
-
"
|
|
2958
|
-
"
|
|
2959
|
-
"journalPolicy": "required",
|
|
2960
|
-
"mutation": true
|
|
2949
|
+
"journalPolicy": "none",
|
|
2950
|
+
"mutation": false
|
|
2961
2951
|
},
|
|
2962
2952
|
{
|
|
2963
|
-
"toolName": "
|
|
2964
|
-
"descriptorOwner": "
|
|
2953
|
+
"toolName": "player-runtime.target-framerate.set",
|
|
2954
|
+
"descriptorOwner": "ts-local",
|
|
2965
2955
|
"deliveryMode": "direct-terminal",
|
|
2966
2956
|
"executionClass": "atomic",
|
|
2967
|
-
"completionPredicate": "
|
|
2957
|
+
"completionPredicate": "observed-terminal-readback",
|
|
2968
2958
|
"proofSource": "typed-result-and-effect-readback",
|
|
2969
2959
|
"reloadPolicy": "caller-responsibility",
|
|
2970
2960
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2971
2961
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2972
2962
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2973
|
-
"
|
|
2974
|
-
"
|
|
2975
|
-
"journalPolicy": "none",
|
|
2976
|
-
"mutation": false
|
|
2963
|
+
"journalPolicy": "required",
|
|
2964
|
+
"mutation": true
|
|
2977
2965
|
},
|
|
2978
2966
|
{
|
|
2979
|
-
"toolName": "
|
|
2980
|
-
"descriptorOwner": "
|
|
2967
|
+
"toolName": "player-runtime.time-scale.set",
|
|
2968
|
+
"descriptorOwner": "ts-local",
|
|
2981
2969
|
"deliveryMode": "direct-terminal",
|
|
2982
|
-
"executionClass": "
|
|
2983
|
-
"completionPredicate": "
|
|
2984
|
-
"proofSource": "
|
|
2985
|
-
"reloadPolicy": "
|
|
2970
|
+
"executionClass": "atomic",
|
|
2971
|
+
"completionPredicate": "observed-terminal-readback",
|
|
2972
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2973
|
+
"reloadPolicy": "caller-responsibility",
|
|
2986
2974
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2987
2975
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2988
|
-
"completionDriverId": "
|
|
2989
|
-
"assemblyName": "UnityCli.Editor",
|
|
2990
|
-
"implementationType": "UnityCli.PhysicsSimulationTool",
|
|
2976
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2991
2977
|
"journalPolicy": "required",
|
|
2992
2978
|
"mutation": true
|
|
2993
2979
|
},
|
|
2994
2980
|
{
|
|
2995
|
-
"toolName": "
|
|
2996
|
-
"descriptorOwner": "
|
|
2981
|
+
"toolName": "player-runtime.ui.capture-element",
|
|
2982
|
+
"descriptorOwner": "ts-local",
|
|
2997
2983
|
"deliveryMode": "direct-terminal",
|
|
2998
2984
|
"executionClass": "atomic",
|
|
2999
2985
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -3002,10 +2988,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3002
2988
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3003
2989
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3004
2990
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"journalPolicy": "none",
|
|
3008
|
-
"mutation": false
|
|
2991
|
+
"journalPolicy": "required",
|
|
2992
|
+
"mutation": true
|
|
3009
2993
|
},
|
|
3010
2994
|
{
|
|
3011
2995
|
"toolName": "prefab.create",
|
|
@@ -4208,7 +4192,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4208
4192
|
"mutation": true
|
|
4209
4193
|
},
|
|
4210
4194
|
{
|
|
4211
|
-
"toolName": "project.audio-settings",
|
|
4195
|
+
"toolName": "project-settings.audio-settings",
|
|
4212
4196
|
"descriptorOwner": "built-in",
|
|
4213
4197
|
"deliveryMode": "direct-terminal",
|
|
4214
4198
|
"executionClass": "atomic",
|
|
@@ -4219,12 +4203,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4219
4203
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4220
4204
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4221
4205
|
"assemblyName": "UnityCli.Editor",
|
|
4222
|
-
"implementationType": "UnityCli.
|
|
4206
|
+
"implementationType": "UnityCli.ProjectSettingsAudioSettingsTool",
|
|
4223
4207
|
"journalPolicy": "none",
|
|
4224
4208
|
"mutation": false
|
|
4225
4209
|
},
|
|
4226
4210
|
{
|
|
4227
|
-
"toolName": "project.audio-settings.set",
|
|
4211
|
+
"toolName": "project-settings.audio-settings.set",
|
|
4228
4212
|
"descriptorOwner": "built-in",
|
|
4229
4213
|
"deliveryMode": "direct-terminal",
|
|
4230
4214
|
"executionClass": "atomic",
|
|
@@ -4235,12 +4219,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4235
4219
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4236
4220
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4237
4221
|
"assemblyName": "UnityCli.Editor",
|
|
4238
|
-
"implementationType": "UnityCli.
|
|
4222
|
+
"implementationType": "UnityCli.ProjectSettingsAudioSettingsSetTool",
|
|
4239
4223
|
"journalPolicy": "required",
|
|
4240
4224
|
"mutation": true
|
|
4241
4225
|
},
|
|
4242
4226
|
{
|
|
4243
|
-
"toolName": "project.info",
|
|
4227
|
+
"toolName": "project-settings.info",
|
|
4244
4228
|
"descriptorOwner": "built-in",
|
|
4245
4229
|
"deliveryMode": "direct-terminal",
|
|
4246
4230
|
"executionClass": "atomic",
|
|
@@ -4251,12 +4235,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4251
4235
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4252
4236
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4253
4237
|
"assemblyName": "UnityCli.Editor",
|
|
4254
|
-
"implementationType": "UnityCli.Tools.Project.
|
|
4238
|
+
"implementationType": "UnityCli.Tools.Project.ProjectSettingsInfoTool",
|
|
4255
4239
|
"journalPolicy": "none",
|
|
4256
4240
|
"mutation": false
|
|
4257
4241
|
},
|
|
4258
4242
|
{
|
|
4259
|
-
"toolName": "project.input-settings",
|
|
4243
|
+
"toolName": "project-settings.input-settings",
|
|
4260
4244
|
"descriptorOwner": "built-in",
|
|
4261
4245
|
"deliveryMode": "direct-terminal",
|
|
4262
4246
|
"executionClass": "atomic",
|
|
@@ -4267,12 +4251,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4267
4251
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4268
4252
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4269
4253
|
"assemblyName": "UnityCli.Editor",
|
|
4270
|
-
"implementationType": "UnityCli.
|
|
4254
|
+
"implementationType": "UnityCli.ProjectSettingsInputSettingsTool",
|
|
4271
4255
|
"journalPolicy": "none",
|
|
4272
4256
|
"mutation": false
|
|
4273
4257
|
},
|
|
4274
4258
|
{
|
|
4275
|
-
"toolName": "project.input-settings.set",
|
|
4259
|
+
"toolName": "project-settings.input-settings.set",
|
|
4276
4260
|
"descriptorOwner": "built-in",
|
|
4277
4261
|
"deliveryMode": "direct-terminal",
|
|
4278
4262
|
"executionClass": "atomic",
|
|
@@ -4283,12 +4267,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4283
4267
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4284
4268
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4285
4269
|
"assemblyName": "UnityCli.Editor",
|
|
4286
|
-
"implementationType": "UnityCli.
|
|
4270
|
+
"implementationType": "UnityCli.ProjectSettingsInputSettingsSetTool",
|
|
4287
4271
|
"journalPolicy": "required",
|
|
4288
4272
|
"mutation": true
|
|
4289
4273
|
},
|
|
4290
4274
|
{
|
|
4291
|
-
"toolName": "project.layer.add",
|
|
4275
|
+
"toolName": "project-settings.layer.add",
|
|
4292
4276
|
"descriptorOwner": "built-in",
|
|
4293
4277
|
"deliveryMode": "direct-terminal",
|
|
4294
4278
|
"executionClass": "atomic",
|
|
@@ -4299,12 +4283,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4299
4283
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4300
4284
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4301
4285
|
"assemblyName": "UnityCli.Editor",
|
|
4302
|
-
"implementationType": "UnityCli.
|
|
4286
|
+
"implementationType": "UnityCli.ProjectSettingsLayerAddTool",
|
|
4303
4287
|
"journalPolicy": "required",
|
|
4304
4288
|
"mutation": true
|
|
4305
4289
|
},
|
|
4306
4290
|
{
|
|
4307
|
-
"toolName": "project.layer.remove",
|
|
4291
|
+
"toolName": "project-settings.layer.remove",
|
|
4308
4292
|
"descriptorOwner": "built-in",
|
|
4309
4293
|
"deliveryMode": "direct-terminal",
|
|
4310
4294
|
"executionClass": "atomic",
|
|
@@ -4315,12 +4299,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4315
4299
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4316
4300
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4317
4301
|
"assemblyName": "UnityCli.Editor",
|
|
4318
|
-
"implementationType": "UnityCli.
|
|
4302
|
+
"implementationType": "UnityCli.ProjectSettingsLayerRemoveTool",
|
|
4319
4303
|
"journalPolicy": "required",
|
|
4320
4304
|
"mutation": true
|
|
4321
4305
|
},
|
|
4322
4306
|
{
|
|
4323
|
-
"toolName": "project.layers",
|
|
4307
|
+
"toolName": "project-settings.layers",
|
|
4324
4308
|
"descriptorOwner": "built-in",
|
|
4325
4309
|
"deliveryMode": "direct-terminal",
|
|
4326
4310
|
"executionClass": "atomic",
|
|
@@ -4331,12 +4315,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4331
4315
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4332
4316
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4333
4317
|
"assemblyName": "UnityCli.Editor",
|
|
4334
|
-
"implementationType": "UnityCli.Tools.Project.
|
|
4318
|
+
"implementationType": "UnityCli.Tools.Project.ProjectSettingsLayersTool",
|
|
4335
4319
|
"journalPolicy": "none",
|
|
4336
4320
|
"mutation": false
|
|
4337
4321
|
},
|
|
4338
4322
|
{
|
|
4339
|
-
"toolName": "project.player-settings",
|
|
4323
|
+
"toolName": "project-settings.player-settings",
|
|
4340
4324
|
"descriptorOwner": "built-in",
|
|
4341
4325
|
"deliveryMode": "direct-terminal",
|
|
4342
4326
|
"executionClass": "atomic",
|
|
@@ -4347,12 +4331,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4347
4331
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4348
4332
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4349
4333
|
"assemblyName": "UnityCli.Editor",
|
|
4350
|
-
"implementationType": "UnityCli.
|
|
4334
|
+
"implementationType": "UnityCli.ProjectSettingsPlayerSettingsTool",
|
|
4351
4335
|
"journalPolicy": "none",
|
|
4352
4336
|
"mutation": false
|
|
4353
4337
|
},
|
|
4354
4338
|
{
|
|
4355
|
-
"toolName": "project.player-settings.set",
|
|
4339
|
+
"toolName": "project-settings.player-settings.set",
|
|
4356
4340
|
"descriptorOwner": "built-in",
|
|
4357
4341
|
"deliveryMode": "direct-terminal",
|
|
4358
4342
|
"executionClass": "atomic",
|
|
@@ -4363,12 +4347,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4363
4347
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4364
4348
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4365
4349
|
"assemblyName": "UnityCli.Editor",
|
|
4366
|
-
"implementationType": "UnityCli.
|
|
4350
|
+
"implementationType": "UnityCli.ProjectSettingsPlayerSettingsSetTool",
|
|
4367
4351
|
"journalPolicy": "required",
|
|
4368
4352
|
"mutation": true
|
|
4369
4353
|
},
|
|
4370
4354
|
{
|
|
4371
|
-
"toolName": "project.tag.add",
|
|
4355
|
+
"toolName": "project-settings.tag.add",
|
|
4372
4356
|
"descriptorOwner": "built-in",
|
|
4373
4357
|
"deliveryMode": "direct-terminal",
|
|
4374
4358
|
"executionClass": "atomic",
|
|
@@ -4379,12 +4363,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4379
4363
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4380
4364
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4381
4365
|
"assemblyName": "UnityCli.Editor",
|
|
4382
|
-
"implementationType": "UnityCli.
|
|
4366
|
+
"implementationType": "UnityCli.ProjectSettingsTagAddTool",
|
|
4383
4367
|
"journalPolicy": "required",
|
|
4384
4368
|
"mutation": true
|
|
4385
4369
|
},
|
|
4386
4370
|
{
|
|
4387
|
-
"toolName": "project.tag.remove",
|
|
4371
|
+
"toolName": "project-settings.tag.remove",
|
|
4388
4372
|
"descriptorOwner": "built-in",
|
|
4389
4373
|
"deliveryMode": "direct-terminal",
|
|
4390
4374
|
"executionClass": "atomic",
|
|
@@ -4395,12 +4379,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4395
4379
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4396
4380
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4397
4381
|
"assemblyName": "UnityCli.Editor",
|
|
4398
|
-
"implementationType": "UnityCli.
|
|
4382
|
+
"implementationType": "UnityCli.ProjectSettingsTagRemoveTool",
|
|
4399
4383
|
"journalPolicy": "required",
|
|
4400
4384
|
"mutation": true
|
|
4401
4385
|
},
|
|
4402
4386
|
{
|
|
4403
|
-
"toolName": "project.tags",
|
|
4387
|
+
"toolName": "project-settings.tags",
|
|
4404
4388
|
"descriptorOwner": "built-in",
|
|
4405
4389
|
"deliveryMode": "direct-terminal",
|
|
4406
4390
|
"executionClass": "atomic",
|
|
@@ -4411,12 +4395,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4411
4395
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4412
4396
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4413
4397
|
"assemblyName": "UnityCli.Editor",
|
|
4414
|
-
"implementationType": "UnityCli.Tools.Project.
|
|
4398
|
+
"implementationType": "UnityCli.Tools.Project.ProjectSettingsTagsTool",
|
|
4415
4399
|
"journalPolicy": "none",
|
|
4416
4400
|
"mutation": false
|
|
4417
4401
|
},
|
|
4418
4402
|
{
|
|
4419
|
-
"toolName": "project.time-settings",
|
|
4403
|
+
"toolName": "project-settings.time-settings",
|
|
4420
4404
|
"descriptorOwner": "built-in",
|
|
4421
4405
|
"deliveryMode": "direct-terminal",
|
|
4422
4406
|
"executionClass": "atomic",
|
|
@@ -4427,12 +4411,12 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4427
4411
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4428
4412
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4429
4413
|
"assemblyName": "UnityCli.Editor",
|
|
4430
|
-
"implementationType": "UnityCli.
|
|
4414
|
+
"implementationType": "UnityCli.ProjectSettingsTimeSettingsTool",
|
|
4431
4415
|
"journalPolicy": "none",
|
|
4432
4416
|
"mutation": false
|
|
4433
4417
|
},
|
|
4434
4418
|
{
|
|
4435
|
-
"toolName": "project.time-settings.set",
|
|
4419
|
+
"toolName": "project-settings.time-settings.set",
|
|
4436
4420
|
"descriptorOwner": "built-in",
|
|
4437
4421
|
"deliveryMode": "direct-terminal",
|
|
4438
4422
|
"executionClass": "atomic",
|
|
@@ -4443,27 +4427,13 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4443
4427
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4444
4428
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4445
4429
|
"assemblyName": "UnityCli.Editor",
|
|
4446
|
-
"implementationType": "UnityCli.
|
|
4430
|
+
"implementationType": "UnityCli.ProjectSettingsTimeSettingsSetTool",
|
|
4447
4431
|
"journalPolicy": "required",
|
|
4448
4432
|
"mutation": true
|
|
4449
4433
|
},
|
|
4450
4434
|
{
|
|
4451
|
-
"toolName": "
|
|
4452
|
-
"descriptorOwner": "
|
|
4453
|
-
"deliveryMode": "direct-terminal",
|
|
4454
|
-
"executionClass": "atomic",
|
|
4455
|
-
"completionPredicate": "typed-business-terminal",
|
|
4456
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4457
|
-
"reloadPolicy": "caller-responsibility",
|
|
4458
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4459
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4460
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4461
|
-
"journalPolicy": "none",
|
|
4462
|
-
"mutation": false
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"toolName": "reflect.search",
|
|
4466
|
-
"descriptorOwner": "ts-local",
|
|
4435
|
+
"toolName": "rendering.pipeline.info",
|
|
4436
|
+
"descriptorOwner": "built-in",
|
|
4467
4437
|
"deliveryMode": "direct-terminal",
|
|
4468
4438
|
"executionClass": "atomic",
|
|
4469
4439
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -4472,12 +4442,14 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4472
4442
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4473
4443
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4474
4444
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4445
|
+
"assemblyName": "UnityCli.Editor",
|
|
4446
|
+
"implementationType": "UnityCli.RenderingPipelineInfoTool",
|
|
4475
4447
|
"journalPolicy": "none",
|
|
4476
4448
|
"mutation": false
|
|
4477
4449
|
},
|
|
4478
4450
|
{
|
|
4479
|
-
"toolName": "
|
|
4480
|
-
"descriptorOwner": "
|
|
4451
|
+
"toolName": "rendering.pipeline.settings",
|
|
4452
|
+
"descriptorOwner": "built-in",
|
|
4481
4453
|
"deliveryMode": "direct-terminal",
|
|
4482
4454
|
"executionClass": "atomic",
|
|
4483
4455
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -4486,27 +4458,13 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4486
4458
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4487
4459
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4488
4460
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4489
|
-
"journalPolicy": "none",
|
|
4490
|
-
"mutation": false
|
|
4491
|
-
},
|
|
4492
|
-
{
|
|
4493
|
-
"toolName": "reflection.method.call",
|
|
4494
|
-
"descriptorOwner": "built-in",
|
|
4495
|
-
"deliveryMode": "direct-terminal",
|
|
4496
|
-
"executionClass": "observed-state",
|
|
4497
|
-
"completionPredicate": "completion-probe-after-state",
|
|
4498
|
-
"proofSource": "eligible-context-fresh-readback",
|
|
4499
|
-
"reloadPolicy": "same-turn-no-replay",
|
|
4500
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4501
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4502
|
-
"completionDriverId": "observed-terminal-readback-v1",
|
|
4503
4461
|
"assemblyName": "UnityCli.Editor",
|
|
4504
|
-
"implementationType": "UnityCli.
|
|
4462
|
+
"implementationType": "UnityCli.RenderingPipelineSettingsTool",
|
|
4505
4463
|
"journalPolicy": "required",
|
|
4506
4464
|
"mutation": true
|
|
4507
4465
|
},
|
|
4508
4466
|
{
|
|
4509
|
-
"toolName": "
|
|
4467
|
+
"toolName": "rendering.quality",
|
|
4510
4468
|
"descriptorOwner": "built-in",
|
|
4511
4469
|
"deliveryMode": "direct-terminal",
|
|
4512
4470
|
"executionClass": "atomic",
|
|
@@ -4517,69 +4475,29 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4517
4475
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4518
4476
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4519
4477
|
"assemblyName": "UnityCli.Editor",
|
|
4520
|
-
"implementationType": "UnityCli.
|
|
4521
|
-
"journalPolicy": "none",
|
|
4522
|
-
"mutation": false
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"toolName": "runtime.console",
|
|
4526
|
-
"descriptorOwner": "ts-local",
|
|
4527
|
-
"deliveryMode": "direct-terminal",
|
|
4528
|
-
"executionClass": "atomic",
|
|
4529
|
-
"completionPredicate": "typed-business-terminal",
|
|
4530
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4531
|
-
"reloadPolicy": "caller-responsibility",
|
|
4532
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4533
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4534
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4535
|
-
"journalPolicy": "none",
|
|
4536
|
-
"mutation": false
|
|
4537
|
-
},
|
|
4538
|
-
{
|
|
4539
|
-
"toolName": "runtime.input.key",
|
|
4540
|
-
"descriptorOwner": "ts-local",
|
|
4541
|
-
"deliveryMode": "direct-terminal",
|
|
4542
|
-
"executionClass": "atomic",
|
|
4543
|
-
"completionPredicate": "observed-terminal-readback",
|
|
4544
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4545
|
-
"reloadPolicy": "caller-responsibility",
|
|
4546
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4547
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4548
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4549
|
-
"journalPolicy": "required",
|
|
4550
|
-
"mutation": true
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"toolName": "runtime.input.pointer",
|
|
4554
|
-
"descriptorOwner": "ts-local",
|
|
4555
|
-
"deliveryMode": "direct-terminal",
|
|
4556
|
-
"executionClass": "atomic",
|
|
4557
|
-
"completionPredicate": "observed-terminal-readback",
|
|
4558
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4559
|
-
"reloadPolicy": "caller-responsibility",
|
|
4560
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4561
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4562
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4478
|
+
"implementationType": "UnityCli.RenderingQualityTool",
|
|
4563
4479
|
"journalPolicy": "required",
|
|
4564
4480
|
"mutation": true
|
|
4565
4481
|
},
|
|
4566
4482
|
{
|
|
4567
|
-
"toolName": "
|
|
4568
|
-
"descriptorOwner": "
|
|
4483
|
+
"toolName": "rendering.scene-debug",
|
|
4484
|
+
"descriptorOwner": "built-in",
|
|
4569
4485
|
"deliveryMode": "direct-terminal",
|
|
4570
4486
|
"executionClass": "atomic",
|
|
4571
|
-
"completionPredicate": "
|
|
4487
|
+
"completionPredicate": "typed-business-terminal",
|
|
4572
4488
|
"proofSource": "typed-result-and-effect-readback",
|
|
4573
4489
|
"reloadPolicy": "caller-responsibility",
|
|
4574
4490
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4575
4491
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4576
4492
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4493
|
+
"assemblyName": "UnityCli.Editor",
|
|
4494
|
+
"implementationType": "UnityCli.RenderingSceneDebugTool",
|
|
4577
4495
|
"journalPolicy": "required",
|
|
4578
4496
|
"mutation": true
|
|
4579
4497
|
},
|
|
4580
4498
|
{
|
|
4581
|
-
"toolName": "
|
|
4582
|
-
"descriptorOwner": "
|
|
4499
|
+
"toolName": "rendering.stats",
|
|
4500
|
+
"descriptorOwner": "built-in",
|
|
4583
4501
|
"deliveryMode": "direct-terminal",
|
|
4584
4502
|
"executionClass": "atomic",
|
|
4585
4503
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -4588,40 +4506,46 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4588
4506
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4589
4507
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4590
4508
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4509
|
+
"assemblyName": "UnityCli.Editor",
|
|
4510
|
+
"implementationType": "UnityCli.RenderingStatsTool",
|
|
4591
4511
|
"journalPolicy": "none",
|
|
4592
4512
|
"mutation": false
|
|
4593
4513
|
},
|
|
4594
4514
|
{
|
|
4595
|
-
"toolName": "runtime
|
|
4596
|
-
"descriptorOwner": "
|
|
4515
|
+
"toolName": "runtime-reflection.method.find",
|
|
4516
|
+
"descriptorOwner": "built-in",
|
|
4597
4517
|
"deliveryMode": "direct-terminal",
|
|
4598
4518
|
"executionClass": "atomic",
|
|
4599
|
-
"completionPredicate": "
|
|
4519
|
+
"completionPredicate": "typed-business-terminal",
|
|
4600
4520
|
"proofSource": "typed-result-and-effect-readback",
|
|
4601
4521
|
"reloadPolicy": "caller-responsibility",
|
|
4602
4522
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4603
4523
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4604
4524
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4525
|
+
"assemblyName": "UnityCli.Editor",
|
|
4526
|
+
"implementationType": "UnityCli.RuntimeReflectionMethodFindTool",
|
|
4527
|
+
"journalPolicy": "none",
|
|
4528
|
+
"mutation": false
|
|
4607
4529
|
},
|
|
4608
4530
|
{
|
|
4609
|
-
"toolName": "runtime
|
|
4610
|
-
"descriptorOwner": "
|
|
4531
|
+
"toolName": "runtime-reflection.method.invoke",
|
|
4532
|
+
"descriptorOwner": "built-in",
|
|
4611
4533
|
"deliveryMode": "direct-terminal",
|
|
4612
|
-
"executionClass": "
|
|
4613
|
-
"completionPredicate": "
|
|
4614
|
-
"proofSource": "
|
|
4615
|
-
"reloadPolicy": "
|
|
4534
|
+
"executionClass": "observed-state",
|
|
4535
|
+
"completionPredicate": "completion-probe-after-state",
|
|
4536
|
+
"proofSource": "eligible-context-fresh-readback",
|
|
4537
|
+
"reloadPolicy": "same-turn-no-replay",
|
|
4616
4538
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4617
4539
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4618
|
-
"completionDriverId": "
|
|
4540
|
+
"completionDriverId": "observed-terminal-readback-v1",
|
|
4541
|
+
"assemblyName": "UnityCli.Editor",
|
|
4542
|
+
"implementationType": "UnityCli.RuntimeReflectionMethodInvokeTool",
|
|
4619
4543
|
"journalPolicy": "required",
|
|
4620
4544
|
"mutation": true
|
|
4621
4545
|
},
|
|
4622
4546
|
{
|
|
4623
|
-
"toolName": "runtime.
|
|
4624
|
-
"descriptorOwner": "
|
|
4547
|
+
"toolName": "runtime-reflection.type.schema",
|
|
4548
|
+
"descriptorOwner": "built-in",
|
|
4625
4549
|
"deliveryMode": "direct-terminal",
|
|
4626
4550
|
"executionClass": "atomic",
|
|
4627
4551
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -4630,8 +4554,10 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4630
4554
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4631
4555
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4632
4556
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4557
|
+
"assemblyName": "UnityCli.Editor",
|
|
4558
|
+
"implementationType": "UnityCli.RuntimeReflectionTypeSchemaTool",
|
|
4559
|
+
"journalPolicy": "none",
|
|
4560
|
+
"mutation": false
|
|
4635
4561
|
},
|
|
4636
4562
|
{
|
|
4637
4563
|
"toolName": "scene.active",
|
|
@@ -4761,22 +4687,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4761
4687
|
"journalPolicy": "required",
|
|
4762
4688
|
"mutation": true
|
|
4763
4689
|
},
|
|
4764
|
-
{
|
|
4765
|
-
"toolName": "scene.move-object",
|
|
4766
|
-
"descriptorOwner": "built-in",
|
|
4767
|
-
"deliveryMode": "direct-terminal",
|
|
4768
|
-
"executionClass": "atomic",
|
|
4769
|
-
"completionPredicate": "typed-business-terminal",
|
|
4770
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4771
|
-
"reloadPolicy": "caller-responsibility",
|
|
4772
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4773
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4774
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4775
|
-
"assemblyName": "UnityCli.Editor",
|
|
4776
|
-
"implementationType": "UnityCli.SceneMoveObjectTool",
|
|
4777
|
-
"journalPolicy": "required",
|
|
4778
|
-
"mutation": true
|
|
4779
|
-
},
|
|
4780
4690
|
{
|
|
4781
4691
|
"toolName": "scene.save",
|
|
4782
4692
|
"descriptorOwner": "built-in",
|
|
@@ -4873,6 +4783,22 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4873
4783
|
"journalPolicy": "required",
|
|
4874
4784
|
"mutation": true
|
|
4875
4785
|
},
|
|
4786
|
+
{
|
|
4787
|
+
"toolName": "screenshot.from-camera",
|
|
4788
|
+
"descriptorOwner": "built-in",
|
|
4789
|
+
"deliveryMode": "direct-terminal",
|
|
4790
|
+
"executionClass": "external",
|
|
4791
|
+
"completionPredicate": "external-operation-terminal",
|
|
4792
|
+
"proofSource": "operation-terminal-and-readback",
|
|
4793
|
+
"reloadPolicy": "reattach-or-reobserve",
|
|
4794
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4795
|
+
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4796
|
+
"completionDriverId": "external-terminal-readback-v1",
|
|
4797
|
+
"assemblyName": "UnityCli.Editor",
|
|
4798
|
+
"implementationType": "UnityCli.ScreenshotFromCameraTool",
|
|
4799
|
+
"journalPolicy": "required",
|
|
4800
|
+
"mutation": true
|
|
4801
|
+
},
|
|
4876
4802
|
{
|
|
4877
4803
|
"toolName": "screenshot.game-view",
|
|
4878
4804
|
"descriptorOwner": "built-in",
|
|
@@ -5033,6 +4959,38 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5033
4959
|
"journalPolicy": "required",
|
|
5034
4960
|
"mutation": true
|
|
5035
4961
|
},
|
|
4962
|
+
{
|
|
4963
|
+
"toolName": "serialized-object.patch",
|
|
4964
|
+
"descriptorOwner": "built-in",
|
|
4965
|
+
"deliveryMode": "direct-terminal",
|
|
4966
|
+
"executionClass": "atomic",
|
|
4967
|
+
"completionPredicate": "typed-business-terminal",
|
|
4968
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
4969
|
+
"reloadPolicy": "caller-responsibility",
|
|
4970
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4971
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4972
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
4973
|
+
"assemblyName": "UnityCli.Editor",
|
|
4974
|
+
"implementationType": "UnityCli.SerializedObjectPatchTool",
|
|
4975
|
+
"journalPolicy": "required",
|
|
4976
|
+
"mutation": true
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"toolName": "serialized-object.read",
|
|
4980
|
+
"descriptorOwner": "built-in",
|
|
4981
|
+
"deliveryMode": "direct-terminal",
|
|
4982
|
+
"executionClass": "atomic",
|
|
4983
|
+
"completionPredicate": "typed-business-terminal",
|
|
4984
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
4985
|
+
"reloadPolicy": "caller-responsibility",
|
|
4986
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4987
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4988
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
4989
|
+
"assemblyName": "UnityCli.Editor",
|
|
4990
|
+
"implementationType": "UnityCli.SerializedObjectReadTool",
|
|
4991
|
+
"journalPolicy": "none",
|
|
4992
|
+
"mutation": false
|
|
4993
|
+
},
|
|
5036
4994
|
{
|
|
5037
4995
|
"toolName": "shader.create",
|
|
5038
4996
|
"descriptorOwner": "built-in",
|
|
@@ -5364,8 +5322,36 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5364
5322
|
"mutation": true
|
|
5365
5323
|
},
|
|
5366
5324
|
{
|
|
5367
|
-
"toolName": "type.
|
|
5368
|
-
"descriptorOwner": "
|
|
5325
|
+
"toolName": "type-inspection.get-member",
|
|
5326
|
+
"descriptorOwner": "ts-local",
|
|
5327
|
+
"deliveryMode": "direct-terminal",
|
|
5328
|
+
"executionClass": "atomic",
|
|
5329
|
+
"completionPredicate": "typed-business-terminal",
|
|
5330
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
5331
|
+
"reloadPolicy": "caller-responsibility",
|
|
5332
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5333
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5334
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
5335
|
+
"journalPolicy": "none",
|
|
5336
|
+
"mutation": false
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"toolName": "type-inspection.get-type",
|
|
5340
|
+
"descriptorOwner": "ts-local",
|
|
5341
|
+
"deliveryMode": "direct-terminal",
|
|
5342
|
+
"executionClass": "atomic",
|
|
5343
|
+
"completionPredicate": "typed-business-terminal",
|
|
5344
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
5345
|
+
"reloadPolicy": "caller-responsibility",
|
|
5346
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5347
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5348
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
5349
|
+
"journalPolicy": "none",
|
|
5350
|
+
"mutation": false
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"toolName": "type-inspection.search",
|
|
5354
|
+
"descriptorOwner": "ts-local",
|
|
5369
5355
|
"deliveryMode": "direct-terminal",
|
|
5370
5356
|
"executionClass": "atomic",
|
|
5371
5357
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -5374,8 +5360,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5374
5360
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5375
5361
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5376
5362
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5377
|
-
"assemblyName": "UnityCli.Editor",
|
|
5378
|
-
"implementationType": "UnityCli.TypeSchemaTool",
|
|
5379
5363
|
"journalPolicy": "none",
|
|
5380
5364
|
"mutation": false
|
|
5381
5365
|
},
|
|
@@ -6290,6 +6274,22 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
6290
6274
|
"implementationType": "UnityCli.VfxTrailSetTool",
|
|
6291
6275
|
"journalPolicy": "required",
|
|
6292
6276
|
"mutation": true
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"toolName": "volume.list",
|
|
6280
|
+
"descriptorOwner": "built-in",
|
|
6281
|
+
"deliveryMode": "direct-terminal",
|
|
6282
|
+
"executionClass": "atomic",
|
|
6283
|
+
"completionPredicate": "typed-business-terminal",
|
|
6284
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
6285
|
+
"reloadPolicy": "caller-responsibility",
|
|
6286
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
6287
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
6288
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
6289
|
+
"assemblyName": "UnityCli.Editor",
|
|
6290
|
+
"implementationType": "UnityCli.VolumeListTool",
|
|
6291
|
+
"journalPolicy": "none",
|
|
6292
|
+
"mutation": false
|
|
6293
6293
|
}
|
|
6294
6294
|
];
|
|
6295
6295
|
const BY_NAME = new Map(GENERATED_TOOL_COMPLETION_CONTRACTS.map((entry) => [entry.toolName, entry]));
|