@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
|
@@ -678,6 +678,33 @@
|
|
|
678
678
|
"value-task"
|
|
679
679
|
]
|
|
680
680
|
},
|
|
681
|
+
{
|
|
682
|
+
"toolName": "asset.refresh.status",
|
|
683
|
+
"descriptorOwner": "ts-local",
|
|
684
|
+
"source": "src/tools/asset/refresh-status.ts",
|
|
685
|
+
"deliveryMode": "direct-terminal",
|
|
686
|
+
"executionClass": "atomic",
|
|
687
|
+
"completionPredicate": {
|
|
688
|
+
"kind": "typed-business-terminal",
|
|
689
|
+
"description": "asset.refresh.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
690
|
+
},
|
|
691
|
+
"proofSource": {
|
|
692
|
+
"kind": "typed-result-and-effect-readback",
|
|
693
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
694
|
+
},
|
|
695
|
+
"reloadPolicy": {
|
|
696
|
+
"kind": "caller-responsibility",
|
|
697
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
698
|
+
},
|
|
699
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
700
|
+
"outcomeUnknownPolicy": {
|
|
701
|
+
"kind": "caller-responsibility",
|
|
702
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
703
|
+
},
|
|
704
|
+
"asyncSignals": [
|
|
705
|
+
"promise"
|
|
706
|
+
]
|
|
707
|
+
},
|
|
681
708
|
{
|
|
682
709
|
"toolName": "asset.rename",
|
|
683
710
|
"descriptorOwner": "built-in",
|
|
@@ -815,6 +842,33 @@
|
|
|
815
842
|
"value-task"
|
|
816
843
|
]
|
|
817
844
|
},
|
|
845
|
+
{
|
|
846
|
+
"toolName": "build.player.status",
|
|
847
|
+
"descriptorOwner": "ts-local",
|
|
848
|
+
"source": "src/tools/build/player-status.ts",
|
|
849
|
+
"deliveryMode": "direct-terminal",
|
|
850
|
+
"executionClass": "atomic",
|
|
851
|
+
"completionPredicate": {
|
|
852
|
+
"kind": "typed-business-terminal",
|
|
853
|
+
"description": "build.player.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
854
|
+
},
|
|
855
|
+
"proofSource": {
|
|
856
|
+
"kind": "typed-result-and-effect-readback",
|
|
857
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
858
|
+
},
|
|
859
|
+
"reloadPolicy": {
|
|
860
|
+
"kind": "caller-responsibility",
|
|
861
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
862
|
+
},
|
|
863
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
864
|
+
"outcomeUnknownPolicy": {
|
|
865
|
+
"kind": "caller-responsibility",
|
|
866
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
867
|
+
},
|
|
868
|
+
"asyncSignals": [
|
|
869
|
+
"promise"
|
|
870
|
+
]
|
|
871
|
+
},
|
|
818
872
|
{
|
|
819
873
|
"toolName": "build.profile.create",
|
|
820
874
|
"descriptorOwner": "built-in",
|
|
@@ -2276,61 +2330,6 @@
|
|
|
2276
2330
|
"value-task"
|
|
2277
2331
|
]
|
|
2278
2332
|
},
|
|
2279
|
-
{
|
|
2280
|
-
"toolName": "diagnose.capabilities",
|
|
2281
|
-
"descriptorOwner": "ts-local",
|
|
2282
|
-
"source": "src/tools/diagnose/capabilities.ts",
|
|
2283
|
-
"deliveryMode": "direct-terminal",
|
|
2284
|
-
"executionClass": "atomic",
|
|
2285
|
-
"completionPredicate": {
|
|
2286
|
-
"kind": "typed-business-terminal",
|
|
2287
|
-
"description": "diagnose.capabilities 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
2288
|
-
},
|
|
2289
|
-
"proofSource": {
|
|
2290
|
-
"kind": "typed-result-and-effect-readback",
|
|
2291
|
-
"description": "diagnose.capabilities 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
2292
|
-
},
|
|
2293
|
-
"reloadPolicy": {
|
|
2294
|
-
"kind": "caller-responsibility",
|
|
2295
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
2296
|
-
},
|
|
2297
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2298
|
-
"outcomeUnknownPolicy": {
|
|
2299
|
-
"kind": "caller-responsibility",
|
|
2300
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
2301
|
-
},
|
|
2302
|
-
"asyncSignals": [
|
|
2303
|
-
"async",
|
|
2304
|
-
"await"
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"toolName": "diagnose.preflight",
|
|
2309
|
-
"descriptorOwner": "built-in",
|
|
2310
|
-
"source": "unitypkg/Editor/Tools/diagnose/preflight.cs",
|
|
2311
|
-
"deliveryMode": "direct-terminal",
|
|
2312
|
-
"executionClass": "atomic",
|
|
2313
|
-
"completionPredicate": {
|
|
2314
|
-
"kind": "typed-business-terminal",
|
|
2315
|
-
"description": "diagnose.preflight 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
2316
|
-
},
|
|
2317
|
-
"proofSource": {
|
|
2318
|
-
"kind": "typed-result-and-effect-readback",
|
|
2319
|
-
"description": "diagnose.preflight 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
2320
|
-
},
|
|
2321
|
-
"reloadPolicy": {
|
|
2322
|
-
"kind": "caller-responsibility",
|
|
2323
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
2324
|
-
},
|
|
2325
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2326
|
-
"outcomeUnknownPolicy": {
|
|
2327
|
-
"kind": "caller-responsibility",
|
|
2328
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
2329
|
-
},
|
|
2330
|
-
"asyncSignals": [
|
|
2331
|
-
"value-task"
|
|
2332
|
-
]
|
|
2333
|
-
},
|
|
2334
2333
|
{
|
|
2335
2334
|
"toolName": "docs.get",
|
|
2336
2335
|
"descriptorOwner": "ts-local",
|
|
@@ -2491,33 +2490,6 @@
|
|
|
2491
2490
|
"async-unity-operation"
|
|
2492
2491
|
]
|
|
2493
2492
|
},
|
|
2494
|
-
{
|
|
2495
|
-
"toolName": "editor.console",
|
|
2496
|
-
"descriptorOwner": "built-in",
|
|
2497
|
-
"source": "unitypkg/Editor/Tools/editor/console.cs",
|
|
2498
|
-
"deliveryMode": "direct-terminal",
|
|
2499
|
-
"executionClass": "atomic",
|
|
2500
|
-
"completionPredicate": {
|
|
2501
|
-
"kind": "typed-business-terminal",
|
|
2502
|
-
"description": "editor.console 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
2503
|
-
},
|
|
2504
|
-
"proofSource": {
|
|
2505
|
-
"kind": "typed-result-and-effect-readback",
|
|
2506
|
-
"description": "editor.console 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
2507
|
-
},
|
|
2508
|
-
"reloadPolicy": {
|
|
2509
|
-
"kind": "caller-responsibility",
|
|
2510
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
2511
|
-
},
|
|
2512
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2513
|
-
"outcomeUnknownPolicy": {
|
|
2514
|
-
"kind": "caller-responsibility",
|
|
2515
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
2516
|
-
},
|
|
2517
|
-
"asyncSignals": [
|
|
2518
|
-
"value-task"
|
|
2519
|
-
]
|
|
2520
|
-
},
|
|
2521
2493
|
{
|
|
2522
2494
|
"toolName": "editor.dialog.click",
|
|
2523
2495
|
"descriptorOwner": "ts-local",
|
|
@@ -2710,6 +2682,33 @@
|
|
|
2710
2682
|
"value-task"
|
|
2711
2683
|
]
|
|
2712
2684
|
},
|
|
2685
|
+
{
|
|
2686
|
+
"toolName": "editor.play-mode.status",
|
|
2687
|
+
"descriptorOwner": "ts-local",
|
|
2688
|
+
"source": "src/tools/editor/play-mode-status.ts",
|
|
2689
|
+
"deliveryMode": "direct-terminal",
|
|
2690
|
+
"executionClass": "atomic",
|
|
2691
|
+
"completionPredicate": {
|
|
2692
|
+
"kind": "typed-business-terminal",
|
|
2693
|
+
"description": "editor.play-mode.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
2694
|
+
},
|
|
2695
|
+
"proofSource": {
|
|
2696
|
+
"kind": "typed-result-and-effect-readback",
|
|
2697
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
2698
|
+
},
|
|
2699
|
+
"reloadPolicy": {
|
|
2700
|
+
"kind": "caller-responsibility",
|
|
2701
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
2702
|
+
},
|
|
2703
|
+
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
2704
|
+
"outcomeUnknownPolicy": {
|
|
2705
|
+
"kind": "caller-responsibility",
|
|
2706
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
2707
|
+
},
|
|
2708
|
+
"asyncSignals": [
|
|
2709
|
+
"promise"
|
|
2710
|
+
]
|
|
2711
|
+
},
|
|
2713
2712
|
{
|
|
2714
2713
|
"toolName": "editor.redo",
|
|
2715
2714
|
"descriptorOwner": "built-in",
|
|
@@ -3009,33 +3008,6 @@
|
|
|
3009
3008
|
"value-task"
|
|
3010
3009
|
]
|
|
3011
3010
|
},
|
|
3012
|
-
{
|
|
3013
|
-
"toolName": "extension.status",
|
|
3014
|
-
"descriptorOwner": "built-in",
|
|
3015
|
-
"source": "unitypkg/Editor/Tools/extension/status.cs",
|
|
3016
|
-
"deliveryMode": "direct-terminal",
|
|
3017
|
-
"executionClass": "atomic",
|
|
3018
|
-
"completionPredicate": {
|
|
3019
|
-
"kind": "typed-business-terminal",
|
|
3020
|
-
"description": "extension.status 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3021
|
-
},
|
|
3022
|
-
"proofSource": {
|
|
3023
|
-
"kind": "typed-result-and-effect-readback",
|
|
3024
|
-
"description": "extension.status 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3025
|
-
},
|
|
3026
|
-
"reloadPolicy": {
|
|
3027
|
-
"kind": "caller-responsibility",
|
|
3028
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3029
|
-
},
|
|
3030
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3031
|
-
"outcomeUnknownPolicy": {
|
|
3032
|
-
"kind": "caller-responsibility",
|
|
3033
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3034
|
-
},
|
|
3035
|
-
"asyncSignals": [
|
|
3036
|
-
"value-task"
|
|
3037
|
-
]
|
|
3038
|
-
},
|
|
3039
3011
|
{
|
|
3040
3012
|
"toolName": "go.create",
|
|
3041
3013
|
"descriptorOwner": "built-in",
|
|
@@ -3144,33 +3116,6 @@
|
|
|
3144
3116
|
"value-task"
|
|
3145
3117
|
]
|
|
3146
3118
|
},
|
|
3147
|
-
{
|
|
3148
|
-
"toolName": "go.inspect",
|
|
3149
|
-
"descriptorOwner": "built-in",
|
|
3150
|
-
"source": "unitypkg/Editor/Tools/go/inspect.cs",
|
|
3151
|
-
"deliveryMode": "direct-terminal",
|
|
3152
|
-
"executionClass": "atomic",
|
|
3153
|
-
"completionPredicate": {
|
|
3154
|
-
"kind": "typed-business-terminal",
|
|
3155
|
-
"description": "go.inspect 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3156
|
-
},
|
|
3157
|
-
"proofSource": {
|
|
3158
|
-
"kind": "typed-result-and-effect-readback",
|
|
3159
|
-
"description": "go.inspect 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3160
|
-
},
|
|
3161
|
-
"reloadPolicy": {
|
|
3162
|
-
"kind": "caller-responsibility",
|
|
3163
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3164
|
-
},
|
|
3165
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3166
|
-
"outcomeUnknownPolicy": {
|
|
3167
|
-
"kind": "caller-responsibility",
|
|
3168
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3169
|
-
},
|
|
3170
|
-
"asyncSignals": [
|
|
3171
|
-
"value-task"
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
3119
|
{
|
|
3175
3120
|
"toolName": "go.look-at",
|
|
3176
3121
|
"descriptorOwner": "built-in",
|
|
@@ -3496,33 +3441,6 @@
|
|
|
3496
3441
|
"value-task"
|
|
3497
3442
|
]
|
|
3498
3443
|
},
|
|
3499
|
-
{
|
|
3500
|
-
"toolName": "graphics.pipeline-quality",
|
|
3501
|
-
"descriptorOwner": "built-in",
|
|
3502
|
-
"source": "unitypkg/Editor/Tools/graphics/pipeline-quality.cs",
|
|
3503
|
-
"deliveryMode": "direct-terminal",
|
|
3504
|
-
"executionClass": "atomic",
|
|
3505
|
-
"completionPredicate": {
|
|
3506
|
-
"kind": "typed-business-terminal",
|
|
3507
|
-
"description": "graphics.pipeline-quality 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3508
|
-
},
|
|
3509
|
-
"proofSource": {
|
|
3510
|
-
"kind": "typed-result-and-effect-readback",
|
|
3511
|
-
"description": "graphics.pipeline-quality 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3512
|
-
},
|
|
3513
|
-
"reloadPolicy": {
|
|
3514
|
-
"kind": "caller-responsibility",
|
|
3515
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3516
|
-
},
|
|
3517
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3518
|
-
"outcomeUnknownPolicy": {
|
|
3519
|
-
"kind": "caller-responsibility",
|
|
3520
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3521
|
-
},
|
|
3522
|
-
"asyncSignals": [
|
|
3523
|
-
"value-task"
|
|
3524
|
-
]
|
|
3525
|
-
},
|
|
3526
3444
|
{
|
|
3527
3445
|
"toolName": "graphics.pipeline-settings",
|
|
3528
3446
|
"descriptorOwner": "built-in",
|
|
@@ -3550,33 +3468,6 @@
|
|
|
3550
3468
|
"value-task"
|
|
3551
3469
|
]
|
|
3552
3470
|
},
|
|
3553
|
-
{
|
|
3554
|
-
"toolName": "graphics.probe-positions",
|
|
3555
|
-
"descriptorOwner": "built-in",
|
|
3556
|
-
"source": "unitypkg/Editor/Tools/graphics/probe-positions.cs",
|
|
3557
|
-
"deliveryMode": "direct-terminal",
|
|
3558
|
-
"executionClass": "atomic",
|
|
3559
|
-
"completionPredicate": {
|
|
3560
|
-
"kind": "typed-business-terminal",
|
|
3561
|
-
"description": "graphics.probe-positions 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3562
|
-
},
|
|
3563
|
-
"proofSource": {
|
|
3564
|
-
"kind": "typed-result-and-effect-readback",
|
|
3565
|
-
"description": "graphics.probe-positions 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3566
|
-
},
|
|
3567
|
-
"reloadPolicy": {
|
|
3568
|
-
"kind": "caller-responsibility",
|
|
3569
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3570
|
-
},
|
|
3571
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3572
|
-
"outcomeUnknownPolicy": {
|
|
3573
|
-
"kind": "caller-responsibility",
|
|
3574
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3575
|
-
},
|
|
3576
|
-
"asyncSignals": [
|
|
3577
|
-
"value-task"
|
|
3578
|
-
]
|
|
3579
|
-
},
|
|
3580
3471
|
{
|
|
3581
3472
|
"toolName": "graphics.quality",
|
|
3582
3473
|
"descriptorOwner": "built-in",
|
|
@@ -3658,33 +3549,6 @@
|
|
|
3658
3549
|
"value-task"
|
|
3659
3550
|
]
|
|
3660
3551
|
},
|
|
3661
|
-
{
|
|
3662
|
-
"toolName": "graphics.settings",
|
|
3663
|
-
"descriptorOwner": "built-in",
|
|
3664
|
-
"source": "unitypkg/Editor/Tools/graphics/settings.cs",
|
|
3665
|
-
"deliveryMode": "direct-terminal",
|
|
3666
|
-
"executionClass": "atomic",
|
|
3667
|
-
"completionPredicate": {
|
|
3668
|
-
"kind": "typed-business-terminal",
|
|
3669
|
-
"description": "graphics.settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3670
|
-
},
|
|
3671
|
-
"proofSource": {
|
|
3672
|
-
"kind": "typed-result-and-effect-readback",
|
|
3673
|
-
"description": "graphics.settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3674
|
-
},
|
|
3675
|
-
"reloadPolicy": {
|
|
3676
|
-
"kind": "caller-responsibility",
|
|
3677
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3678
|
-
},
|
|
3679
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3680
|
-
"outcomeUnknownPolicy": {
|
|
3681
|
-
"kind": "caller-responsibility",
|
|
3682
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3683
|
-
},
|
|
3684
|
-
"asyncSignals": [
|
|
3685
|
-
"value-task"
|
|
3686
|
-
]
|
|
3687
|
-
},
|
|
3688
3552
|
{
|
|
3689
3553
|
"toolName": "graphics.skybox-get",
|
|
3690
3554
|
"descriptorOwner": "built-in",
|
|
@@ -3901,60 +3765,6 @@
|
|
|
3901
3765
|
"value-task"
|
|
3902
3766
|
]
|
|
3903
3767
|
},
|
|
3904
|
-
{
|
|
3905
|
-
"toolName": "graphics.stats-counters",
|
|
3906
|
-
"descriptorOwner": "built-in",
|
|
3907
|
-
"source": "unitypkg/Editor/Tools/graphics/stats-counters.cs",
|
|
3908
|
-
"deliveryMode": "direct-terminal",
|
|
3909
|
-
"executionClass": "atomic",
|
|
3910
|
-
"completionPredicate": {
|
|
3911
|
-
"kind": "typed-business-terminal",
|
|
3912
|
-
"description": "graphics.stats-counters 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3913
|
-
},
|
|
3914
|
-
"proofSource": {
|
|
3915
|
-
"kind": "typed-result-and-effect-readback",
|
|
3916
|
-
"description": "graphics.stats-counters 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3917
|
-
},
|
|
3918
|
-
"reloadPolicy": {
|
|
3919
|
-
"kind": "caller-responsibility",
|
|
3920
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3921
|
-
},
|
|
3922
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3923
|
-
"outcomeUnknownPolicy": {
|
|
3924
|
-
"kind": "caller-responsibility",
|
|
3925
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3926
|
-
},
|
|
3927
|
-
"asyncSignals": [
|
|
3928
|
-
"value-task"
|
|
3929
|
-
]
|
|
3930
|
-
},
|
|
3931
|
-
{
|
|
3932
|
-
"toolName": "graphics.stats-memory",
|
|
3933
|
-
"descriptorOwner": "built-in",
|
|
3934
|
-
"source": "unitypkg/Editor/Tools/graphics/stats-memory.cs",
|
|
3935
|
-
"deliveryMode": "direct-terminal",
|
|
3936
|
-
"executionClass": "atomic",
|
|
3937
|
-
"completionPredicate": {
|
|
3938
|
-
"kind": "typed-business-terminal",
|
|
3939
|
-
"description": "graphics.stats-memory 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
3940
|
-
},
|
|
3941
|
-
"proofSource": {
|
|
3942
|
-
"kind": "typed-result-and-effect-readback",
|
|
3943
|
-
"description": "graphics.stats-memory 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
3944
|
-
},
|
|
3945
|
-
"reloadPolicy": {
|
|
3946
|
-
"kind": "caller-responsibility",
|
|
3947
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
3948
|
-
},
|
|
3949
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
3950
|
-
"outcomeUnknownPolicy": {
|
|
3951
|
-
"kind": "caller-responsibility",
|
|
3952
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
3953
|
-
},
|
|
3954
|
-
"asyncSignals": [
|
|
3955
|
-
"value-task"
|
|
3956
|
-
]
|
|
3957
|
-
},
|
|
3958
3768
|
{
|
|
3959
3769
|
"toolName": "graphics.volume",
|
|
3960
3770
|
"descriptorOwner": "built-in",
|
|
@@ -4171,33 +3981,6 @@
|
|
|
4171
3981
|
"value-task"
|
|
4172
3982
|
]
|
|
4173
3983
|
},
|
|
4174
|
-
{
|
|
4175
|
-
"toolName": "instances.list",
|
|
4176
|
-
"descriptorOwner": "built-in",
|
|
4177
|
-
"source": "unitypkg/Editor/Tools/instances/list.cs",
|
|
4178
|
-
"deliveryMode": "direct-terminal",
|
|
4179
|
-
"executionClass": "atomic",
|
|
4180
|
-
"completionPredicate": {
|
|
4181
|
-
"kind": "typed-business-terminal",
|
|
4182
|
-
"description": "instances.list 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
|
|
4183
|
-
},
|
|
4184
|
-
"proofSource": {
|
|
4185
|
-
"kind": "typed-result-and-effect-readback",
|
|
4186
|
-
"description": "instances.list 的 typed result 与 output schema validation 共同证明读取终态。"
|
|
4187
|
-
},
|
|
4188
|
-
"reloadPolicy": {
|
|
4189
|
-
"kind": "caller-responsibility",
|
|
4190
|
-
"description": "只读 Tool 不跨重载恢复;调用失败后由调用方在 fresh session 重新读取。"
|
|
4191
|
-
},
|
|
4192
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4193
|
-
"outcomeUnknownPolicy": {
|
|
4194
|
-
"kind": "caller-responsibility",
|
|
4195
|
-
"description": "读取超时返回 E_EXECUTION_TIMEOUT;未发生业务 effect,调用方可在新请求中重新读取。"
|
|
4196
|
-
},
|
|
4197
|
-
"asyncSignals": [
|
|
4198
|
-
"value-task"
|
|
4199
|
-
]
|
|
4200
|
-
},
|
|
4201
3984
|
{
|
|
4202
3985
|
"toolName": "material.assign",
|
|
4203
3986
|
"descriptorOwner": "built-in",
|
|
@@ -4774,34 +4557,6 @@
|
|
|
4774
4557
|
"await"
|
|
4775
4558
|
]
|
|
4776
4559
|
},
|
|
4777
|
-
{
|
|
4778
|
-
"toolName": "package.info",
|
|
4779
|
-
"descriptorOwner": "ts-local",
|
|
4780
|
-
"source": "src/tools/package/info.ts",
|
|
4781
|
-
"deliveryMode": "direct-terminal",
|
|
4782
|
-
"executionClass": "atomic",
|
|
4783
|
-
"completionPredicate": {
|
|
4784
|
-
"kind": "typed-business-terminal",
|
|
4785
|
-
"description": "package.info 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
4786
|
-
},
|
|
4787
|
-
"proofSource": {
|
|
4788
|
-
"kind": "typed-result-and-effect-readback",
|
|
4789
|
-
"description": "package.info 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
4790
|
-
},
|
|
4791
|
-
"reloadPolicy": {
|
|
4792
|
-
"kind": "caller-responsibility",
|
|
4793
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
4794
|
-
},
|
|
4795
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4796
|
-
"outcomeUnknownPolicy": {
|
|
4797
|
-
"kind": "caller-responsibility",
|
|
4798
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
4799
|
-
},
|
|
4800
|
-
"asyncSignals": [
|
|
4801
|
-
"async",
|
|
4802
|
-
"await"
|
|
4803
|
-
]
|
|
4804
|
-
},
|
|
4805
4560
|
{
|
|
4806
4561
|
"toolName": "package.install",
|
|
4807
4562
|
"descriptorOwner": "ts-local",
|
|
@@ -4832,30 +4587,30 @@
|
|
|
4832
4587
|
]
|
|
4833
4588
|
},
|
|
4834
4589
|
{
|
|
4835
|
-
"toolName": "package.
|
|
4590
|
+
"toolName": "package.install.status",
|
|
4836
4591
|
"descriptorOwner": "ts-local",
|
|
4837
|
-
"source": "src/tools/package/
|
|
4592
|
+
"source": "src/tools/package/install-status.ts",
|
|
4838
4593
|
"deliveryMode": "direct-terminal",
|
|
4839
4594
|
"executionClass": "atomic",
|
|
4840
4595
|
"completionPredicate": {
|
|
4841
4596
|
"kind": "typed-business-terminal",
|
|
4842
|
-
"description": "package.
|
|
4597
|
+
"description": "package.install.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
4843
4598
|
},
|
|
4844
4599
|
"proofSource": {
|
|
4845
4600
|
"kind": "typed-result-and-effect-readback",
|
|
4846
|
-
"description": "
|
|
4601
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
4847
4602
|
},
|
|
4848
4603
|
"reloadPolicy": {
|
|
4849
4604
|
"kind": "caller-responsibility",
|
|
4850
|
-
"description": "
|
|
4605
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
4851
4606
|
},
|
|
4852
4607
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4853
4608
|
"outcomeUnknownPolicy": {
|
|
4854
4609
|
"kind": "caller-responsibility",
|
|
4855
|
-
"description": "
|
|
4610
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
4856
4611
|
},
|
|
4857
4612
|
"asyncSignals": [
|
|
4858
|
-
"
|
|
4613
|
+
"promise"
|
|
4859
4614
|
]
|
|
4860
4615
|
},
|
|
4861
4616
|
{
|
|
@@ -4886,34 +4641,6 @@
|
|
|
4886
4641
|
"await"
|
|
4887
4642
|
]
|
|
4888
4643
|
},
|
|
4889
|
-
{
|
|
4890
|
-
"toolName": "package.registry.get",
|
|
4891
|
-
"descriptorOwner": "ts-local",
|
|
4892
|
-
"source": "src/tools/package/registry-get.ts",
|
|
4893
|
-
"deliveryMode": "direct-terminal",
|
|
4894
|
-
"executionClass": "atomic",
|
|
4895
|
-
"completionPredicate": {
|
|
4896
|
-
"kind": "typed-business-terminal",
|
|
4897
|
-
"description": "package.registry.get 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
4898
|
-
},
|
|
4899
|
-
"proofSource": {
|
|
4900
|
-
"kind": "typed-result-and-effect-readback",
|
|
4901
|
-
"description": "package.registry.get 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
4902
|
-
},
|
|
4903
|
-
"reloadPolicy": {
|
|
4904
|
-
"kind": "caller-responsibility",
|
|
4905
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
4906
|
-
},
|
|
4907
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4908
|
-
"outcomeUnknownPolicy": {
|
|
4909
|
-
"kind": "caller-responsibility",
|
|
4910
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
4911
|
-
},
|
|
4912
|
-
"asyncSignals": [
|
|
4913
|
-
"async",
|
|
4914
|
-
"await"
|
|
4915
|
-
]
|
|
4916
|
-
},
|
|
4917
4644
|
{
|
|
4918
4645
|
"toolName": "package.registry.set",
|
|
4919
4646
|
"descriptorOwner": "ts-local",
|
|
@@ -4925,93 +4652,36 @@
|
|
|
4925
4652
|
"description": "package.registry.set 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
4926
4653
|
},
|
|
4927
4654
|
"proofSource": {
|
|
4928
|
-
"kind": "typed-result-and-effect-readback",
|
|
4929
|
-
"description": "package.registry.set 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
4930
|
-
},
|
|
4931
|
-
"reloadPolicy": {
|
|
4932
|
-
"kind": "caller-responsibility",
|
|
4933
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
4934
|
-
},
|
|
4935
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4936
|
-
"outcomeUnknownPolicy": {
|
|
4937
|
-
"kind": "caller-responsibility",
|
|
4938
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
4939
|
-
},
|
|
4940
|
-
"asyncSignals": [
|
|
4941
|
-
"async",
|
|
4942
|
-
"await"
|
|
4943
|
-
]
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"toolName": "package.remove",
|
|
4947
|
-
"descriptorOwner": "ts-local",
|
|
4948
|
-
"source": "src/tools/package/remove.ts",
|
|
4949
|
-
"deliveryMode": "direct-terminal",
|
|
4950
|
-
"executionClass": "external",
|
|
4951
|
-
"completionPredicate": {
|
|
4952
|
-
"kind": "external-operation-terminal",
|
|
4953
|
-
"description": "package.remove 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
|
|
4954
|
-
},
|
|
4955
|
-
"proofSource": {
|
|
4956
|
-
"kind": "operation-terminal-and-readback",
|
|
4957
|
-
"description": "package.remove 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
|
|
4958
|
-
},
|
|
4959
|
-
"reloadPolicy": {
|
|
4960
|
-
"kind": "reattach-or-reobserve",
|
|
4961
|
-
"description": "仅在存在稳定 operation identity/proof 时于同一 editor session 附着或重新观察;否则不重复 effect。"
|
|
4962
|
-
},
|
|
4963
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4964
|
-
"outcomeUnknownPolicy": {
|
|
4965
|
-
"kind": "external-proof-or-unknown",
|
|
4966
|
-
"description": "外部 operation 已开始但无法取得 terminal proof 时返回 E_EXECUTION_TIMEOUT,调用方负责检查业务状态并决定后续操作。"
|
|
4967
|
-
},
|
|
4968
|
-
"asyncSignals": [
|
|
4969
|
-
"promise",
|
|
4970
|
-
"async",
|
|
4971
|
-
"await"
|
|
4972
|
-
]
|
|
4973
|
-
},
|
|
4974
|
-
{
|
|
4975
|
-
"toolName": "package.resolve",
|
|
4976
|
-
"descriptorOwner": "ts-local",
|
|
4977
|
-
"source": "src/tools/package/resolve.ts",
|
|
4978
|
-
"deliveryMode": "direct-terminal",
|
|
4979
|
-
"executionClass": "external",
|
|
4980
|
-
"completionPredicate": {
|
|
4981
|
-
"kind": "external-operation-terminal",
|
|
4982
|
-
"description": "package.resolve 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
|
|
4983
|
-
},
|
|
4984
|
-
"proofSource": {
|
|
4985
|
-
"kind": "operation-terminal-and-readback",
|
|
4986
|
-
"description": "package.resolve 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
|
|
4655
|
+
"kind": "typed-result-and-effect-readback",
|
|
4656
|
+
"description": "package.registry.set 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
4987
4657
|
},
|
|
4988
4658
|
"reloadPolicy": {
|
|
4989
|
-
"kind": "
|
|
4990
|
-
"description": "
|
|
4659
|
+
"kind": "caller-responsibility",
|
|
4660
|
+
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
4991
4661
|
},
|
|
4992
4662
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
4993
4663
|
"outcomeUnknownPolicy": {
|
|
4994
|
-
"kind": "
|
|
4995
|
-
"description": "
|
|
4664
|
+
"kind": "caller-responsibility",
|
|
4665
|
+
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
4996
4666
|
},
|
|
4997
4667
|
"asyncSignals": [
|
|
4998
|
-
"
|
|
4999
|
-
"
|
|
4668
|
+
"async",
|
|
4669
|
+
"await"
|
|
5000
4670
|
]
|
|
5001
4671
|
},
|
|
5002
4672
|
{
|
|
5003
|
-
"toolName": "package.
|
|
4673
|
+
"toolName": "package.remove",
|
|
5004
4674
|
"descriptorOwner": "ts-local",
|
|
5005
|
-
"source": "src/tools/package/
|
|
4675
|
+
"source": "src/tools/package/remove.ts",
|
|
5006
4676
|
"deliveryMode": "direct-terminal",
|
|
5007
4677
|
"executionClass": "external",
|
|
5008
4678
|
"completionPredicate": {
|
|
5009
4679
|
"kind": "external-operation-terminal",
|
|
5010
|
-
"description": "package.
|
|
4680
|
+
"description": "package.remove 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
|
|
5011
4681
|
},
|
|
5012
4682
|
"proofSource": {
|
|
5013
4683
|
"kind": "operation-terminal-and-readback",
|
|
5014
|
-
"description": "package.
|
|
4684
|
+
"description": "package.remove 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
|
|
5015
4685
|
},
|
|
5016
4686
|
"reloadPolicy": {
|
|
5017
4687
|
"kind": "reattach-or-reobserve",
|
|
@@ -5029,102 +4699,102 @@
|
|
|
5029
4699
|
]
|
|
5030
4700
|
},
|
|
5031
4701
|
{
|
|
5032
|
-
"toolName": "package.
|
|
4702
|
+
"toolName": "package.remove.status",
|
|
5033
4703
|
"descriptorOwner": "ts-local",
|
|
5034
|
-
"source": "src/tools/package/
|
|
4704
|
+
"source": "src/tools/package/remove-status.ts",
|
|
5035
4705
|
"deliveryMode": "direct-terminal",
|
|
5036
4706
|
"executionClass": "atomic",
|
|
5037
4707
|
"completionPredicate": {
|
|
5038
4708
|
"kind": "typed-business-terminal",
|
|
5039
|
-
"description": "package.
|
|
4709
|
+
"description": "package.remove.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
5040
4710
|
},
|
|
5041
4711
|
"proofSource": {
|
|
5042
4712
|
"kind": "typed-result-and-effect-readback",
|
|
5043
|
-
"description": "
|
|
4713
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
5044
4714
|
},
|
|
5045
4715
|
"reloadPolicy": {
|
|
5046
4716
|
"kind": "caller-responsibility",
|
|
5047
|
-
"description": "
|
|
4717
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
5048
4718
|
},
|
|
5049
4719
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5050
4720
|
"outcomeUnknownPolicy": {
|
|
5051
4721
|
"kind": "caller-responsibility",
|
|
5052
|
-
"description": "
|
|
4722
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
5053
4723
|
},
|
|
5054
4724
|
"asyncSignals": [
|
|
5055
|
-
"
|
|
5056
|
-
"await"
|
|
4725
|
+
"promise"
|
|
5057
4726
|
]
|
|
5058
4727
|
},
|
|
5059
4728
|
{
|
|
5060
|
-
"toolName": "package.
|
|
4729
|
+
"toolName": "package.resolve",
|
|
5061
4730
|
"descriptorOwner": "ts-local",
|
|
5062
|
-
"source": "src/tools/package/
|
|
4731
|
+
"source": "src/tools/package/resolve.ts",
|
|
5063
4732
|
"deliveryMode": "direct-terminal",
|
|
5064
|
-
"executionClass": "
|
|
4733
|
+
"executionClass": "external",
|
|
5065
4734
|
"completionPredicate": {
|
|
5066
|
-
"kind": "
|
|
5067
|
-
"description": "package.
|
|
4735
|
+
"kind": "external-operation-terminal",
|
|
4736
|
+
"description": "package.resolve 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
|
|
5068
4737
|
},
|
|
5069
4738
|
"proofSource": {
|
|
5070
|
-
"kind": "
|
|
5071
|
-
"description": "package.
|
|
4739
|
+
"kind": "operation-terminal-and-readback",
|
|
4740
|
+
"description": "package.resolve 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
|
|
5072
4741
|
},
|
|
5073
4742
|
"reloadPolicy": {
|
|
5074
|
-
"kind": "
|
|
5075
|
-
"description": "
|
|
4743
|
+
"kind": "reattach-or-reobserve",
|
|
4744
|
+
"description": "仅在存在稳定 operation identity/proof 时于同一 editor session 附着或重新观察;否则不重复 effect。"
|
|
5076
4745
|
},
|
|
5077
4746
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5078
4747
|
"outcomeUnknownPolicy": {
|
|
5079
|
-
"kind": "
|
|
5080
|
-
"description": "
|
|
4748
|
+
"kind": "external-proof-or-unknown",
|
|
4749
|
+
"description": "外部 operation 已开始但无法取得 terminal proof 时返回 E_EXECUTION_TIMEOUT,调用方负责检查业务状态并决定后续操作。"
|
|
5081
4750
|
},
|
|
5082
4751
|
"asyncSignals": [
|
|
5083
|
-
"
|
|
5084
|
-
"
|
|
4752
|
+
"promise",
|
|
4753
|
+
"async"
|
|
5085
4754
|
]
|
|
5086
4755
|
},
|
|
5087
4756
|
{
|
|
5088
|
-
"toolName": "package.
|
|
4757
|
+
"toolName": "package.restore",
|
|
5089
4758
|
"descriptorOwner": "ts-local",
|
|
5090
|
-
"source": "src/tools/package/
|
|
4759
|
+
"source": "src/tools/package/restore.ts",
|
|
5091
4760
|
"deliveryMode": "direct-terminal",
|
|
5092
|
-
"executionClass": "
|
|
4761
|
+
"executionClass": "external",
|
|
5093
4762
|
"completionPredicate": {
|
|
5094
|
-
"kind": "
|
|
5095
|
-
"description": "package.
|
|
4763
|
+
"kind": "external-operation-terminal",
|
|
4764
|
+
"description": "package.restore 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
|
|
5096
4765
|
},
|
|
5097
4766
|
"proofSource": {
|
|
5098
|
-
"kind": "
|
|
5099
|
-
"description": "package.
|
|
4767
|
+
"kind": "operation-terminal-and-readback",
|
|
4768
|
+
"description": "package.restore 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
|
|
5100
4769
|
},
|
|
5101
4770
|
"reloadPolicy": {
|
|
5102
|
-
"kind": "
|
|
5103
|
-
"description": "
|
|
4771
|
+
"kind": "reattach-or-reobserve",
|
|
4772
|
+
"description": "仅在存在稳定 operation identity/proof 时于同一 editor session 附着或重新观察;否则不重复 effect。"
|
|
5104
4773
|
},
|
|
5105
4774
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5106
4775
|
"outcomeUnknownPolicy": {
|
|
5107
|
-
"kind": "
|
|
5108
|
-
"description": "
|
|
4776
|
+
"kind": "external-proof-or-unknown",
|
|
4777
|
+
"description": "外部 operation 已开始但无法取得 terminal proof 时返回 E_EXECUTION_TIMEOUT,调用方负责检查业务状态并决定后续操作。"
|
|
5109
4778
|
},
|
|
5110
4779
|
"asyncSignals": [
|
|
4780
|
+
"promise",
|
|
5111
4781
|
"async",
|
|
5112
4782
|
"await"
|
|
5113
4783
|
]
|
|
5114
4784
|
},
|
|
5115
4785
|
{
|
|
5116
|
-
"toolName": "package.
|
|
4786
|
+
"toolName": "package.scoped-registry.add",
|
|
5117
4787
|
"descriptorOwner": "ts-local",
|
|
5118
|
-
"source": "src/tools/package/
|
|
4788
|
+
"source": "src/tools/package/scoped-registry-add.ts",
|
|
5119
4789
|
"deliveryMode": "direct-terminal",
|
|
5120
4790
|
"executionClass": "atomic",
|
|
5121
4791
|
"completionPredicate": {
|
|
5122
4792
|
"kind": "typed-business-terminal",
|
|
5123
|
-
"description": "package.
|
|
4793
|
+
"description": "package.scoped-registry.add 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
5124
4794
|
},
|
|
5125
4795
|
"proofSource": {
|
|
5126
4796
|
"kind": "typed-result-and-effect-readback",
|
|
5127
|
-
"description": "package.
|
|
4797
|
+
"description": "package.scoped-registry.add 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
5128
4798
|
},
|
|
5129
4799
|
"reloadPolicy": {
|
|
5130
4800
|
"kind": "caller-responsibility",
|
|
@@ -5136,24 +4806,23 @@
|
|
|
5136
4806
|
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
5137
4807
|
},
|
|
5138
4808
|
"asyncSignals": [
|
|
5139
|
-
"promise",
|
|
5140
4809
|
"async",
|
|
5141
4810
|
"await"
|
|
5142
4811
|
]
|
|
5143
4812
|
},
|
|
5144
4813
|
{
|
|
5145
|
-
"toolName": "package.
|
|
4814
|
+
"toolName": "package.scoped-registry.remove",
|
|
5146
4815
|
"descriptorOwner": "ts-local",
|
|
5147
|
-
"source": "src/tools/package/
|
|
4816
|
+
"source": "src/tools/package/scoped-registry-remove.ts",
|
|
5148
4817
|
"deliveryMode": "direct-terminal",
|
|
5149
4818
|
"executionClass": "atomic",
|
|
5150
4819
|
"completionPredicate": {
|
|
5151
4820
|
"kind": "typed-business-terminal",
|
|
5152
|
-
"description": "package.
|
|
4821
|
+
"description": "package.scoped-registry.remove 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
5153
4822
|
},
|
|
5154
4823
|
"proofSource": {
|
|
5155
4824
|
"kind": "typed-result-and-effect-readback",
|
|
5156
|
-
"description": "package.
|
|
4825
|
+
"description": "package.scoped-registry.remove 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
5157
4826
|
},
|
|
5158
4827
|
"reloadPolicy": {
|
|
5159
4828
|
"kind": "caller-responsibility",
|
|
@@ -5412,33 +5081,6 @@
|
|
|
5412
5081
|
"value-task"
|
|
5413
5082
|
]
|
|
5414
5083
|
},
|
|
5415
|
-
{
|
|
5416
|
-
"toolName": "physics.raycast-all",
|
|
5417
|
-
"descriptorOwner": "built-in",
|
|
5418
|
-
"source": "unitypkg/Editor/Tools/physics/raycast-all.cs",
|
|
5419
|
-
"deliveryMode": "direct-terminal",
|
|
5420
|
-
"executionClass": "atomic",
|
|
5421
|
-
"completionPredicate": {
|
|
5422
|
-
"kind": "typed-business-terminal",
|
|
5423
|
-
"description": "physics.raycast-all 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
5424
|
-
},
|
|
5425
|
-
"proofSource": {
|
|
5426
|
-
"kind": "typed-result-and-effect-readback",
|
|
5427
|
-
"description": "physics.raycast-all 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
5428
|
-
},
|
|
5429
|
-
"reloadPolicy": {
|
|
5430
|
-
"kind": "caller-responsibility",
|
|
5431
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
5432
|
-
},
|
|
5433
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
5434
|
-
"outcomeUnknownPolicy": {
|
|
5435
|
-
"kind": "caller-responsibility",
|
|
5436
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
5437
|
-
},
|
|
5438
|
-
"asyncSignals": [
|
|
5439
|
-
"value-task"
|
|
5440
|
-
]
|
|
5441
|
-
},
|
|
5442
5084
|
{
|
|
5443
5085
|
"toolName": "physics.rigidbody",
|
|
5444
5086
|
"descriptorOwner": "built-in",
|
|
@@ -8365,33 +8007,6 @@
|
|
|
8365
8007
|
"value-task"
|
|
8366
8008
|
]
|
|
8367
8009
|
},
|
|
8368
|
-
{
|
|
8369
|
-
"toolName": "scene.build-settings",
|
|
8370
|
-
"descriptorOwner": "built-in",
|
|
8371
|
-
"source": "unitypkg/Editor/Tools/scene/build-settings.cs",
|
|
8372
|
-
"deliveryMode": "direct-terminal",
|
|
8373
|
-
"executionClass": "atomic",
|
|
8374
|
-
"completionPredicate": {
|
|
8375
|
-
"kind": "typed-business-terminal",
|
|
8376
|
-
"description": "scene.build-settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
8377
|
-
},
|
|
8378
|
-
"proofSource": {
|
|
8379
|
-
"kind": "typed-result-and-effect-readback",
|
|
8380
|
-
"description": "scene.build-settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
8381
|
-
},
|
|
8382
|
-
"reloadPolicy": {
|
|
8383
|
-
"kind": "caller-responsibility",
|
|
8384
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
8385
|
-
},
|
|
8386
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
8387
|
-
"outcomeUnknownPolicy": {
|
|
8388
|
-
"kind": "caller-responsibility",
|
|
8389
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
8390
|
-
},
|
|
8391
|
-
"asyncSignals": [
|
|
8392
|
-
"value-task"
|
|
8393
|
-
]
|
|
8394
|
-
},
|
|
8395
8010
|
{
|
|
8396
8011
|
"toolName": "scene.create",
|
|
8397
8012
|
"descriptorOwner": "built-in",
|
|
@@ -8419,33 +8034,6 @@
|
|
|
8419
8034
|
"value-task"
|
|
8420
8035
|
]
|
|
8421
8036
|
},
|
|
8422
|
-
{
|
|
8423
|
-
"toolName": "scene.data",
|
|
8424
|
-
"descriptorOwner": "built-in",
|
|
8425
|
-
"source": "unitypkg/Editor/Tools/scene/data.cs",
|
|
8426
|
-
"deliveryMode": "direct-terminal",
|
|
8427
|
-
"executionClass": "atomic",
|
|
8428
|
-
"completionPredicate": {
|
|
8429
|
-
"kind": "typed-business-terminal",
|
|
8430
|
-
"description": "scene.data 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
8431
|
-
},
|
|
8432
|
-
"proofSource": {
|
|
8433
|
-
"kind": "typed-result-and-effect-readback",
|
|
8434
|
-
"description": "scene.data 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
8435
|
-
},
|
|
8436
|
-
"reloadPolicy": {
|
|
8437
|
-
"kind": "caller-responsibility",
|
|
8438
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
8439
|
-
},
|
|
8440
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
8441
|
-
"outcomeUnknownPolicy": {
|
|
8442
|
-
"kind": "caller-responsibility",
|
|
8443
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
8444
|
-
},
|
|
8445
|
-
"asyncSignals": [
|
|
8446
|
-
"value-task"
|
|
8447
|
-
]
|
|
8448
|
-
},
|
|
8449
8037
|
{
|
|
8450
8038
|
"toolName": "scene.gameobject",
|
|
8451
8039
|
"descriptorOwner": "built-in",
|
|
@@ -9315,30 +8903,30 @@
|
|
|
9315
8903
|
]
|
|
9316
8904
|
},
|
|
9317
8905
|
{
|
|
9318
|
-
"toolName": "
|
|
9319
|
-
"descriptorOwner": "
|
|
9320
|
-
"source": "
|
|
8906
|
+
"toolName": "test.run.status",
|
|
8907
|
+
"descriptorOwner": "ts-local",
|
|
8908
|
+
"source": "src/tools/test/run-status.ts",
|
|
9321
8909
|
"deliveryMode": "direct-terminal",
|
|
9322
8910
|
"executionClass": "atomic",
|
|
9323
8911
|
"completionPredicate": {
|
|
9324
8912
|
"kind": "typed-business-terminal",
|
|
9325
|
-
"description": "
|
|
8913
|
+
"description": "test.run.status returns one bounded same-session active phase or exact durable terminal envelope."
|
|
9326
8914
|
},
|
|
9327
8915
|
"proofSource": {
|
|
9328
8916
|
"kind": "typed-result-and-effect-readback",
|
|
9329
|
-
"description": "
|
|
8917
|
+
"description": "The domain-bound SafeStatus command reads the active journal or first-terminal-wins cache without acquiring the mutation lease."
|
|
9330
8918
|
},
|
|
9331
8919
|
"reloadPolicy": {
|
|
9332
8920
|
"kind": "caller-responsibility",
|
|
9333
|
-
"description": "
|
|
8921
|
+
"description": "The read never replays an effect; an Editor process restart invalidates the previous session mechanism state."
|
|
9334
8922
|
},
|
|
9335
8923
|
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
9336
8924
|
"outcomeUnknownPolicy": {
|
|
9337
8925
|
"kind": "caller-responsibility",
|
|
9338
|
-
"description": "
|
|
8926
|
+
"description": "A status read failure does not alter business state; inspect the selected Editor session before another read."
|
|
9339
8927
|
},
|
|
9340
8928
|
"asyncSignals": [
|
|
9341
|
-
"
|
|
8929
|
+
"promise"
|
|
9342
8930
|
]
|
|
9343
8931
|
},
|
|
9344
8932
|
{
|
|
@@ -9638,118 +9226,6 @@
|
|
|
9638
9226
|
"value-task"
|
|
9639
9227
|
]
|
|
9640
9228
|
},
|
|
9641
|
-
{
|
|
9642
|
-
"toolName": "tools.describe",
|
|
9643
|
-
"descriptorOwner": "ts-local",
|
|
9644
|
-
"source": "src/tools/tools/describe.ts",
|
|
9645
|
-
"deliveryMode": "direct-terminal",
|
|
9646
|
-
"executionClass": "atomic",
|
|
9647
|
-
"completionPredicate": {
|
|
9648
|
-
"kind": "typed-business-terminal",
|
|
9649
|
-
"description": "tools.describe 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
9650
|
-
},
|
|
9651
|
-
"proofSource": {
|
|
9652
|
-
"kind": "typed-result-and-effect-readback",
|
|
9653
|
-
"description": "tools.describe 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
9654
|
-
},
|
|
9655
|
-
"reloadPolicy": {
|
|
9656
|
-
"kind": "caller-responsibility",
|
|
9657
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
9658
|
-
},
|
|
9659
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
9660
|
-
"outcomeUnknownPolicy": {
|
|
9661
|
-
"kind": "caller-responsibility",
|
|
9662
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
9663
|
-
},
|
|
9664
|
-
"asyncSignals": [
|
|
9665
|
-
"async",
|
|
9666
|
-
"await"
|
|
9667
|
-
]
|
|
9668
|
-
},
|
|
9669
|
-
{
|
|
9670
|
-
"toolName": "tools.group",
|
|
9671
|
-
"descriptorOwner": "ts-local",
|
|
9672
|
-
"source": "src/tools/tools/group.ts",
|
|
9673
|
-
"deliveryMode": "direct-terminal",
|
|
9674
|
-
"executionClass": "atomic",
|
|
9675
|
-
"completionPredicate": {
|
|
9676
|
-
"kind": "typed-business-terminal",
|
|
9677
|
-
"description": "tools.group 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
9678
|
-
},
|
|
9679
|
-
"proofSource": {
|
|
9680
|
-
"kind": "typed-result-and-effect-readback",
|
|
9681
|
-
"description": "tools.group 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
9682
|
-
},
|
|
9683
|
-
"reloadPolicy": {
|
|
9684
|
-
"kind": "caller-responsibility",
|
|
9685
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
9686
|
-
},
|
|
9687
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
9688
|
-
"outcomeUnknownPolicy": {
|
|
9689
|
-
"kind": "caller-responsibility",
|
|
9690
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
9691
|
-
},
|
|
9692
|
-
"asyncSignals": [
|
|
9693
|
-
"async",
|
|
9694
|
-
"await"
|
|
9695
|
-
]
|
|
9696
|
-
},
|
|
9697
|
-
{
|
|
9698
|
-
"toolName": "tools.group-list",
|
|
9699
|
-
"descriptorOwner": "ts-local",
|
|
9700
|
-
"source": "src/tools/tools/group-list.ts",
|
|
9701
|
-
"deliveryMode": "direct-terminal",
|
|
9702
|
-
"executionClass": "atomic",
|
|
9703
|
-
"completionPredicate": {
|
|
9704
|
-
"kind": "typed-business-terminal",
|
|
9705
|
-
"description": "tools.group-list 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
9706
|
-
},
|
|
9707
|
-
"proofSource": {
|
|
9708
|
-
"kind": "typed-result-and-effect-readback",
|
|
9709
|
-
"description": "tools.group-list 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
9710
|
-
},
|
|
9711
|
-
"reloadPolicy": {
|
|
9712
|
-
"kind": "caller-responsibility",
|
|
9713
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
9714
|
-
},
|
|
9715
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
9716
|
-
"outcomeUnknownPolicy": {
|
|
9717
|
-
"kind": "caller-responsibility",
|
|
9718
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
9719
|
-
},
|
|
9720
|
-
"asyncSignals": [
|
|
9721
|
-
"async",
|
|
9722
|
-
"await"
|
|
9723
|
-
]
|
|
9724
|
-
},
|
|
9725
|
-
{
|
|
9726
|
-
"toolName": "tools.search",
|
|
9727
|
-
"descriptorOwner": "ts-local",
|
|
9728
|
-
"source": "src/tools/tools/search.ts",
|
|
9729
|
-
"deliveryMode": "direct-terminal",
|
|
9730
|
-
"executionClass": "atomic",
|
|
9731
|
-
"completionPredicate": {
|
|
9732
|
-
"kind": "typed-business-terminal",
|
|
9733
|
-
"description": "tools.search 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
|
|
9734
|
-
},
|
|
9735
|
-
"proofSource": {
|
|
9736
|
-
"kind": "typed-result-and-effect-readback",
|
|
9737
|
-
"description": "tools.search 的 typed result、output schema validation 与工具拥有的 effect readback。"
|
|
9738
|
-
},
|
|
9739
|
-
"reloadPolicy": {
|
|
9740
|
-
"kind": "caller-responsibility",
|
|
9741
|
-
"description": "跨重载续接由 coordinator 的 active-operation 状态与调用方负责;普通 Tool 不保留请求级恢复状态。"
|
|
9742
|
-
},
|
|
9743
|
-
"timeoutError": "E_EXECUTION_TIMEOUT",
|
|
9744
|
-
"outcomeUnknownPolicy": {
|
|
9745
|
-
"kind": "caller-responsibility",
|
|
9746
|
-
"description": "执行超时或终态无法确认时返回 E_EXECUTION_TIMEOUT;调用方负责检查受影响业务状态后决定后续操作。"
|
|
9747
|
-
},
|
|
9748
|
-
"asyncSignals": [
|
|
9749
|
-
"async",
|
|
9750
|
-
"await"
|
|
9751
|
-
]
|
|
9752
|
-
},
|
|
9753
9229
|
{
|
|
9754
9230
|
"toolName": "type.schema",
|
|
9755
9231
|
"descriptorOwner": "built-in",
|