@alpsckr/unitycli 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/contracts/command-contract.json +109 -217
- package/contracts/package-files.json +374 -294
- package/contracts/stable-session/direct-call-semantics.json +8 -2
- package/contracts/tool-completion-contract.json +148 -672
- package/dist/bridge/admission.d.ts +17 -1
- package/dist/bridge/admission.js +2 -0
- package/dist/bridge/admission.js.map +1 -1
- package/dist/bridge/domains/asset.js +3 -1
- package/dist/bridge/domains/asset.js.map +1 -1
- package/dist/bridge/domains/camera.js +39 -7
- package/dist/bridge/domains/camera.js.map +1 -1
- package/dist/bridge/domains/console.js +2 -1
- package/dist/bridge/domains/console.js.map +1 -1
- package/dist/bridge/domains/doctor.d.ts +3 -0
- package/dist/bridge/domains/doctor.js +8 -0
- package/dist/bridge/domains/doctor.js.map +1 -0
- package/dist/bridge/domains/editor.js +0 -4
- package/dist/bridge/domains/editor.js.map +1 -1
- package/dist/bridge/domains/game-object.js +4 -12
- package/dist/bridge/domains/game-object.js.map +1 -1
- package/dist/bridge/domains/graphics.js +1 -16
- package/dist/bridge/domains/graphics.js.map +1 -1
- package/dist/bridge/domains/object.js +3 -0
- package/dist/bridge/domains/object.js.map +1 -1
- package/dist/bridge/domains/physics.js +1 -2
- package/dist/bridge/domains/physics.js.map +1 -1
- package/dist/bridge/domains/profiler.js +18 -7
- package/dist/bridge/domains/profiler.js.map +1 -1
- package/dist/bridge/domains/project-tool.js +4 -0
- package/dist/bridge/domains/project-tool.js.map +1 -1
- package/dist/bridge/domains/reflection.js +10 -2
- package/dist/bridge/domains/reflection.js.map +1 -1
- package/dist/bridge/domains/runtime-tool.js +3 -0
- package/dist/bridge/domains/runtime-tool.js.map +1 -1
- package/dist/bridge/domains/scene.js +3 -8
- package/dist/bridge/domains/scene.js.map +1 -1
- package/dist/bridge/domains/screenshot.js +30 -6
- package/dist/bridge/domains/screenshot.js.map +1 -1
- package/dist/bridge/domains/ui.js +3 -1
- package/dist/bridge/domains/ui.js.map +1 -1
- package/dist/bridge/index.d.ts +5 -5
- package/dist/bridge/index.js +6 -9
- package/dist/bridge/index.js.map +1 -1
- package/dist/bridge/registry.js +3 -5
- package/dist/bridge/registry.js.map +1 -1
- package/dist/bridge/session-supervisor.d.ts +6 -3
- package/dist/bridge/session-supervisor.js +122 -34
- package/dist/bridge/session-supervisor.js.map +1 -1
- package/dist/bridge/types.d.ts +6 -5
- package/dist/bridge/types.js +16 -2
- package/dist/bridge/types.js.map +1 -1
- package/dist/catalog-protocol.d.ts +64 -0
- package/dist/catalog-protocol.js +460 -0
- package/dist/catalog-protocol.js.map +1 -0
- package/dist/cli-commands/command.js +84 -61
- package/dist/cli-commands/command.js.map +1 -1
- package/dist/cli-commands/extensions.js +70 -50
- package/dist/cli-commands/extensions.js.map +1 -1
- package/dist/cli-commands/instances.js +1 -1
- package/dist/cli-commands/instances.js.map +1 -1
- package/dist/cli-process-owners.d.ts +6 -0
- package/dist/cli-process-owners.js +27 -0
- package/dist/cli-process-owners.js.map +1 -0
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +20 -5
- package/dist/cli.js.map +1 -1
- package/dist/contracts/command-contract.js +14 -4
- package/dist/contracts/command-contract.js.map +1 -1
- package/dist/doctor.d.ts +4 -6
- package/dist/doctor.js +429 -398
- package/dist/doctor.js.map +1 -1
- package/dist/editor-blocker-observer.d.ts +2 -1
- package/dist/editor-blocker-observer.js +40 -13
- package/dist/editor-blocker-observer.js.map +1 -1
- package/dist/extension-availability.d.ts +27 -9
- package/dist/extension-availability.js +96 -56
- package/dist/extension-availability.js.map +1 -1
- package/dist/extensions/descriptor-loader.d.ts +2 -2
- package/dist/extensions/descriptor-loader.js +3 -4
- package/dist/extensions/descriptor-loader.js.map +1 -1
- package/dist/extensions/index.d.ts +1 -1
- package/dist/extensions/index.js +1 -1
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/installer.d.ts +24 -7
- package/dist/extensions/installer.js +142 -66
- package/dist/extensions/installer.js.map +1 -1
- package/dist/extensions/registry.js +3 -5
- package/dist/extensions/registry.js.map +1 -1
- package/dist/extensions/state-contract.d.ts +11 -0
- package/dist/extensions/state-contract.js +50 -0
- package/dist/extensions/state-contract.js.map +1 -0
- package/dist/instances.d.ts +13 -1
- package/dist/instances.js +26 -0
- package/dist/instances.js.map +1 -1
- package/dist/package-manager.d.ts +0 -24
- package/dist/package-manager.js +5 -58
- package/dist/package-manager.js.map +1 -1
- package/dist/project-tool-discovery.d.ts +5 -2
- package/dist/project-tool-discovery.js +22 -18
- package/dist/project-tool-discovery.js.map +1 -1
- package/dist/runtime-code.js +1 -1
- package/dist/runtime-code.js.map +1 -1
- package/dist/tool-name.d.ts +4 -0
- package/dist/tool-name.js +15 -0
- package/dist/tool-name.js.map +1 -0
- package/dist/tools/.generated-completion-registry.d.ts +2 -0
- package/dist/tools/.generated-completion-registry.js +763 -325
- package/dist/tools/.generated-completion-registry.js.map +1 -1
- package/dist/tools/.generated-registry.d.ts +6 -11
- package/dist/tools/.generated-registry.js +6 -11
- package/dist/tools/.generated-registry.js.map +1 -1
- package/dist/tools/.generated-schemas.js +11 -16
- package/dist/tools/.generated-schemas.js.map +1 -1
- package/dist/tools/asset/refresh-status.d.ts +3 -0
- package/dist/tools/asset/refresh-status.js +12 -0
- package/dist/tools/asset/refresh-status.js.map +1 -0
- package/dist/tools/asset/refresh.js +7 -3
- package/dist/tools/asset/refresh.js.map +1 -1
- package/dist/tools/build/player-status.d.ts +3 -0
- package/dist/tools/build/player-status.js +12 -0
- package/dist/tools/build/player-status.js.map +1 -0
- package/dist/tools/build/run.js +1 -1
- package/dist/tools/build/run.js.map +1 -1
- package/dist/tools/catalog-control.d.ts +22 -0
- package/dist/tools/catalog-control.js +335 -0
- package/dist/tools/catalog-control.js.map +1 -0
- package/dist/tools/catalog.d.ts +7 -9
- package/dist/tools/catalog.js +66 -45
- package/dist/tools/catalog.js.map +1 -1
- package/dist/tools/commands.d.ts +1 -1
- package/dist/tools/commands.js +44 -11
- package/dist/tools/commands.js.map +1 -1
- package/dist/tools/define.js +3 -2
- package/dist/tools/define.js.map +1 -1
- package/dist/tools/dispatcher.d.ts +53 -6
- package/dist/tools/dispatcher.js +277 -108
- package/dist/tools/dispatcher.js.map +1 -1
- package/dist/tools/editor/compile.js +1 -1
- package/dist/tools/editor/compile.js.map +1 -1
- package/dist/tools/editor/play-mode-status.d.ts +3 -0
- package/dist/tools/editor/play-mode-status.js +12 -0
- package/dist/tools/editor/play-mode-status.js.map +1 -0
- package/dist/tools/editor/readiness.d.ts +0 -1
- package/dist/tools/editor/readiness.js +0 -1
- package/dist/tools/editor/readiness.js.map +1 -1
- package/dist/tools/editor/refresh.d.ts +7 -3
- package/dist/tools/editor/refresh.js +20 -15
- package/dist/tools/editor/refresh.js.map +1 -1
- package/dist/tools/editor/state.d.ts +2 -2
- package/dist/tools/editor/state.js +13 -12
- package/dist/tools/editor/state.js.map +1 -1
- package/dist/tools/metadata/derived.js +1 -7
- package/dist/tools/metadata/derived.js.map +1 -1
- package/dist/tools/metadata/status.js +1 -12
- package/dist/tools/metadata/status.js.map +1 -1
- package/dist/tools/metadata/types.d.ts +0 -2
- package/dist/tools/navmesh/live.js +1 -1
- package/dist/tools/navmesh/live.js.map +1 -1
- package/dist/tools/occlusion/live.js +1 -1
- package/dist/tools/occlusion/live.js.map +1 -1
- package/dist/tools/package/deploy.js +2 -2
- package/dist/tools/package/deploy.js.map +1 -1
- package/dist/tools/package/embed.js +1 -1
- package/dist/tools/package/embed.js.map +1 -1
- package/dist/tools/package/install-status.d.ts +3 -0
- package/dist/tools/package/install-status.js +12 -0
- package/dist/tools/package/install-status.js.map +1 -0
- package/dist/tools/package/install.js +3 -3
- package/dist/tools/package/install.js.map +1 -1
- package/dist/tools/package/live-resolve.js +45 -12
- package/dist/tools/package/live-resolve.js.map +1 -1
- package/dist/tools/package/registry-clear.js.map +1 -1
- package/dist/tools/package/registry-set.js.map +1 -1
- package/dist/tools/package/remove-status.d.ts +3 -0
- package/dist/tools/package/remove-status.js +12 -0
- package/dist/tools/package/remove-status.js.map +1 -0
- package/dist/tools/package/remove.js +3 -3
- package/dist/tools/package/remove.js.map +1 -1
- package/dist/tools/package/resolve.js +3 -3
- package/dist/tools/package/resolve.js.map +1 -1
- package/dist/tools/package/restore.js +2 -2
- package/dist/tools/package/restore.js.map +1 -1
- package/dist/tools/package/scoped-registry-add.js.map +1 -1
- package/dist/tools/status/support.d.ts +13 -0
- package/dist/tools/status/support.js +28 -0
- package/dist/tools/status/support.js.map +1 -0
- package/dist/tools/test/cancel.js +2 -2
- package/dist/tools/test/cancel.js.map +1 -1
- package/dist/tools/test/run-status.d.ts +3 -0
- package/dist/tools/test/run-status.js +12 -0
- package/dist/tools/test/run-status.js.map +1 -0
- package/dist/tools/test/run.js +7 -4
- package/dist/tools/test/run.js.map +1 -1
- package/dist/tools/tools/group-summaries.js +10 -14
- package/dist/tools/tools/group-summaries.js.map +1 -1
- package/docs/architecture.md +4 -4
- package/docs/availability-differences.md +4 -4
- package/docs/command-execution.md +4 -3
- package/docs/error-codes.md +13 -5
- package/docs/extensions.md +1 -7
- package/docs/risk-and-side-effects.md +4 -3
- package/docs/safety-boundaries.md +3 -1
- package/docs/target-and-instance.md +1 -1
- package/docs/tool-discovery.md +17 -10
- package/docs/tool-execution.md +18 -7
- package/extensions/cinemachine/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/hdrp/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/probuilder/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/urp/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/vfx-graph/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/package.json +2 -4
- package/skills/unitycli/SKILL.md +11 -2
- package/skills/unitycli/manifest.json +1 -1
- package/skills/unitycli/references/operation-protocol.md +3 -3
- package/unitypkg/Editor/AssemblyInfo.cs +5 -0
- package/unitypkg/Editor/Bridge/BridgeCommandRegistry.cs +49 -14
- package/unitypkg/Editor/Bridge/BridgeHttpServer.cs +9 -35
- package/unitypkg/Editor/Bridge/BridgeQueueState.cs +672 -0
- package/unitypkg/Editor/Bridge/BridgeWorkQueue.cs +970 -120
- package/unitypkg/Editor/BridgeStartupStateMachine.cs +59 -1
- package/unitypkg/Editor/Commands/ProjectToolCommands.cs +4 -0
- package/unitypkg/Editor/Commands/RuntimeToolCommands.cs +3 -0
- package/unitypkg/Editor/Generated/UnityCliToolCompletionRegistry.g.cs +379 -14
- package/unitypkg/Editor/Infrastructure/CodeExecSupport.cs +28 -13
- package/unitypkg/Editor/Infrastructure/RegistryOwnershipResolver.cs +132 -105
- package/unitypkg/Editor/Infrastructure/UnityCliActiveOperation.cs +138 -29
- package/unitypkg/Editor/Infrastructure/UnityCliAdmission.cs +1856 -237
- package/unitypkg/Editor/Infrastructure/UnityCliDoctorDiagnostics.cs +220 -0
- package/unitypkg/Editor/Infrastructure/UnityCliDurableStatusCoordinator.cs +118 -0
- package/unitypkg/Editor/Infrastructure/UnityCliEditorStateSnapshot.cs +2 -1
- package/unitypkg/Editor/Infrastructure/UnityCliHierarchyPager.cs +203 -0
- package/unitypkg/Editor/Infrastructure/UnityCliInstanceCleanup.cs +2 -1
- package/unitypkg/Editor/Infrastructure/UnityCliInstanceRegistry.cs +201 -63
- package/unitypkg/Editor/Infrastructure/UnityCliJson.cs +2 -3
- package/unitypkg/Editor/Infrastructure/UnityCliLiveBuildCoordinator.cs +289 -46
- package/unitypkg/Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs +87 -53
- package/unitypkg/Editor/Infrastructure/UnityCliNavMeshBakeCoordinator.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliObjectRef.cs +128 -25
- package/unitypkg/Editor/Infrastructure/UnityCliObjectSerializer.cs +435 -327
- package/unitypkg/Editor/Infrastructure/UnityCliOcclusionBakeCoordinator.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliOperationCoordinator.cs +351 -53
- package/unitypkg/Editor/Infrastructure/UnityCliPackageResolveCoordinator.cs +118 -18
- package/unitypkg/Editor/Infrastructure/UnityCliPackageResolveState.cs +20 -1
- package/unitypkg/Editor/Infrastructure/UnityCliReadGeneration.cs +97 -0
- package/unitypkg/Editor/Infrastructure/UnityCliReflection.cs +644 -133
- package/unitypkg/Editor/Infrastructure/UnityCliReloadOperation.cs +128 -41
- package/unitypkg/Editor/Infrastructure/UnityCliRuntimeExecutor.cs +14 -84
- package/unitypkg/Editor/Infrastructure/UnityCliSerializer.cs +220 -0
- package/unitypkg/Editor/Infrastructure/UnityCliSessionMutationLease.cs +69 -29
- package/unitypkg/Editor/Infrastructure/UnityCliTestRunCoordinator.cs +440 -54
- package/unitypkg/Editor/Infrastructure/UnityCliWaiter.cs +128 -35
- package/unitypkg/Editor/ProjectTools/IUnityCliTool.cs +9 -1
- package/unitypkg/Editor/ProjectTools/OfficialAttributeToolRegistry.cs +32 -31
- package/unitypkg/Editor/ProjectTools/ProjectToolRegistry.cs +607 -458
- package/unitypkg/Editor/ProjectTools/ProjectToolSchemaValidator.cs +35 -7
- package/unitypkg/Editor/ProjectTools/RegisteredTool.cs +501 -60
- package/unitypkg/Editor/ProjectTools/UnityCliProjectToolContext.cs +21 -0
- package/unitypkg/Editor/ProjectTools/UnityCliSchemaDeriver.cs +36 -7
- package/unitypkg/Editor/ProjectTools/UnityCliToolName.cs +30 -0
- package/unitypkg/Editor/Properties/AssemblyInfo.cs +3 -0
- package/unitypkg/Editor/Tools/asset/get-data.cs +16 -7
- package/unitypkg/Editor/Tools/build/BuildSceneStateTool.cs +23 -3
- package/unitypkg/Editor/Tools/build/BuildToolDtos.cs +2 -1
- package/unitypkg/Editor/Tools/build/scene/add.cs +6 -3
- package/unitypkg/Editor/Tools/build/scene/disable.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/enable.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/list.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/remove.cs +13 -3
- package/unitypkg/Editor/Tools/camera/CameraToolSupport.cs +38 -38
- package/unitypkg/Editor/Tools/camera/multiview.cs +13 -6
- package/unitypkg/Editor/Tools/camera/screenshot.cs +14 -7
- package/unitypkg/Editor/Tools/component/get.cs +16 -9
- package/unitypkg/Editor/Tools/component/modify.cs +6 -4
- package/unitypkg/Editor/Tools/console/clear.cs +7 -6
- package/unitypkg/Editor/Tools/console/get.cs +48 -16
- package/unitypkg/Editor/Tools/editor/EditorToolSupport.cs +143 -28
- package/unitypkg/Editor/Tools/editor/menu-items.cs +1 -1
- package/unitypkg/Editor/Tools/editor/play.cs +2 -11
- package/unitypkg/Editor/Tools/editor/selection.cs +1 -1
- package/unitypkg/Editor/Tools/editor/stop.cs +2 -11
- package/unitypkg/Editor/Tools/editor/windows.cs +1 -1
- package/unitypkg/Editor/Tools/go/GameObjectToolSupport.cs +54 -4
- package/unitypkg/Editor/Tools/go/delete.cs +1 -1
- package/unitypkg/Editor/Tools/go/find.cs +167 -70
- package/unitypkg/Editor/Tools/graphics/GraphicsToolSupport.cs +25 -0
- package/unitypkg/Editor/Tools/graphics/light-probe-group.cs +9 -3
- package/unitypkg/Editor/Tools/graphics/pipeline-info.cs +1 -1
- package/unitypkg/Editor/Tools/graphics/pipeline-settings.cs +1 -1
- package/unitypkg/Editor/Tools/graphics/quality.cs +2 -2
- package/unitypkg/Editor/Tools/graphics/reflection-probe.cs +3 -3
- package/unitypkg/Editor/Tools/graphics/stats.cs +1 -1
- package/unitypkg/Editor/Tools/object/ObjectToolSupport.cs +4 -4
- package/unitypkg/Editor/Tools/object/get-data.cs +9 -7
- package/unitypkg/Editor/Tools/object/modify.cs +7 -5
- package/unitypkg/Editor/Tools/physics/raycast.cs +24 -6
- package/unitypkg/Editor/Tools/prefab/stage.cs +1 -1
- package/unitypkg/Editor/Tools/profiler/ProfilerFrameDebuggerSupport.cs +94 -21
- package/unitypkg/Editor/Tools/profiler/ProfilerMemorySnapshotSupport.cs +397 -10
- package/unitypkg/Editor/Tools/profiler/ProfilerToolSupport.cs +18 -4
- package/unitypkg/Editor/Tools/profiler/frame-debugger/enable.cs +1 -1
- package/unitypkg/Editor/Tools/profiler/frame-debugger/events.cs +88 -87
- package/unitypkg/Editor/Tools/profiler/hierarchy.cs +278 -112
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/compare.cs +9 -5
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/list.cs +37 -35
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/take.cs +99 -97
- package/unitypkg/Editor/Tools/project/info.cs +1 -1
- package/unitypkg/Editor/Tools/project/layers.cs +1 -1
- package/unitypkg/Editor/Tools/project/tags.cs +1 -1
- package/unitypkg/Editor/Tools/reflection/method/call.cs +9 -7
- package/unitypkg/Editor/Tools/reflection/method/find.cs +27 -37
- package/unitypkg/Editor/Tools/reflection/type/schema.cs +24 -28
- package/unitypkg/Editor/Tools/scene/gameobject/component.cs +8 -5
- package/unitypkg/Editor/Tools/scene/gameobject/components.cs +10 -7
- package/unitypkg/Editor/Tools/scene/gameobject-support.cs +104 -8
- package/unitypkg/Editor/Tools/scene/gameobject.cs +37 -16
- package/unitypkg/Editor/Tools/scene/hierarchy.cs +146 -142
- package/unitypkg/Editor/Tools/screenshot/EditorElementCaptureToolSupport.cs +77 -25
- package/unitypkg/Editor/Tools/screenshot/ScreenshotToolSupport.cs +315 -95
- package/unitypkg/Editor/Tools/screenshot/editor-element.cs +7 -5
- package/unitypkg/Editor/Tools/screenshot/game-view.cs +35 -21
- package/unitypkg/Editor/Tools/screenshot/isolated-object.cs +29 -23
- package/unitypkg/Editor/Tools/screenshot/orbit.cs +37 -25
- package/unitypkg/Editor/Tools/screenshot/scene-view.cs +25 -18
- package/unitypkg/Editor/Tools/screenshot/screen.cs +177 -17
- package/unitypkg/Editor/Tools/screenshot/surround.cs +83 -79
- package/unitypkg/Editor/Tools/ui/render-preview.cs +16 -11
- package/unitypkg/Editor/UnityCliBridge.cs +97 -34
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeBridge.cs +753 -122
- package/unitypkg/Runtime/Properties/AssemblyInfo.cs +5 -0
- package/unitypkg/Runtime/UnityCli.Runtime.asmdef +1 -1
- package/unitypkg/Shared/AssemblyInfo.cs +4 -0
- package/unitypkg/Shared/UnityCliAdmissionPool.cs +265 -75
- package/unitypkg/Shared/UnityCliBridgeQueuePolicy.cs +410 -0
- package/unitypkg/Shared/UnityCliBridgeWorkItemState.cs +47 -0
- package/unitypkg/Shared/UnityCliExceptionProjection.cs +151 -0
- package/unitypkg/Shared/UnityCliQueuePublication.cs +30 -0
- package/unitypkg/Shared/UnityCliRequestBudget.cs +352 -0
- package/unitypkg/Shared/UnityCliRuntimeRequestPublication.cs +107 -0
- package/unitypkg/Tests/Editor/UnityCli.Editor.Tests.asmdef +2 -2
- package/unitypkg/Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs +1329 -0
- package/unitypkg/Tests/Editor/UnityCliAdmissionPoolTests.cs +311 -114
- package/unitypkg/Tests/Editor/UnityCliAdmissionRepairStateTests.cs +94 -0
- package/unitypkg/Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs +1229 -0
- package/unitypkg/Tests/Editor/UnityCliBridgeQueuePolicyTests.cs +412 -0
- package/unitypkg/Tests/Editor/UnityCliContinuationIntegrationTests.cs +292 -0
- package/unitypkg/Tests/Editor/UnityCliDiagnosticBoundaryTests.cs +120 -0
- package/unitypkg/Tests/Editor/UnityCliDurableStatusTests.cs +84 -0
- package/unitypkg/Tests/Editor/UnityCliExceptionProjectionTests.cs +72 -0
- package/unitypkg/Tests/Editor/UnityCliInstancePublicationRetryTests.cs +180 -97
- package/unitypkg/Tests/Editor/UnityCliMemoryReflectionIntegrationTests.cs +434 -0
- package/unitypkg/Tests/Editor/UnityCliRequestBudgetTests.cs +615 -0
- package/unitypkg/Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs +520 -0
- package/unitypkg/Tests/Editor/UnityCliToolCatalogTests.cs +562 -0
- package/unitypkg/Tests/Runtime/UnityCli.Runtime.Tests.asmdef +23 -0
- package/unitypkg/Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs +29 -0
- package/unitypkg/package.json +1 -1
- package/contracts/static-capability-catalog.json +0 -48226
- package/dist/bridge/domains/diagnose.d.ts +0 -2
- package/dist/bridge/domains/diagnose.js +0 -11
- package/dist/bridge/domains/diagnose.js.map +0 -1
- package/dist/bridge/domains/extension.d.ts +0 -8
- package/dist/bridge/domains/extension.js +0 -20
- package/dist/bridge/domains/extension.js.map +0 -1
- package/dist/capabilities.d.ts +0 -5
- package/dist/capabilities.js +0 -84
- package/dist/capabilities.js.map +0 -1
- package/dist/static-capability-catalog.d.ts +0 -13
- package/dist/static-capability-catalog.js +0 -41
- package/dist/static-capability-catalog.js.map +0 -1
- package/dist/tools/diagnose/capabilities.d.ts +0 -13
- package/dist/tools/diagnose/capabilities.js +0 -34
- package/dist/tools/diagnose/capabilities.js.map +0 -1
- package/dist/tools/package/info.d.ts +0 -19
- package/dist/tools/package/info.js +0 -27
- package/dist/tools/package/info.js.map +0 -1
- package/dist/tools/package/list.d.ts +0 -27
- package/dist/tools/package/list.js +0 -21
- package/dist/tools/package/list.js.map +0 -1
- package/dist/tools/package/registry-get.d.ts +0 -10
- package/dist/tools/package/registry-get.js +0 -22
- package/dist/tools/package/registry-get.js.map +0 -1
- package/dist/tools/package/scoped-registry-list.d.ts +0 -14
- package/dist/tools/package/scoped-registry-list.js +0 -22
- package/dist/tools/package/scoped-registry-list.js.map +0 -1
- package/dist/tools/package/search.d.ts +0 -17
- package/dist/tools/package/search.js +0 -39
- package/dist/tools/package/search.js.map +0 -1
- package/dist/tools/package/status.d.ts +0 -21
- package/dist/tools/package/status.js +0 -37
- package/dist/tools/package/status.js.map +0 -1
- package/dist/tools/tools/describe.d.ts +0 -27
- package/dist/tools/tools/describe.js +0 -35
- package/dist/tools/tools/describe.js.map +0 -1
- package/dist/tools/tools/group-list.d.ts +0 -16
- package/dist/tools/tools/group-list.js +0 -38
- package/dist/tools/tools/group-list.js.map +0 -1
- package/dist/tools/tools/group.d.ts +0 -13
- package/dist/tools/tools/group.js +0 -34
- package/dist/tools/tools/group.js.map +0 -1
- package/dist/tools/tools/pagination.d.ts +0 -17
- package/dist/tools/tools/pagination.js +0 -28
- package/dist/tools/tools/pagination.js.map +0 -1
- package/dist/tools/tools/search.d.ts +0 -15
- package/dist/tools/tools/search.js +0 -42
- package/dist/tools/tools/search.js.map +0 -1
- package/unitypkg/Editor/Tools/diagnose/preflight.cs +0 -269
- package/unitypkg/Editor/Tools/editor/console.cs +0 -26
- package/unitypkg/Editor/Tools/extension/status.cs +0 -87
- package/unitypkg/Editor/Tools/go/inspect.cs +0 -49
- package/unitypkg/Editor/Tools/graphics/pipeline-quality.cs +0 -24
- package/unitypkg/Editor/Tools/graphics/probe-positions.cs +0 -58
- package/unitypkg/Editor/Tools/graphics/settings.cs +0 -104
- package/unitypkg/Editor/Tools/graphics/stats-counters.cs +0 -28
- package/unitypkg/Editor/Tools/graphics/stats-memory.cs +0 -21
- package/unitypkg/Editor/Tools/instances/list.cs +0 -71
- package/unitypkg/Editor/Tools/physics/raycast-all.cs +0 -67
- package/unitypkg/Editor/Tools/scene/build-settings.cs +0 -69
- package/unitypkg/Editor/Tools/scene/data.cs +0 -125
- package/unitypkg/Editor/Tools/tests/list.cs +0 -98
|
@@ -12,6 +12,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
12
12
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
13
13
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
14
14
|
"completionDriverId": "atomic-typed-result-v1",
|
|
15
|
+
"assemblyName": "UnityCli.Editor",
|
|
16
|
+
"implementationType": "UnityCli.AnimationClipTool",
|
|
15
17
|
"journalPolicy": "none",
|
|
16
18
|
"mutation": false
|
|
17
19
|
},
|
|
@@ -26,6 +28,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
26
28
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
27
29
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
28
30
|
"completionDriverId": "atomic-typed-result-v1",
|
|
31
|
+
"assemblyName": "UnityCli.Editor",
|
|
32
|
+
"implementationType": "UnityCli.AnimationClipCreateTool",
|
|
29
33
|
"journalPolicy": "required",
|
|
30
34
|
"mutation": true
|
|
31
35
|
},
|
|
@@ -40,6 +44,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
40
44
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
41
45
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
42
46
|
"completionDriverId": "atomic-typed-result-v1",
|
|
47
|
+
"assemblyName": "UnityCli.Editor",
|
|
48
|
+
"implementationType": "UnityCli.AnimationClipModifyTool",
|
|
43
49
|
"journalPolicy": "required",
|
|
44
50
|
"mutation": true
|
|
45
51
|
},
|
|
@@ -54,6 +60,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
54
60
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
55
61
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
56
62
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
63
|
+
"assemblyName": "UnityCli.Editor",
|
|
64
|
+
"implementationType": "UnityCli.AnimationPlayTool",
|
|
57
65
|
"journalPolicy": "required",
|
|
58
66
|
"mutation": true
|
|
59
67
|
},
|
|
@@ -68,6 +76,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
68
76
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
69
77
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
70
78
|
"completionDriverId": "atomic-typed-result-v1",
|
|
79
|
+
"assemblyName": "UnityCli.Editor",
|
|
80
|
+
"implementationType": "UnityCli.AnimationStateTool",
|
|
71
81
|
"journalPolicy": "none",
|
|
72
82
|
"mutation": false
|
|
73
83
|
},
|
|
@@ -82,6 +92,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
82
92
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
83
93
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
84
94
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
95
|
+
"assemblyName": "UnityCli.Editor",
|
|
96
|
+
"implementationType": "UnityCli.AnimationStopTool",
|
|
85
97
|
"journalPolicy": "required",
|
|
86
98
|
"mutation": true
|
|
87
99
|
},
|
|
@@ -96,6 +108,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
96
108
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
97
109
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
98
110
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
111
|
+
"assemblyName": "UnityCli.Editor",
|
|
112
|
+
"implementationType": "UnityCli.AnimatorCrossfadeTool",
|
|
99
113
|
"journalPolicy": "required",
|
|
100
114
|
"mutation": true
|
|
101
115
|
},
|
|
@@ -110,6 +124,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
110
124
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
111
125
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
112
126
|
"completionDriverId": "atomic-typed-result-v1",
|
|
127
|
+
"assemblyName": "UnityCli.Editor",
|
|
128
|
+
"implementationType": "UnityCli.AnimatorGetInfoTool",
|
|
113
129
|
"journalPolicy": "none",
|
|
114
130
|
"mutation": false
|
|
115
131
|
},
|
|
@@ -124,6 +140,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
124
140
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
125
141
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
126
142
|
"completionDriverId": "atomic-typed-result-v1",
|
|
143
|
+
"assemblyName": "UnityCli.Editor",
|
|
144
|
+
"implementationType": "UnityCli.AnimatorGetParameterTool",
|
|
127
145
|
"journalPolicy": "none",
|
|
128
146
|
"mutation": false
|
|
129
147
|
},
|
|
@@ -138,6 +156,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
138
156
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
139
157
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
140
158
|
"completionDriverId": "atomic-typed-result-v1",
|
|
159
|
+
"assemblyName": "UnityCli.Editor",
|
|
160
|
+
"implementationType": "UnityCli.AnimatorSetEnabledTool",
|
|
141
161
|
"journalPolicy": "required",
|
|
142
162
|
"mutation": true
|
|
143
163
|
},
|
|
@@ -152,6 +172,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
152
172
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
153
173
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
154
174
|
"completionDriverId": "atomic-typed-result-v1",
|
|
175
|
+
"assemblyName": "UnityCli.Editor",
|
|
176
|
+
"implementationType": "UnityCli.AnimatorSetParameterTool",
|
|
155
177
|
"journalPolicy": "required",
|
|
156
178
|
"mutation": true
|
|
157
179
|
},
|
|
@@ -166,6 +188,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
166
188
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
167
189
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
168
190
|
"completionDriverId": "atomic-typed-result-v1",
|
|
191
|
+
"assemblyName": "UnityCli.Editor",
|
|
192
|
+
"implementationType": "UnityCli.AnimatorSetSpeedTool",
|
|
169
193
|
"journalPolicy": "required",
|
|
170
194
|
"mutation": true
|
|
171
195
|
},
|
|
@@ -180,6 +204,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
180
204
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
181
205
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
182
206
|
"completionDriverId": "atomic-typed-result-v1",
|
|
207
|
+
"assemblyName": "UnityCli.Editor",
|
|
208
|
+
"implementationType": "UnityCli.AssetCreateTool",
|
|
183
209
|
"journalPolicy": "required",
|
|
184
210
|
"mutation": true
|
|
185
211
|
},
|
|
@@ -194,6 +220,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
194
220
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
195
221
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
196
222
|
"completionDriverId": "atomic-typed-result-v1",
|
|
223
|
+
"assemblyName": "UnityCli.Editor",
|
|
224
|
+
"implementationType": "UnityCli.AssetDeleteTool",
|
|
197
225
|
"journalPolicy": "required",
|
|
198
226
|
"mutation": true
|
|
199
227
|
},
|
|
@@ -208,6 +236,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
208
236
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
209
237
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
210
238
|
"completionDriverId": "atomic-typed-result-v1",
|
|
239
|
+
"assemblyName": "UnityCli.Editor",
|
|
240
|
+
"implementationType": "UnityCli.AssetDuplicateTool",
|
|
211
241
|
"journalPolicy": "required",
|
|
212
242
|
"mutation": true
|
|
213
243
|
},
|
|
@@ -222,6 +252,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
222
252
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
223
253
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
224
254
|
"completionDriverId": "atomic-typed-result-v1",
|
|
255
|
+
"assemblyName": "UnityCli.Editor",
|
|
256
|
+
"implementationType": "UnityCli.AssetGetComponentsTool",
|
|
225
257
|
"journalPolicy": "none",
|
|
226
258
|
"mutation": false
|
|
227
259
|
},
|
|
@@ -236,6 +268,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
236
268
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
237
269
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
238
270
|
"completionDriverId": "atomic-typed-result-v1",
|
|
271
|
+
"assemblyName": "UnityCli.Editor",
|
|
272
|
+
"implementationType": "UnityCli.AssetGetDataTool",
|
|
239
273
|
"journalPolicy": "none",
|
|
240
274
|
"mutation": false
|
|
241
275
|
},
|
|
@@ -250,6 +284,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
250
284
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
251
285
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
252
286
|
"completionDriverId": "external-terminal-readback-v1",
|
|
287
|
+
"assemblyName": "UnityCli.Editor",
|
|
288
|
+
"implementationType": "UnityCli.AssetImportTool",
|
|
253
289
|
"journalPolicy": "required",
|
|
254
290
|
"mutation": true
|
|
255
291
|
},
|
|
@@ -264,6 +300,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
264
300
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
265
301
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
266
302
|
"completionDriverId": "atomic-typed-result-v1",
|
|
303
|
+
"assemblyName": "UnityCli.Editor",
|
|
304
|
+
"implementationType": "UnityCli.AssetImportSettingsTool",
|
|
267
305
|
"journalPolicy": "none",
|
|
268
306
|
"mutation": false
|
|
269
307
|
},
|
|
@@ -278,6 +316,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
278
316
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
279
317
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
280
318
|
"completionDriverId": "atomic-typed-result-v1",
|
|
319
|
+
"assemblyName": "UnityCli.Editor",
|
|
320
|
+
"implementationType": "UnityCli.AssetImportSettingsSetTool",
|
|
281
321
|
"journalPolicy": "required",
|
|
282
322
|
"mutation": true
|
|
283
323
|
},
|
|
@@ -292,6 +332,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
292
332
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
293
333
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
294
334
|
"completionDriverId": "atomic-typed-result-v1",
|
|
335
|
+
"assemblyName": "UnityCli.Editor",
|
|
336
|
+
"implementationType": "UnityCli.AssetInfoTool",
|
|
295
337
|
"journalPolicy": "none",
|
|
296
338
|
"mutation": false
|
|
297
339
|
},
|
|
@@ -306,6 +348,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
306
348
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
307
349
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
308
350
|
"completionDriverId": "atomic-typed-result-v1",
|
|
351
|
+
"assemblyName": "UnityCli.Editor",
|
|
352
|
+
"implementationType": "UnityCli.AssetModifyTool",
|
|
309
353
|
"journalPolicy": "required",
|
|
310
354
|
"mutation": true
|
|
311
355
|
},
|
|
@@ -320,6 +364,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
320
364
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
321
365
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
322
366
|
"completionDriverId": "atomic-typed-result-v1",
|
|
367
|
+
"assemblyName": "UnityCli.Editor",
|
|
368
|
+
"implementationType": "UnityCli.AssetMoveTool",
|
|
323
369
|
"journalPolicy": "required",
|
|
324
370
|
"mutation": true
|
|
325
371
|
},
|
|
@@ -334,6 +380,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
334
380
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
335
381
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
336
382
|
"completionDriverId": "atomic-typed-result-v1",
|
|
383
|
+
"assemblyName": "UnityCli.Editor",
|
|
384
|
+
"implementationType": "UnityCli.AssetPreviewTool",
|
|
337
385
|
"journalPolicy": "required",
|
|
338
386
|
"mutation": true
|
|
339
387
|
},
|
|
@@ -351,6 +399,20 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
351
399
|
"journalPolicy": "required",
|
|
352
400
|
"mutation": true
|
|
353
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"toolName": "asset.refresh.status",
|
|
404
|
+
"descriptorOwner": "ts-local",
|
|
405
|
+
"deliveryMode": "direct-terminal",
|
|
406
|
+
"executionClass": "atomic",
|
|
407
|
+
"completionPredicate": "typed-business-terminal",
|
|
408
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
409
|
+
"reloadPolicy": "caller-responsibility",
|
|
410
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
411
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
412
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
413
|
+
"journalPolicy": "none",
|
|
414
|
+
"mutation": false
|
|
415
|
+
},
|
|
354
416
|
{
|
|
355
417
|
"toolName": "asset.rename",
|
|
356
418
|
"descriptorOwner": "built-in",
|
|
@@ -362,6 +424,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
362
424
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
363
425
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
364
426
|
"completionDriverId": "atomic-typed-result-v1",
|
|
427
|
+
"assemblyName": "UnityCli.Editor",
|
|
428
|
+
"implementationType": "UnityCli.AssetRenameTool",
|
|
365
429
|
"journalPolicy": "required",
|
|
366
430
|
"mutation": true
|
|
367
431
|
},
|
|
@@ -376,6 +440,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
376
440
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
377
441
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
378
442
|
"completionDriverId": "atomic-typed-result-v1",
|
|
443
|
+
"assemblyName": "UnityCli.Editor",
|
|
444
|
+
"implementationType": "UnityCli.AssetSearchTool",
|
|
379
445
|
"journalPolicy": "none",
|
|
380
446
|
"mutation": false
|
|
381
447
|
},
|
|
@@ -390,6 +456,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
390
456
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
391
457
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
392
458
|
"completionDriverId": "atomic-typed-result-v1",
|
|
459
|
+
"assemblyName": "UnityCli.Editor",
|
|
460
|
+
"implementationType": "UnityCli.AssetSearchBuiltInTool",
|
|
393
461
|
"journalPolicy": "none",
|
|
394
462
|
"mutation": false
|
|
395
463
|
},
|
|
@@ -404,6 +472,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
404
472
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
405
473
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
406
474
|
"completionDriverId": "atomic-typed-result-v1",
|
|
475
|
+
"assemblyName": "UnityCli.Editor",
|
|
476
|
+
"implementationType": "UnityCli.BuildPlatformGetTool",
|
|
407
477
|
"journalPolicy": "none",
|
|
408
478
|
"mutation": false
|
|
409
479
|
},
|
|
@@ -418,9 +488,25 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
418
488
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
419
489
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
420
490
|
"completionDriverId": "external-terminal-readback-v1",
|
|
491
|
+
"assemblyName": "UnityCli.Editor",
|
|
492
|
+
"implementationType": "UnityCli.BuildPlatformSetTool",
|
|
421
493
|
"journalPolicy": "required",
|
|
422
494
|
"mutation": true
|
|
423
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"toolName": "build.player.status",
|
|
498
|
+
"descriptorOwner": "ts-local",
|
|
499
|
+
"deliveryMode": "direct-terminal",
|
|
500
|
+
"executionClass": "atomic",
|
|
501
|
+
"completionPredicate": "typed-business-terminal",
|
|
502
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
503
|
+
"reloadPolicy": "caller-responsibility",
|
|
504
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
505
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
506
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
507
|
+
"journalPolicy": "none",
|
|
508
|
+
"mutation": false
|
|
509
|
+
},
|
|
424
510
|
{
|
|
425
511
|
"toolName": "build.profile.create",
|
|
426
512
|
"descriptorOwner": "built-in",
|
|
@@ -432,6 +518,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
432
518
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
433
519
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
434
520
|
"completionDriverId": "atomic-typed-result-v1",
|
|
521
|
+
"assemblyName": "UnityCli.Editor",
|
|
522
|
+
"implementationType": "UnityCli.BuildProfileCreateTool",
|
|
435
523
|
"journalPolicy": "required",
|
|
436
524
|
"mutation": true
|
|
437
525
|
},
|
|
@@ -446,6 +534,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
446
534
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
447
535
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
448
536
|
"completionDriverId": "atomic-typed-result-v1",
|
|
537
|
+
"assemblyName": "UnityCli.Editor",
|
|
538
|
+
"implementationType": "UnityCli.BuildProfileListTool",
|
|
449
539
|
"journalPolicy": "none",
|
|
450
540
|
"mutation": false
|
|
451
541
|
},
|
|
@@ -460,6 +550,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
460
550
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
461
551
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
462
552
|
"completionDriverId": "atomic-typed-result-v1",
|
|
553
|
+
"assemblyName": "UnityCli.Editor",
|
|
554
|
+
"implementationType": "UnityCli.BuildProfileModifyTool",
|
|
463
555
|
"journalPolicy": "required",
|
|
464
556
|
"mutation": true
|
|
465
557
|
},
|
|
@@ -474,6 +566,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
474
566
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
475
567
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
476
568
|
"completionDriverId": "external-terminal-readback-v1",
|
|
569
|
+
"assemblyName": "UnityCli.Editor",
|
|
570
|
+
"implementationType": "UnityCli.BuildProfileSwitchTool",
|
|
477
571
|
"journalPolicy": "required",
|
|
478
572
|
"mutation": true
|
|
479
573
|
},
|
|
@@ -502,6 +596,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
502
596
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
503
597
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
504
598
|
"completionDriverId": "atomic-typed-result-v1",
|
|
599
|
+
"assemblyName": "UnityCli.Editor",
|
|
600
|
+
"implementationType": "UnityCli.BuildSceneAddTool",
|
|
505
601
|
"journalPolicy": "required",
|
|
506
602
|
"mutation": true
|
|
507
603
|
},
|
|
@@ -516,6 +612,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
516
612
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
517
613
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
518
614
|
"completionDriverId": "atomic-typed-result-v1",
|
|
615
|
+
"assemblyName": "UnityCli.Editor",
|
|
616
|
+
"implementationType": "UnityCli.BuildSceneDisableTool",
|
|
519
617
|
"journalPolicy": "required",
|
|
520
618
|
"mutation": true
|
|
521
619
|
},
|
|
@@ -530,6 +628,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
530
628
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
531
629
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
532
630
|
"completionDriverId": "atomic-typed-result-v1",
|
|
631
|
+
"assemblyName": "UnityCli.Editor",
|
|
632
|
+
"implementationType": "UnityCli.BuildSceneEnableTool",
|
|
533
633
|
"journalPolicy": "required",
|
|
534
634
|
"mutation": true
|
|
535
635
|
},
|
|
@@ -544,6 +644,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
544
644
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
545
645
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
546
646
|
"completionDriverId": "atomic-typed-result-v1",
|
|
647
|
+
"assemblyName": "UnityCli.Editor",
|
|
648
|
+
"implementationType": "UnityCli.BuildSceneListTool",
|
|
547
649
|
"journalPolicy": "none",
|
|
548
650
|
"mutation": false
|
|
549
651
|
},
|
|
@@ -558,6 +660,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
558
660
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
559
661
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
560
662
|
"completionDriverId": "atomic-typed-result-v1",
|
|
663
|
+
"assemblyName": "UnityCli.Editor",
|
|
664
|
+
"implementationType": "UnityCli.BuildSceneRemoveTool",
|
|
561
665
|
"journalPolicy": "required",
|
|
562
666
|
"mutation": true
|
|
563
667
|
},
|
|
@@ -572,6 +676,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
572
676
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
573
677
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
574
678
|
"completionDriverId": "atomic-typed-result-v1",
|
|
679
|
+
"assemblyName": "UnityCli.Editor",
|
|
680
|
+
"implementationType": "UnityCli.BuildSettingsGetTool",
|
|
575
681
|
"journalPolicy": "none",
|
|
576
682
|
"mutation": false
|
|
577
683
|
},
|
|
@@ -586,6 +692,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
586
692
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
587
693
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
588
694
|
"completionDriverId": "atomic-typed-result-v1",
|
|
695
|
+
"assemblyName": "UnityCli.Editor",
|
|
696
|
+
"implementationType": "UnityCli.BuildSettingsSetTool",
|
|
589
697
|
"journalPolicy": "required",
|
|
590
698
|
"mutation": true
|
|
591
699
|
},
|
|
@@ -600,6 +708,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
600
708
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
601
709
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
602
710
|
"completionDriverId": "atomic-typed-result-v1",
|
|
711
|
+
"assemblyName": "UnityCli.Editor",
|
|
712
|
+
"implementationType": "UnityCli.CameraCreateTool",
|
|
603
713
|
"journalPolicy": "required",
|
|
604
714
|
"mutation": true
|
|
605
715
|
},
|
|
@@ -614,6 +724,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
614
724
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
615
725
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
616
726
|
"completionDriverId": "atomic-typed-result-v1",
|
|
727
|
+
"assemblyName": "UnityCli.Editor",
|
|
728
|
+
"implementationType": "UnityCli.CameraInfoTool",
|
|
617
729
|
"journalPolicy": "none",
|
|
618
730
|
"mutation": false
|
|
619
731
|
},
|
|
@@ -628,6 +740,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
628
740
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
629
741
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
630
742
|
"completionDriverId": "atomic-typed-result-v1",
|
|
743
|
+
"assemblyName": "UnityCli.Editor",
|
|
744
|
+
"implementationType": "UnityCli.CameraLensTool",
|
|
631
745
|
"journalPolicy": "required",
|
|
632
746
|
"mutation": true
|
|
633
747
|
},
|
|
@@ -642,6 +756,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
642
756
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
643
757
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
644
758
|
"completionDriverId": "atomic-typed-result-v1",
|
|
759
|
+
"assemblyName": "UnityCli.Editor",
|
|
760
|
+
"implementationType": "UnityCli.CameraListTool",
|
|
645
761
|
"journalPolicy": "none",
|
|
646
762
|
"mutation": false
|
|
647
763
|
},
|
|
@@ -656,6 +772,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
656
772
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
657
773
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
658
774
|
"completionDriverId": "atomic-typed-result-v1",
|
|
775
|
+
"assemblyName": "UnityCli.Editor",
|
|
776
|
+
"implementationType": "UnityCli.CameraMultiviewTool",
|
|
659
777
|
"journalPolicy": "required",
|
|
660
778
|
"mutation": true
|
|
661
779
|
},
|
|
@@ -670,6 +788,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
670
788
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
671
789
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
672
790
|
"completionDriverId": "external-terminal-readback-v1",
|
|
791
|
+
"assemblyName": "UnityCli.Editor",
|
|
792
|
+
"implementationType": "UnityCli.CameraScreenshotTool",
|
|
673
793
|
"journalPolicy": "required",
|
|
674
794
|
"mutation": true
|
|
675
795
|
},
|
|
@@ -684,6 +804,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
684
804
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
685
805
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
686
806
|
"completionDriverId": "atomic-typed-result-v1",
|
|
807
|
+
"assemblyName": "UnityCli.Editor",
|
|
808
|
+
"implementationType": "UnityCli.CameraTargetTool",
|
|
687
809
|
"journalPolicy": "required",
|
|
688
810
|
"mutation": true
|
|
689
811
|
},
|
|
@@ -698,6 +820,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
698
820
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
699
821
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
700
822
|
"completionDriverId": "atomic-typed-result-v1",
|
|
823
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
824
|
+
"implementationType": "UnityCli.Cinemachine.AimTool",
|
|
701
825
|
"journalPolicy": "required",
|
|
702
826
|
"mutation": true
|
|
703
827
|
},
|
|
@@ -712,6 +836,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
712
836
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
713
837
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
714
838
|
"completionDriverId": "atomic-typed-result-v1",
|
|
839
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
840
|
+
"implementationType": "UnityCli.Cinemachine.BlendTool",
|
|
715
841
|
"journalPolicy": "required",
|
|
716
842
|
"mutation": true
|
|
717
843
|
},
|
|
@@ -726,6 +852,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
726
852
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
727
853
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
728
854
|
"completionDriverId": "atomic-typed-result-v1",
|
|
855
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
856
|
+
"implementationType": "UnityCli.Cinemachine.BodyTool",
|
|
729
857
|
"journalPolicy": "required",
|
|
730
858
|
"mutation": true
|
|
731
859
|
},
|
|
@@ -740,6 +868,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
740
868
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
741
869
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
742
870
|
"completionDriverId": "atomic-typed-result-v1",
|
|
871
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
872
|
+
"implementationType": "UnityCli.Cinemachine.BrainEnsureTool",
|
|
743
873
|
"journalPolicy": "required",
|
|
744
874
|
"mutation": true
|
|
745
875
|
},
|
|
@@ -754,6 +884,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
754
884
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
755
885
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
756
886
|
"completionDriverId": "atomic-typed-result-v1",
|
|
887
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
888
|
+
"implementationType": "UnityCli.Cinemachine.BrainStatusTool",
|
|
757
889
|
"journalPolicy": "none",
|
|
758
890
|
"mutation": false
|
|
759
891
|
},
|
|
@@ -768,6 +900,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
768
900
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
769
901
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
770
902
|
"completionDriverId": "atomic-typed-result-v1",
|
|
903
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
904
|
+
"implementationType": "UnityCli.Cinemachine.CreateTool",
|
|
771
905
|
"journalPolicy": "required",
|
|
772
906
|
"mutation": true
|
|
773
907
|
},
|
|
@@ -782,6 +916,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
782
916
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
783
917
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
784
918
|
"completionDriverId": "atomic-typed-result-v1",
|
|
919
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
920
|
+
"implementationType": "UnityCli.Cinemachine.ExtensionAddTool",
|
|
785
921
|
"journalPolicy": "required",
|
|
786
922
|
"mutation": true
|
|
787
923
|
},
|
|
@@ -796,6 +932,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
796
932
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
797
933
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
798
934
|
"completionDriverId": "atomic-typed-result-v1",
|
|
935
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
936
|
+
"implementationType": "UnityCli.Cinemachine.ExtensionListTool",
|
|
799
937
|
"journalPolicy": "none",
|
|
800
938
|
"mutation": false
|
|
801
939
|
},
|
|
@@ -810,6 +948,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
810
948
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
811
949
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
812
950
|
"completionDriverId": "atomic-typed-result-v1",
|
|
951
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
952
|
+
"implementationType": "UnityCli.Cinemachine.ExtensionRemoveTool",
|
|
813
953
|
"journalPolicy": "required",
|
|
814
954
|
"mutation": true
|
|
815
955
|
},
|
|
@@ -824,6 +964,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
824
964
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
825
965
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
826
966
|
"completionDriverId": "atomic-typed-result-v1",
|
|
967
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
968
|
+
"implementationType": "UnityCli.Cinemachine.LensTool",
|
|
827
969
|
"journalPolicy": "required",
|
|
828
970
|
"mutation": true
|
|
829
971
|
},
|
|
@@ -838,6 +980,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
838
980
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
839
981
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
840
982
|
"completionDriverId": "atomic-typed-result-v1",
|
|
983
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
984
|
+
"implementationType": "UnityCli.Cinemachine.NoiseTool",
|
|
841
985
|
"journalPolicy": "required",
|
|
842
986
|
"mutation": true
|
|
843
987
|
},
|
|
@@ -852,6 +996,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
852
996
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
853
997
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
854
998
|
"completionDriverId": "atomic-typed-result-v1",
|
|
999
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
1000
|
+
"implementationType": "UnityCli.Cinemachine.PingTool",
|
|
855
1001
|
"journalPolicy": "none",
|
|
856
1002
|
"mutation": false
|
|
857
1003
|
},
|
|
@@ -866,6 +1012,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
866
1012
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
867
1013
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
868
1014
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1015
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
1016
|
+
"implementationType": "UnityCli.Cinemachine.PriorityTool",
|
|
869
1017
|
"journalPolicy": "required",
|
|
870
1018
|
"mutation": true
|
|
871
1019
|
},
|
|
@@ -880,6 +1028,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
880
1028
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
881
1029
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
882
1030
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1031
|
+
"assemblyName": "UnityCli.Extensions.Cinemachine.Editor",
|
|
1032
|
+
"implementationType": "UnityCli.Cinemachine.TargetTool",
|
|
883
1033
|
"journalPolicy": "required",
|
|
884
1034
|
"mutation": true
|
|
885
1035
|
},
|
|
@@ -908,6 +1058,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
908
1058
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
909
1059
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
910
1060
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1061
|
+
"assemblyName": "UnityCli.Editor",
|
|
1062
|
+
"implementationType": "UnityCli.ComponentAddTool",
|
|
911
1063
|
"journalPolicy": "required",
|
|
912
1064
|
"mutation": true
|
|
913
1065
|
},
|
|
@@ -922,6 +1074,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
922
1074
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
923
1075
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
924
1076
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1077
|
+
"assemblyName": "UnityCli.Editor",
|
|
1078
|
+
"implementationType": "UnityCli.ComponentGetTool",
|
|
925
1079
|
"journalPolicy": "none",
|
|
926
1080
|
"mutation": false
|
|
927
1081
|
},
|
|
@@ -936,6 +1090,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
936
1090
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
937
1091
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
938
1092
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1093
|
+
"assemblyName": "UnityCli.Editor",
|
|
1094
|
+
"implementationType": "UnityCli.ComponentListTypesTool",
|
|
939
1095
|
"journalPolicy": "none",
|
|
940
1096
|
"mutation": false
|
|
941
1097
|
},
|
|
@@ -950,6 +1106,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
950
1106
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
951
1107
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
952
1108
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1109
|
+
"assemblyName": "UnityCli.Editor",
|
|
1110
|
+
"implementationType": "UnityCli.ComponentModifyTool",
|
|
953
1111
|
"journalPolicy": "required",
|
|
954
1112
|
"mutation": true
|
|
955
1113
|
},
|
|
@@ -964,6 +1122,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
964
1122
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
965
1123
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
966
1124
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1125
|
+
"assemblyName": "UnityCli.Editor",
|
|
1126
|
+
"implementationType": "UnityCli.ComponentRemoveTool",
|
|
967
1127
|
"journalPolicy": "required",
|
|
968
1128
|
"mutation": true
|
|
969
1129
|
},
|
|
@@ -978,6 +1138,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
978
1138
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
979
1139
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
980
1140
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1141
|
+
"assemblyName": "UnityCli.Editor",
|
|
1142
|
+
"implementationType": "UnityCli.ComponentSetTool",
|
|
981
1143
|
"journalPolicy": "required",
|
|
982
1144
|
"mutation": true
|
|
983
1145
|
},
|
|
@@ -992,6 +1154,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
992
1154
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
993
1155
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
994
1156
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1157
|
+
"assemblyName": "UnityCli.Editor",
|
|
1158
|
+
"implementationType": "UnityCli.ConsoleClearTool",
|
|
995
1159
|
"journalPolicy": "required",
|
|
996
1160
|
"mutation": true
|
|
997
1161
|
},
|
|
@@ -1006,6 +1170,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1006
1170
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1007
1171
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1008
1172
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1173
|
+
"assemblyName": "UnityCli.Editor",
|
|
1174
|
+
"implementationType": "UnityCli.ConsoleGetTool",
|
|
1009
1175
|
"journalPolicy": "none",
|
|
1010
1176
|
"mutation": false
|
|
1011
1177
|
},
|
|
@@ -1020,6 +1186,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1020
1186
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1021
1187
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1022
1188
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1189
|
+
"assemblyName": "UnityCli.Editor",
|
|
1190
|
+
"implementationType": "UnityCli.ControllerAddBlendTreeChildTool",
|
|
1023
1191
|
"journalPolicy": "required",
|
|
1024
1192
|
"mutation": true
|
|
1025
1193
|
},
|
|
@@ -1034,6 +1202,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1034
1202
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1035
1203
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1036
1204
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1205
|
+
"assemblyName": "UnityCli.Editor",
|
|
1206
|
+
"implementationType": "UnityCli.ControllerAddLayerTool",
|
|
1037
1207
|
"journalPolicy": "required",
|
|
1038
1208
|
"mutation": true
|
|
1039
1209
|
},
|
|
@@ -1048,6 +1218,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1048
1218
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1049
1219
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1050
1220
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1221
|
+
"assemblyName": "UnityCli.Editor",
|
|
1222
|
+
"implementationType": "UnityCli.ControllerAddParameterTool",
|
|
1051
1223
|
"journalPolicy": "required",
|
|
1052
1224
|
"mutation": true
|
|
1053
1225
|
},
|
|
@@ -1062,6 +1234,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1062
1234
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1063
1235
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1064
1236
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1237
|
+
"assemblyName": "UnityCli.Editor",
|
|
1238
|
+
"implementationType": "UnityCli.ControllerAddStateTool",
|
|
1065
1239
|
"journalPolicy": "required",
|
|
1066
1240
|
"mutation": true
|
|
1067
1241
|
},
|
|
@@ -1076,6 +1250,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1076
1250
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1077
1251
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1078
1252
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1253
|
+
"assemblyName": "UnityCli.Editor",
|
|
1254
|
+
"implementationType": "UnityCli.ControllerAddTransitionTool",
|
|
1079
1255
|
"journalPolicy": "required",
|
|
1080
1256
|
"mutation": true
|
|
1081
1257
|
},
|
|
@@ -1090,6 +1266,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1090
1266
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1091
1267
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1092
1268
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1269
|
+
"assemblyName": "UnityCli.Editor",
|
|
1270
|
+
"implementationType": "UnityCli.ControllerAssignTool",
|
|
1093
1271
|
"journalPolicy": "required",
|
|
1094
1272
|
"mutation": true
|
|
1095
1273
|
},
|
|
@@ -1104,6 +1282,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1104
1282
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1105
1283
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1106
1284
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1285
|
+
"assemblyName": "UnityCli.Editor",
|
|
1286
|
+
"implementationType": "UnityCli.ControllerCreateTool",
|
|
1107
1287
|
"journalPolicy": "required",
|
|
1108
1288
|
"mutation": true
|
|
1109
1289
|
},
|
|
@@ -1118,6 +1298,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1118
1298
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1119
1299
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1120
1300
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1301
|
+
"assemblyName": "UnityCli.Editor",
|
|
1302
|
+
"implementationType": "UnityCli.ControllerCreateBlendTree1DTool",
|
|
1121
1303
|
"journalPolicy": "required",
|
|
1122
1304
|
"mutation": true
|
|
1123
1305
|
},
|
|
@@ -1132,6 +1314,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1132
1314
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1133
1315
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1134
1316
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1317
|
+
"assemblyName": "UnityCli.Editor",
|
|
1318
|
+
"implementationType": "UnityCli.ControllerCreateBlendTree2DTool",
|
|
1135
1319
|
"journalPolicy": "required",
|
|
1136
1320
|
"mutation": true
|
|
1137
1321
|
},
|
|
@@ -1146,6 +1330,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1146
1330
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1147
1331
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1148
1332
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1333
|
+
"assemblyName": "UnityCli.Editor",
|
|
1334
|
+
"implementationType": "UnityCli.ControllerGetInfoTool",
|
|
1149
1335
|
"journalPolicy": "none",
|
|
1150
1336
|
"mutation": false
|
|
1151
1337
|
},
|
|
@@ -1160,6 +1346,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1160
1346
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1161
1347
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1162
1348
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1349
|
+
"assemblyName": "UnityCli.Editor",
|
|
1350
|
+
"implementationType": "UnityCli.ControllerRemoveLayerTool",
|
|
1163
1351
|
"journalPolicy": "required",
|
|
1164
1352
|
"mutation": true
|
|
1165
1353
|
},
|
|
@@ -1174,37 +1362,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1174
1362
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1175
1363
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1176
1364
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1365
|
+
"assemblyName": "UnityCli.Editor",
|
|
1366
|
+
"implementationType": "UnityCli.ControllerSetLayerWeightTool",
|
|
1177
1367
|
"journalPolicy": "required",
|
|
1178
1368
|
"mutation": true
|
|
1179
1369
|
},
|
|
1180
|
-
{
|
|
1181
|
-
"toolName": "diagnose.capabilities",
|
|
1182
|
-
"descriptorOwner": "ts-local",
|
|
1183
|
-
"deliveryMode": "direct-terminal",
|
|
1184
|
-
"executionClass": "atomic",
|
|
1185
|
-
"completionPredicate": "typed-business-terminal",
|
|
1186
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1187
|
-
"reloadPolicy": "caller-responsibility",
|
|
1188
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1189
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1190
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1191
|
-
"journalPolicy": "none",
|
|
1192
|
-
"mutation": false
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"toolName": "diagnose.preflight",
|
|
1196
|
-
"descriptorOwner": "built-in",
|
|
1197
|
-
"deliveryMode": "direct-terminal",
|
|
1198
|
-
"executionClass": "atomic",
|
|
1199
|
-
"completionPredicate": "typed-business-terminal",
|
|
1200
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1201
|
-
"reloadPolicy": "caller-responsibility",
|
|
1202
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1203
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1204
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1205
|
-
"journalPolicy": "none",
|
|
1206
|
-
"mutation": false
|
|
1207
|
-
},
|
|
1208
1370
|
{
|
|
1209
1371
|
"toolName": "docs.get",
|
|
1210
1372
|
"descriptorOwner": "ts-local",
|
|
@@ -1244,6 +1406,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1244
1406
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1245
1407
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1246
1408
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1409
|
+
"assemblyName": "UnityCli.Editor",
|
|
1410
|
+
"implementationType": "UnityCli.Tools.Editor.EditorActiveToolTool",
|
|
1247
1411
|
"journalPolicy": "none",
|
|
1248
1412
|
"mutation": false
|
|
1249
1413
|
},
|
|
@@ -1258,6 +1422,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1258
1422
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1259
1423
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1260
1424
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1425
|
+
"assemblyName": "UnityCli.Editor",
|
|
1426
|
+
"implementationType": "UnityCli.EditorActiveToolSetTool",
|
|
1261
1427
|
"journalPolicy": "required",
|
|
1262
1428
|
"mutation": true
|
|
1263
1429
|
},
|
|
@@ -1272,6 +1438,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1272
1438
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1273
1439
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1274
1440
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1441
|
+
"assemblyName": "UnityCli.Editor",
|
|
1442
|
+
"implementationType": "UnityCli.EditorAutoTickSetTool",
|
|
1275
1443
|
"journalPolicy": "required",
|
|
1276
1444
|
"mutation": true
|
|
1277
1445
|
},
|
|
@@ -1289,20 +1457,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1289
1457
|
"journalPolicy": "required",
|
|
1290
1458
|
"mutation": true
|
|
1291
1459
|
},
|
|
1292
|
-
{
|
|
1293
|
-
"toolName": "editor.console",
|
|
1294
|
-
"descriptorOwner": "built-in",
|
|
1295
|
-
"deliveryMode": "direct-terminal",
|
|
1296
|
-
"executionClass": "atomic",
|
|
1297
|
-
"completionPredicate": "typed-business-terminal",
|
|
1298
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1299
|
-
"reloadPolicy": "caller-responsibility",
|
|
1300
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1301
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1302
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1303
|
-
"journalPolicy": "none",
|
|
1304
|
-
"mutation": false
|
|
1305
|
-
},
|
|
1306
1460
|
{
|
|
1307
1461
|
"toolName": "editor.dialog.click",
|
|
1308
1462
|
"descriptorOwner": "ts-local",
|
|
@@ -1342,6 +1496,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1342
1496
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1343
1497
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1344
1498
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1499
|
+
"assemblyName": "UnityCli.Editor",
|
|
1500
|
+
"implementationType": "UnityCli.EditorFocusTool",
|
|
1345
1501
|
"journalPolicy": "required",
|
|
1346
1502
|
"mutation": true
|
|
1347
1503
|
},
|
|
@@ -1356,6 +1512,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1356
1512
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1357
1513
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
1358
1514
|
"completionDriverId": "external-terminal-readback-v1",
|
|
1515
|
+
"assemblyName": "UnityCli.Editor",
|
|
1516
|
+
"implementationType": "UnityCli.EditorMenuTool",
|
|
1359
1517
|
"journalPolicy": "required",
|
|
1360
1518
|
"mutation": true
|
|
1361
1519
|
},
|
|
@@ -1370,6 +1528,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1370
1528
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1371
1529
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1372
1530
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1531
|
+
"assemblyName": "UnityCli.Editor",
|
|
1532
|
+
"implementationType": "UnityCli.Tools.Editor.EditorMenuItemsTool",
|
|
1373
1533
|
"journalPolicy": "none",
|
|
1374
1534
|
"mutation": false
|
|
1375
1535
|
},
|
|
@@ -1384,6 +1544,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1384
1544
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1385
1545
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1386
1546
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1547
|
+
"assemblyName": "UnityCli.Editor",
|
|
1548
|
+
"implementationType": "UnityCli.EditorPauseTool",
|
|
1387
1549
|
"journalPolicy": "required",
|
|
1388
1550
|
"mutation": true
|
|
1389
1551
|
},
|
|
@@ -1398,9 +1560,25 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1398
1560
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1399
1561
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1400
1562
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1563
|
+
"assemblyName": "UnityCli.Editor",
|
|
1564
|
+
"implementationType": "UnityCli.EditorPlayTool",
|
|
1401
1565
|
"journalPolicy": "required",
|
|
1402
1566
|
"mutation": true
|
|
1403
1567
|
},
|
|
1568
|
+
{
|
|
1569
|
+
"toolName": "editor.play-mode.status",
|
|
1570
|
+
"descriptorOwner": "ts-local",
|
|
1571
|
+
"deliveryMode": "direct-terminal",
|
|
1572
|
+
"executionClass": "atomic",
|
|
1573
|
+
"completionPredicate": "typed-business-terminal",
|
|
1574
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
1575
|
+
"reloadPolicy": "caller-responsibility",
|
|
1576
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1577
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1578
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
1579
|
+
"journalPolicy": "none",
|
|
1580
|
+
"mutation": false
|
|
1581
|
+
},
|
|
1404
1582
|
{
|
|
1405
1583
|
"toolName": "editor.redo",
|
|
1406
1584
|
"descriptorOwner": "built-in",
|
|
@@ -1412,6 +1590,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1412
1590
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1413
1591
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1414
1592
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1593
|
+
"assemblyName": "UnityCli.Editor",
|
|
1594
|
+
"implementationType": "UnityCli.EditorRedoTool",
|
|
1415
1595
|
"journalPolicy": "required",
|
|
1416
1596
|
"mutation": true
|
|
1417
1597
|
},
|
|
@@ -1440,6 +1620,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1440
1620
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1441
1621
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1442
1622
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1623
|
+
"assemblyName": "UnityCli.Editor",
|
|
1624
|
+
"implementationType": "UnityCli.EditorResolutionTool",
|
|
1443
1625
|
"journalPolicy": "required",
|
|
1444
1626
|
"mutation": true
|
|
1445
1627
|
},
|
|
@@ -1454,6 +1636,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1454
1636
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1455
1637
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1456
1638
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1639
|
+
"assemblyName": "UnityCli.Editor",
|
|
1640
|
+
"implementationType": "UnityCli.EditorSearchTool",
|
|
1457
1641
|
"journalPolicy": "none",
|
|
1458
1642
|
"mutation": false
|
|
1459
1643
|
},
|
|
@@ -1468,6 +1652,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1468
1652
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1469
1653
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1470
1654
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1655
|
+
"assemblyName": "UnityCli.Editor",
|
|
1656
|
+
"implementationType": "UnityCli.UnityCliBridge+EditorSelectionTool",
|
|
1471
1657
|
"journalPolicy": "none",
|
|
1472
1658
|
"mutation": false
|
|
1473
1659
|
},
|
|
@@ -1482,6 +1668,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1482
1668
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1483
1669
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1484
1670
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1671
|
+
"assemblyName": "UnityCli.Editor",
|
|
1672
|
+
"implementationType": "UnityCli.EditorSelectionSetTool",
|
|
1485
1673
|
"journalPolicy": "required",
|
|
1486
1674
|
"mutation": true
|
|
1487
1675
|
},
|
|
@@ -1510,6 +1698,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1510
1698
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1511
1699
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1512
1700
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1701
|
+
"assemblyName": "UnityCli.Editor",
|
|
1702
|
+
"implementationType": "UnityCli.EditorStopTool",
|
|
1513
1703
|
"journalPolicy": "required",
|
|
1514
1704
|
"mutation": true
|
|
1515
1705
|
},
|
|
@@ -1524,6 +1714,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1524
1714
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1525
1715
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1526
1716
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1717
|
+
"assemblyName": "UnityCli.Editor",
|
|
1718
|
+
"implementationType": "UnityCli.Tools.Editor.EditorToolStatesTool",
|
|
1527
1719
|
"journalPolicy": "none",
|
|
1528
1720
|
"mutation": false
|
|
1529
1721
|
},
|
|
@@ -1538,6 +1730,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1538
1730
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1539
1731
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1540
1732
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1733
|
+
"assemblyName": "UnityCli.Editor",
|
|
1734
|
+
"implementationType": "UnityCli.EditorUndoTool",
|
|
1541
1735
|
"journalPolicy": "required",
|
|
1542
1736
|
"mutation": true
|
|
1543
1737
|
},
|
|
@@ -1552,20 +1746,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1552
1746
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1553
1747
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1554
1748
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"toolName": "extension.status",
|
|
1560
|
-
"descriptorOwner": "built-in",
|
|
1561
|
-
"deliveryMode": "direct-terminal",
|
|
1562
|
-
"executionClass": "atomic",
|
|
1563
|
-
"completionPredicate": "typed-business-terminal",
|
|
1564
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1565
|
-
"reloadPolicy": "caller-responsibility",
|
|
1566
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1567
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1568
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1749
|
+
"assemblyName": "UnityCli.Editor",
|
|
1750
|
+
"implementationType": "UnityCli.Tools.Editor.EditorWindowsTool",
|
|
1569
1751
|
"journalPolicy": "none",
|
|
1570
1752
|
"mutation": false
|
|
1571
1753
|
},
|
|
@@ -1580,6 +1762,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1580
1762
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1581
1763
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1582
1764
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1765
|
+
"assemblyName": "UnityCli.Editor",
|
|
1766
|
+
"implementationType": "UnityCli.GameObjectCreateTool",
|
|
1583
1767
|
"journalPolicy": "required",
|
|
1584
1768
|
"mutation": true
|
|
1585
1769
|
},
|
|
@@ -1594,6 +1778,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1594
1778
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1595
1779
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1596
1780
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1781
|
+
"assemblyName": "UnityCli.Editor",
|
|
1782
|
+
"implementationType": "UnityCli.GameObjectDeleteTool",
|
|
1597
1783
|
"journalPolicy": "required",
|
|
1598
1784
|
"mutation": true
|
|
1599
1785
|
},
|
|
@@ -1608,6 +1794,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1608
1794
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1609
1795
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1610
1796
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1797
|
+
"assemblyName": "UnityCli.Editor",
|
|
1798
|
+
"implementationType": "UnityCli.GameObjectDuplicateTool",
|
|
1611
1799
|
"journalPolicy": "required",
|
|
1612
1800
|
"mutation": true
|
|
1613
1801
|
},
|
|
@@ -1622,20 +1810,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1622
1810
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1623
1811
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1624
1812
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1625
|
-
"
|
|
1626
|
-
"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"toolName": "go.inspect",
|
|
1630
|
-
"descriptorOwner": "built-in",
|
|
1631
|
-
"deliveryMode": "direct-terminal",
|
|
1632
|
-
"executionClass": "atomic",
|
|
1633
|
-
"completionPredicate": "typed-business-terminal",
|
|
1634
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1635
|
-
"reloadPolicy": "caller-responsibility",
|
|
1636
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1637
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1638
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1813
|
+
"assemblyName": "UnityCli.Editor",
|
|
1814
|
+
"implementationType": "UnityCli.GameObjectFindTool",
|
|
1639
1815
|
"journalPolicy": "none",
|
|
1640
1816
|
"mutation": false
|
|
1641
1817
|
},
|
|
@@ -1650,6 +1826,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1650
1826
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1651
1827
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1652
1828
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1829
|
+
"assemblyName": "UnityCli.Editor",
|
|
1830
|
+
"implementationType": "UnityCli.GameObjectLookAtTool",
|
|
1653
1831
|
"journalPolicy": "required",
|
|
1654
1832
|
"mutation": true
|
|
1655
1833
|
},
|
|
@@ -1664,6 +1842,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1664
1842
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1665
1843
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1666
1844
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1845
|
+
"assemblyName": "UnityCli.Editor",
|
|
1846
|
+
"implementationType": "UnityCli.GameObjectModifyTool",
|
|
1667
1847
|
"journalPolicy": "required",
|
|
1668
1848
|
"mutation": true
|
|
1669
1849
|
},
|
|
@@ -1678,6 +1858,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1678
1858
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1679
1859
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1680
1860
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1861
|
+
"assemblyName": "UnityCli.Editor",
|
|
1862
|
+
"implementationType": "UnityCli.GameObjectMoveRelativeTool",
|
|
1681
1863
|
"journalPolicy": "required",
|
|
1682
1864
|
"mutation": true
|
|
1683
1865
|
},
|
|
@@ -1692,6 +1874,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1692
1874
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1693
1875
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1694
1876
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1877
|
+
"assemblyName": "UnityCli.Editor",
|
|
1878
|
+
"implementationType": "UnityCli.GameObjectSetParentTool",
|
|
1695
1879
|
"journalPolicy": "required",
|
|
1696
1880
|
"mutation": true
|
|
1697
1881
|
},
|
|
@@ -1706,6 +1890,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1706
1890
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1707
1891
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1708
1892
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1893
|
+
"assemblyName": "UnityCli.Editor",
|
|
1894
|
+
"implementationType": "UnityCli.GraphicsBakeCancelTool",
|
|
1709
1895
|
"journalPolicy": "required",
|
|
1710
1896
|
"mutation": true
|
|
1711
1897
|
},
|
|
@@ -1720,6 +1906,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1720
1906
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1721
1907
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1722
1908
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1909
|
+
"assemblyName": "UnityCli.Editor",
|
|
1910
|
+
"implementationType": "UnityCli.GraphicsBakeClearTool",
|
|
1723
1911
|
"journalPolicy": "required",
|
|
1724
1912
|
"mutation": true
|
|
1725
1913
|
},
|
|
@@ -1734,6 +1922,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1734
1922
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1735
1923
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
1736
1924
|
"completionDriverId": "external-terminal-readback-v1",
|
|
1925
|
+
"assemblyName": "UnityCli.Editor",
|
|
1926
|
+
"implementationType": "UnityCli.GraphicsBakeReflectionProbeTool",
|
|
1737
1927
|
"journalPolicy": "required",
|
|
1738
1928
|
"mutation": true
|
|
1739
1929
|
},
|
|
@@ -1748,6 +1938,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1748
1938
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1749
1939
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1750
1940
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1941
|
+
"assemblyName": "UnityCli.Editor",
|
|
1942
|
+
"implementationType": "UnityCli.GraphicsBakeSettingsTool",
|
|
1751
1943
|
"journalPolicy": "required",
|
|
1752
1944
|
"mutation": true
|
|
1753
1945
|
},
|
|
@@ -1762,6 +1954,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1762
1954
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1763
1955
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
1764
1956
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
1957
|
+
"assemblyName": "UnityCli.Editor",
|
|
1958
|
+
"implementationType": "UnityCli.GraphicsBakeStartTool",
|
|
1765
1959
|
"journalPolicy": "required",
|
|
1766
1960
|
"mutation": true
|
|
1767
1961
|
},
|
|
@@ -1776,6 +1970,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1776
1970
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1777
1971
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1778
1972
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1973
|
+
"assemblyName": "UnityCli.Editor",
|
|
1974
|
+
"implementationType": "UnityCli.GraphicsBakeStatusTool",
|
|
1779
1975
|
"journalPolicy": "none",
|
|
1780
1976
|
"mutation": false
|
|
1781
1977
|
},
|
|
@@ -1790,6 +1986,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1790
1986
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1791
1987
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1792
1988
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1989
|
+
"assemblyName": "UnityCli.Editor",
|
|
1990
|
+
"implementationType": "UnityCli.GraphicsLightProbeGroupTool",
|
|
1793
1991
|
"journalPolicy": "required",
|
|
1794
1992
|
"mutation": true
|
|
1795
1993
|
},
|
|
@@ -1804,23 +2002,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1804
2002
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1805
2003
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1806
2004
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2005
|
+
"assemblyName": "UnityCli.Editor",
|
|
2006
|
+
"implementationType": "UnityCli.GraphicsPipelineInfoTool",
|
|
1807
2007
|
"journalPolicy": "none",
|
|
1808
2008
|
"mutation": false
|
|
1809
2009
|
},
|
|
1810
|
-
{
|
|
1811
|
-
"toolName": "graphics.pipeline-quality",
|
|
1812
|
-
"descriptorOwner": "built-in",
|
|
1813
|
-
"deliveryMode": "direct-terminal",
|
|
1814
|
-
"executionClass": "atomic",
|
|
1815
|
-
"completionPredicate": "typed-business-terminal",
|
|
1816
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1817
|
-
"reloadPolicy": "caller-responsibility",
|
|
1818
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1819
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1820
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
1821
|
-
"journalPolicy": "required",
|
|
1822
|
-
"mutation": true
|
|
1823
|
-
},
|
|
1824
2010
|
{
|
|
1825
2011
|
"toolName": "graphics.pipeline-settings",
|
|
1826
2012
|
"descriptorOwner": "built-in",
|
|
@@ -1832,20 +2018,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1832
2018
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1833
2019
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1834
2020
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"toolName": "graphics.probe-positions",
|
|
1840
|
-
"descriptorOwner": "built-in",
|
|
1841
|
-
"deliveryMode": "direct-terminal",
|
|
1842
|
-
"executionClass": "atomic",
|
|
1843
|
-
"completionPredicate": "typed-business-terminal",
|
|
1844
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1845
|
-
"reloadPolicy": "caller-responsibility",
|
|
1846
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1847
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1848
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2021
|
+
"assemblyName": "UnityCli.Editor",
|
|
2022
|
+
"implementationType": "UnityCli.GraphicsPipelineSettingsTool",
|
|
1849
2023
|
"journalPolicy": "required",
|
|
1850
2024
|
"mutation": true
|
|
1851
2025
|
},
|
|
@@ -1860,6 +2034,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1860
2034
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1861
2035
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1862
2036
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2037
|
+
"assemblyName": "UnityCli.Editor",
|
|
2038
|
+
"implementationType": "UnityCli.GraphicsQualityTool",
|
|
1863
2039
|
"journalPolicy": "required",
|
|
1864
2040
|
"mutation": true
|
|
1865
2041
|
},
|
|
@@ -1874,6 +2050,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1874
2050
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1875
2051
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1876
2052
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2053
|
+
"assemblyName": "UnityCli.Editor",
|
|
2054
|
+
"implementationType": "UnityCli.GraphicsReflectionProbeTool",
|
|
1877
2055
|
"journalPolicy": "required",
|
|
1878
2056
|
"mutation": true
|
|
1879
2057
|
},
|
|
@@ -1888,20 +2066,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1888
2066
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1889
2067
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1890
2068
|
"completionDriverId": "atomic-typed-result-v1",
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"toolName": "graphics.settings",
|
|
1896
|
-
"descriptorOwner": "built-in",
|
|
1897
|
-
"deliveryMode": "direct-terminal",
|
|
1898
|
-
"executionClass": "atomic",
|
|
1899
|
-
"completionPredicate": "typed-business-terminal",
|
|
1900
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
1901
|
-
"reloadPolicy": "caller-responsibility",
|
|
1902
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1903
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1904
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2069
|
+
"assemblyName": "UnityCli.Editor",
|
|
2070
|
+
"implementationType": "UnityCli.GraphicsSceneDebugTool",
|
|
1905
2071
|
"journalPolicy": "required",
|
|
1906
2072
|
"mutation": true
|
|
1907
2073
|
},
|
|
@@ -1916,6 +2082,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1916
2082
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1917
2083
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1918
2084
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2085
|
+
"assemblyName": "UnityCli.Editor",
|
|
2086
|
+
"implementationType": "UnityCli.GraphicsSkyboxGetTool",
|
|
1919
2087
|
"journalPolicy": "none",
|
|
1920
2088
|
"mutation": false
|
|
1921
2089
|
},
|
|
@@ -1930,6 +2098,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1930
2098
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1931
2099
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1932
2100
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2101
|
+
"assemblyName": "UnityCli.Editor",
|
|
2102
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetAmbientTool",
|
|
1933
2103
|
"journalPolicy": "required",
|
|
1934
2104
|
"mutation": true
|
|
1935
2105
|
},
|
|
@@ -1944,6 +2114,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1944
2114
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1945
2115
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1946
2116
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2117
|
+
"assemblyName": "UnityCli.Editor",
|
|
2118
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetFogTool",
|
|
1947
2119
|
"journalPolicy": "required",
|
|
1948
2120
|
"mutation": true
|
|
1949
2121
|
},
|
|
@@ -1958,6 +2130,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1958
2130
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1959
2131
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1960
2132
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2133
|
+
"assemblyName": "UnityCli.Editor",
|
|
2134
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetMaterialTool",
|
|
1961
2135
|
"journalPolicy": "required",
|
|
1962
2136
|
"mutation": true
|
|
1963
2137
|
},
|
|
@@ -1972,6 +2146,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1972
2146
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1973
2147
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1974
2148
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2149
|
+
"assemblyName": "UnityCli.Editor",
|
|
2150
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetPropertiesTool",
|
|
1975
2151
|
"journalPolicy": "required",
|
|
1976
2152
|
"mutation": true
|
|
1977
2153
|
},
|
|
@@ -1986,6 +2162,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
1986
2162
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
1987
2163
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
1988
2164
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2165
|
+
"assemblyName": "UnityCli.Editor",
|
|
2166
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetReflectionTool",
|
|
1989
2167
|
"journalPolicy": "required",
|
|
1990
2168
|
"mutation": true
|
|
1991
2169
|
},
|
|
@@ -2000,6 +2178,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2000
2178
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2001
2179
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2002
2180
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2181
|
+
"assemblyName": "UnityCli.Editor",
|
|
2182
|
+
"implementationType": "UnityCli.GraphicsSkyboxSetSunTool",
|
|
2003
2183
|
"journalPolicy": "required",
|
|
2004
2184
|
"mutation": true
|
|
2005
2185
|
},
|
|
@@ -2014,34 +2194,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2014
2194
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2015
2195
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2016
2196
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"toolName": "graphics.stats-counters",
|
|
2022
|
-
"descriptorOwner": "built-in",
|
|
2023
|
-
"deliveryMode": "direct-terminal",
|
|
2024
|
-
"executionClass": "atomic",
|
|
2025
|
-
"completionPredicate": "typed-business-terminal",
|
|
2026
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2027
|
-
"reloadPolicy": "caller-responsibility",
|
|
2028
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2029
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2030
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2031
|
-
"journalPolicy": "none",
|
|
2032
|
-
"mutation": false
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"toolName": "graphics.stats-memory",
|
|
2036
|
-
"descriptorOwner": "built-in",
|
|
2037
|
-
"deliveryMode": "direct-terminal",
|
|
2038
|
-
"executionClass": "atomic",
|
|
2039
|
-
"completionPredicate": "typed-business-terminal",
|
|
2040
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2041
|
-
"reloadPolicy": "caller-responsibility",
|
|
2042
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2043
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2044
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2197
|
+
"assemblyName": "UnityCli.Editor",
|
|
2198
|
+
"implementationType": "UnityCli.GraphicsStatsTool",
|
|
2045
2199
|
"journalPolicy": "none",
|
|
2046
2200
|
"mutation": false
|
|
2047
2201
|
},
|
|
@@ -2056,6 +2210,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2056
2210
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2057
2211
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2058
2212
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2213
|
+
"assemblyName": "UnityCli.Editor",
|
|
2214
|
+
"implementationType": "UnityCli.GraphicsVolumeTool",
|
|
2059
2215
|
"journalPolicy": "none",
|
|
2060
2216
|
"mutation": false
|
|
2061
2217
|
},
|
|
@@ -2070,6 +2226,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2070
2226
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2071
2227
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2072
2228
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2229
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2230
|
+
"implementationType": "UnityCli.HdrpSettingsGetTool",
|
|
2073
2231
|
"journalPolicy": "none",
|
|
2074
2232
|
"mutation": false
|
|
2075
2233
|
},
|
|
@@ -2084,6 +2242,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2084
2242
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2085
2243
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2086
2244
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2245
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2246
|
+
"implementationType": "UnityCli.HdrpSettingsSetTool",
|
|
2087
2247
|
"journalPolicy": "required",
|
|
2088
2248
|
"mutation": true
|
|
2089
2249
|
},
|
|
@@ -2098,6 +2258,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2098
2258
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2099
2259
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2100
2260
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2261
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2262
|
+
"implementationType": "UnityCli.HdrpVolumeAddEffectTool",
|
|
2101
2263
|
"journalPolicy": "required",
|
|
2102
2264
|
"mutation": true
|
|
2103
2265
|
},
|
|
@@ -2112,6 +2274,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2112
2274
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2113
2275
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2114
2276
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2277
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2278
|
+
"implementationType": "UnityCli.HdrpVolumeCreateTool",
|
|
2115
2279
|
"journalPolicy": "required",
|
|
2116
2280
|
"mutation": true
|
|
2117
2281
|
},
|
|
@@ -2126,6 +2290,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2126
2290
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2127
2291
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2128
2292
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2293
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2294
|
+
"implementationType": "UnityCli.HdrpVolumeInfoTool",
|
|
2129
2295
|
"journalPolicy": "none",
|
|
2130
2296
|
"mutation": false
|
|
2131
2297
|
},
|
|
@@ -2140,6 +2306,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2140
2306
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2141
2307
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2142
2308
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2309
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2310
|
+
"implementationType": "UnityCli.HdrpVolumeListTool",
|
|
2143
2311
|
"journalPolicy": "none",
|
|
2144
2312
|
"mutation": false
|
|
2145
2313
|
},
|
|
@@ -2154,23 +2322,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2154
2322
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2155
2323
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2156
2324
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2325
|
+
"assemblyName": "UnityCli.Extensions.Hdrp.Editor",
|
|
2326
|
+
"implementationType": "UnityCli.HdrpVolumeSetTool",
|
|
2157
2327
|
"journalPolicy": "required",
|
|
2158
2328
|
"mutation": true
|
|
2159
2329
|
},
|
|
2160
|
-
{
|
|
2161
|
-
"toolName": "instances.list",
|
|
2162
|
-
"descriptorOwner": "built-in",
|
|
2163
|
-
"deliveryMode": "direct-terminal",
|
|
2164
|
-
"executionClass": "atomic",
|
|
2165
|
-
"completionPredicate": "typed-business-terminal",
|
|
2166
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2167
|
-
"reloadPolicy": "caller-responsibility",
|
|
2168
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2169
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2170
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2171
|
-
"journalPolicy": "none",
|
|
2172
|
-
"mutation": false
|
|
2173
|
-
},
|
|
2174
2330
|
{
|
|
2175
2331
|
"toolName": "material.assign",
|
|
2176
2332
|
"descriptorOwner": "built-in",
|
|
@@ -2182,6 +2338,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2182
2338
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2183
2339
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2184
2340
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2341
|
+
"assemblyName": "UnityCli.Editor",
|
|
2342
|
+
"implementationType": "UnityCli.MaterialAssignTool",
|
|
2185
2343
|
"journalPolicy": "required",
|
|
2186
2344
|
"mutation": true
|
|
2187
2345
|
},
|
|
@@ -2196,6 +2354,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2196
2354
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2197
2355
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2198
2356
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2357
|
+
"assemblyName": "UnityCli.Editor",
|
|
2358
|
+
"implementationType": "UnityCli.MaterialCreateTool",
|
|
2199
2359
|
"journalPolicy": "required",
|
|
2200
2360
|
"mutation": true
|
|
2201
2361
|
},
|
|
@@ -2210,6 +2370,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2210
2370
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2211
2371
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2212
2372
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2373
|
+
"assemblyName": "UnityCli.Editor",
|
|
2374
|
+
"implementationType": "UnityCli.MaterialInfoTool",
|
|
2213
2375
|
"journalPolicy": "none",
|
|
2214
2376
|
"mutation": false
|
|
2215
2377
|
},
|
|
@@ -2224,6 +2386,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2224
2386
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2225
2387
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2226
2388
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2389
|
+
"assemblyName": "UnityCli.Editor",
|
|
2390
|
+
"implementationType": "UnityCli.MaterialSetTool",
|
|
2227
2391
|
"journalPolicy": "required",
|
|
2228
2392
|
"mutation": true
|
|
2229
2393
|
},
|
|
@@ -2238,6 +2402,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2238
2402
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2239
2403
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2240
2404
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2405
|
+
"assemblyName": "UnityCli.Editor",
|
|
2406
|
+
"implementationType": "UnityCli.MaterialSetRendererColorTool",
|
|
2241
2407
|
"journalPolicy": "required",
|
|
2242
2408
|
"mutation": true
|
|
2243
2409
|
},
|
|
@@ -2280,6 +2446,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2280
2446
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2281
2447
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2282
2448
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2449
|
+
"assemblyName": "UnityCli.Editor",
|
|
2450
|
+
"implementationType": "UnityCli.NavMeshBakeClearTool",
|
|
2283
2451
|
"journalPolicy": "required",
|
|
2284
2452
|
"mutation": true
|
|
2285
2453
|
},
|
|
@@ -2308,6 +2476,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2308
2476
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2309
2477
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2310
2478
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2479
|
+
"assemblyName": "UnityCli.Editor",
|
|
2480
|
+
"implementationType": "UnityCli.NavMeshSettingsTool",
|
|
2311
2481
|
"journalPolicy": "none",
|
|
2312
2482
|
"mutation": false
|
|
2313
2483
|
},
|
|
@@ -2322,6 +2492,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2322
2492
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2323
2493
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2324
2494
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2495
|
+
"assemblyName": "UnityCli.Editor",
|
|
2496
|
+
"implementationType": "UnityCli.NavMeshSettingsSetTool",
|
|
2325
2497
|
"journalPolicy": "required",
|
|
2326
2498
|
"mutation": true
|
|
2327
2499
|
},
|
|
@@ -2350,6 +2522,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2350
2522
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2351
2523
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2352
2524
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2525
|
+
"assemblyName": "UnityCli.Editor",
|
|
2526
|
+
"implementationType": "UnityCli.ObjectGetDataTool",
|
|
2353
2527
|
"journalPolicy": "none",
|
|
2354
2528
|
"mutation": false
|
|
2355
2529
|
},
|
|
@@ -2364,6 +2538,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2364
2538
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2365
2539
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2366
2540
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2541
|
+
"assemblyName": "UnityCli.Editor",
|
|
2542
|
+
"implementationType": "UnityCli.ObjectModifyTool",
|
|
2367
2543
|
"journalPolicy": "required",
|
|
2368
2544
|
"mutation": true
|
|
2369
2545
|
},
|
|
@@ -2406,6 +2582,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2406
2582
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2407
2583
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2408
2584
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2585
|
+
"assemblyName": "UnityCli.Editor",
|
|
2586
|
+
"implementationType": "UnityCli.OcclusionBakeClearTool",
|
|
2409
2587
|
"journalPolicy": "required",
|
|
2410
2588
|
"mutation": true
|
|
2411
2589
|
},
|
|
@@ -2465,20 +2643,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2465
2643
|
"journalPolicy": "required",
|
|
2466
2644
|
"mutation": true
|
|
2467
2645
|
},
|
|
2468
|
-
{
|
|
2469
|
-
"toolName": "package.info",
|
|
2470
|
-
"descriptorOwner": "ts-local",
|
|
2471
|
-
"deliveryMode": "direct-terminal",
|
|
2472
|
-
"executionClass": "atomic",
|
|
2473
|
-
"completionPredicate": "typed-business-terminal",
|
|
2474
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2475
|
-
"reloadPolicy": "caller-responsibility",
|
|
2476
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2477
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2478
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2479
|
-
"journalPolicy": "none",
|
|
2480
|
-
"mutation": false
|
|
2481
|
-
},
|
|
2482
2646
|
{
|
|
2483
2647
|
"toolName": "package.install",
|
|
2484
2648
|
"descriptorOwner": "ts-local",
|
|
@@ -2494,7 +2658,7 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2494
2658
|
"mutation": true
|
|
2495
2659
|
},
|
|
2496
2660
|
{
|
|
2497
|
-
"toolName": "package.
|
|
2661
|
+
"toolName": "package.install.status",
|
|
2498
2662
|
"descriptorOwner": "ts-local",
|
|
2499
2663
|
"deliveryMode": "direct-terminal",
|
|
2500
2664
|
"executionClass": "atomic",
|
|
@@ -2521,20 +2685,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2521
2685
|
"journalPolicy": "required",
|
|
2522
2686
|
"mutation": true
|
|
2523
2687
|
},
|
|
2524
|
-
{
|
|
2525
|
-
"toolName": "package.registry.get",
|
|
2526
|
-
"descriptorOwner": "ts-local",
|
|
2527
|
-
"deliveryMode": "direct-terminal",
|
|
2528
|
-
"executionClass": "atomic",
|
|
2529
|
-
"completionPredicate": "typed-business-terminal",
|
|
2530
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2531
|
-
"reloadPolicy": "caller-responsibility",
|
|
2532
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2533
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2534
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2535
|
-
"journalPolicy": "none",
|
|
2536
|
-
"mutation": false
|
|
2537
|
-
},
|
|
2538
2688
|
{
|
|
2539
2689
|
"toolName": "package.registry.set",
|
|
2540
2690
|
"descriptorOwner": "ts-local",
|
|
@@ -2563,6 +2713,20 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2563
2713
|
"journalPolicy": "required",
|
|
2564
2714
|
"mutation": true
|
|
2565
2715
|
},
|
|
2716
|
+
{
|
|
2717
|
+
"toolName": "package.remove.status",
|
|
2718
|
+
"descriptorOwner": "ts-local",
|
|
2719
|
+
"deliveryMode": "direct-terminal",
|
|
2720
|
+
"executionClass": "atomic",
|
|
2721
|
+
"completionPredicate": "typed-business-terminal",
|
|
2722
|
+
"proofSource": "typed-result-and-effect-readback",
|
|
2723
|
+
"reloadPolicy": "caller-responsibility",
|
|
2724
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2725
|
+
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2726
|
+
"completionDriverId": "atomic-typed-result-v1",
|
|
2727
|
+
"journalPolicy": "none",
|
|
2728
|
+
"mutation": false
|
|
2729
|
+
},
|
|
2566
2730
|
{
|
|
2567
2731
|
"toolName": "package.resolve",
|
|
2568
2732
|
"descriptorOwner": "ts-local",
|
|
@@ -2605,20 +2769,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2605
2769
|
"journalPolicy": "required",
|
|
2606
2770
|
"mutation": true
|
|
2607
2771
|
},
|
|
2608
|
-
{
|
|
2609
|
-
"toolName": "package.scoped-registry.list",
|
|
2610
|
-
"descriptorOwner": "ts-local",
|
|
2611
|
-
"deliveryMode": "direct-terminal",
|
|
2612
|
-
"executionClass": "atomic",
|
|
2613
|
-
"completionPredicate": "typed-business-terminal",
|
|
2614
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2615
|
-
"reloadPolicy": "caller-responsibility",
|
|
2616
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2617
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2618
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2619
|
-
"journalPolicy": "none",
|
|
2620
|
-
"mutation": false
|
|
2621
|
-
},
|
|
2622
2772
|
{
|
|
2623
2773
|
"toolName": "package.scoped-registry.remove",
|
|
2624
2774
|
"descriptorOwner": "ts-local",
|
|
@@ -2633,34 +2783,6 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2633
2783
|
"journalPolicy": "required",
|
|
2634
2784
|
"mutation": true
|
|
2635
2785
|
},
|
|
2636
|
-
{
|
|
2637
|
-
"toolName": "package.search",
|
|
2638
|
-
"descriptorOwner": "ts-local",
|
|
2639
|
-
"deliveryMode": "direct-terminal",
|
|
2640
|
-
"executionClass": "atomic",
|
|
2641
|
-
"completionPredicate": "typed-business-terminal",
|
|
2642
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2643
|
-
"reloadPolicy": "caller-responsibility",
|
|
2644
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2645
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2646
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2647
|
-
"journalPolicy": "none",
|
|
2648
|
-
"mutation": false
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"toolName": "package.status",
|
|
2652
|
-
"descriptorOwner": "ts-local",
|
|
2653
|
-
"deliveryMode": "direct-terminal",
|
|
2654
|
-
"executionClass": "atomic",
|
|
2655
|
-
"completionPredicate": "typed-business-terminal",
|
|
2656
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2657
|
-
"reloadPolicy": "caller-responsibility",
|
|
2658
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2659
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2660
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2661
|
-
"journalPolicy": "none",
|
|
2662
|
-
"mutation": false
|
|
2663
|
-
},
|
|
2664
2786
|
{
|
|
2665
2787
|
"toolName": "physics.assign-material",
|
|
2666
2788
|
"descriptorOwner": "built-in",
|
|
@@ -2672,6 +2794,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2672
2794
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2673
2795
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2674
2796
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2797
|
+
"assemblyName": "UnityCli.Editor",
|
|
2798
|
+
"implementationType": "UnityCli.PhysicsAssignMaterialTool",
|
|
2675
2799
|
"journalPolicy": "required",
|
|
2676
2800
|
"mutation": true
|
|
2677
2801
|
},
|
|
@@ -2686,6 +2810,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2686
2810
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2687
2811
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2688
2812
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2813
|
+
"assemblyName": "UnityCli.Editor",
|
|
2814
|
+
"implementationType": "UnityCli.PhysicsCollisionMatrixTool",
|
|
2689
2815
|
"journalPolicy": "required",
|
|
2690
2816
|
"mutation": true
|
|
2691
2817
|
},
|
|
@@ -2700,6 +2826,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2700
2826
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2701
2827
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2702
2828
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2829
|
+
"assemblyName": "UnityCli.Editor",
|
|
2830
|
+
"implementationType": "UnityCli.PhysicsForceTool",
|
|
2703
2831
|
"journalPolicy": "required",
|
|
2704
2832
|
"mutation": true
|
|
2705
2833
|
},
|
|
@@ -2714,6 +2842,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2714
2842
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2715
2843
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2716
2844
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2845
|
+
"assemblyName": "UnityCli.Editor",
|
|
2846
|
+
"implementationType": "UnityCli.PhysicsJointAddTool",
|
|
2717
2847
|
"journalPolicy": "required",
|
|
2718
2848
|
"mutation": true
|
|
2719
2849
|
},
|
|
@@ -2728,6 +2858,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2728
2858
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2729
2859
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2730
2860
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2861
|
+
"assemblyName": "UnityCli.Editor",
|
|
2862
|
+
"implementationType": "UnityCli.PhysicsJointRemoveTool",
|
|
2731
2863
|
"journalPolicy": "required",
|
|
2732
2864
|
"mutation": true
|
|
2733
2865
|
},
|
|
@@ -2742,6 +2874,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2742
2874
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2743
2875
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2744
2876
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2877
|
+
"assemblyName": "UnityCli.Editor",
|
|
2878
|
+
"implementationType": "UnityCli.PhysicsLinecastTool",
|
|
2745
2879
|
"journalPolicy": "none",
|
|
2746
2880
|
"mutation": false
|
|
2747
2881
|
},
|
|
@@ -2756,6 +2890,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2756
2890
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2757
2891
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2758
2892
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2893
|
+
"assemblyName": "UnityCli.Editor",
|
|
2894
|
+
"implementationType": "UnityCli.PhysicsMaterialTool",
|
|
2759
2895
|
"journalPolicy": "required",
|
|
2760
2896
|
"mutation": true
|
|
2761
2897
|
},
|
|
@@ -2770,6 +2906,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2770
2906
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2771
2907
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2772
2908
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2909
|
+
"assemblyName": "UnityCli.Editor",
|
|
2910
|
+
"implementationType": "UnityCli.PhysicsOverlapTool",
|
|
2773
2911
|
"journalPolicy": "none",
|
|
2774
2912
|
"mutation": false
|
|
2775
2913
|
},
|
|
@@ -2784,20 +2922,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2784
2922
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2785
2923
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2786
2924
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2789
|
-
},
|
|
2790
|
-
{
|
|
2791
|
-
"toolName": "physics.raycast-all",
|
|
2792
|
-
"descriptorOwner": "built-in",
|
|
2793
|
-
"deliveryMode": "direct-terminal",
|
|
2794
|
-
"executionClass": "atomic",
|
|
2795
|
-
"completionPredicate": "typed-business-terminal",
|
|
2796
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
2797
|
-
"reloadPolicy": "caller-responsibility",
|
|
2798
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2799
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2800
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
2925
|
+
"assemblyName": "UnityCli.Editor",
|
|
2926
|
+
"implementationType": "UnityCli.PhysicsRaycastTool",
|
|
2801
2927
|
"journalPolicy": "none",
|
|
2802
2928
|
"mutation": false
|
|
2803
2929
|
},
|
|
@@ -2812,6 +2938,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2812
2938
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2813
2939
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2814
2940
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2941
|
+
"assemblyName": "UnityCli.Editor",
|
|
2942
|
+
"implementationType": "UnityCli.PhysicsRigidbodyTool",
|
|
2815
2943
|
"journalPolicy": "required",
|
|
2816
2944
|
"mutation": true
|
|
2817
2945
|
},
|
|
@@ -2826,6 +2954,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2826
2954
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2827
2955
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2828
2956
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2957
|
+
"assemblyName": "UnityCli.Editor",
|
|
2958
|
+
"implementationType": "UnityCli.PhysicsSettingsTool",
|
|
2829
2959
|
"journalPolicy": "required",
|
|
2830
2960
|
"mutation": true
|
|
2831
2961
|
},
|
|
@@ -2840,6 +2970,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2840
2970
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2841
2971
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2842
2972
|
"completionDriverId": "atomic-typed-result-v1",
|
|
2973
|
+
"assemblyName": "UnityCli.Editor",
|
|
2974
|
+
"implementationType": "UnityCli.PhysicsShapecastTool",
|
|
2843
2975
|
"journalPolicy": "none",
|
|
2844
2976
|
"mutation": false
|
|
2845
2977
|
},
|
|
@@ -2854,6 +2986,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2854
2986
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2855
2987
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2856
2988
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
2989
|
+
"assemblyName": "UnityCli.Editor",
|
|
2990
|
+
"implementationType": "UnityCli.PhysicsSimulationTool",
|
|
2857
2991
|
"journalPolicy": "required",
|
|
2858
2992
|
"mutation": true
|
|
2859
2993
|
},
|
|
@@ -2868,6 +3002,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2868
3002
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2869
3003
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2870
3004
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3005
|
+
"assemblyName": "UnityCli.Editor",
|
|
3006
|
+
"implementationType": "UnityCli.PhysicsValidateTool",
|
|
2871
3007
|
"journalPolicy": "none",
|
|
2872
3008
|
"mutation": false
|
|
2873
3009
|
},
|
|
@@ -2882,6 +3018,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2882
3018
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2883
3019
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2884
3020
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3021
|
+
"assemblyName": "UnityCli.Editor",
|
|
3022
|
+
"implementationType": "UnityCli.PrefabCreateTool",
|
|
2885
3023
|
"journalPolicy": "required",
|
|
2886
3024
|
"mutation": true
|
|
2887
3025
|
},
|
|
@@ -2896,6 +3034,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2896
3034
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2897
3035
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2898
3036
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3037
|
+
"assemblyName": "UnityCli.Editor",
|
|
3038
|
+
"implementationType": "UnityCli.PrefabHierarchyTool",
|
|
2899
3039
|
"journalPolicy": "none",
|
|
2900
3040
|
"mutation": false
|
|
2901
3041
|
},
|
|
@@ -2910,6 +3050,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2910
3050
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2911
3051
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2912
3052
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3053
|
+
"assemblyName": "UnityCli.Editor",
|
|
3054
|
+
"implementationType": "UnityCli.PrefabInfoTool",
|
|
2913
3055
|
"journalPolicy": "none",
|
|
2914
3056
|
"mutation": false
|
|
2915
3057
|
},
|
|
@@ -2924,6 +3066,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2924
3066
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2925
3067
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2926
3068
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3069
|
+
"assemblyName": "UnityCli.Editor",
|
|
3070
|
+
"implementationType": "UnityCli.PrefabInstantiateTool",
|
|
2927
3071
|
"journalPolicy": "required",
|
|
2928
3072
|
"mutation": true
|
|
2929
3073
|
},
|
|
@@ -2938,6 +3082,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2938
3082
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2939
3083
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2940
3084
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3085
|
+
"assemblyName": "UnityCli.Editor",
|
|
3086
|
+
"implementationType": "UnityCli.PrefabModifyTool",
|
|
2941
3087
|
"journalPolicy": "required",
|
|
2942
3088
|
"mutation": true
|
|
2943
3089
|
},
|
|
@@ -2952,6 +3098,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2952
3098
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2953
3099
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2954
3100
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3101
|
+
"assemblyName": "UnityCli.Editor",
|
|
3102
|
+
"implementationType": "UnityCli.PrefabOverridesApplyTool",
|
|
2955
3103
|
"journalPolicy": "required",
|
|
2956
3104
|
"mutation": true
|
|
2957
3105
|
},
|
|
@@ -2966,6 +3114,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2966
3114
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2967
3115
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2968
3116
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3117
|
+
"assemblyName": "UnityCli.Editor",
|
|
3118
|
+
"implementationType": "UnityCli.PrefabOverridesRevertTool",
|
|
2969
3119
|
"journalPolicy": "required",
|
|
2970
3120
|
"mutation": true
|
|
2971
3121
|
},
|
|
@@ -2980,6 +3130,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2980
3130
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2981
3131
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2982
3132
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3133
|
+
"assemblyName": "UnityCli.Editor",
|
|
3134
|
+
"implementationType": "UnityCli.Tools.Prefab.PrefabStageTool",
|
|
2983
3135
|
"journalPolicy": "none",
|
|
2984
3136
|
"mutation": false
|
|
2985
3137
|
},
|
|
@@ -2994,6 +3146,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
2994
3146
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2995
3147
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
2996
3148
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3149
|
+
"assemblyName": "UnityCli.Editor",
|
|
3150
|
+
"implementationType": "UnityCli.PrefabStageCloseTool",
|
|
2997
3151
|
"journalPolicy": "required",
|
|
2998
3152
|
"mutation": true
|
|
2999
3153
|
},
|
|
@@ -3008,6 +3162,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3008
3162
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3009
3163
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3010
3164
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3165
|
+
"assemblyName": "UnityCli.Editor",
|
|
3166
|
+
"implementationType": "UnityCli.PrefabStageOpenTool",
|
|
3011
3167
|
"journalPolicy": "required",
|
|
3012
3168
|
"mutation": true
|
|
3013
3169
|
},
|
|
@@ -3022,6 +3178,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3022
3178
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3023
3179
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3024
3180
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3181
|
+
"assemblyName": "UnityCli.Editor",
|
|
3182
|
+
"implementationType": "UnityCli.PrefabStageSaveTool",
|
|
3025
3183
|
"journalPolicy": "required",
|
|
3026
3184
|
"mutation": true
|
|
3027
3185
|
},
|
|
@@ -3036,6 +3194,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3036
3194
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3037
3195
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3038
3196
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3197
|
+
"assemblyName": "UnityCli.Editor",
|
|
3198
|
+
"implementationType": "UnityCli.PrefabUnpackTool",
|
|
3039
3199
|
"journalPolicy": "required",
|
|
3040
3200
|
"mutation": true
|
|
3041
3201
|
},
|
|
@@ -3050,6 +3210,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3050
3210
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3051
3211
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3052
3212
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3213
|
+
"assemblyName": "UnityCli.Editor",
|
|
3214
|
+
"implementationType": "UnityCli.PrefabVariantCreateTool",
|
|
3053
3215
|
"journalPolicy": "required",
|
|
3054
3216
|
"mutation": true
|
|
3055
3217
|
},
|
|
@@ -3064,6 +3226,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3064
3226
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3065
3227
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3066
3228
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3229
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3230
|
+
"implementationType": "UnityCli.ProBuilder.AppendVerticesToEdgeTool",
|
|
3067
3231
|
"journalPolicy": "required",
|
|
3068
3232
|
"mutation": true
|
|
3069
3233
|
},
|
|
@@ -3078,6 +3242,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3078
3242
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3079
3243
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3080
3244
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3245
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3246
|
+
"implementationType": "UnityCli.ProBuilder.AutoSmoothTool",
|
|
3081
3247
|
"journalPolicy": "required",
|
|
3082
3248
|
"mutation": true
|
|
3083
3249
|
},
|
|
@@ -3092,6 +3258,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3092
3258
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3093
3259
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3094
3260
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3261
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3262
|
+
"implementationType": "UnityCli.ProBuilder.BevelEdgesTool",
|
|
3095
3263
|
"journalPolicy": "required",
|
|
3096
3264
|
"mutation": true
|
|
3097
3265
|
},
|
|
@@ -3106,6 +3274,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3106
3274
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3107
3275
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3108
3276
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3277
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3278
|
+
"implementationType": "UnityCli.ProBuilder.BridgeEdgesTool",
|
|
3109
3279
|
"journalPolicy": "required",
|
|
3110
3280
|
"mutation": true
|
|
3111
3281
|
},
|
|
@@ -3120,6 +3290,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3120
3290
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3121
3291
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3122
3292
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3293
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3294
|
+
"implementationType": "UnityCli.ProBuilder.CenterPivotTool",
|
|
3123
3295
|
"journalPolicy": "required",
|
|
3124
3296
|
"mutation": true
|
|
3125
3297
|
},
|
|
@@ -3134,6 +3306,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3134
3306
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3135
3307
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3136
3308
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3309
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3310
|
+
"implementationType": "UnityCli.ProBuilder.CombineMeshesTool",
|
|
3137
3311
|
"journalPolicy": "required",
|
|
3138
3312
|
"mutation": true
|
|
3139
3313
|
},
|
|
@@ -3148,6 +3322,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3148
3322
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3149
3323
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3150
3324
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3325
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3326
|
+
"implementationType": "UnityCli.ProBuilder.ConnectElementsTool",
|
|
3151
3327
|
"journalPolicy": "required",
|
|
3152
3328
|
"mutation": true
|
|
3153
3329
|
},
|
|
@@ -3162,6 +3338,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3162
3338
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3163
3339
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3164
3340
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3341
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3342
|
+
"implementationType": "UnityCli.ProBuilder.ConvertToProBuilderTool",
|
|
3165
3343
|
"journalPolicy": "required",
|
|
3166
3344
|
"mutation": true
|
|
3167
3345
|
},
|
|
@@ -3176,6 +3354,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3176
3354
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3177
3355
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3178
3356
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3357
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3358
|
+
"implementationType": "UnityCli.ProBuilder.CreatePolyShapeTool",
|
|
3179
3359
|
"journalPolicy": "required",
|
|
3180
3360
|
"mutation": true
|
|
3181
3361
|
},
|
|
@@ -3190,6 +3370,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3190
3370
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3191
3371
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3192
3372
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3373
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3374
|
+
"implementationType": "UnityCli.ProBuilder.CreatePolygonTool",
|
|
3193
3375
|
"journalPolicy": "required",
|
|
3194
3376
|
"mutation": true
|
|
3195
3377
|
},
|
|
@@ -3204,6 +3386,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3204
3386
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3205
3387
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3206
3388
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3389
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3390
|
+
"implementationType": "UnityCli.ProBuilder.CreateShapeTool",
|
|
3207
3391
|
"journalPolicy": "required",
|
|
3208
3392
|
"mutation": true
|
|
3209
3393
|
},
|
|
@@ -3218,6 +3402,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3218
3402
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3219
3403
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3220
3404
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3405
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3406
|
+
"implementationType": "UnityCli.ProBuilder.DeleteFacesTool",
|
|
3221
3407
|
"journalPolicy": "required",
|
|
3222
3408
|
"mutation": true
|
|
3223
3409
|
},
|
|
@@ -3232,6 +3418,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3232
3418
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3233
3419
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3234
3420
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3421
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3422
|
+
"implementationType": "UnityCli.ProBuilder.DetachFacesTool",
|
|
3235
3423
|
"journalPolicy": "required",
|
|
3236
3424
|
"mutation": true
|
|
3237
3425
|
},
|
|
@@ -3246,6 +3434,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3246
3434
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3247
3435
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3248
3436
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3437
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3438
|
+
"implementationType": "UnityCli.ProBuilder.DuplicateAndFlipTool",
|
|
3249
3439
|
"journalPolicy": "required",
|
|
3250
3440
|
"mutation": true
|
|
3251
3441
|
},
|
|
@@ -3260,6 +3450,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3260
3450
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3261
3451
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3262
3452
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3453
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3454
|
+
"implementationType": "UnityCli.ProBuilder.ExtrudeEdgesTool",
|
|
3263
3455
|
"journalPolicy": "required",
|
|
3264
3456
|
"mutation": true
|
|
3265
3457
|
},
|
|
@@ -3274,6 +3466,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3274
3466
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3275
3467
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3276
3468
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3469
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3470
|
+
"implementationType": "UnityCli.ProBuilder.ExtrudeFacesTool",
|
|
3277
3471
|
"journalPolicy": "required",
|
|
3278
3472
|
"mutation": true
|
|
3279
3473
|
},
|
|
@@ -3288,6 +3482,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3288
3482
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3289
3483
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3290
3484
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3485
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3486
|
+
"implementationType": "UnityCli.ProBuilder.FlipNormalsTool",
|
|
3291
3487
|
"journalPolicy": "required",
|
|
3292
3488
|
"mutation": true
|
|
3293
3489
|
},
|
|
@@ -3302,6 +3498,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3302
3498
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3303
3499
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3304
3500
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3501
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3502
|
+
"implementationType": "UnityCli.ProBuilder.FreezeTransformTool",
|
|
3305
3503
|
"journalPolicy": "required",
|
|
3306
3504
|
"mutation": true
|
|
3307
3505
|
},
|
|
@@ -3316,6 +3514,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3316
3514
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3317
3515
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3318
3516
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3517
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3518
|
+
"implementationType": "UnityCli.ProBuilder.InsertVertexTool",
|
|
3319
3519
|
"journalPolicy": "required",
|
|
3320
3520
|
"mutation": true
|
|
3321
3521
|
},
|
|
@@ -3330,6 +3530,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3330
3530
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3331
3531
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3332
3532
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3533
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3534
|
+
"implementationType": "UnityCli.ProBuilder.MergeFacesTool",
|
|
3333
3535
|
"journalPolicy": "required",
|
|
3334
3536
|
"mutation": true
|
|
3335
3537
|
},
|
|
@@ -3344,6 +3546,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3344
3546
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3345
3547
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3346
3548
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3549
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3550
|
+
"implementationType": "UnityCli.ProBuilder.MergeObjectsTool",
|
|
3347
3551
|
"journalPolicy": "required",
|
|
3348
3552
|
"mutation": true
|
|
3349
3553
|
},
|
|
@@ -3358,6 +3562,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3358
3562
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3359
3563
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3360
3564
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3565
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3566
|
+
"implementationType": "UnityCli.ProBuilder.MergeVerticesTool",
|
|
3361
3567
|
"journalPolicy": "required",
|
|
3362
3568
|
"mutation": true
|
|
3363
3569
|
},
|
|
@@ -3372,6 +3578,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3372
3578
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3373
3579
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3374
3580
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3581
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3582
|
+
"implementationType": "UnityCli.ProBuilder.MeshInfoTool",
|
|
3375
3583
|
"journalPolicy": "none",
|
|
3376
3584
|
"mutation": false
|
|
3377
3585
|
},
|
|
@@ -3386,6 +3594,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3386
3594
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3387
3595
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3388
3596
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3597
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3598
|
+
"implementationType": "UnityCli.ProBuilder.MoveVerticesTool",
|
|
3389
3599
|
"journalPolicy": "required",
|
|
3390
3600
|
"mutation": true
|
|
3391
3601
|
},
|
|
@@ -3400,6 +3610,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3400
3610
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3401
3611
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3402
3612
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3613
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3614
|
+
"implementationType": "UnityCli.ProBuilder.PingTool",
|
|
3403
3615
|
"journalPolicy": "none",
|
|
3404
3616
|
"mutation": false
|
|
3405
3617
|
},
|
|
@@ -3414,6 +3626,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3414
3626
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3415
3627
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3416
3628
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3629
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3630
|
+
"implementationType": "UnityCli.ProBuilder.RepairMeshTool",
|
|
3417
3631
|
"journalPolicy": "required",
|
|
3418
3632
|
"mutation": true
|
|
3419
3633
|
},
|
|
@@ -3428,6 +3642,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3428
3642
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3429
3643
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3430
3644
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3645
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3646
|
+
"implementationType": "UnityCli.ProBuilder.ProBuilderSceneTool",
|
|
3431
3647
|
"journalPolicy": "none",
|
|
3432
3648
|
"mutation": false
|
|
3433
3649
|
},
|
|
@@ -3442,6 +3658,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3442
3658
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3443
3659
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3444
3660
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3661
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3662
|
+
"implementationType": "UnityCli.ProBuilder.SelectFacesTool",
|
|
3445
3663
|
"journalPolicy": "none",
|
|
3446
3664
|
"mutation": false
|
|
3447
3665
|
},
|
|
@@ -3456,6 +3674,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3456
3674
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3457
3675
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3458
3676
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3677
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3678
|
+
"implementationType": "UnityCli.ProBuilder.SetFaceColorTool",
|
|
3459
3679
|
"journalPolicy": "required",
|
|
3460
3680
|
"mutation": true
|
|
3461
3681
|
},
|
|
@@ -3470,6 +3690,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3470
3690
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3471
3691
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3472
3692
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3693
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3694
|
+
"implementationType": "UnityCli.ProBuilder.SetFaceMaterialTool",
|
|
3473
3695
|
"journalPolicy": "required",
|
|
3474
3696
|
"mutation": true
|
|
3475
3697
|
},
|
|
@@ -3484,6 +3706,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3484
3706
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3485
3707
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3486
3708
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3709
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3710
|
+
"implementationType": "UnityCli.ProBuilder.SetFaceUvsTool",
|
|
3487
3711
|
"journalPolicy": "required",
|
|
3488
3712
|
"mutation": true
|
|
3489
3713
|
},
|
|
@@ -3498,6 +3722,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3498
3722
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3499
3723
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3500
3724
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3725
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3726
|
+
"implementationType": "UnityCli.ProBuilder.SetPivotTool",
|
|
3501
3727
|
"journalPolicy": "required",
|
|
3502
3728
|
"mutation": true
|
|
3503
3729
|
},
|
|
@@ -3512,6 +3738,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3512
3738
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3513
3739
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3514
3740
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3741
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3742
|
+
"implementationType": "UnityCli.ProBuilder.SetSmoothingTool",
|
|
3515
3743
|
"journalPolicy": "required",
|
|
3516
3744
|
"mutation": true
|
|
3517
3745
|
},
|
|
@@ -3526,6 +3754,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3526
3754
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3527
3755
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3528
3756
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3757
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3758
|
+
"implementationType": "UnityCli.ProBuilder.SplitVerticesTool",
|
|
3529
3759
|
"journalPolicy": "required",
|
|
3530
3760
|
"mutation": true
|
|
3531
3761
|
},
|
|
@@ -3540,6 +3770,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3540
3770
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3541
3771
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3542
3772
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3773
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3774
|
+
"implementationType": "UnityCli.ProBuilder.SubdivideTool",
|
|
3543
3775
|
"journalPolicy": "required",
|
|
3544
3776
|
"mutation": true
|
|
3545
3777
|
},
|
|
@@ -3554,6 +3786,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3554
3786
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3555
3787
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3556
3788
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3789
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3790
|
+
"implementationType": "UnityCli.ProBuilder.ValidateMeshTool",
|
|
3557
3791
|
"journalPolicy": "none",
|
|
3558
3792
|
"mutation": false
|
|
3559
3793
|
},
|
|
@@ -3568,6 +3802,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3568
3802
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3569
3803
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3570
3804
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3805
|
+
"assemblyName": "UnityCli.Extensions.ProBuilder.Editor",
|
|
3806
|
+
"implementationType": "UnityCli.ProBuilder.WeldVerticesTool",
|
|
3571
3807
|
"journalPolicy": "required",
|
|
3572
3808
|
"mutation": true
|
|
3573
3809
|
},
|
|
@@ -3582,6 +3818,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3582
3818
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3583
3819
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3584
3820
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3821
|
+
"assemblyName": "UnityCli.Editor",
|
|
3822
|
+
"implementationType": "UnityCli.ProfilerAreasTool",
|
|
3585
3823
|
"journalPolicy": "none",
|
|
3586
3824
|
"mutation": false
|
|
3587
3825
|
},
|
|
@@ -3596,6 +3834,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3596
3834
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3597
3835
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
3598
3836
|
"completionDriverId": "external-terminal-readback-v1",
|
|
3837
|
+
"assemblyName": "UnityCli.Editor",
|
|
3838
|
+
"implementationType": "UnityCli.ProfilerCaptureTool",
|
|
3599
3839
|
"journalPolicy": "required",
|
|
3600
3840
|
"mutation": true
|
|
3601
3841
|
},
|
|
@@ -3610,6 +3850,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3610
3850
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3611
3851
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3612
3852
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3853
|
+
"assemblyName": "UnityCli.Editor",
|
|
3854
|
+
"implementationType": "UnityCli.ProfilerClearTool",
|
|
3613
3855
|
"journalPolicy": "required",
|
|
3614
3856
|
"mutation": true
|
|
3615
3857
|
},
|
|
@@ -3624,6 +3866,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3624
3866
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3625
3867
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3626
3868
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3869
|
+
"assemblyName": "UnityCli.Editor",
|
|
3870
|
+
"implementationType": "UnityCli.ProfilerCounterTool",
|
|
3627
3871
|
"journalPolicy": "none",
|
|
3628
3872
|
"mutation": false
|
|
3629
3873
|
},
|
|
@@ -3638,6 +3882,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3638
3882
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3639
3883
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3640
3884
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3885
|
+
"assemblyName": "UnityCli.Editor",
|
|
3886
|
+
"implementationType": "UnityCli.ProfilerDeepTool",
|
|
3641
3887
|
"journalPolicy": "required",
|
|
3642
3888
|
"mutation": true
|
|
3643
3889
|
},
|
|
@@ -3652,6 +3898,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3652
3898
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3653
3899
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3654
3900
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3901
|
+
"assemblyName": "UnityCli.Editor",
|
|
3902
|
+
"implementationType": "UnityCli.ProfilerExportTool",
|
|
3655
3903
|
"journalPolicy": "required",
|
|
3656
3904
|
"mutation": true
|
|
3657
3905
|
},
|
|
@@ -3666,6 +3914,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3666
3914
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3667
3915
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3668
3916
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3917
|
+
"assemblyName": "UnityCli.Editor",
|
|
3918
|
+
"implementationType": "UnityCli.ProfilerFrameTool",
|
|
3669
3919
|
"journalPolicy": "required",
|
|
3670
3920
|
"mutation": true
|
|
3671
3921
|
},
|
|
@@ -3680,6 +3930,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3680
3930
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3681
3931
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
3682
3932
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3933
|
+
"assemblyName": "UnityCli.Editor",
|
|
3934
|
+
"implementationType": "UnityCli.ProfilerFrameDebuggerDisableTool",
|
|
3683
3935
|
"journalPolicy": "required",
|
|
3684
3936
|
"mutation": true
|
|
3685
3937
|
},
|
|
@@ -3694,6 +3946,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3694
3946
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3695
3947
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
3696
3948
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
3949
|
+
"assemblyName": "UnityCli.Editor",
|
|
3950
|
+
"implementationType": "UnityCli.ProfilerFrameDebuggerEnableTool",
|
|
3697
3951
|
"journalPolicy": "required",
|
|
3698
3952
|
"mutation": true
|
|
3699
3953
|
},
|
|
@@ -3708,6 +3962,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3708
3962
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3709
3963
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3710
3964
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3965
|
+
"assemblyName": "UnityCli.Editor",
|
|
3966
|
+
"implementationType": "UnityCli.ProfilerFrameDebuggerEventsTool",
|
|
3711
3967
|
"journalPolicy": "none",
|
|
3712
3968
|
"mutation": false
|
|
3713
3969
|
},
|
|
@@ -3722,6 +3978,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3722
3978
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3723
3979
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3724
3980
|
"completionDriverId": "atomic-typed-result-v1",
|
|
3981
|
+
"assemblyName": "UnityCli.Editor",
|
|
3982
|
+
"implementationType": "UnityCli.ProfilerHierarchyTool",
|
|
3725
3983
|
"journalPolicy": "none",
|
|
3726
3984
|
"mutation": false
|
|
3727
3985
|
},
|
|
@@ -3736,6 +3994,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3736
3994
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3737
3995
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
3738
3996
|
"completionDriverId": "external-terminal-readback-v1",
|
|
3997
|
+
"assemblyName": "UnityCli.Editor",
|
|
3998
|
+
"implementationType": "UnityCli.ProfilerLoadTool",
|
|
3739
3999
|
"journalPolicy": "required",
|
|
3740
4000
|
"mutation": true
|
|
3741
4001
|
},
|
|
@@ -3750,6 +4010,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3750
4010
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3751
4011
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3752
4012
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4013
|
+
"assemblyName": "UnityCli.Editor",
|
|
4014
|
+
"implementationType": "UnityCli.ProfilerMemoryTool",
|
|
3753
4015
|
"journalPolicy": "none",
|
|
3754
4016
|
"mutation": false
|
|
3755
4017
|
},
|
|
@@ -3764,6 +4026,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3764
4026
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3765
4027
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3766
4028
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4029
|
+
"assemblyName": "UnityCli.Editor",
|
|
4030
|
+
"implementationType": "UnityCli.ProfilerMemorySnapshotCompareTool",
|
|
3767
4031
|
"journalPolicy": "none",
|
|
3768
4032
|
"mutation": false
|
|
3769
4033
|
},
|
|
@@ -3778,6 +4042,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3778
4042
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3779
4043
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3780
4044
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4045
|
+
"assemblyName": "UnityCli.Editor",
|
|
4046
|
+
"implementationType": "UnityCli.ProfilerMemorySnapshotListTool",
|
|
3781
4047
|
"journalPolicy": "none",
|
|
3782
4048
|
"mutation": false
|
|
3783
4049
|
},
|
|
@@ -3792,6 +4058,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3792
4058
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3793
4059
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
3794
4060
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4061
|
+
"assemblyName": "UnityCli.Editor",
|
|
4062
|
+
"implementationType": "UnityCli.ProfilerMemorySnapshotTakeTool",
|
|
3795
4063
|
"journalPolicy": "required",
|
|
3796
4064
|
"mutation": true
|
|
3797
4065
|
},
|
|
@@ -3806,6 +4074,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3806
4074
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3807
4075
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3808
4076
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4077
|
+
"assemblyName": "UnityCli.Editor",
|
|
4078
|
+
"implementationType": "UnityCli.ProfilerModuleEnableTool",
|
|
3809
4079
|
"journalPolicy": "required",
|
|
3810
4080
|
"mutation": true
|
|
3811
4081
|
},
|
|
@@ -3820,6 +4090,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3820
4090
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3821
4091
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3822
4092
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4093
|
+
"assemblyName": "UnityCli.Editor",
|
|
4094
|
+
"implementationType": "UnityCli.ProfilerModulesTool",
|
|
3823
4095
|
"journalPolicy": "none",
|
|
3824
4096
|
"mutation": false
|
|
3825
4097
|
},
|
|
@@ -3834,6 +4106,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3834
4106
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3835
4107
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3836
4108
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4109
|
+
"assemblyName": "UnityCli.Editor",
|
|
4110
|
+
"implementationType": "UnityCli.ProfilerObjectMemoryTool",
|
|
3837
4111
|
"journalPolicy": "none",
|
|
3838
4112
|
"mutation": false
|
|
3839
4113
|
},
|
|
@@ -3848,6 +4122,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3848
4122
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3849
4123
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
3850
4124
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
4125
|
+
"assemblyName": "UnityCli.Editor",
|
|
4126
|
+
"implementationType": "UnityCli.ProfilerPauseTool",
|
|
3851
4127
|
"journalPolicy": "required",
|
|
3852
4128
|
"mutation": true
|
|
3853
4129
|
},
|
|
@@ -3862,6 +4138,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3862
4138
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3863
4139
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3864
4140
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4141
|
+
"assemblyName": "UnityCli.Editor",
|
|
4142
|
+
"implementationType": "UnityCli.ProfilerRenderingStatsTool",
|
|
3865
4143
|
"journalPolicy": "none",
|
|
3866
4144
|
"mutation": false
|
|
3867
4145
|
},
|
|
@@ -3876,6 +4154,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3876
4154
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3877
4155
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3878
4156
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4157
|
+
"assemblyName": "UnityCli.Editor",
|
|
4158
|
+
"implementationType": "UnityCli.ProfilerScriptStatsTool",
|
|
3879
4159
|
"journalPolicy": "none",
|
|
3880
4160
|
"mutation": false
|
|
3881
4161
|
},
|
|
@@ -3890,6 +4170,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3890
4170
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3891
4171
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
3892
4172
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
4173
|
+
"assemblyName": "UnityCli.Editor",
|
|
4174
|
+
"implementationType": "UnityCli.ProfilerStartTool",
|
|
3893
4175
|
"journalPolicy": "required",
|
|
3894
4176
|
"mutation": true
|
|
3895
4177
|
},
|
|
@@ -3904,6 +4186,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3904
4186
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3905
4187
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3906
4188
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4189
|
+
"assemblyName": "UnityCli.Editor",
|
|
4190
|
+
"implementationType": "UnityCli.ProfilerStatusTool",
|
|
3907
4191
|
"journalPolicy": "none",
|
|
3908
4192
|
"mutation": false
|
|
3909
4193
|
},
|
|
@@ -3918,6 +4202,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3918
4202
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3919
4203
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
3920
4204
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
4205
|
+
"assemblyName": "UnityCli.Editor",
|
|
4206
|
+
"implementationType": "UnityCli.ProfilerStopTool",
|
|
3921
4207
|
"journalPolicy": "required",
|
|
3922
4208
|
"mutation": true
|
|
3923
4209
|
},
|
|
@@ -3932,6 +4218,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3932
4218
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3933
4219
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3934
4220
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4221
|
+
"assemblyName": "UnityCli.Editor",
|
|
4222
|
+
"implementationType": "UnityCli.ProjectAudioSettingsTool",
|
|
3935
4223
|
"journalPolicy": "none",
|
|
3936
4224
|
"mutation": false
|
|
3937
4225
|
},
|
|
@@ -3946,6 +4234,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3946
4234
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3947
4235
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3948
4236
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4237
|
+
"assemblyName": "UnityCli.Editor",
|
|
4238
|
+
"implementationType": "UnityCli.ProjectAudioSettingsSetTool",
|
|
3949
4239
|
"journalPolicy": "required",
|
|
3950
4240
|
"mutation": true
|
|
3951
4241
|
},
|
|
@@ -3960,6 +4250,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3960
4250
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3961
4251
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3962
4252
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4253
|
+
"assemblyName": "UnityCli.Editor",
|
|
4254
|
+
"implementationType": "UnityCli.Tools.Project.ProjectInfoTool",
|
|
3963
4255
|
"journalPolicy": "none",
|
|
3964
4256
|
"mutation": false
|
|
3965
4257
|
},
|
|
@@ -3974,6 +4266,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3974
4266
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3975
4267
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3976
4268
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4269
|
+
"assemblyName": "UnityCli.Editor",
|
|
4270
|
+
"implementationType": "UnityCli.ProjectInputSettingsTool",
|
|
3977
4271
|
"journalPolicy": "none",
|
|
3978
4272
|
"mutation": false
|
|
3979
4273
|
},
|
|
@@ -3988,6 +4282,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
3988
4282
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3989
4283
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
3990
4284
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4285
|
+
"assemblyName": "UnityCli.Editor",
|
|
4286
|
+
"implementationType": "UnityCli.ProjectInputSettingsSetTool",
|
|
3991
4287
|
"journalPolicy": "required",
|
|
3992
4288
|
"mutation": true
|
|
3993
4289
|
},
|
|
@@ -4002,6 +4298,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4002
4298
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4003
4299
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4004
4300
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4301
|
+
"assemblyName": "UnityCli.Editor",
|
|
4302
|
+
"implementationType": "UnityCli.ProjectLayerAddTool",
|
|
4005
4303
|
"journalPolicy": "required",
|
|
4006
4304
|
"mutation": true
|
|
4007
4305
|
},
|
|
@@ -4016,6 +4314,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4016
4314
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4017
4315
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4018
4316
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4317
|
+
"assemblyName": "UnityCli.Editor",
|
|
4318
|
+
"implementationType": "UnityCli.ProjectLayerRemoveTool",
|
|
4019
4319
|
"journalPolicy": "required",
|
|
4020
4320
|
"mutation": true
|
|
4021
4321
|
},
|
|
@@ -4030,6 +4330,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4030
4330
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4031
4331
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4032
4332
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4333
|
+
"assemblyName": "UnityCli.Editor",
|
|
4334
|
+
"implementationType": "UnityCli.Tools.Project.ProjectLayersTool",
|
|
4033
4335
|
"journalPolicy": "none",
|
|
4034
4336
|
"mutation": false
|
|
4035
4337
|
},
|
|
@@ -4044,6 +4346,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4044
4346
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4045
4347
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4046
4348
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4349
|
+
"assemblyName": "UnityCli.Editor",
|
|
4350
|
+
"implementationType": "UnityCli.ProjectPlayerSettingsTool",
|
|
4047
4351
|
"journalPolicy": "none",
|
|
4048
4352
|
"mutation": false
|
|
4049
4353
|
},
|
|
@@ -4058,6 +4362,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4058
4362
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4059
4363
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4060
4364
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4365
|
+
"assemblyName": "UnityCli.Editor",
|
|
4366
|
+
"implementationType": "UnityCli.ProjectPlayerSettingsSetTool",
|
|
4061
4367
|
"journalPolicy": "required",
|
|
4062
4368
|
"mutation": true
|
|
4063
4369
|
},
|
|
@@ -4072,6 +4378,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4072
4378
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4073
4379
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4074
4380
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4381
|
+
"assemblyName": "UnityCli.Editor",
|
|
4382
|
+
"implementationType": "UnityCli.ProjectTagAddTool",
|
|
4075
4383
|
"journalPolicy": "required",
|
|
4076
4384
|
"mutation": true
|
|
4077
4385
|
},
|
|
@@ -4086,6 +4394,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4086
4394
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4087
4395
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4088
4396
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4397
|
+
"assemblyName": "UnityCli.Editor",
|
|
4398
|
+
"implementationType": "UnityCli.ProjectTagRemoveTool",
|
|
4089
4399
|
"journalPolicy": "required",
|
|
4090
4400
|
"mutation": true
|
|
4091
4401
|
},
|
|
@@ -4100,6 +4410,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4100
4410
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4101
4411
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4102
4412
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4413
|
+
"assemblyName": "UnityCli.Editor",
|
|
4414
|
+
"implementationType": "UnityCli.Tools.Project.ProjectTagsTool",
|
|
4103
4415
|
"journalPolicy": "none",
|
|
4104
4416
|
"mutation": false
|
|
4105
4417
|
},
|
|
@@ -4114,6 +4426,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4114
4426
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4115
4427
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4116
4428
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4429
|
+
"assemblyName": "UnityCli.Editor",
|
|
4430
|
+
"implementationType": "UnityCli.ProjectTimeSettingsTool",
|
|
4117
4431
|
"journalPolicy": "none",
|
|
4118
4432
|
"mutation": false
|
|
4119
4433
|
},
|
|
@@ -4128,6 +4442,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4128
4442
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4129
4443
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4130
4444
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4445
|
+
"assemblyName": "UnityCli.Editor",
|
|
4446
|
+
"implementationType": "UnityCli.ProjectTimeSettingsSetTool",
|
|
4131
4447
|
"journalPolicy": "required",
|
|
4132
4448
|
"mutation": true
|
|
4133
4449
|
},
|
|
@@ -4184,6 +4500,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4184
4500
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4185
4501
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4186
4502
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
4503
|
+
"assemblyName": "UnityCli.Editor",
|
|
4504
|
+
"implementationType": "UnityCli.ReflectionMethodCallTool",
|
|
4187
4505
|
"journalPolicy": "required",
|
|
4188
4506
|
"mutation": true
|
|
4189
4507
|
},
|
|
@@ -4198,6 +4516,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4198
4516
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4199
4517
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4200
4518
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4519
|
+
"assemblyName": "UnityCli.Editor",
|
|
4520
|
+
"implementationType": "UnityCli.ReflectionMethodFindTool",
|
|
4201
4521
|
"journalPolicy": "none",
|
|
4202
4522
|
"mutation": false
|
|
4203
4523
|
},
|
|
@@ -4324,20 +4644,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4324
4644
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4325
4645
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4326
4646
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
},
|
|
4330
|
-
{
|
|
4331
|
-
"toolName": "scene.build-settings",
|
|
4332
|
-
"descriptorOwner": "built-in",
|
|
4333
|
-
"deliveryMode": "direct-terminal",
|
|
4334
|
-
"executionClass": "atomic",
|
|
4335
|
-
"completionPredicate": "typed-business-terminal",
|
|
4336
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4337
|
-
"reloadPolicy": "caller-responsibility",
|
|
4338
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4339
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4340
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4647
|
+
"assemblyName": "UnityCli.Editor",
|
|
4648
|
+
"implementationType": "UnityCli.SceneActiveTool",
|
|
4341
4649
|
"journalPolicy": "none",
|
|
4342
4650
|
"mutation": false
|
|
4343
4651
|
},
|
|
@@ -4352,23 +4660,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4352
4660
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4353
4661
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4354
4662
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4663
|
+
"assemblyName": "UnityCli.Editor",
|
|
4664
|
+
"implementationType": "UnityCli.SceneCreateTool",
|
|
4355
4665
|
"journalPolicy": "required",
|
|
4356
4666
|
"mutation": true
|
|
4357
4667
|
},
|
|
4358
|
-
{
|
|
4359
|
-
"toolName": "scene.data",
|
|
4360
|
-
"descriptorOwner": "built-in",
|
|
4361
|
-
"deliveryMode": "direct-terminal",
|
|
4362
|
-
"executionClass": "atomic",
|
|
4363
|
-
"completionPredicate": "typed-business-terminal",
|
|
4364
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4365
|
-
"reloadPolicy": "caller-responsibility",
|
|
4366
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4367
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4368
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4369
|
-
"journalPolicy": "none",
|
|
4370
|
-
"mutation": false
|
|
4371
|
-
},
|
|
4372
4668
|
{
|
|
4373
4669
|
"toolName": "scene.gameobject",
|
|
4374
4670
|
"descriptorOwner": "built-in",
|
|
@@ -4380,6 +4676,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4380
4676
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4381
4677
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4382
4678
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4679
|
+
"assemblyName": "UnityCli.Editor",
|
|
4680
|
+
"implementationType": "UnityCli.UnityCliBridge+SceneGameObjectTool",
|
|
4383
4681
|
"journalPolicy": "none",
|
|
4384
4682
|
"mutation": false
|
|
4385
4683
|
},
|
|
@@ -4394,6 +4692,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4394
4692
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4395
4693
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4396
4694
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4695
|
+
"assemblyName": "UnityCli.Editor",
|
|
4696
|
+
"implementationType": "UnityCli.UnityCliBridge+SceneGameObjectComponentTool",
|
|
4397
4697
|
"journalPolicy": "none",
|
|
4398
4698
|
"mutation": false
|
|
4399
4699
|
},
|
|
@@ -4408,6 +4708,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4408
4708
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4409
4709
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4410
4710
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4711
|
+
"assemblyName": "UnityCli.Editor",
|
|
4712
|
+
"implementationType": "UnityCli.UnityCliBridge+SceneGameObjectComponentsTool",
|
|
4411
4713
|
"journalPolicy": "none",
|
|
4412
4714
|
"mutation": false
|
|
4413
4715
|
},
|
|
@@ -4422,6 +4724,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4422
4724
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4423
4725
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4424
4726
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4727
|
+
"assemblyName": "UnityCli.Editor",
|
|
4728
|
+
"implementationType": "UnityCli.SceneHierarchyTool",
|
|
4425
4729
|
"journalPolicy": "none",
|
|
4426
4730
|
"mutation": false
|
|
4427
4731
|
},
|
|
@@ -4436,6 +4740,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4436
4740
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4437
4741
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4438
4742
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4743
|
+
"assemblyName": "UnityCli.Editor",
|
|
4744
|
+
"implementationType": "UnityCli.SceneListOpenedTool",
|
|
4439
4745
|
"journalPolicy": "none",
|
|
4440
4746
|
"mutation": false
|
|
4441
4747
|
},
|
|
@@ -4450,6 +4756,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4450
4756
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4451
4757
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4452
4758
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4759
|
+
"assemblyName": "UnityCli.Editor",
|
|
4760
|
+
"implementationType": "UnityCli.SceneLoadTool",
|
|
4453
4761
|
"journalPolicy": "required",
|
|
4454
4762
|
"mutation": true
|
|
4455
4763
|
},
|
|
@@ -4464,6 +4772,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4464
4772
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4465
4773
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4466
4774
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4775
|
+
"assemblyName": "UnityCli.Editor",
|
|
4776
|
+
"implementationType": "UnityCli.SceneMoveObjectTool",
|
|
4467
4777
|
"journalPolicy": "required",
|
|
4468
4778
|
"mutation": true
|
|
4469
4779
|
},
|
|
@@ -4478,6 +4788,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4478
4788
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4479
4789
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4480
4790
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4791
|
+
"assemblyName": "UnityCli.Editor",
|
|
4792
|
+
"implementationType": "UnityCli.SceneSaveTool",
|
|
4481
4793
|
"journalPolicy": "required",
|
|
4482
4794
|
"mutation": true
|
|
4483
4795
|
},
|
|
@@ -4492,6 +4804,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4492
4804
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4493
4805
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4494
4806
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4807
|
+
"assemblyName": "UnityCli.Editor",
|
|
4808
|
+
"implementationType": "UnityCli.SceneSetActiveTool",
|
|
4495
4809
|
"journalPolicy": "required",
|
|
4496
4810
|
"mutation": true
|
|
4497
4811
|
},
|
|
@@ -4506,6 +4820,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4506
4820
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4507
4821
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4508
4822
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4823
|
+
"assemblyName": "UnityCli.Editor",
|
|
4824
|
+
"implementationType": "UnityCli.SceneUnloadTool",
|
|
4509
4825
|
"journalPolicy": "required",
|
|
4510
4826
|
"mutation": true
|
|
4511
4827
|
},
|
|
@@ -4520,6 +4836,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4520
4836
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4521
4837
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4522
4838
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4839
|
+
"assemblyName": "UnityCli.Editor",
|
|
4840
|
+
"implementationType": "UnityCli.SceneValidateTool",
|
|
4523
4841
|
"journalPolicy": "none",
|
|
4524
4842
|
"mutation": false
|
|
4525
4843
|
},
|
|
@@ -4534,6 +4852,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4534
4852
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4535
4853
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4536
4854
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
4855
|
+
"assemblyName": "UnityCli.Editor",
|
|
4856
|
+
"implementationType": "UnityCli.SceneViewFrameTool",
|
|
4537
4857
|
"journalPolicy": "required",
|
|
4538
4858
|
"mutation": true
|
|
4539
4859
|
},
|
|
@@ -4548,6 +4868,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4548
4868
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4549
4869
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4550
4870
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4871
|
+
"assemblyName": "UnityCli.Editor",
|
|
4872
|
+
"implementationType": "UnityCli.ScreenshotEditorElementTool",
|
|
4551
4873
|
"journalPolicy": "required",
|
|
4552
4874
|
"mutation": true
|
|
4553
4875
|
},
|
|
@@ -4562,6 +4884,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4562
4884
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4563
4885
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4564
4886
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4887
|
+
"assemblyName": "UnityCli.Editor",
|
|
4888
|
+
"implementationType": "UnityCli.ScreenshotGameViewTool",
|
|
4565
4889
|
"journalPolicy": "required",
|
|
4566
4890
|
"mutation": true
|
|
4567
4891
|
},
|
|
@@ -4576,6 +4900,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4576
4900
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4577
4901
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4578
4902
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4903
|
+
"assemblyName": "UnityCli.Editor",
|
|
4904
|
+
"implementationType": "UnityCli.ScreenshotIsolatedObjectTool",
|
|
4579
4905
|
"journalPolicy": "required",
|
|
4580
4906
|
"mutation": true
|
|
4581
4907
|
},
|
|
@@ -4590,6 +4916,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4590
4916
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4591
4917
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4592
4918
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4919
|
+
"assemblyName": "UnityCli.Editor",
|
|
4920
|
+
"implementationType": "UnityCli.ScreenshotOrbitTool",
|
|
4593
4921
|
"journalPolicy": "required",
|
|
4594
4922
|
"mutation": true
|
|
4595
4923
|
},
|
|
@@ -4604,6 +4932,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4604
4932
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4605
4933
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4606
4934
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4935
|
+
"assemblyName": "UnityCli.Editor",
|
|
4936
|
+
"implementationType": "UnityCli.ScreenshotSceneViewTool",
|
|
4607
4937
|
"journalPolicy": "required",
|
|
4608
4938
|
"mutation": true
|
|
4609
4939
|
},
|
|
@@ -4618,6 +4948,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4618
4948
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4619
4949
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4620
4950
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4951
|
+
"assemblyName": "UnityCli.Editor",
|
|
4952
|
+
"implementationType": "UnityCli.ScreenshotScreenTool",
|
|
4621
4953
|
"journalPolicy": "required",
|
|
4622
4954
|
"mutation": true
|
|
4623
4955
|
},
|
|
@@ -4632,6 +4964,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4632
4964
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4633
4965
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
4634
4966
|
"completionDriverId": "external-terminal-readback-v1",
|
|
4967
|
+
"assemblyName": "UnityCli.Editor",
|
|
4968
|
+
"implementationType": "UnityCli.ScreenshotSurroundTool",
|
|
4635
4969
|
"journalPolicy": "required",
|
|
4636
4970
|
"mutation": true
|
|
4637
4971
|
},
|
|
@@ -4646,6 +4980,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4646
4980
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4647
4981
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4648
4982
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4983
|
+
"assemblyName": "UnityCli.Editor",
|
|
4984
|
+
"implementationType": "UnityCli.ScriptableObjectCreateTool",
|
|
4649
4985
|
"journalPolicy": "required",
|
|
4650
4986
|
"mutation": true
|
|
4651
4987
|
},
|
|
@@ -4660,6 +4996,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4660
4996
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4661
4997
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4662
4998
|
"completionDriverId": "atomic-typed-result-v1",
|
|
4999
|
+
"assemblyName": "UnityCli.Editor",
|
|
5000
|
+
"implementationType": "UnityCli.ScriptableObjectInfoTool",
|
|
4663
5001
|
"journalPolicy": "none",
|
|
4664
5002
|
"mutation": false
|
|
4665
5003
|
},
|
|
@@ -4674,6 +5012,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4674
5012
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4675
5013
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4676
5014
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5015
|
+
"assemblyName": "UnityCli.Editor",
|
|
5016
|
+
"implementationType": "UnityCli.ScriptableObjectListTypesTool",
|
|
4677
5017
|
"journalPolicy": "none",
|
|
4678
5018
|
"mutation": false
|
|
4679
5019
|
},
|
|
@@ -4688,6 +5028,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4688
5028
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4689
5029
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4690
5030
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5031
|
+
"assemblyName": "UnityCli.Editor",
|
|
5032
|
+
"implementationType": "UnityCli.ScriptableObjectModifyTool",
|
|
4691
5033
|
"journalPolicy": "required",
|
|
4692
5034
|
"mutation": true
|
|
4693
5035
|
},
|
|
@@ -4702,6 +5044,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4702
5044
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4703
5045
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4704
5046
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5047
|
+
"assemblyName": "UnityCli.Editor",
|
|
5048
|
+
"implementationType": "UnityCli.ShaderCreateTool",
|
|
4705
5049
|
"journalPolicy": "required",
|
|
4706
5050
|
"mutation": true
|
|
4707
5051
|
},
|
|
@@ -4716,6 +5060,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4716
5060
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4717
5061
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4718
5062
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5063
|
+
"assemblyName": "UnityCli.Editor",
|
|
5064
|
+
"implementationType": "UnityCli.ShaderDeleteTool",
|
|
4719
5065
|
"journalPolicy": "required",
|
|
4720
5066
|
"mutation": true
|
|
4721
5067
|
},
|
|
@@ -4730,6 +5076,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4730
5076
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4731
5077
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4732
5078
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5079
|
+
"assemblyName": "UnityCli.Editor",
|
|
5080
|
+
"implementationType": "UnityCli.ShaderGetDataTool",
|
|
4733
5081
|
"journalPolicy": "none",
|
|
4734
5082
|
"mutation": false
|
|
4735
5083
|
},
|
|
@@ -4744,6 +5092,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4744
5092
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4745
5093
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4746
5094
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5095
|
+
"assemblyName": "UnityCli.Editor",
|
|
5096
|
+
"implementationType": "UnityCli.ShaderInfoTool",
|
|
4747
5097
|
"journalPolicy": "none",
|
|
4748
5098
|
"mutation": false
|
|
4749
5099
|
},
|
|
@@ -4758,6 +5108,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4758
5108
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4759
5109
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4760
5110
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5111
|
+
"assemblyName": "UnityCli.Editor",
|
|
5112
|
+
"implementationType": "UnityCli.ShaderListTool",
|
|
4761
5113
|
"journalPolicy": "none",
|
|
4762
5114
|
"mutation": false
|
|
4763
5115
|
},
|
|
@@ -4772,6 +5124,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4772
5124
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4773
5125
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4774
5126
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5127
|
+
"assemblyName": "UnityCli.Editor",
|
|
5128
|
+
"implementationType": "UnityCli.ShaderReadTool",
|
|
4775
5129
|
"journalPolicy": "none",
|
|
4776
5130
|
"mutation": false
|
|
4777
5131
|
},
|
|
@@ -4786,6 +5140,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4786
5140
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4787
5141
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4788
5142
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5143
|
+
"assemblyName": "UnityCli.Editor",
|
|
5144
|
+
"implementationType": "UnityCli.ShaderUpdateTool",
|
|
4789
5145
|
"journalPolicy": "required",
|
|
4790
5146
|
"mutation": true
|
|
4791
5147
|
},
|
|
@@ -4818,8 +5174,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4818
5174
|
"mutation": true
|
|
4819
5175
|
},
|
|
4820
5176
|
{
|
|
4821
|
-
"toolName": "
|
|
4822
|
-
"descriptorOwner": "
|
|
5177
|
+
"toolName": "test.run.status",
|
|
5178
|
+
"descriptorOwner": "ts-local",
|
|
4823
5179
|
"deliveryMode": "direct-terminal",
|
|
4824
5180
|
"executionClass": "atomic",
|
|
4825
5181
|
"completionPredicate": "typed-business-terminal",
|
|
@@ -4842,6 +5198,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4842
5198
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4843
5199
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4844
5200
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5201
|
+
"assemblyName": "UnityCli.Editor",
|
|
5202
|
+
"implementationType": "UnityCli.TextureCreateTool",
|
|
4845
5203
|
"journalPolicy": "required",
|
|
4846
5204
|
"mutation": true
|
|
4847
5205
|
},
|
|
@@ -4856,6 +5214,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4856
5214
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4857
5215
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4858
5216
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5217
|
+
"assemblyName": "UnityCli.Editor",
|
|
5218
|
+
"implementationType": "UnityCli.TextureDeleteTool",
|
|
4859
5219
|
"journalPolicy": "required",
|
|
4860
5220
|
"mutation": true
|
|
4861
5221
|
},
|
|
@@ -4870,6 +5230,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4870
5230
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4871
5231
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4872
5232
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5233
|
+
"assemblyName": "UnityCli.Editor",
|
|
5234
|
+
"implementationType": "UnityCli.TextureGenerateTool",
|
|
4873
5235
|
"journalPolicy": "required",
|
|
4874
5236
|
"mutation": true
|
|
4875
5237
|
},
|
|
@@ -4884,6 +5246,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4884
5246
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4885
5247
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4886
5248
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5249
|
+
"assemblyName": "UnityCli.Editor",
|
|
5250
|
+
"implementationType": "UnityCli.TextureImportSettingsTool",
|
|
4887
5251
|
"journalPolicy": "required",
|
|
4888
5252
|
"mutation": true
|
|
4889
5253
|
},
|
|
@@ -4898,6 +5262,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4898
5262
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4899
5263
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4900
5264
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5265
|
+
"assemblyName": "UnityCli.Editor",
|
|
5266
|
+
"implementationType": "UnityCli.TextureInfoTool",
|
|
4901
5267
|
"journalPolicy": "none",
|
|
4902
5268
|
"mutation": false
|
|
4903
5269
|
},
|
|
@@ -4912,6 +5278,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4912
5278
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4913
5279
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4914
5280
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5281
|
+
"assemblyName": "UnityCli.Editor",
|
|
5282
|
+
"implementationType": "UnityCli.TextureModifyTool",
|
|
4915
5283
|
"journalPolicy": "required",
|
|
4916
5284
|
"mutation": true
|
|
4917
5285
|
},
|
|
@@ -4926,6 +5294,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4926
5294
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4927
5295
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4928
5296
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5297
|
+
"assemblyName": "UnityCli.Editor",
|
|
5298
|
+
"implementationType": "UnityCli.TextureSpriteTool",
|
|
4929
5299
|
"journalPolicy": "required",
|
|
4930
5300
|
"mutation": true
|
|
4931
5301
|
},
|
|
@@ -4940,6 +5310,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4940
5310
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4941
5311
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4942
5312
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5313
|
+
"assemblyName": "UnityCli.Editor",
|
|
5314
|
+
"implementationType": "UnityCli.TimelineClipAddTool",
|
|
4943
5315
|
"journalPolicy": "required",
|
|
4944
5316
|
"mutation": true
|
|
4945
5317
|
},
|
|
@@ -4954,6 +5326,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4954
5326
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4955
5327
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4956
5328
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5329
|
+
"assemblyName": "UnityCli.Editor",
|
|
5330
|
+
"implementationType": "UnityCli.TimelineCreateTool",
|
|
4957
5331
|
"journalPolicy": "required",
|
|
4958
5332
|
"mutation": true
|
|
4959
5333
|
},
|
|
@@ -4968,6 +5342,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4968
5342
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4969
5343
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4970
5344
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5345
|
+
"assemblyName": "UnityCli.Editor",
|
|
5346
|
+
"implementationType": "UnityCli.TimelineInfoTool",
|
|
4971
5347
|
"journalPolicy": "none",
|
|
4972
5348
|
"mutation": false
|
|
4973
5349
|
},
|
|
@@ -4982,65 +5358,11 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
4982
5358
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4983
5359
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4984
5360
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5361
|
+
"assemblyName": "UnityCli.Editor",
|
|
5362
|
+
"implementationType": "UnityCli.TimelineTrackAddTool",
|
|
4985
5363
|
"journalPolicy": "required",
|
|
4986
5364
|
"mutation": true
|
|
4987
5365
|
},
|
|
4988
|
-
{
|
|
4989
|
-
"toolName": "tools.describe",
|
|
4990
|
-
"descriptorOwner": "ts-local",
|
|
4991
|
-
"deliveryMode": "direct-terminal",
|
|
4992
|
-
"executionClass": "atomic",
|
|
4993
|
-
"completionPredicate": "typed-business-terminal",
|
|
4994
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
4995
|
-
"reloadPolicy": "caller-responsibility",
|
|
4996
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4997
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
4998
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
4999
|
-
"journalPolicy": "none",
|
|
5000
|
-
"mutation": false
|
|
5001
|
-
},
|
|
5002
|
-
{
|
|
5003
|
-
"toolName": "tools.group",
|
|
5004
|
-
"descriptorOwner": "ts-local",
|
|
5005
|
-
"deliveryMode": "direct-terminal",
|
|
5006
|
-
"executionClass": "atomic",
|
|
5007
|
-
"completionPredicate": "typed-business-terminal",
|
|
5008
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
5009
|
-
"reloadPolicy": "caller-responsibility",
|
|
5010
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5011
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5012
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
5013
|
-
"journalPolicy": "none",
|
|
5014
|
-
"mutation": false
|
|
5015
|
-
},
|
|
5016
|
-
{
|
|
5017
|
-
"toolName": "tools.group-list",
|
|
5018
|
-
"descriptorOwner": "ts-local",
|
|
5019
|
-
"deliveryMode": "direct-terminal",
|
|
5020
|
-
"executionClass": "atomic",
|
|
5021
|
-
"completionPredicate": "typed-business-terminal",
|
|
5022
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
5023
|
-
"reloadPolicy": "caller-responsibility",
|
|
5024
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5025
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5026
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
5027
|
-
"journalPolicy": "none",
|
|
5028
|
-
"mutation": false
|
|
5029
|
-
},
|
|
5030
|
-
{
|
|
5031
|
-
"toolName": "tools.search",
|
|
5032
|
-
"descriptorOwner": "ts-local",
|
|
5033
|
-
"deliveryMode": "direct-terminal",
|
|
5034
|
-
"executionClass": "atomic",
|
|
5035
|
-
"completionPredicate": "typed-business-terminal",
|
|
5036
|
-
"proofSource": "typed-result-and-effect-readback",
|
|
5037
|
-
"reloadPolicy": "caller-responsibility",
|
|
5038
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5039
|
-
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5040
|
-
"completionDriverId": "atomic-typed-result-v1",
|
|
5041
|
-
"journalPolicy": "none",
|
|
5042
|
-
"mutation": false
|
|
5043
|
-
},
|
|
5044
5366
|
{
|
|
5045
5367
|
"toolName": "type.schema",
|
|
5046
5368
|
"descriptorOwner": "built-in",
|
|
@@ -5052,6 +5374,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5052
5374
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5053
5375
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5054
5376
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5377
|
+
"assemblyName": "UnityCli.Editor",
|
|
5378
|
+
"implementationType": "UnityCli.TypeSchemaTool",
|
|
5055
5379
|
"journalPolicy": "none",
|
|
5056
5380
|
"mutation": false
|
|
5057
5381
|
},
|
|
@@ -5066,6 +5390,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5066
5390
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5067
5391
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5068
5392
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5393
|
+
"assemblyName": "UnityCli.Editor",
|
|
5394
|
+
"implementationType": "UnityCli.UiAttachDocumentTool",
|
|
5069
5395
|
"journalPolicy": "required",
|
|
5070
5396
|
"mutation": true
|
|
5071
5397
|
},
|
|
@@ -5080,6 +5406,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5080
5406
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5081
5407
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5082
5408
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5409
|
+
"assemblyName": "UnityCli.Editor",
|
|
5410
|
+
"implementationType": "UnityCli.UiButtonCreateTool",
|
|
5083
5411
|
"journalPolicy": "required",
|
|
5084
5412
|
"mutation": true
|
|
5085
5413
|
},
|
|
@@ -5094,6 +5422,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5094
5422
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5095
5423
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5096
5424
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5425
|
+
"assemblyName": "UnityCli.Editor",
|
|
5426
|
+
"implementationType": "UnityCli.UiCanvasCreateTool",
|
|
5097
5427
|
"journalPolicy": "required",
|
|
5098
5428
|
"mutation": true
|
|
5099
5429
|
},
|
|
@@ -5108,6 +5438,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5108
5438
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5109
5439
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5110
5440
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5441
|
+
"assemblyName": "UnityCli.Editor",
|
|
5442
|
+
"implementationType": "UnityCli.UiCreatePanelSettingsTool",
|
|
5111
5443
|
"journalPolicy": "required",
|
|
5112
5444
|
"mutation": true
|
|
5113
5445
|
},
|
|
@@ -5122,6 +5454,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5122
5454
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5123
5455
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5124
5456
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5457
|
+
"assemblyName": "UnityCli.Editor",
|
|
5458
|
+
"implementationType": "UnityCli.UiDetachDocumentTool",
|
|
5125
5459
|
"journalPolicy": "required",
|
|
5126
5460
|
"mutation": true
|
|
5127
5461
|
},
|
|
@@ -5136,6 +5470,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5136
5470
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5137
5471
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5138
5472
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5473
|
+
"assemblyName": "UnityCli.Editor",
|
|
5474
|
+
"implementationType": "UnityCli.UiDocumentCreateTool",
|
|
5139
5475
|
"journalPolicy": "required",
|
|
5140
5476
|
"mutation": true
|
|
5141
5477
|
},
|
|
@@ -5150,6 +5486,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5150
5486
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5151
5487
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5152
5488
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5489
|
+
"assemblyName": "UnityCli.Editor",
|
|
5490
|
+
"implementationType": "UnityCli.UiDocumentDeleteTool",
|
|
5153
5491
|
"journalPolicy": "required",
|
|
5154
5492
|
"mutation": true
|
|
5155
5493
|
},
|
|
@@ -5164,6 +5502,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5164
5502
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5165
5503
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5166
5504
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5505
|
+
"assemblyName": "UnityCli.Editor",
|
|
5506
|
+
"implementationType": "UnityCli.UiDocumentInfoTool",
|
|
5167
5507
|
"journalPolicy": "none",
|
|
5168
5508
|
"mutation": false
|
|
5169
5509
|
},
|
|
@@ -5178,6 +5518,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5178
5518
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5179
5519
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5180
5520
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5521
|
+
"assemblyName": "UnityCli.Editor",
|
|
5522
|
+
"implementationType": "UnityCli.UiDocumentUpdateTool",
|
|
5181
5523
|
"journalPolicy": "required",
|
|
5182
5524
|
"mutation": true
|
|
5183
5525
|
},
|
|
@@ -5192,6 +5534,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5192
5534
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5193
5535
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5194
5536
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5537
|
+
"assemblyName": "UnityCli.Editor",
|
|
5538
|
+
"implementationType": "UnityCli.UiGetVisualTreeTool",
|
|
5195
5539
|
"journalPolicy": "none",
|
|
5196
5540
|
"mutation": false
|
|
5197
5541
|
},
|
|
@@ -5206,6 +5550,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5206
5550
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5207
5551
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5208
5552
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5553
|
+
"assemblyName": "UnityCli.Editor",
|
|
5554
|
+
"implementationType": "UnityCli.UiHierarchyTool",
|
|
5209
5555
|
"journalPolicy": "none",
|
|
5210
5556
|
"mutation": false
|
|
5211
5557
|
},
|
|
@@ -5220,6 +5566,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5220
5566
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5221
5567
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5222
5568
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5569
|
+
"assemblyName": "UnityCli.Editor",
|
|
5570
|
+
"implementationType": "UnityCli.UiImageCreateTool",
|
|
5223
5571
|
"journalPolicy": "required",
|
|
5224
5572
|
"mutation": true
|
|
5225
5573
|
},
|
|
@@ -5234,6 +5582,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5234
5582
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5235
5583
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5236
5584
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5585
|
+
"assemblyName": "UnityCli.Editor",
|
|
5586
|
+
"implementationType": "UnityCli.UiLinkStylesheetTool",
|
|
5237
5587
|
"journalPolicy": "required",
|
|
5238
5588
|
"mutation": true
|
|
5239
5589
|
},
|
|
@@ -5248,6 +5598,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5248
5598
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5249
5599
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5250
5600
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5601
|
+
"assemblyName": "UnityCli.Editor",
|
|
5602
|
+
"implementationType": "UnityCli.UiListDocumentsTool",
|
|
5251
5603
|
"journalPolicy": "none",
|
|
5252
5604
|
"mutation": false
|
|
5253
5605
|
},
|
|
@@ -5262,6 +5614,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5262
5614
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5263
5615
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5264
5616
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5617
|
+
"assemblyName": "UnityCli.Editor",
|
|
5618
|
+
"implementationType": "UnityCli.UiModifyVisualElementTool",
|
|
5265
5619
|
"journalPolicy": "required",
|
|
5266
5620
|
"mutation": true
|
|
5267
5621
|
},
|
|
@@ -5276,6 +5630,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5276
5630
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5277
5631
|
"outcomeUnknownPolicy": "external-proof-or-unknown",
|
|
5278
5632
|
"completionDriverId": "external-terminal-readback-v1",
|
|
5633
|
+
"assemblyName": "UnityCli.Editor",
|
|
5634
|
+
"implementationType": "UnityCli.UiRenderPreviewTool",
|
|
5279
5635
|
"journalPolicy": "required",
|
|
5280
5636
|
"mutation": true
|
|
5281
5637
|
},
|
|
@@ -5290,6 +5646,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5290
5646
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5291
5647
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5292
5648
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5649
|
+
"assemblyName": "UnityCli.Editor",
|
|
5650
|
+
"implementationType": "UnityCli.UiTextCreateTool",
|
|
5293
5651
|
"journalPolicy": "required",
|
|
5294
5652
|
"mutation": true
|
|
5295
5653
|
},
|
|
@@ -5304,6 +5662,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5304
5662
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5305
5663
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5306
5664
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5665
|
+
"assemblyName": "UnityCli.Editor",
|
|
5666
|
+
"implementationType": "UnityCli.UiUpdatePanelSettingsTool",
|
|
5307
5667
|
"journalPolicy": "required",
|
|
5308
5668
|
"mutation": true
|
|
5309
5669
|
},
|
|
@@ -5318,6 +5678,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5318
5678
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5319
5679
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5320
5680
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5681
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5682
|
+
"implementationType": "UnityCli.UrpFeatureAddTool",
|
|
5321
5683
|
"journalPolicy": "required",
|
|
5322
5684
|
"mutation": true
|
|
5323
5685
|
},
|
|
@@ -5332,6 +5694,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5332
5694
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5333
5695
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5334
5696
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5697
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5698
|
+
"implementationType": "UnityCli.UrpFeatureConfigureTool",
|
|
5335
5699
|
"journalPolicy": "required",
|
|
5336
5700
|
"mutation": true
|
|
5337
5701
|
},
|
|
@@ -5346,6 +5710,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5346
5710
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5347
5711
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5348
5712
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5713
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5714
|
+
"implementationType": "UnityCli.UrpFeatureListTool",
|
|
5349
5715
|
"journalPolicy": "none",
|
|
5350
5716
|
"mutation": false
|
|
5351
5717
|
},
|
|
@@ -5360,6 +5726,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5360
5726
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5361
5727
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5362
5728
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5729
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5730
|
+
"implementationType": "UnityCli.UrpFeatureRemoveTool",
|
|
5363
5731
|
"journalPolicy": "required",
|
|
5364
5732
|
"mutation": true
|
|
5365
5733
|
},
|
|
@@ -5374,6 +5742,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5374
5742
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5375
5743
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5376
5744
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5745
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5746
|
+
"implementationType": "UnityCli.UrpFeatureToggleTool",
|
|
5377
5747
|
"journalPolicy": "required",
|
|
5378
5748
|
"mutation": true
|
|
5379
5749
|
},
|
|
@@ -5388,6 +5758,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5388
5758
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5389
5759
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5390
5760
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5761
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5762
|
+
"implementationType": "UnityCli.UrpSettingsGetTool",
|
|
5391
5763
|
"journalPolicy": "none",
|
|
5392
5764
|
"mutation": false
|
|
5393
5765
|
},
|
|
@@ -5402,6 +5774,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5402
5774
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5403
5775
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5404
5776
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5777
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5778
|
+
"implementationType": "UnityCli.UrpSettingsSetTool",
|
|
5405
5779
|
"journalPolicy": "required",
|
|
5406
5780
|
"mutation": true
|
|
5407
5781
|
},
|
|
@@ -5416,6 +5790,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5416
5790
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5417
5791
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5418
5792
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5793
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5794
|
+
"implementationType": "UnityCli.UrpVolumeAddEffectTool",
|
|
5419
5795
|
"journalPolicy": "required",
|
|
5420
5796
|
"mutation": true
|
|
5421
5797
|
},
|
|
@@ -5430,6 +5806,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5430
5806
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5431
5807
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5432
5808
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5809
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5810
|
+
"implementationType": "UnityCli.UrpVolumeCreateTool",
|
|
5433
5811
|
"journalPolicy": "required",
|
|
5434
5812
|
"mutation": true
|
|
5435
5813
|
},
|
|
@@ -5444,6 +5822,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5444
5822
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5445
5823
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5446
5824
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5825
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5826
|
+
"implementationType": "UnityCli.UrpVolumeInfoTool",
|
|
5447
5827
|
"journalPolicy": "none",
|
|
5448
5828
|
"mutation": false
|
|
5449
5829
|
},
|
|
@@ -5458,6 +5838,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5458
5838
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5459
5839
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5460
5840
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5841
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5842
|
+
"implementationType": "UnityCli.UrpVolumeListTool",
|
|
5461
5843
|
"journalPolicy": "none",
|
|
5462
5844
|
"mutation": false
|
|
5463
5845
|
},
|
|
@@ -5472,6 +5854,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5472
5854
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5473
5855
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5474
5856
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5857
|
+
"assemblyName": "UnityCli.Extensions.Urp.Editor",
|
|
5858
|
+
"implementationType": "UnityCli.UrpVolumeSetTool",
|
|
5475
5859
|
"journalPolicy": "required",
|
|
5476
5860
|
"mutation": true
|
|
5477
5861
|
},
|
|
@@ -5486,6 +5870,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5486
5870
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5487
5871
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5488
5872
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
5873
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5874
|
+
"implementationType": "UnityCli.VfxControlPauseTool",
|
|
5489
5875
|
"journalPolicy": "required",
|
|
5490
5876
|
"mutation": true
|
|
5491
5877
|
},
|
|
@@ -5500,6 +5886,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5500
5886
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5501
5887
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5502
5888
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
5889
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5890
|
+
"implementationType": "UnityCli.VfxControlPlayTool",
|
|
5503
5891
|
"journalPolicy": "required",
|
|
5504
5892
|
"mutation": true
|
|
5505
5893
|
},
|
|
@@ -5514,6 +5902,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5514
5902
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5515
5903
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5516
5904
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
5905
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5906
|
+
"implementationType": "UnityCli.VfxControlReinitializeTool",
|
|
5517
5907
|
"journalPolicy": "required",
|
|
5518
5908
|
"mutation": true
|
|
5519
5909
|
},
|
|
@@ -5528,6 +5918,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5528
5918
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5529
5919
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5530
5920
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5921
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5922
|
+
"implementationType": "UnityCli.VfxControlSetRateTool",
|
|
5531
5923
|
"journalPolicy": "required",
|
|
5532
5924
|
"mutation": true
|
|
5533
5925
|
},
|
|
@@ -5542,6 +5934,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5542
5934
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5543
5935
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5544
5936
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5937
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5938
|
+
"implementationType": "UnityCli.VfxControlSetSeedTool",
|
|
5545
5939
|
"journalPolicy": "required",
|
|
5546
5940
|
"mutation": true
|
|
5547
5941
|
},
|
|
@@ -5556,6 +5950,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5556
5950
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5557
5951
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5558
5952
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
5953
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5954
|
+
"implementationType": "UnityCli.VfxControlStopTool",
|
|
5559
5955
|
"journalPolicy": "required",
|
|
5560
5956
|
"mutation": true
|
|
5561
5957
|
},
|
|
@@ -5570,6 +5966,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5570
5966
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5571
5967
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5572
5968
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5969
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5970
|
+
"implementationType": "UnityCli.VfxEffectAddTool",
|
|
5573
5971
|
"journalPolicy": "required",
|
|
5574
5972
|
"mutation": true
|
|
5575
5973
|
},
|
|
@@ -5584,6 +5982,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5584
5982
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5585
5983
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5586
5984
|
"completionDriverId": "atomic-typed-result-v1",
|
|
5985
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
5986
|
+
"implementationType": "UnityCli.VfxEffectAssignTool",
|
|
5587
5987
|
"journalPolicy": "required",
|
|
5588
5988
|
"mutation": true
|
|
5589
5989
|
},
|
|
@@ -5598,6 +5998,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5598
5998
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5599
5999
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5600
6000
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6001
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6002
|
+
"implementationType": "UnityCli.VfxEffectInfoTool",
|
|
5601
6003
|
"journalPolicy": "none",
|
|
5602
6004
|
"mutation": false
|
|
5603
6005
|
},
|
|
@@ -5612,6 +6014,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5612
6014
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5613
6015
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5614
6016
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6017
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6018
|
+
"implementationType": "UnityCli.VfxGraphCreateTool",
|
|
5615
6019
|
"journalPolicy": "required",
|
|
5616
6020
|
"mutation": true
|
|
5617
6021
|
},
|
|
@@ -5626,6 +6030,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5626
6030
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5627
6031
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5628
6032
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6033
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6034
|
+
"implementationType": "UnityCli.VfxGraphInfoTool",
|
|
5629
6035
|
"journalPolicy": "none",
|
|
5630
6036
|
"mutation": false
|
|
5631
6037
|
},
|
|
@@ -5640,6 +6046,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5640
6046
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5641
6047
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5642
6048
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6049
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6050
|
+
"implementationType": "UnityCli.VfxLineCreateTool",
|
|
5643
6051
|
"journalPolicy": "required",
|
|
5644
6052
|
"mutation": true
|
|
5645
6053
|
},
|
|
@@ -5654,6 +6062,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5654
6062
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5655
6063
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5656
6064
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6065
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6066
|
+
"implementationType": "UnityCli.VfxLinePositionsTool",
|
|
5657
6067
|
"journalPolicy": "required",
|
|
5658
6068
|
"mutation": true
|
|
5659
6069
|
},
|
|
@@ -5668,6 +6078,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5668
6078
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5669
6079
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5670
6080
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6081
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6082
|
+
"implementationType": "UnityCli.VfxParameterTool",
|
|
5671
6083
|
"journalPolicy": "required",
|
|
5672
6084
|
"mutation": true
|
|
5673
6085
|
},
|
|
@@ -5682,6 +6094,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5682
6094
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5683
6095
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5684
6096
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6097
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6098
|
+
"implementationType": "UnityCli.VfxParticleCreateTool",
|
|
5685
6099
|
"journalPolicy": "required",
|
|
5686
6100
|
"mutation": true
|
|
5687
6101
|
},
|
|
@@ -5696,6 +6110,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5696
6110
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5697
6111
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5698
6112
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6113
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6114
|
+
"implementationType": "UnityCli.VfxParticleEmissionTool",
|
|
5699
6115
|
"journalPolicy": "required",
|
|
5700
6116
|
"mutation": true
|
|
5701
6117
|
},
|
|
@@ -5710,6 +6126,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5710
6126
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5711
6127
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5712
6128
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6129
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6130
|
+
"implementationType": "UnityCli.VfxParticleInfoTool",
|
|
5713
6131
|
"journalPolicy": "none",
|
|
5714
6132
|
"mutation": false
|
|
5715
6133
|
},
|
|
@@ -5724,6 +6142,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5724
6142
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5725
6143
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5726
6144
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6145
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6146
|
+
"implementationType": "UnityCli.VfxParticleMainTool",
|
|
5727
6147
|
"journalPolicy": "required",
|
|
5728
6148
|
"mutation": true
|
|
5729
6149
|
},
|
|
@@ -5738,6 +6158,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5738
6158
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5739
6159
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5740
6160
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6161
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6162
|
+
"implementationType": "UnityCli.VfxParticleShapeTool",
|
|
5741
6163
|
"journalPolicy": "required",
|
|
5742
6164
|
"mutation": true
|
|
5743
6165
|
},
|
|
@@ -5752,6 +6174,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5752
6174
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5753
6175
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5754
6176
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
6177
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6178
|
+
"implementationType": "UnityCli.VfxParticleClearTool",
|
|
5755
6179
|
"journalPolicy": "required",
|
|
5756
6180
|
"mutation": true
|
|
5757
6181
|
},
|
|
@@ -5766,6 +6190,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5766
6190
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5767
6191
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5768
6192
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
6193
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6194
|
+
"implementationType": "UnityCli.VfxParticlePauseTool",
|
|
5769
6195
|
"journalPolicy": "required",
|
|
5770
6196
|
"mutation": true
|
|
5771
6197
|
},
|
|
@@ -5780,6 +6206,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5780
6206
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5781
6207
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5782
6208
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
6209
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6210
|
+
"implementationType": "UnityCli.VfxParticlePlayTool",
|
|
5783
6211
|
"journalPolicy": "required",
|
|
5784
6212
|
"mutation": true
|
|
5785
6213
|
},
|
|
@@ -5794,6 +6222,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5794
6222
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5795
6223
|
"outcomeUnknownPolicy": "reobserve-or-fail-closed",
|
|
5796
6224
|
"completionDriverId": "observed-terminal-readback-v1",
|
|
6225
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6226
|
+
"implementationType": "UnityCli.VfxParticleStopTool",
|
|
5797
6227
|
"journalPolicy": "required",
|
|
5798
6228
|
"mutation": true
|
|
5799
6229
|
},
|
|
@@ -5808,6 +6238,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5808
6238
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5809
6239
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5810
6240
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6241
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6242
|
+
"implementationType": "UnityCli.VfxTemplateCreateTool",
|
|
5811
6243
|
"journalPolicy": "required",
|
|
5812
6244
|
"mutation": true
|
|
5813
6245
|
},
|
|
@@ -5822,6 +6254,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5822
6254
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5823
6255
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5824
6256
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6257
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6258
|
+
"implementationType": "UnityCli.VfxTemplateListTool",
|
|
5825
6259
|
"journalPolicy": "none",
|
|
5826
6260
|
"mutation": false
|
|
5827
6261
|
},
|
|
@@ -5836,6 +6270,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5836
6270
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5837
6271
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5838
6272
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6273
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6274
|
+
"implementationType": "UnityCli.VfxTrailCreateTool",
|
|
5839
6275
|
"journalPolicy": "required",
|
|
5840
6276
|
"mutation": true
|
|
5841
6277
|
},
|
|
@@ -5850,6 +6286,8 @@ export const GENERATED_TOOL_COMPLETION_CONTRACTS = [
|
|
|
5850
6286
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5851
6287
|
"outcomeUnknownPolicy": "caller-responsibility",
|
|
5852
6288
|
"completionDriverId": "atomic-typed-result-v1",
|
|
6289
|
+
"assemblyName": "UnityCli.Extensions.VfxGraph.Editor",
|
|
6290
|
+
"implementationType": "UnityCli.VfxTrailSetTool",
|
|
5853
6291
|
"journalPolicy": "required",
|
|
5854
6292
|
"mutation": true
|
|
5855
6293
|
}
|