@alpsckr/unitycli 0.4.4 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (354) hide show
  1. package/contracts/command-contract.json +591 -591
  2. package/contracts/package-files.json +367 -367
  3. package/contracts/stable-session/direct-call-semantics.json +3 -3
  4. package/contracts/stable-session/request-digest-v1-golden.json +2 -2
  5. package/contracts/tool-completion-contract.json +322 -322
  6. package/dist/bridge/domains/animation.js +37 -37
  7. package/dist/bridge/domains/animation.js.map +1 -1
  8. package/dist/bridge/domains/asset.js +15 -16
  9. package/dist/bridge/domains/asset.js.map +1 -1
  10. package/dist/bridge/domains/build.js +13 -13
  11. package/dist/bridge/domains/build.js.map +1 -1
  12. package/dist/bridge/domains/camera.js +7 -7
  13. package/dist/bridge/domains/camera.js.map +1 -1
  14. package/dist/bridge/domains/catalog-editor.d.ts +2 -0
  15. package/dist/bridge/domains/{project-tool.js → catalog-editor.js} +10 -10
  16. package/dist/bridge/domains/catalog-editor.js.map +1 -0
  17. package/dist/bridge/domains/catalog-player.d.ts +2 -0
  18. package/dist/bridge/domains/{runtime-tool.js → catalog-player.js} +9 -9
  19. package/dist/bridge/domains/catalog-player.js.map +1 -0
  20. package/dist/bridge/domains/code.js +1 -1
  21. package/dist/bridge/domains/code.js.map +1 -1
  22. package/dist/bridge/domains/console.js +2 -2
  23. package/dist/bridge/domains/console.js.map +1 -1
  24. package/dist/bridge/domains/doctor.js +3 -3
  25. package/dist/bridge/domains/doctor.js.map +1 -1
  26. package/dist/bridge/domains/editor.js +14 -14
  27. package/dist/bridge/domains/editor.js.map +1 -1
  28. package/dist/bridge/domains/game-object.js +16 -16
  29. package/dist/bridge/domains/game-object.js.map +1 -1
  30. package/dist/bridge/domains/lighting.d.ts +2 -0
  31. package/dist/bridge/domains/lighting.js +127 -0
  32. package/dist/bridge/domains/lighting.js.map +1 -0
  33. package/dist/bridge/domains/material.js +5 -5
  34. package/dist/bridge/domains/material.js.map +1 -1
  35. package/dist/bridge/domains/navmesh.js +3 -3
  36. package/dist/bridge/domains/navmesh.js.map +1 -1
  37. package/dist/bridge/domains/occlusion.js +1 -9
  38. package/dist/bridge/domains/occlusion.js.map +1 -1
  39. package/dist/bridge/domains/physics.js +14 -14
  40. package/dist/bridge/domains/physics.js.map +1 -1
  41. package/dist/bridge/domains/prefab.js +12 -12
  42. package/dist/bridge/domains/prefab.js.map +1 -1
  43. package/dist/bridge/domains/profiler.js +25 -25
  44. package/dist/bridge/domains/profiler.js.map +1 -1
  45. package/dist/bridge/domains/rendering.d.ts +2 -0
  46. package/dist/bridge/domains/rendering.js +71 -0
  47. package/dist/bridge/domains/rendering.js.map +1 -0
  48. package/dist/bridge/domains/runtime-reflection.d.ts +2 -0
  49. package/dist/bridge/domains/{reflection.js → runtime-reflection.js} +7 -7
  50. package/dist/bridge/domains/runtime-reflection.js.map +1 -0
  51. package/dist/bridge/domains/scene.js +15 -15
  52. package/dist/bridge/domains/scene.js.map +1 -1
  53. package/dist/bridge/domains/screenshot.js +6 -6
  54. package/dist/bridge/domains/screenshot.js.map +1 -1
  55. package/dist/bridge/domains/scriptable-object.js +4 -4
  56. package/dist/bridge/domains/scriptable-object.js.map +1 -1
  57. package/dist/bridge/domains/serialized-object.d.ts +2 -0
  58. package/dist/bridge/domains/{object.js → serialized-object.js} +6 -6
  59. package/dist/bridge/domains/serialized-object.js.map +1 -0
  60. package/dist/bridge/domains/shader.js +7 -7
  61. package/dist/bridge/domains/shader.js.map +1 -1
  62. package/dist/bridge/domains/texture.js +7 -7
  63. package/dist/bridge/domains/texture.js.map +1 -1
  64. package/dist/bridge/domains/timeline.js +4 -4
  65. package/dist/bridge/domains/timeline.js.map +1 -1
  66. package/dist/bridge/domains/ui.js +18 -18
  67. package/dist/bridge/domains/ui.js.map +1 -1
  68. package/dist/bridge/domains/volume.d.ts +2 -0
  69. package/dist/bridge/domains/volume.js +26 -0
  70. package/dist/bridge/domains/volume.js.map +1 -0
  71. package/dist/bridge/index.js +3 -3
  72. package/dist/bridge/index.js.map +1 -1
  73. package/dist/bridge/registry.js +15 -13
  74. package/dist/bridge/registry.js.map +1 -1
  75. package/dist/bridge/session-supervisor.js +27 -9
  76. package/dist/bridge/session-supervisor.js.map +1 -1
  77. package/dist/bridge/start-diagnostics.d.ts +19 -0
  78. package/dist/bridge/start-diagnostics.js +96 -0
  79. package/dist/bridge/start-diagnostics.js.map +1 -0
  80. package/dist/bridge/types.d.ts +1 -1
  81. package/dist/catalog-protocol.js +3 -3
  82. package/dist/catalog-protocol.js.map +1 -1
  83. package/dist/cli-commands/package.js +10 -2
  84. package/dist/cli-commands/package.js.map +1 -1
  85. package/dist/doctor.js +23 -1
  86. package/dist/doctor.js.map +1 -1
  87. package/dist/extensions/.generated-bridge-domains/cinemachine.js +14 -14
  88. package/dist/extensions/.generated-bridge-domains/cinemachine.js.map +1 -1
  89. package/dist/extensions/.generated-bridge-domains/hdrp.js +7 -7
  90. package/dist/extensions/.generated-bridge-domains/hdrp.js.map +1 -1
  91. package/dist/extensions/.generated-bridge-domains/probuilder.d.ts +3 -3
  92. package/dist/extensions/.generated-bridge-domains/probuilder.js +40 -40
  93. package/dist/extensions/.generated-bridge-domains/probuilder.js.map +1 -1
  94. package/dist/extensions/.generated-bridge-domains/urp.js +12 -12
  95. package/dist/extensions/.generated-bridge-domains/urp.js.map +1 -1
  96. package/dist/extensions/.generated-bridge-domains/vfx.js +27 -27
  97. package/dist/extensions/.generated-bridge-domains/vfx.js.map +1 -1
  98. package/dist/extensions/installer.d.ts +35 -0
  99. package/dist/extensions/installer.js +123 -0
  100. package/dist/extensions/installer.js.map +1 -1
  101. package/dist/instances.d.ts +6 -0
  102. package/dist/instances.js +13 -0
  103. package/dist/instances.js.map +1 -1
  104. package/dist/package-manager.js +1 -1
  105. package/dist/project-tool-discovery.d.ts +1 -1
  106. package/dist/project-tool-discovery.js +5 -5
  107. package/dist/project-tool-discovery.js.map +1 -1
  108. package/dist/runtime-code.js +2 -2
  109. package/dist/runtime-code.js.map +1 -1
  110. package/dist/services/reflect-service.d.ts +3 -3
  111. package/dist/services/reflect-service.js +5 -5
  112. package/dist/services/reflect-service.js.map +1 -1
  113. package/dist/tools/.generated-completion-registry.js +689 -689
  114. package/dist/tools/.generated-completion-registry.js.map +1 -1
  115. package/dist/tools/.generated-registry.d.ts +12 -12
  116. package/dist/tools/.generated-registry.js +12 -12
  117. package/dist/tools/.generated-registry.js.map +1 -1
  118. package/dist/tools/.generated-schemas.js +13 -13
  119. package/dist/tools/.generated-schemas.js.map +1 -1
  120. package/dist/tools/catalog.d.ts +1 -1
  121. package/dist/tools/catalog.js +1 -1
  122. package/dist/tools/code/{exec.d.ts → execute.d.ts} +1 -1
  123. package/dist/tools/code/{exec.js → execute.js} +5 -5
  124. package/dist/tools/code/execute.js.map +1 -0
  125. package/dist/tools/dispatcher.js +12 -8
  126. package/dist/tools/dispatcher.js.map +1 -1
  127. package/dist/tools/editor/compile.d.ts +3 -2
  128. package/dist/tools/editor/compile.js +23 -13
  129. package/dist/tools/editor/compile.js.map +1 -1
  130. package/dist/tools/editor/play-mode-status.js +2 -2
  131. package/dist/tools/editor/play-mode-status.js.map +1 -1
  132. package/dist/tools/editor/refresh.js +2 -2
  133. package/dist/tools/editor/refresh.js.map +1 -1
  134. package/dist/tools/metadata/derived.d.ts +0 -7
  135. package/dist/tools/metadata/derived.js +7 -16
  136. package/dist/tools/metadata/derived.js.map +1 -1
  137. package/dist/tools/metadata/index.d.ts +1 -1
  138. package/dist/tools/metadata/index.js +1 -1
  139. package/dist/tools/metadata/index.js.map +1 -1
  140. package/dist/tools/metadata/status.js +1 -1
  141. package/dist/tools/metadata/status.js.map +1 -1
  142. package/dist/tools/{runtime → player-runtime}/console.js +4 -4
  143. package/dist/tools/player-runtime/console.js.map +1 -0
  144. package/dist/tools/{runtime → player-runtime}/input/key.js +4 -4
  145. package/dist/tools/player-runtime/input/key.js.map +1 -0
  146. package/dist/tools/{runtime → player-runtime}/input/pointer.js +4 -4
  147. package/dist/tools/player-runtime/input/pointer.js.map +1 -0
  148. package/dist/tools/{runtime → player-runtime}/log.js +5 -5
  149. package/dist/tools/player-runtime/log.js.map +1 -0
  150. package/dist/tools/{runtime → player-runtime}/state.js +4 -4
  151. package/dist/tools/player-runtime/state.js.map +1 -0
  152. package/dist/tools/{runtime → player-runtime}/target-framerate/set.js +4 -4
  153. package/dist/tools/player-runtime/target-framerate/set.js.map +1 -0
  154. package/dist/tools/{runtime → player-runtime}/time-scale/set.js +4 -4
  155. package/dist/tools/player-runtime/time-scale/set.js.map +1 -0
  156. package/dist/tools/{runtime → player-runtime}/ui/capture-element.js +4 -4
  157. package/dist/tools/player-runtime/ui/capture-element.js.map +1 -0
  158. package/dist/tools/tools/group-summaries.js +17 -14
  159. package/dist/tools/tools/group-summaries.js.map +1 -1
  160. package/dist/tools/{reflect/member.js → type-inspection/get-member.js} +6 -6
  161. package/dist/tools/type-inspection/get-member.js.map +1 -0
  162. package/dist/tools/{reflect/type.js → type-inspection/get-type.js} +6 -6
  163. package/dist/tools/type-inspection/get-type.js.map +1 -0
  164. package/dist/tools/{reflect → type-inspection}/search.js +5 -5
  165. package/dist/tools/type-inspection/search.js.map +1 -0
  166. package/docs/README.md +1 -2
  167. package/docs/architecture.md +1 -1
  168. package/docs/availability-differences.md +2 -2
  169. package/docs/development.md +1 -1
  170. package/docs/error-codes.md +5 -5
  171. package/docs/extensions.md +2 -2
  172. package/docs/risk-and-side-effects.md +12 -12
  173. package/docs/safety-boundaries.md +7 -7
  174. package/docs/tool-discovery.md +1 -1
  175. package/docs/tool-execution.md +16 -16
  176. package/extensions/cinemachine/bridge/domains/cinemachine.ts +14 -14
  177. package/extensions/hdrp/bridge/domains/hdrp.ts +7 -7
  178. package/extensions/hdrp/unitypkg/Editor/Hdrp/HdrpToolSupport.cs +2 -2
  179. package/extensions/probuilder/bridge/domains/probuilder.ts +40 -40
  180. package/extensions/probuilder/unitypkg/Editor/ProBuilder/ProBuilderErrors.cs +1 -1
  181. package/extensions/urp/bridge/domains/urp.ts +12 -12
  182. package/extensions/urp/unitypkg/Editor/Urp/UrpToolSupport.cs +2 -2
  183. package/extensions/vfx-graph/bridge/domains/vfx.ts +27 -27
  184. package/package.json +1 -1
  185. package/skills/unitycli/SKILL.md +1 -1
  186. package/skills/unitycli/manifest.json +1 -1
  187. package/skills/unitycli/references/operation-protocol.md +1 -1
  188. package/unitypkg/Editor/Bridge/BridgeHttpServer.cs +2 -2
  189. package/unitypkg/Editor/Commands/ProjectToolCommands.cs +7 -7
  190. package/unitypkg/Editor/Commands/RuntimeToolCommands.cs +6 -6
  191. package/unitypkg/Editor/Generated/UnityCliToolCompletionRegistry.g.cs +147 -147
  192. package/unitypkg/Editor/Infrastructure/CodeExecSupport.cs +4 -4
  193. package/unitypkg/Editor/Infrastructure/UnityCliAdmission.cs +17 -17
  194. package/unitypkg/Editor/Infrastructure/UnityCliCompileCoordinator.cs +61 -54
  195. package/unitypkg/Editor/Infrastructure/UnityCliJson.cs +0 -18
  196. package/unitypkg/Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs +26 -21
  197. package/unitypkg/Editor/Infrastructure/UnityCliObjectPatch.cs +1 -1
  198. package/unitypkg/Editor/Infrastructure/UnityCliObjectRef.cs +5 -5
  199. package/unitypkg/Editor/Infrastructure/UnityCliOperationCoordinator.cs +32 -32
  200. package/unitypkg/Editor/Infrastructure/UnityCliReflection.cs +12 -12
  201. package/unitypkg/Editor/Infrastructure/UnityCliRuntimeExecutor.cs +1 -1
  202. package/unitypkg/Editor/ProjectTools/ProjectToolRegistry.cs +5 -5
  203. package/unitypkg/Editor/Tools/{animation → animation-clip}/AnimationToolSupport.cs +3 -3
  204. package/unitypkg/Editor/Tools/{animation/clip → animation-clip}/create.cs +4 -4
  205. package/unitypkg/Editor/Tools/{animation/clip.cs → animation-clip/read.cs} +3 -3
  206. package/unitypkg/Editor/Tools/{animation/clip/modify.cs → animation-clip/update.cs} +5 -5
  207. package/unitypkg/Editor/Tools/{animation/animator → animator}/crossfade.cs +1 -1
  208. package/unitypkg/Editor/Tools/{animation/animator → animator}/get-info.cs +1 -1
  209. package/unitypkg/Editor/Tools/{animation/animator → animator}/get-parameter.cs +1 -1
  210. package/unitypkg/Editor/Tools/{animation/state.cs → animator/get-state.cs} +3 -3
  211. package/unitypkg/Editor/Tools/{animation → animator}/play.cs +5 -5
  212. package/unitypkg/Editor/Tools/{animation/animator → animator}/set-enabled.cs +1 -1
  213. package/unitypkg/Editor/Tools/{animation/animator → animator}/set-parameter.cs +1 -1
  214. package/unitypkg/Editor/Tools/{animation/animator → animator}/set-speed.cs +1 -1
  215. package/unitypkg/Editor/Tools/{animation → animator}/stop.cs +4 -4
  216. package/unitypkg/Editor/Tools/{controller → animator-controller}/add-blend-tree-child.cs +10 -10
  217. package/unitypkg/Editor/Tools/{controller → animator-controller}/add-layer.cs +6 -6
  218. package/unitypkg/Editor/Tools/{controller → animator-controller}/add-parameter.cs +6 -6
  219. package/unitypkg/Editor/Tools/{controller → animator-controller}/add-state.cs +7 -7
  220. package/unitypkg/Editor/Tools/{controller → animator-controller}/add-transition.cs +9 -9
  221. package/unitypkg/Editor/Tools/{controller → animator-controller}/assign.cs +6 -6
  222. package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-1d.cs +7 -7
  223. package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-2d.cs +7 -7
  224. package/unitypkg/Editor/Tools/{controller → animator-controller}/create.cs +4 -4
  225. package/unitypkg/Editor/Tools/{controller → animator-controller}/get-info.cs +4 -4
  226. package/unitypkg/Editor/Tools/{controller → animator-controller}/remove-layer.cs +8 -8
  227. package/unitypkg/Editor/Tools/{controller → animator-controller}/set-layer-weight.cs +6 -6
  228. package/unitypkg/Editor/Tools/asset/preview.cs +1 -1
  229. package/unitypkg/Editor/Tools/asset/{modify.cs → write-text.cs} +6 -6
  230. package/unitypkg/Editor/Tools/component/get.cs +1 -1
  231. package/unitypkg/Editor/Tools/component/list-types.cs +2 -2
  232. package/unitypkg/Editor/Tools/component/modify.cs +1 -1
  233. package/unitypkg/Editor/Tools/component/set.cs +1 -1
  234. package/unitypkg/Editor/Tools/console/{get.cs → read.cs} +3 -3
  235. package/unitypkg/Editor/Tools/editor/{play.cs → play-mode/start.cs} +5 -5
  236. package/unitypkg/Editor/Tools/editor/{stop.cs → play-mode/stop.cs} +5 -5
  237. package/unitypkg/Editor/Tools/editor/search.cs +1 -1
  238. package/unitypkg/Editor/Tools/{go → game-object}/GameObjectToolSupport.cs +5 -22
  239. package/unitypkg/Editor/Tools/{go → game-object}/create.cs +11 -11
  240. package/unitypkg/Editor/Tools/{go → game-object}/delete.cs +7 -7
  241. package/unitypkg/Editor/Tools/{go → game-object}/duplicate.cs +6 -6
  242. package/unitypkg/Editor/Tools/{go → game-object}/find.cs +5 -5
  243. package/unitypkg/Editor/Tools/{go → game-object}/look-at.cs +8 -8
  244. package/unitypkg/Editor/Tools/{go → game-object}/modify.cs +9 -9
  245. package/unitypkg/Editor/Tools/{go → game-object}/move-relative.cs +7 -7
  246. package/unitypkg/Editor/Tools/{scene/move-object.cs → game-object/move-to-scene.cs} +7 -7
  247. package/unitypkg/Editor/Tools/{go → game-object}/set-parent.cs +9 -9
  248. package/unitypkg/Editor/Tools/{graphics/bake-cancel.cs → lighting/bake/cancel.cs} +4 -4
  249. package/unitypkg/Editor/Tools/{graphics/bake-clear.cs → lighting/bake/clear.cs} +4 -4
  250. package/unitypkg/Editor/Tools/{graphics/bake-reflection-probe.cs → lighting/bake/reflection-probe.cs} +3 -3
  251. package/unitypkg/Editor/Tools/{graphics/bake-settings.cs → lighting/bake/settings.cs} +12 -12
  252. package/unitypkg/Editor/Tools/{graphics/bake-start.cs → lighting/bake/start.cs} +5 -5
  253. package/unitypkg/Editor/Tools/{graphics/bake-status.cs → lighting/bake/status.cs} +3 -3
  254. package/unitypkg/Editor/Tools/{graphics → lighting}/light-probe-group.cs +7 -7
  255. package/unitypkg/Editor/Tools/{graphics → lighting}/reflection-probe.cs +12 -12
  256. package/unitypkg/Editor/Tools/{graphics/skybox-get.cs → lighting/skybox/get.cs} +3 -3
  257. package/unitypkg/Editor/Tools/{graphics/skybox-set-ambient.cs → lighting/skybox/set-ambient.cs} +3 -3
  258. package/unitypkg/Editor/Tools/{graphics/skybox-set-fog.cs → lighting/skybox/set-fog.cs} +3 -3
  259. package/unitypkg/Editor/Tools/{graphics/skybox-set-material.cs → lighting/skybox/set-material.cs} +5 -5
  260. package/unitypkg/Editor/Tools/{graphics/skybox-set-properties.cs → lighting/skybox/set-properties.cs} +5 -5
  261. package/unitypkg/Editor/Tools/{graphics/skybox-set-reflection.cs → lighting/skybox/set-reflection.cs} +3 -3
  262. package/unitypkg/Editor/Tools/{graphics/skybox-set-sun.cs → lighting/skybox/set-sun.cs} +5 -5
  263. package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsToolSupport.cs +5 -5
  264. package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings/set.cs +3 -3
  265. package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings.cs +4 -4
  266. package/unitypkg/Editor/Tools/{project → project-settings}/info.cs +4 -4
  267. package/unitypkg/Editor/Tools/{project → project-settings}/input-settings/set.cs +3 -3
  268. package/unitypkg/Editor/Tools/{project → project-settings}/input-settings.cs +4 -4
  269. package/unitypkg/Editor/Tools/project-settings/layer/add.cs +3 -0
  270. package/unitypkg/Editor/Tools/project-settings/layer/remove.cs +3 -0
  271. package/unitypkg/Editor/Tools/{project → project-settings}/layers.cs +4 -4
  272. package/unitypkg/Editor/Tools/{project → project-settings}/player-settings/set.cs +4 -4
  273. package/unitypkg/Editor/Tools/{project → project-settings}/player-settings.cs +4 -4
  274. package/unitypkg/Editor/Tools/project-settings/tag/add.cs +3 -0
  275. package/unitypkg/Editor/Tools/project-settings/tag/remove.cs +3 -0
  276. package/unitypkg/Editor/Tools/{project → project-settings}/tags.cs +4 -4
  277. package/unitypkg/Editor/Tools/{project → project-settings}/time-settings/set.cs +3 -3
  278. package/unitypkg/Editor/Tools/{project → project-settings}/time-settings.cs +4 -4
  279. package/unitypkg/Editor/Tools/{graphics → rendering}/GraphicsToolSupport.cs +3 -3
  280. package/unitypkg/Editor/Tools/rendering/pipeline/info.cs +19 -0
  281. package/unitypkg/Editor/Tools/{graphics/pipeline-settings.cs → rendering/pipeline/settings.cs} +4 -4
  282. package/unitypkg/Editor/Tools/{graphics → rendering}/quality.cs +17 -17
  283. package/unitypkg/Editor/Tools/{graphics → rendering}/scene-debug.cs +4 -4
  284. package/unitypkg/Editor/Tools/rendering/stats.cs +17 -0
  285. package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/method/find.cs +5 -5
  286. package/unitypkg/Editor/Tools/{reflection/method/call.cs → runtime-reflection/method/invoke.cs} +7 -7
  287. package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/type/schema.cs +5 -5
  288. package/unitypkg/Editor/Tools/scene/gameobject-support.cs +1 -1
  289. package/unitypkg/Editor/Tools/scene/gameobject.cs +1 -1
  290. package/unitypkg/Editor/Tools/scene/hierarchy.cs +1 -1
  291. package/unitypkg/Editor/Tools/{camera/screenshot.cs → screenshot/from-camera.cs} +4 -4
  292. package/unitypkg/Editor/Tools/{object/modify.cs → serialized-object/patch.cs} +8 -8
  293. package/unitypkg/Editor/Tools/{object/get-data.cs → serialized-object/read.cs} +4 -4
  294. package/unitypkg/Editor/Tools/{graphics/volume.cs → volume/list.cs} +3 -3
  295. package/unitypkg/Editor/UnityCliBridge.cs +3 -22
  296. package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeBridge.cs +15 -15
  297. package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeRegistry.cs +1 -1
  298. package/unitypkg/Runtime/Tools/UnityCliRuntimeTools.cs +22 -22
  299. package/unitypkg/Shared/UnityCliBridgeQueuePolicy.cs +1 -1
  300. package/unitypkg/Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs +7 -7
  301. package/unitypkg/Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs +6 -6
  302. package/unitypkg/Tests/Editor/UnityCliBridgeQueuePolicyTests.cs +3 -3
  303. package/unitypkg/Tests/Editor/UnityCliContinuationIntegrationTests.cs +1 -1
  304. package/unitypkg/Tests/Editor/UnityCliRequestBudgetTests.cs +4 -4
  305. package/unitypkg/Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs +15 -15
  306. package/unitypkg/Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs +5 -5
  307. package/unitypkg/package.json +1 -1
  308. package/dist/bridge/domains/graphics.d.ts +0 -2
  309. package/dist/bridge/domains/graphics.js +0 -170
  310. package/dist/bridge/domains/graphics.js.map +0 -1
  311. package/dist/bridge/domains/object.d.ts +0 -2
  312. package/dist/bridge/domains/object.js.map +0 -1
  313. package/dist/bridge/domains/package.d.ts +0 -2
  314. package/dist/bridge/domains/package.js +0 -2
  315. package/dist/bridge/domains/package.js.map +0 -1
  316. package/dist/bridge/domains/project-tool.d.ts +0 -2
  317. package/dist/bridge/domains/project-tool.js.map +0 -1
  318. package/dist/bridge/domains/reflection.d.ts +0 -2
  319. package/dist/bridge/domains/reflection.js.map +0 -1
  320. package/dist/bridge/domains/runtime-tool.d.ts +0 -2
  321. package/dist/bridge/domains/runtime-tool.js.map +0 -1
  322. package/dist/tools/code/exec.js.map +0 -1
  323. package/dist/tools/reflect/member.js.map +0 -1
  324. package/dist/tools/reflect/search.js.map +0 -1
  325. package/dist/tools/reflect/type.js.map +0 -1
  326. package/dist/tools/runtime/console.js.map +0 -1
  327. package/dist/tools/runtime/input/key.js.map +0 -1
  328. package/dist/tools/runtime/input/pointer.js.map +0 -1
  329. package/dist/tools/runtime/log.js.map +0 -1
  330. package/dist/tools/runtime/state.js.map +0 -1
  331. package/dist/tools/runtime/target-framerate/set.js.map +0 -1
  332. package/dist/tools/runtime/time-scale/set.js.map +0 -1
  333. package/dist/tools/runtime/ui/capture-element.js.map +0 -1
  334. package/unitypkg/Editor/Tools/graphics/pipeline-info.cs +0 -19
  335. package/unitypkg/Editor/Tools/graphics/stats.cs +0 -17
  336. package/unitypkg/Editor/Tools/project/layer/add.cs +0 -3
  337. package/unitypkg/Editor/Tools/project/layer/remove.cs +0 -3
  338. package/unitypkg/Editor/Tools/project/tag/add.cs +0 -3
  339. package/unitypkg/Editor/Tools/project/tag/remove.cs +0 -3
  340. /package/dist/tools/{runtime → player-runtime}/console.d.ts +0 -0
  341. /package/dist/tools/{runtime → player-runtime}/input/key.d.ts +0 -0
  342. /package/dist/tools/{runtime → player-runtime}/input/pointer.d.ts +0 -0
  343. /package/dist/tools/{runtime → player-runtime}/log.d.ts +0 -0
  344. /package/dist/tools/{runtime → player-runtime}/state.d.ts +0 -0
  345. /package/dist/tools/{runtime → player-runtime}/target-framerate/set.d.ts +0 -0
  346. /package/dist/tools/{runtime → player-runtime}/time-scale/set.d.ts +0 -0
  347. /package/dist/tools/{runtime → player-runtime}/ui/capture-element.d.ts +0 -0
  348. /package/dist/tools/{reflect/member.d.ts → type-inspection/get-member.d.ts} +0 -0
  349. /package/dist/tools/{reflect/type.d.ts → type-inspection/get-type.d.ts} +0 -0
  350. /package/dist/tools/{reflect → type-inspection}/search.d.ts +0 -0
  351. /package/unitypkg/Editor/Tools/{animation → animator}/AnimatorRuntimeToolSupport.cs +0 -0
  352. /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsReader.cs +0 -0
  353. /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectTagLayerToolSupport.cs +0 -0
  354. /package/unitypkg/Editor/Tools/{object → serialized-object}/ObjectToolSupport.cs +0 -0
@@ -4,18 +4,18 @@
4
4
  "semantics": "Every public Tool has one explicit completion contract. No handler-returned default is permitted.",
5
5
  "tools": [
6
6
  {
7
- "toolName": "animation.clip",
7
+ "toolName": "animation-clip.read",
8
8
  "descriptorOwner": "built-in",
9
- "source": "unitypkg/Editor/Tools/animation/clip.cs",
9
+ "source": "unitypkg/Editor/Tools/animation-clip/read.cs",
10
10
  "deliveryMode": "direct-terminal",
11
11
  "executionClass": "atomic",
12
12
  "completionPredicate": {
13
13
  "kind": "typed-business-terminal",
14
- "description": "animation.clip 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
14
+ "description": "animation-clip.read 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
15
15
  },
16
16
  "proofSource": {
17
17
  "kind": "typed-result-and-effect-readback",
18
- "description": "animation.clip 的 typed result、output schema validation 与工具拥有的 effect readback。"
18
+ "description": "animation-clip.read 的 typed result、output schema validation 与工具拥有的 effect readback。"
19
19
  },
20
20
  "reloadPolicy": {
21
21
  "kind": "caller-responsibility",
@@ -31,18 +31,18 @@
31
31
  ]
32
32
  },
33
33
  {
34
- "toolName": "animation.clip.create",
34
+ "toolName": "animation-clip.create",
35
35
  "descriptorOwner": "built-in",
36
- "source": "unitypkg/Editor/Tools/animation/clip/create.cs",
36
+ "source": "unitypkg/Editor/Tools/animation-clip/create.cs",
37
37
  "deliveryMode": "direct-terminal",
38
38
  "executionClass": "atomic",
39
39
  "completionPredicate": {
40
40
  "kind": "typed-business-terminal",
41
- "description": "animation.clip.create 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
41
+ "description": "animation-clip.create 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
42
42
  },
43
43
  "proofSource": {
44
44
  "kind": "typed-result-and-effect-readback",
45
- "description": "animation.clip.create 的 typed result、output schema validation 与工具拥有的 effect readback。"
45
+ "description": "animation-clip.create 的 typed result、output schema validation 与工具拥有的 effect readback。"
46
46
  },
47
47
  "reloadPolicy": {
48
48
  "kind": "caller-responsibility",
@@ -58,18 +58,18 @@
58
58
  ]
59
59
  },
60
60
  {
61
- "toolName": "animation.clip.modify",
61
+ "toolName": "animation-clip.update",
62
62
  "descriptorOwner": "built-in",
63
- "source": "unitypkg/Editor/Tools/animation/clip/modify.cs",
63
+ "source": "unitypkg/Editor/Tools/animation-clip/update.cs",
64
64
  "deliveryMode": "direct-terminal",
65
65
  "executionClass": "atomic",
66
66
  "completionPredicate": {
67
67
  "kind": "typed-business-terminal",
68
- "description": "animation.clip.modify 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
68
+ "description": "animation-clip.update 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
69
69
  },
70
70
  "proofSource": {
71
71
  "kind": "typed-result-and-effect-readback",
72
- "description": "animation.clip.modify 的 typed result、output schema validation 与工具拥有的 effect readback。"
72
+ "description": "animation-clip.update 的 typed result、output schema validation 与工具拥有的 effect readback。"
73
73
  },
74
74
  "reloadPolicy": {
75
75
  "kind": "caller-responsibility",
@@ -85,18 +85,18 @@
85
85
  ]
86
86
  },
87
87
  {
88
- "toolName": "animation.play",
88
+ "toolName": "animator.play",
89
89
  "descriptorOwner": "built-in",
90
- "source": "unitypkg/Editor/Tools/animation/play.cs",
90
+ "source": "unitypkg/Editor/Tools/animator/play.cs",
91
91
  "deliveryMode": "direct-terminal",
92
92
  "executionClass": "observed-state",
93
93
  "completionPredicate": {
94
94
  "kind": "stable-state-readback",
95
- "description": "animation.play 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
95
+ "description": "animator.play 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
96
96
  },
97
97
  "proofSource": {
98
98
  "kind": "validated-state-snapshot",
99
- "description": "animation.play 的目标子系统状态 readback 与同一 validated editor session snapshot。"
99
+ "description": "animator.play 的目标子系统状态 readback 与同一 validated editor session snapshot。"
100
100
  },
101
101
  "reloadPolicy": {
102
102
  "kind": "same-session-reobserve",
@@ -112,18 +112,18 @@
112
112
  ]
113
113
  },
114
114
  {
115
- "toolName": "animation.state",
115
+ "toolName": "animator.get-state",
116
116
  "descriptorOwner": "built-in",
117
- "source": "unitypkg/Editor/Tools/animation/state.cs",
117
+ "source": "unitypkg/Editor/Tools/animator/get-state.cs",
118
118
  "deliveryMode": "direct-terminal",
119
119
  "executionClass": "atomic",
120
120
  "completionPredicate": {
121
121
  "kind": "typed-business-terminal",
122
- "description": "animation.state 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
122
+ "description": "animator.get-state 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
123
123
  },
124
124
  "proofSource": {
125
125
  "kind": "typed-result-and-effect-readback",
126
- "description": "animation.state 的 typed result、output schema validation 与工具拥有的 effect readback。"
126
+ "description": "animator.get-state 的 typed result、output schema validation 与工具拥有的 effect readback。"
127
127
  },
128
128
  "reloadPolicy": {
129
129
  "kind": "caller-responsibility",
@@ -139,18 +139,18 @@
139
139
  ]
140
140
  },
141
141
  {
142
- "toolName": "animation.stop",
142
+ "toolName": "animator.stop",
143
143
  "descriptorOwner": "built-in",
144
- "source": "unitypkg/Editor/Tools/animation/stop.cs",
144
+ "source": "unitypkg/Editor/Tools/animator/stop.cs",
145
145
  "deliveryMode": "direct-terminal",
146
146
  "executionClass": "observed-state",
147
147
  "completionPredicate": {
148
148
  "kind": "stable-state-readback",
149
- "description": "animation.stop 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
149
+ "description": "animator.stop 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
150
150
  },
151
151
  "proofSource": {
152
152
  "kind": "validated-state-snapshot",
153
- "description": "animation.stop 的目标子系统状态 readback 与同一 validated editor session snapshot。"
153
+ "description": "animator.stop 的目标子系统状态 readback 与同一 validated editor session snapshot。"
154
154
  },
155
155
  "reloadPolicy": {
156
156
  "kind": "same-session-reobserve",
@@ -168,7 +168,7 @@
168
168
  {
169
169
  "toolName": "animator.crossfade",
170
170
  "descriptorOwner": "built-in",
171
- "source": "unitypkg/Editor/Tools/animation/animator/crossfade.cs",
171
+ "source": "unitypkg/Editor/Tools/animator/crossfade.cs",
172
172
  "deliveryMode": "direct-terminal",
173
173
  "executionClass": "observed-state",
174
174
  "completionPredicate": {
@@ -195,7 +195,7 @@
195
195
  {
196
196
  "toolName": "animator.get-info",
197
197
  "descriptorOwner": "built-in",
198
- "source": "unitypkg/Editor/Tools/animation/animator/get-info.cs",
198
+ "source": "unitypkg/Editor/Tools/animator/get-info.cs",
199
199
  "deliveryMode": "direct-terminal",
200
200
  "executionClass": "atomic",
201
201
  "completionPredicate": {
@@ -222,7 +222,7 @@
222
222
  {
223
223
  "toolName": "animator.get-parameter",
224
224
  "descriptorOwner": "built-in",
225
- "source": "unitypkg/Editor/Tools/animation/animator/get-parameter.cs",
225
+ "source": "unitypkg/Editor/Tools/animator/get-parameter.cs",
226
226
  "deliveryMode": "direct-terminal",
227
227
  "executionClass": "atomic",
228
228
  "completionPredicate": {
@@ -249,7 +249,7 @@
249
249
  {
250
250
  "toolName": "animator.set-enabled",
251
251
  "descriptorOwner": "built-in",
252
- "source": "unitypkg/Editor/Tools/animation/animator/set-enabled.cs",
252
+ "source": "unitypkg/Editor/Tools/animator/set-enabled.cs",
253
253
  "deliveryMode": "direct-terminal",
254
254
  "executionClass": "atomic",
255
255
  "completionPredicate": {
@@ -276,7 +276,7 @@
276
276
  {
277
277
  "toolName": "animator.set-parameter",
278
278
  "descriptorOwner": "built-in",
279
- "source": "unitypkg/Editor/Tools/animation/animator/set-parameter.cs",
279
+ "source": "unitypkg/Editor/Tools/animator/set-parameter.cs",
280
280
  "deliveryMode": "direct-terminal",
281
281
  "executionClass": "atomic",
282
282
  "completionPredicate": {
@@ -303,7 +303,7 @@
303
303
  {
304
304
  "toolName": "animator.set-speed",
305
305
  "descriptorOwner": "built-in",
306
- "source": "unitypkg/Editor/Tools/animation/animator/set-speed.cs",
306
+ "source": "unitypkg/Editor/Tools/animator/set-speed.cs",
307
307
  "deliveryMode": "direct-terminal",
308
308
  "executionClass": "atomic",
309
309
  "completionPredicate": {
@@ -571,18 +571,18 @@
571
571
  ]
572
572
  },
573
573
  {
574
- "toolName": "asset.modify",
574
+ "toolName": "asset.write-text",
575
575
  "descriptorOwner": "built-in",
576
- "source": "unitypkg/Editor/Tools/asset/modify.cs",
576
+ "source": "unitypkg/Editor/Tools/asset/write-text.cs",
577
577
  "deliveryMode": "direct-terminal",
578
578
  "executionClass": "atomic",
579
579
  "completionPredicate": {
580
580
  "kind": "typed-business-terminal",
581
- "description": "asset.modify 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
581
+ "description": "asset.write-text 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
582
582
  },
583
583
  "proofSource": {
584
584
  "kind": "typed-result-and-effect-readback",
585
- "description": "asset.modify 的 typed result、output schema validation 与工具拥有的 effect readback。"
585
+ "description": "asset.write-text 的 typed result、output schema validation 与工具拥有的 effect readback。"
586
586
  },
587
587
  "reloadPolicy": {
588
588
  "kind": "caller-responsibility",
@@ -1331,18 +1331,18 @@
1331
1331
  ]
1332
1332
  },
1333
1333
  {
1334
- "toolName": "camera.screenshot",
1334
+ "toolName": "screenshot.from-camera",
1335
1335
  "descriptorOwner": "built-in",
1336
- "source": "unitypkg/Editor/Tools/camera/screenshot.cs",
1336
+ "source": "unitypkg/Editor/Tools/screenshot/from-camera.cs",
1337
1337
  "deliveryMode": "direct-terminal",
1338
1338
  "executionClass": "external",
1339
1339
  "completionPredicate": {
1340
1340
  "kind": "external-operation-terminal",
1341
- "description": "camera.screenshot 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
1341
+ "description": "screenshot.from-camera 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
1342
1342
  },
1343
1343
  "proofSource": {
1344
1344
  "kind": "operation-terminal-and-readback",
1345
- "description": "camera.screenshot 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
1345
+ "description": "screenshot.from-camera 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
1346
1346
  },
1347
1347
  "reloadPolicy": {
1348
1348
  "kind": "reattach-or-reobserve",
@@ -1763,14 +1763,14 @@
1763
1763
  ]
1764
1764
  },
1765
1765
  {
1766
- "toolName": "code.exec",
1766
+ "toolName": "code.execute",
1767
1767
  "descriptorOwner": "ts-local",
1768
- "source": "src/tools/code/exec.ts",
1768
+ "source": "src/tools/code/execute.ts",
1769
1769
  "deliveryMode": "direct-terminal",
1770
1770
  "executionClass": "atomic",
1771
1771
  "completionPredicate": {
1772
1772
  "kind": "typed-business-terminal",
1773
- "description": "code.exec 同步执行结束后返回编译、运行返回值与输出;提供 completionProbe 时附加 fresh assertion readback。"
1773
+ "description": "code.execute 同步执行结束后返回编译、运行返回值与输出;提供 completionProbe 时附加 fresh assertion readback。"
1774
1774
  },
1775
1775
  "proofSource": {
1776
1776
  "kind": "typed-result-and-effect-readback",
@@ -1980,18 +1980,18 @@
1980
1980
  ]
1981
1981
  },
1982
1982
  {
1983
- "toolName": "console.get",
1983
+ "toolName": "console.read",
1984
1984
  "descriptorOwner": "built-in",
1985
- "source": "unitypkg/Editor/Tools/console/get.cs",
1985
+ "source": "unitypkg/Editor/Tools/console/read.cs",
1986
1986
  "deliveryMode": "direct-terminal",
1987
1987
  "executionClass": "atomic",
1988
1988
  "completionPredicate": {
1989
1989
  "kind": "typed-business-terminal",
1990
- "description": "console.get 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
1990
+ "description": "console.read 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
1991
1991
  },
1992
1992
  "proofSource": {
1993
1993
  "kind": "typed-result-and-effect-readback",
1994
- "description": "console.get 的 typed result、output schema validation 与工具拥有的 effect readback。"
1994
+ "description": "console.read 的 typed result、output schema validation 与工具拥有的 effect readback。"
1995
1995
  },
1996
1996
  "reloadPolicy": {
1997
1997
  "kind": "caller-responsibility",
@@ -2007,18 +2007,18 @@
2007
2007
  ]
2008
2008
  },
2009
2009
  {
2010
- "toolName": "controller.add-blend-tree-child",
2010
+ "toolName": "animator-controller.add-blend-tree-child",
2011
2011
  "descriptorOwner": "built-in",
2012
- "source": "unitypkg/Editor/Tools/controller/add-blend-tree-child.cs",
2012
+ "source": "unitypkg/Editor/Tools/animator-controller/add-blend-tree-child.cs",
2013
2013
  "deliveryMode": "direct-terminal",
2014
2014
  "executionClass": "atomic",
2015
2015
  "completionPredicate": {
2016
2016
  "kind": "typed-business-terminal",
2017
- "description": "controller.add-blend-tree-child 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2017
+ "description": "animator-controller.add-blend-tree-child 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2018
2018
  },
2019
2019
  "proofSource": {
2020
2020
  "kind": "typed-result-and-effect-readback",
2021
- "description": "controller.add-blend-tree-child 的 typed result、output schema validation 与工具拥有的 effect readback。"
2021
+ "description": "animator-controller.add-blend-tree-child 的 typed result、output schema validation 与工具拥有的 effect readback。"
2022
2022
  },
2023
2023
  "reloadPolicy": {
2024
2024
  "kind": "caller-responsibility",
@@ -2034,18 +2034,18 @@
2034
2034
  ]
2035
2035
  },
2036
2036
  {
2037
- "toolName": "controller.add-layer",
2037
+ "toolName": "animator-controller.add-layer",
2038
2038
  "descriptorOwner": "built-in",
2039
- "source": "unitypkg/Editor/Tools/controller/add-layer.cs",
2039
+ "source": "unitypkg/Editor/Tools/animator-controller/add-layer.cs",
2040
2040
  "deliveryMode": "direct-terminal",
2041
2041
  "executionClass": "atomic",
2042
2042
  "completionPredicate": {
2043
2043
  "kind": "typed-business-terminal",
2044
- "description": "controller.add-layer 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2044
+ "description": "animator-controller.add-layer 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2045
2045
  },
2046
2046
  "proofSource": {
2047
2047
  "kind": "typed-result-and-effect-readback",
2048
- "description": "controller.add-layer 的 typed result、output schema validation 与工具拥有的 effect readback。"
2048
+ "description": "animator-controller.add-layer 的 typed result、output schema validation 与工具拥有的 effect readback。"
2049
2049
  },
2050
2050
  "reloadPolicy": {
2051
2051
  "kind": "caller-responsibility",
@@ -2061,18 +2061,18 @@
2061
2061
  ]
2062
2062
  },
2063
2063
  {
2064
- "toolName": "controller.add-parameter",
2064
+ "toolName": "animator-controller.add-parameter",
2065
2065
  "descriptorOwner": "built-in",
2066
- "source": "unitypkg/Editor/Tools/controller/add-parameter.cs",
2066
+ "source": "unitypkg/Editor/Tools/animator-controller/add-parameter.cs",
2067
2067
  "deliveryMode": "direct-terminal",
2068
2068
  "executionClass": "atomic",
2069
2069
  "completionPredicate": {
2070
2070
  "kind": "typed-business-terminal",
2071
- "description": "controller.add-parameter 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2071
+ "description": "animator-controller.add-parameter 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2072
2072
  },
2073
2073
  "proofSource": {
2074
2074
  "kind": "typed-result-and-effect-readback",
2075
- "description": "controller.add-parameter 的 typed result、output schema validation 与工具拥有的 effect readback。"
2075
+ "description": "animator-controller.add-parameter 的 typed result、output schema validation 与工具拥有的 effect readback。"
2076
2076
  },
2077
2077
  "reloadPolicy": {
2078
2078
  "kind": "caller-responsibility",
@@ -2088,18 +2088,18 @@
2088
2088
  ]
2089
2089
  },
2090
2090
  {
2091
- "toolName": "controller.add-state",
2091
+ "toolName": "animator-controller.add-state",
2092
2092
  "descriptorOwner": "built-in",
2093
- "source": "unitypkg/Editor/Tools/controller/add-state.cs",
2093
+ "source": "unitypkg/Editor/Tools/animator-controller/add-state.cs",
2094
2094
  "deliveryMode": "direct-terminal",
2095
2095
  "executionClass": "atomic",
2096
2096
  "completionPredicate": {
2097
2097
  "kind": "typed-business-terminal",
2098
- "description": "controller.add-state 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2098
+ "description": "animator-controller.add-state 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2099
2099
  },
2100
2100
  "proofSource": {
2101
2101
  "kind": "typed-result-and-effect-readback",
2102
- "description": "controller.add-state 的 typed result、output schema validation 与工具拥有的 effect readback。"
2102
+ "description": "animator-controller.add-state 的 typed result、output schema validation 与工具拥有的 effect readback。"
2103
2103
  },
2104
2104
  "reloadPolicy": {
2105
2105
  "kind": "caller-responsibility",
@@ -2115,18 +2115,18 @@
2115
2115
  ]
2116
2116
  },
2117
2117
  {
2118
- "toolName": "controller.add-transition",
2118
+ "toolName": "animator-controller.add-transition",
2119
2119
  "descriptorOwner": "built-in",
2120
- "source": "unitypkg/Editor/Tools/controller/add-transition.cs",
2120
+ "source": "unitypkg/Editor/Tools/animator-controller/add-transition.cs",
2121
2121
  "deliveryMode": "direct-terminal",
2122
2122
  "executionClass": "atomic",
2123
2123
  "completionPredicate": {
2124
2124
  "kind": "typed-business-terminal",
2125
- "description": "controller.add-transition 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2125
+ "description": "animator-controller.add-transition 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2126
2126
  },
2127
2127
  "proofSource": {
2128
2128
  "kind": "typed-result-and-effect-readback",
2129
- "description": "controller.add-transition 的 typed result、output schema validation 与工具拥有的 effect readback。"
2129
+ "description": "animator-controller.add-transition 的 typed result、output schema validation 与工具拥有的 effect readback。"
2130
2130
  },
2131
2131
  "reloadPolicy": {
2132
2132
  "kind": "caller-responsibility",
@@ -2142,18 +2142,18 @@
2142
2142
  ]
2143
2143
  },
2144
2144
  {
2145
- "toolName": "controller.assign",
2145
+ "toolName": "animator-controller.assign",
2146
2146
  "descriptorOwner": "built-in",
2147
- "source": "unitypkg/Editor/Tools/controller/assign.cs",
2147
+ "source": "unitypkg/Editor/Tools/animator-controller/assign.cs",
2148
2148
  "deliveryMode": "direct-terminal",
2149
2149
  "executionClass": "atomic",
2150
2150
  "completionPredicate": {
2151
2151
  "kind": "typed-business-terminal",
2152
- "description": "controller.assign 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2152
+ "description": "animator-controller.assign 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2153
2153
  },
2154
2154
  "proofSource": {
2155
2155
  "kind": "typed-result-and-effect-readback",
2156
- "description": "controller.assign 的 typed result、output schema validation 与工具拥有的 effect readback。"
2156
+ "description": "animator-controller.assign 的 typed result、output schema validation 与工具拥有的 effect readback。"
2157
2157
  },
2158
2158
  "reloadPolicy": {
2159
2159
  "kind": "caller-responsibility",
@@ -2169,18 +2169,18 @@
2169
2169
  ]
2170
2170
  },
2171
2171
  {
2172
- "toolName": "controller.create",
2172
+ "toolName": "animator-controller.create",
2173
2173
  "descriptorOwner": "built-in",
2174
- "source": "unitypkg/Editor/Tools/controller/create.cs",
2174
+ "source": "unitypkg/Editor/Tools/animator-controller/create.cs",
2175
2175
  "deliveryMode": "direct-terminal",
2176
2176
  "executionClass": "atomic",
2177
2177
  "completionPredicate": {
2178
2178
  "kind": "typed-business-terminal",
2179
- "description": "controller.create 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2179
+ "description": "animator-controller.create 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2180
2180
  },
2181
2181
  "proofSource": {
2182
2182
  "kind": "typed-result-and-effect-readback",
2183
- "description": "controller.create 的 typed result、output schema validation 与工具拥有的 effect readback。"
2183
+ "description": "animator-controller.create 的 typed result、output schema validation 与工具拥有的 effect readback。"
2184
2184
  },
2185
2185
  "reloadPolicy": {
2186
2186
  "kind": "caller-responsibility",
@@ -2196,18 +2196,18 @@
2196
2196
  ]
2197
2197
  },
2198
2198
  {
2199
- "toolName": "controller.create-blend-tree-1d",
2199
+ "toolName": "animator-controller.create-blend-tree-1d",
2200
2200
  "descriptorOwner": "built-in",
2201
- "source": "unitypkg/Editor/Tools/controller/create-blend-tree-1d.cs",
2201
+ "source": "unitypkg/Editor/Tools/animator-controller/create-blend-tree-1d.cs",
2202
2202
  "deliveryMode": "direct-terminal",
2203
2203
  "executionClass": "atomic",
2204
2204
  "completionPredicate": {
2205
2205
  "kind": "typed-business-terminal",
2206
- "description": "controller.create-blend-tree-1d 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2206
+ "description": "animator-controller.create-blend-tree-1d 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2207
2207
  },
2208
2208
  "proofSource": {
2209
2209
  "kind": "typed-result-and-effect-readback",
2210
- "description": "controller.create-blend-tree-1d 的 typed result、output schema validation 与工具拥有的 effect readback。"
2210
+ "description": "animator-controller.create-blend-tree-1d 的 typed result、output schema validation 与工具拥有的 effect readback。"
2211
2211
  },
2212
2212
  "reloadPolicy": {
2213
2213
  "kind": "caller-responsibility",
@@ -2223,18 +2223,18 @@
2223
2223
  ]
2224
2224
  },
2225
2225
  {
2226
- "toolName": "controller.create-blend-tree-2d",
2226
+ "toolName": "animator-controller.create-blend-tree-2d",
2227
2227
  "descriptorOwner": "built-in",
2228
- "source": "unitypkg/Editor/Tools/controller/create-blend-tree-2d.cs",
2228
+ "source": "unitypkg/Editor/Tools/animator-controller/create-blend-tree-2d.cs",
2229
2229
  "deliveryMode": "direct-terminal",
2230
2230
  "executionClass": "atomic",
2231
2231
  "completionPredicate": {
2232
2232
  "kind": "typed-business-terminal",
2233
- "description": "controller.create-blend-tree-2d 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2233
+ "description": "animator-controller.create-blend-tree-2d 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2234
2234
  },
2235
2235
  "proofSource": {
2236
2236
  "kind": "typed-result-and-effect-readback",
2237
- "description": "controller.create-blend-tree-2d 的 typed result、output schema validation 与工具拥有的 effect readback。"
2237
+ "description": "animator-controller.create-blend-tree-2d 的 typed result、output schema validation 与工具拥有的 effect readback。"
2238
2238
  },
2239
2239
  "reloadPolicy": {
2240
2240
  "kind": "caller-responsibility",
@@ -2250,18 +2250,18 @@
2250
2250
  ]
2251
2251
  },
2252
2252
  {
2253
- "toolName": "controller.get-info",
2253
+ "toolName": "animator-controller.get-info",
2254
2254
  "descriptorOwner": "built-in",
2255
- "source": "unitypkg/Editor/Tools/controller/get-info.cs",
2255
+ "source": "unitypkg/Editor/Tools/animator-controller/get-info.cs",
2256
2256
  "deliveryMode": "direct-terminal",
2257
2257
  "executionClass": "atomic",
2258
2258
  "completionPredicate": {
2259
2259
  "kind": "typed-business-terminal",
2260
- "description": "controller.get-info 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2260
+ "description": "animator-controller.get-info 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2261
2261
  },
2262
2262
  "proofSource": {
2263
2263
  "kind": "typed-result-and-effect-readback",
2264
- "description": "controller.get-info 的 typed result、output schema validation 与工具拥有的 effect readback。"
2264
+ "description": "animator-controller.get-info 的 typed result、output schema validation 与工具拥有的 effect readback。"
2265
2265
  },
2266
2266
  "reloadPolicy": {
2267
2267
  "kind": "caller-responsibility",
@@ -2277,18 +2277,18 @@
2277
2277
  ]
2278
2278
  },
2279
2279
  {
2280
- "toolName": "controller.remove-layer",
2280
+ "toolName": "animator-controller.remove-layer",
2281
2281
  "descriptorOwner": "built-in",
2282
- "source": "unitypkg/Editor/Tools/controller/remove-layer.cs",
2282
+ "source": "unitypkg/Editor/Tools/animator-controller/remove-layer.cs",
2283
2283
  "deliveryMode": "direct-terminal",
2284
2284
  "executionClass": "atomic",
2285
2285
  "completionPredicate": {
2286
2286
  "kind": "typed-business-terminal",
2287
- "description": "controller.remove-layer 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2287
+ "description": "animator-controller.remove-layer 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2288
2288
  },
2289
2289
  "proofSource": {
2290
2290
  "kind": "typed-result-and-effect-readback",
2291
- "description": "controller.remove-layer 的 typed result、output schema validation 与工具拥有的 effect readback。"
2291
+ "description": "animator-controller.remove-layer 的 typed result、output schema validation 与工具拥有的 effect readback。"
2292
2292
  },
2293
2293
  "reloadPolicy": {
2294
2294
  "kind": "caller-responsibility",
@@ -2304,18 +2304,18 @@
2304
2304
  ]
2305
2305
  },
2306
2306
  {
2307
- "toolName": "controller.set-layer-weight",
2307
+ "toolName": "animator-controller.set-layer-weight",
2308
2308
  "descriptorOwner": "built-in",
2309
- "source": "unitypkg/Editor/Tools/controller/set-layer-weight.cs",
2309
+ "source": "unitypkg/Editor/Tools/animator-controller/set-layer-weight.cs",
2310
2310
  "deliveryMode": "direct-terminal",
2311
2311
  "executionClass": "atomic",
2312
2312
  "completionPredicate": {
2313
2313
  "kind": "typed-business-terminal",
2314
- "description": "controller.set-layer-weight 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2314
+ "description": "animator-controller.set-layer-weight 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
2315
2315
  },
2316
2316
  "proofSource": {
2317
2317
  "kind": "typed-result-and-effect-readback",
2318
- "description": "controller.set-layer-weight 的 typed result、output schema validation 与工具拥有的 effect readback。"
2318
+ "description": "animator-controller.set-layer-weight 的 typed result、output schema validation 与工具拥有的 effect readback。"
2319
2319
  },
2320
2320
  "reloadPolicy": {
2321
2321
  "kind": "caller-responsibility",
@@ -2656,18 +2656,18 @@
2656
2656
  ]
2657
2657
  },
2658
2658
  {
2659
- "toolName": "editor.play",
2659
+ "toolName": "editor.play-mode.start",
2660
2660
  "descriptorOwner": "built-in",
2661
- "source": "unitypkg/Editor/Tools/editor/play.cs",
2661
+ "source": "unitypkg/Editor/Tools/editor/play-mode/start.cs",
2662
2662
  "deliveryMode": "direct-terminal",
2663
2663
  "executionClass": "observed-state",
2664
2664
  "completionPredicate": {
2665
2665
  "kind": "stable-state-readback",
2666
- "description": "editor.play 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
2666
+ "description": "editor.play-mode.start 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
2667
2667
  },
2668
2668
  "proofSource": {
2669
2669
  "kind": "validated-state-snapshot",
2670
- "description": "editor.play 的目标子系统状态 readback 与同一 validated editor session snapshot。"
2670
+ "description": "editor.play-mode.start 的目标子系统状态 readback 与同一 validated editor session snapshot。"
2671
2671
  },
2672
2672
  "reloadPolicy": {
2673
2673
  "kind": "same-session-reobserve",
@@ -2901,18 +2901,18 @@
2901
2901
  ]
2902
2902
  },
2903
2903
  {
2904
- "toolName": "editor.stop",
2904
+ "toolName": "editor.play-mode.stop",
2905
2905
  "descriptorOwner": "built-in",
2906
- "source": "unitypkg/Editor/Tools/editor/stop.cs",
2906
+ "source": "unitypkg/Editor/Tools/editor/play-mode/stop.cs",
2907
2907
  "deliveryMode": "direct-terminal",
2908
2908
  "executionClass": "observed-state",
2909
2909
  "completionPredicate": {
2910
2910
  "kind": "stable-state-readback",
2911
- "description": "editor.stop 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
2911
+ "description": "editor.play-mode.stop 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
2912
2912
  },
2913
2913
  "proofSource": {
2914
2914
  "kind": "validated-state-snapshot",
2915
- "description": "editor.stop 的目标子系统状态 readback 与同一 validated editor session snapshot。"
2915
+ "description": "editor.play-mode.stop 的目标子系统状态 readback 与同一 validated editor session snapshot。"
2916
2916
  },
2917
2917
  "reloadPolicy": {
2918
2918
  "kind": "same-session-reobserve",
@@ -3009,9 +3009,9 @@
3009
3009
  ]
3010
3010
  },
3011
3011
  {
3012
- "toolName": "go.create",
3012
+ "toolName": "game-object.create",
3013
3013
  "descriptorOwner": "built-in",
3014
- "source": "unitypkg/Editor/Tools/go/create.cs",
3014
+ "source": "unitypkg/Editor/Tools/game-object/create.cs",
3015
3015
  "deliveryMode": "direct-terminal",
3016
3016
  "executionClass": "atomic",
3017
3017
  "completionPredicate": {
@@ -3024,7 +3024,7 @@
3024
3024
  },
3025
3025
  "reloadPolicy": {
3026
3026
  "kind": "caller-responsibility",
3027
- "description": "go.create 不跨 reload 重放;terminal 丢失时调用方通过 scene.hierarchy 或 go.find 检查请求名称集合。"
3027
+ "description": "game-object.create 不跨 reload 重放;terminal 丢失时调用方通过 scene.hierarchy 或 game-object.find 检查请求名称集合。"
3028
3028
  },
3029
3029
  "timeoutError": "E_EXECUTION_TIMEOUT",
3030
3030
  "outcomeUnknownPolicy": {
@@ -3036,18 +3036,18 @@
3036
3036
  ]
3037
3037
  },
3038
3038
  {
3039
- "toolName": "go.delete",
3039
+ "toolName": "game-object.delete",
3040
3040
  "descriptorOwner": "built-in",
3041
- "source": "unitypkg/Editor/Tools/go/delete.cs",
3041
+ "source": "unitypkg/Editor/Tools/game-object/delete.cs",
3042
3042
  "deliveryMode": "direct-terminal",
3043
3043
  "executionClass": "atomic",
3044
3044
  "completionPredicate": {
3045
3045
  "kind": "typed-business-terminal",
3046
- "description": "go.delete 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3046
+ "description": "game-object.delete 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3047
3047
  },
3048
3048
  "proofSource": {
3049
3049
  "kind": "typed-result-and-effect-readback",
3050
- "description": "go.delete 的 typed result、output schema validation 与工具拥有的 effect readback。"
3050
+ "description": "game-object.delete 的 typed result、output schema validation 与工具拥有的 effect readback。"
3051
3051
  },
3052
3052
  "reloadPolicy": {
3053
3053
  "kind": "caller-responsibility",
@@ -3063,18 +3063,18 @@
3063
3063
  ]
3064
3064
  },
3065
3065
  {
3066
- "toolName": "go.duplicate",
3066
+ "toolName": "game-object.duplicate",
3067
3067
  "descriptorOwner": "built-in",
3068
- "source": "unitypkg/Editor/Tools/go/duplicate.cs",
3068
+ "source": "unitypkg/Editor/Tools/game-object/duplicate.cs",
3069
3069
  "deliveryMode": "direct-terminal",
3070
3070
  "executionClass": "atomic",
3071
3071
  "completionPredicate": {
3072
3072
  "kind": "typed-business-terminal",
3073
- "description": "go.duplicate 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3073
+ "description": "game-object.duplicate 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3074
3074
  },
3075
3075
  "proofSource": {
3076
3076
  "kind": "typed-result-and-effect-readback",
3077
- "description": "go.duplicate 的 typed result、output schema validation 与工具拥有的 effect readback。"
3077
+ "description": "game-object.duplicate 的 typed result、output schema validation 与工具拥有的 effect readback。"
3078
3078
  },
3079
3079
  "reloadPolicy": {
3080
3080
  "kind": "caller-responsibility",
@@ -3090,18 +3090,18 @@
3090
3090
  ]
3091
3091
  },
3092
3092
  {
3093
- "toolName": "go.find",
3093
+ "toolName": "game-object.find",
3094
3094
  "descriptorOwner": "built-in",
3095
- "source": "unitypkg/Editor/Tools/go/find.cs",
3095
+ "source": "unitypkg/Editor/Tools/game-object/find.cs",
3096
3096
  "deliveryMode": "direct-terminal",
3097
3097
  "executionClass": "atomic",
3098
3098
  "completionPredicate": {
3099
3099
  "kind": "typed-business-terminal",
3100
- "description": "go.find 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3100
+ "description": "game-object.find 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3101
3101
  },
3102
3102
  "proofSource": {
3103
3103
  "kind": "typed-result-and-effect-readback",
3104
- "description": "go.find 的 typed result、output schema validation 与工具拥有的 effect readback。"
3104
+ "description": "game-object.find 的 typed result、output schema validation 与工具拥有的 effect readback。"
3105
3105
  },
3106
3106
  "reloadPolicy": {
3107
3107
  "kind": "caller-responsibility",
@@ -3117,18 +3117,18 @@
3117
3117
  ]
3118
3118
  },
3119
3119
  {
3120
- "toolName": "go.look-at",
3120
+ "toolName": "game-object.look-at",
3121
3121
  "descriptorOwner": "built-in",
3122
- "source": "unitypkg/Editor/Tools/go/look-at.cs",
3122
+ "source": "unitypkg/Editor/Tools/game-object/look-at.cs",
3123
3123
  "deliveryMode": "direct-terminal",
3124
3124
  "executionClass": "atomic",
3125
3125
  "completionPredicate": {
3126
3126
  "kind": "typed-business-terminal",
3127
- "description": "go.look-at 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3127
+ "description": "game-object.look-at 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3128
3128
  },
3129
3129
  "proofSource": {
3130
3130
  "kind": "typed-result-and-effect-readback",
3131
- "description": "go.look-at 的 typed result、output schema validation 与工具拥有的 effect readback。"
3131
+ "description": "game-object.look-at 的 typed result、output schema validation 与工具拥有的 effect readback。"
3132
3132
  },
3133
3133
  "reloadPolicy": {
3134
3134
  "kind": "caller-responsibility",
@@ -3144,18 +3144,18 @@
3144
3144
  ]
3145
3145
  },
3146
3146
  {
3147
- "toolName": "go.modify",
3147
+ "toolName": "game-object.modify",
3148
3148
  "descriptorOwner": "built-in",
3149
- "source": "unitypkg/Editor/Tools/go/modify.cs",
3149
+ "source": "unitypkg/Editor/Tools/game-object/modify.cs",
3150
3150
  "deliveryMode": "direct-terminal",
3151
3151
  "executionClass": "atomic",
3152
3152
  "completionPredicate": {
3153
3153
  "kind": "typed-business-terminal",
3154
- "description": "go.modify 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3154
+ "description": "game-object.modify 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3155
3155
  },
3156
3156
  "proofSource": {
3157
3157
  "kind": "typed-result-and-effect-readback",
3158
- "description": "go.modify 的 typed result、output schema validation 与工具拥有的 effect readback。"
3158
+ "description": "game-object.modify 的 typed result、output schema validation 与工具拥有的 effect readback。"
3159
3159
  },
3160
3160
  "reloadPolicy": {
3161
3161
  "kind": "caller-responsibility",
@@ -3171,18 +3171,18 @@
3171
3171
  ]
3172
3172
  },
3173
3173
  {
3174
- "toolName": "go.move-relative",
3174
+ "toolName": "game-object.move-relative",
3175
3175
  "descriptorOwner": "built-in",
3176
- "source": "unitypkg/Editor/Tools/go/move-relative.cs",
3176
+ "source": "unitypkg/Editor/Tools/game-object/move-relative.cs",
3177
3177
  "deliveryMode": "direct-terminal",
3178
3178
  "executionClass": "atomic",
3179
3179
  "completionPredicate": {
3180
3180
  "kind": "typed-business-terminal",
3181
- "description": "go.move-relative 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3181
+ "description": "game-object.move-relative 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3182
3182
  },
3183
3183
  "proofSource": {
3184
3184
  "kind": "typed-result-and-effect-readback",
3185
- "description": "go.move-relative 的 typed result、output schema validation 与工具拥有的 effect readback。"
3185
+ "description": "game-object.move-relative 的 typed result、output schema validation 与工具拥有的 effect readback。"
3186
3186
  },
3187
3187
  "reloadPolicy": {
3188
3188
  "kind": "caller-responsibility",
@@ -3198,18 +3198,18 @@
3198
3198
  ]
3199
3199
  },
3200
3200
  {
3201
- "toolName": "go.set-parent",
3201
+ "toolName": "game-object.set-parent",
3202
3202
  "descriptorOwner": "built-in",
3203
- "source": "unitypkg/Editor/Tools/go/set-parent.cs",
3203
+ "source": "unitypkg/Editor/Tools/game-object/set-parent.cs",
3204
3204
  "deliveryMode": "direct-terminal",
3205
3205
  "executionClass": "atomic",
3206
3206
  "completionPredicate": {
3207
3207
  "kind": "typed-business-terminal",
3208
- "description": "go.set-parent 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3208
+ "description": "game-object.set-parent 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3209
3209
  },
3210
3210
  "proofSource": {
3211
3211
  "kind": "typed-result-and-effect-readback",
3212
- "description": "go.set-parent 的 typed result、output schema validation 与工具拥有的 effect readback。"
3212
+ "description": "game-object.set-parent 的 typed result、output schema validation 与工具拥有的 effect readback。"
3213
3213
  },
3214
3214
  "reloadPolicy": {
3215
3215
  "kind": "caller-responsibility",
@@ -3225,18 +3225,18 @@
3225
3225
  ]
3226
3226
  },
3227
3227
  {
3228
- "toolName": "graphics.bake-cancel",
3228
+ "toolName": "lighting.bake.cancel",
3229
3229
  "descriptorOwner": "built-in",
3230
- "source": "unitypkg/Editor/Tools/graphics/bake-cancel.cs",
3230
+ "source": "unitypkg/Editor/Tools/lighting/bake/cancel.cs",
3231
3231
  "deliveryMode": "direct-terminal",
3232
3232
  "executionClass": "observed-state",
3233
3233
  "completionPredicate": {
3234
3234
  "kind": "stable-state-readback",
3235
- "description": "graphics.bake-cancel 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
3235
+ "description": "lighting.bake.cancel 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
3236
3236
  },
3237
3237
  "proofSource": {
3238
3238
  "kind": "validated-state-snapshot",
3239
- "description": "graphics.bake-cancel 的目标子系统状态 readback 与同一 validated editor session snapshot。"
3239
+ "description": "lighting.bake.cancel 的目标子系统状态 readback 与同一 validated editor session snapshot。"
3240
3240
  },
3241
3241
  "reloadPolicy": {
3242
3242
  "kind": "same-session-reobserve",
@@ -3252,18 +3252,18 @@
3252
3252
  ]
3253
3253
  },
3254
3254
  {
3255
- "toolName": "graphics.bake-clear",
3255
+ "toolName": "lighting.bake.clear",
3256
3256
  "descriptorOwner": "built-in",
3257
- "source": "unitypkg/Editor/Tools/graphics/bake-clear.cs",
3257
+ "source": "unitypkg/Editor/Tools/lighting/bake/clear.cs",
3258
3258
  "deliveryMode": "direct-terminal",
3259
3259
  "executionClass": "atomic",
3260
3260
  "completionPredicate": {
3261
3261
  "kind": "typed-business-terminal",
3262
- "description": "graphics.bake-clear 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3262
+ "description": "lighting.bake.clear 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3263
3263
  },
3264
3264
  "proofSource": {
3265
3265
  "kind": "typed-result-and-effect-readback",
3266
- "description": "graphics.bake-clear 的 typed result、output schema validation 与工具拥有的 effect readback。"
3266
+ "description": "lighting.bake.clear 的 typed result、output schema validation 与工具拥有的 effect readback。"
3267
3267
  },
3268
3268
  "reloadPolicy": {
3269
3269
  "kind": "caller-responsibility",
@@ -3279,18 +3279,18 @@
3279
3279
  ]
3280
3280
  },
3281
3281
  {
3282
- "toolName": "graphics.bake-reflection-probe",
3282
+ "toolName": "lighting.bake.reflection-probe",
3283
3283
  "descriptorOwner": "built-in",
3284
- "source": "unitypkg/Editor/Tools/graphics/bake-reflection-probe.cs",
3284
+ "source": "unitypkg/Editor/Tools/lighting/bake/reflection-probe.cs",
3285
3285
  "deliveryMode": "direct-terminal",
3286
3286
  "executionClass": "external",
3287
3287
  "completionPredicate": {
3288
3288
  "kind": "external-operation-terminal",
3289
- "description": "graphics.bake-reflection-probe 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
3289
+ "description": "lighting.bake.reflection-probe 的外部或跨帧 operation 已达到自己的业务 terminal,且必要 artifact/状态 readback 已验证。"
3290
3290
  },
3291
3291
  "proofSource": {
3292
3292
  "kind": "operation-terminal-and-readback",
3293
- "description": "graphics.bake-reflection-probe 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
3293
+ "description": "lighting.bake.reflection-probe 的稳定 operation state、callback terminal、artifact digest 或目标状态 readback。"
3294
3294
  },
3295
3295
  "reloadPolicy": {
3296
3296
  "kind": "reattach-or-reobserve",
@@ -3306,18 +3306,18 @@
3306
3306
  ]
3307
3307
  },
3308
3308
  {
3309
- "toolName": "graphics.bake-settings",
3309
+ "toolName": "lighting.bake.settings",
3310
3310
  "descriptorOwner": "built-in",
3311
- "source": "unitypkg/Editor/Tools/graphics/bake-settings.cs",
3311
+ "source": "unitypkg/Editor/Tools/lighting/bake/settings.cs",
3312
3312
  "deliveryMode": "direct-terminal",
3313
3313
  "executionClass": "atomic",
3314
3314
  "completionPredicate": {
3315
3315
  "kind": "typed-business-terminal",
3316
- "description": "graphics.bake-settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3316
+ "description": "lighting.bake.settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3317
3317
  },
3318
3318
  "proofSource": {
3319
3319
  "kind": "typed-result-and-effect-readback",
3320
- "description": "graphics.bake-settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
3320
+ "description": "lighting.bake.settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
3321
3321
  },
3322
3322
  "reloadPolicy": {
3323
3323
  "kind": "caller-responsibility",
@@ -3333,18 +3333,18 @@
3333
3333
  ]
3334
3334
  },
3335
3335
  {
3336
- "toolName": "graphics.bake-start",
3336
+ "toolName": "lighting.bake.start",
3337
3337
  "descriptorOwner": "built-in",
3338
- "source": "unitypkg/Editor/Tools/graphics/bake-start.cs",
3338
+ "source": "unitypkg/Editor/Tools/lighting/bake/start.cs",
3339
3339
  "deliveryMode": "direct-terminal",
3340
3340
  "executionClass": "observed-state",
3341
3341
  "completionPredicate": {
3342
3342
  "kind": "stable-state-readback",
3343
- "description": "graphics.bake-start 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
3343
+ "description": "lighting.bake.start 请求的目标状态已被重新观察,并在工具规定的稳定窗口内持续成立。"
3344
3344
  },
3345
3345
  "proofSource": {
3346
3346
  "kind": "validated-state-snapshot",
3347
- "description": "graphics.bake-start 的目标子系统状态 readback 与同一 validated editor session snapshot。"
3347
+ "description": "lighting.bake.start 的目标子系统状态 readback 与同一 validated editor session snapshot。"
3348
3348
  },
3349
3349
  "reloadPolicy": {
3350
3350
  "kind": "same-session-reobserve",
@@ -3361,18 +3361,18 @@
3361
3361
  ]
3362
3362
  },
3363
3363
  {
3364
- "toolName": "graphics.bake-status",
3364
+ "toolName": "lighting.bake.status",
3365
3365
  "descriptorOwner": "built-in",
3366
- "source": "unitypkg/Editor/Tools/graphics/bake-status.cs",
3366
+ "source": "unitypkg/Editor/Tools/lighting/bake/status.cs",
3367
3367
  "deliveryMode": "direct-terminal",
3368
3368
  "executionClass": "atomic",
3369
3369
  "completionPredicate": {
3370
3370
  "kind": "typed-business-terminal",
3371
- "description": "graphics.bake-status 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3371
+ "description": "lighting.bake.status 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3372
3372
  },
3373
3373
  "proofSource": {
3374
3374
  "kind": "typed-result-and-effect-readback",
3375
- "description": "graphics.bake-status 的 typed result、output schema validation 与工具拥有的 effect readback。"
3375
+ "description": "lighting.bake.status 的 typed result、output schema validation 与工具拥有的 effect readback。"
3376
3376
  },
3377
3377
  "reloadPolicy": {
3378
3378
  "kind": "caller-responsibility",
@@ -3388,18 +3388,18 @@
3388
3388
  ]
3389
3389
  },
3390
3390
  {
3391
- "toolName": "graphics.light-probe-group",
3391
+ "toolName": "lighting.light-probe-group",
3392
3392
  "descriptorOwner": "built-in",
3393
- "source": "unitypkg/Editor/Tools/graphics/light-probe-group.cs",
3393
+ "source": "unitypkg/Editor/Tools/lighting/light-probe-group.cs",
3394
3394
  "deliveryMode": "direct-terminal",
3395
3395
  "executionClass": "atomic",
3396
3396
  "completionPredicate": {
3397
3397
  "kind": "typed-business-terminal",
3398
- "description": "graphics.light-probe-group 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3398
+ "description": "lighting.light-probe-group 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3399
3399
  },
3400
3400
  "proofSource": {
3401
3401
  "kind": "typed-result-and-effect-readback",
3402
- "description": "graphics.light-probe-group 的 typed result、output schema validation 与工具拥有的 effect readback。"
3402
+ "description": "lighting.light-probe-group 的 typed result、output schema validation 与工具拥有的 effect readback。"
3403
3403
  },
3404
3404
  "reloadPolicy": {
3405
3405
  "kind": "caller-responsibility",
@@ -3415,18 +3415,18 @@
3415
3415
  ]
3416
3416
  },
3417
3417
  {
3418
- "toolName": "graphics.pipeline-info",
3418
+ "toolName": "rendering.pipeline.info",
3419
3419
  "descriptorOwner": "built-in",
3420
- "source": "unitypkg/Editor/Tools/graphics/pipeline-info.cs",
3420
+ "source": "unitypkg/Editor/Tools/rendering/pipeline/info.cs",
3421
3421
  "deliveryMode": "direct-terminal",
3422
3422
  "executionClass": "atomic",
3423
3423
  "completionPredicate": {
3424
3424
  "kind": "typed-business-terminal",
3425
- "description": "graphics.pipeline-info 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3425
+ "description": "rendering.pipeline.info 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3426
3426
  },
3427
3427
  "proofSource": {
3428
3428
  "kind": "typed-result-and-effect-readback",
3429
- "description": "graphics.pipeline-info 的 typed result、output schema validation 与工具拥有的 effect readback。"
3429
+ "description": "rendering.pipeline.info 的 typed result、output schema validation 与工具拥有的 effect readback。"
3430
3430
  },
3431
3431
  "reloadPolicy": {
3432
3432
  "kind": "caller-responsibility",
@@ -3442,18 +3442,18 @@
3442
3442
  ]
3443
3443
  },
3444
3444
  {
3445
- "toolName": "graphics.pipeline-settings",
3445
+ "toolName": "rendering.pipeline.settings",
3446
3446
  "descriptorOwner": "built-in",
3447
- "source": "unitypkg/Editor/Tools/graphics/pipeline-settings.cs",
3447
+ "source": "unitypkg/Editor/Tools/rendering/pipeline/settings.cs",
3448
3448
  "deliveryMode": "direct-terminal",
3449
3449
  "executionClass": "atomic",
3450
3450
  "completionPredicate": {
3451
3451
  "kind": "typed-business-terminal",
3452
- "description": "graphics.pipeline-settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3452
+ "description": "rendering.pipeline.settings 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3453
3453
  },
3454
3454
  "proofSource": {
3455
3455
  "kind": "typed-result-and-effect-readback",
3456
- "description": "graphics.pipeline-settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
3456
+ "description": "rendering.pipeline.settings 的 typed result、output schema validation 与工具拥有的 effect readback。"
3457
3457
  },
3458
3458
  "reloadPolicy": {
3459
3459
  "kind": "caller-responsibility",
@@ -3469,18 +3469,18 @@
3469
3469
  ]
3470
3470
  },
3471
3471
  {
3472
- "toolName": "graphics.quality",
3472
+ "toolName": "rendering.quality",
3473
3473
  "descriptorOwner": "built-in",
3474
- "source": "unitypkg/Editor/Tools/graphics/quality.cs",
3474
+ "source": "unitypkg/Editor/Tools/rendering/quality.cs",
3475
3475
  "deliveryMode": "direct-terminal",
3476
3476
  "executionClass": "atomic",
3477
3477
  "completionPredicate": {
3478
3478
  "kind": "typed-business-terminal",
3479
- "description": "graphics.quality 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3479
+ "description": "rendering.quality 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3480
3480
  },
3481
3481
  "proofSource": {
3482
3482
  "kind": "typed-result-and-effect-readback",
3483
- "description": "graphics.quality 的 typed result、output schema validation 与工具拥有的 effect readback。"
3483
+ "description": "rendering.quality 的 typed result、output schema validation 与工具拥有的 effect readback。"
3484
3484
  },
3485
3485
  "reloadPolicy": {
3486
3486
  "kind": "caller-responsibility",
@@ -3496,18 +3496,18 @@
3496
3496
  ]
3497
3497
  },
3498
3498
  {
3499
- "toolName": "graphics.reflection-probe",
3499
+ "toolName": "lighting.reflection-probe",
3500
3500
  "descriptorOwner": "built-in",
3501
- "source": "unitypkg/Editor/Tools/graphics/reflection-probe.cs",
3501
+ "source": "unitypkg/Editor/Tools/lighting/reflection-probe.cs",
3502
3502
  "deliveryMode": "direct-terminal",
3503
3503
  "executionClass": "atomic",
3504
3504
  "completionPredicate": {
3505
3505
  "kind": "typed-business-terminal",
3506
- "description": "graphics.reflection-probe 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3506
+ "description": "lighting.reflection-probe 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3507
3507
  },
3508
3508
  "proofSource": {
3509
3509
  "kind": "typed-result-and-effect-readback",
3510
- "description": "graphics.reflection-probe 的 typed result、output schema validation 与工具拥有的 effect readback。"
3510
+ "description": "lighting.reflection-probe 的 typed result、output schema validation 与工具拥有的 effect readback。"
3511
3511
  },
3512
3512
  "reloadPolicy": {
3513
3513
  "kind": "caller-responsibility",
@@ -3523,18 +3523,18 @@
3523
3523
  ]
3524
3524
  },
3525
3525
  {
3526
- "toolName": "graphics.scene-debug",
3526
+ "toolName": "rendering.scene-debug",
3527
3527
  "descriptorOwner": "built-in",
3528
- "source": "unitypkg/Editor/Tools/graphics/scene-debug.cs",
3528
+ "source": "unitypkg/Editor/Tools/rendering/scene-debug.cs",
3529
3529
  "deliveryMode": "direct-terminal",
3530
3530
  "executionClass": "atomic",
3531
3531
  "completionPredicate": {
3532
3532
  "kind": "typed-business-terminal",
3533
- "description": "graphics.scene-debug 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3533
+ "description": "rendering.scene-debug 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3534
3534
  },
3535
3535
  "proofSource": {
3536
3536
  "kind": "typed-result-and-effect-readback",
3537
- "description": "graphics.scene-debug 的 typed result、output schema validation 与工具拥有的 effect readback。"
3537
+ "description": "rendering.scene-debug 的 typed result、output schema validation 与工具拥有的 effect readback。"
3538
3538
  },
3539
3539
  "reloadPolicy": {
3540
3540
  "kind": "caller-responsibility",
@@ -3550,18 +3550,18 @@
3550
3550
  ]
3551
3551
  },
3552
3552
  {
3553
- "toolName": "graphics.skybox-get",
3553
+ "toolName": "lighting.skybox.get",
3554
3554
  "descriptorOwner": "built-in",
3555
- "source": "unitypkg/Editor/Tools/graphics/skybox-get.cs",
3555
+ "source": "unitypkg/Editor/Tools/lighting/skybox/get.cs",
3556
3556
  "deliveryMode": "direct-terminal",
3557
3557
  "executionClass": "atomic",
3558
3558
  "completionPredicate": {
3559
3559
  "kind": "typed-business-terminal",
3560
- "description": "graphics.skybox-get 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3560
+ "description": "lighting.skybox.get 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3561
3561
  },
3562
3562
  "proofSource": {
3563
3563
  "kind": "typed-result-and-effect-readback",
3564
- "description": "graphics.skybox-get 的 typed result、output schema validation 与工具拥有的 effect readback。"
3564
+ "description": "lighting.skybox.get 的 typed result、output schema validation 与工具拥有的 effect readback。"
3565
3565
  },
3566
3566
  "reloadPolicy": {
3567
3567
  "kind": "caller-responsibility",
@@ -3577,18 +3577,18 @@
3577
3577
  ]
3578
3578
  },
3579
3579
  {
3580
- "toolName": "graphics.skybox-set-ambient",
3580
+ "toolName": "lighting.skybox.set-ambient",
3581
3581
  "descriptorOwner": "built-in",
3582
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-ambient.cs",
3582
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-ambient.cs",
3583
3583
  "deliveryMode": "direct-terminal",
3584
3584
  "executionClass": "atomic",
3585
3585
  "completionPredicate": {
3586
3586
  "kind": "typed-business-terminal",
3587
- "description": "graphics.skybox-set-ambient 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3587
+ "description": "lighting.skybox.set-ambient 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3588
3588
  },
3589
3589
  "proofSource": {
3590
3590
  "kind": "typed-result-and-effect-readback",
3591
- "description": "graphics.skybox-set-ambient 的 typed result、output schema validation 与工具拥有的 effect readback。"
3591
+ "description": "lighting.skybox.set-ambient 的 typed result、output schema validation 与工具拥有的 effect readback。"
3592
3592
  },
3593
3593
  "reloadPolicy": {
3594
3594
  "kind": "caller-responsibility",
@@ -3604,18 +3604,18 @@
3604
3604
  ]
3605
3605
  },
3606
3606
  {
3607
- "toolName": "graphics.skybox-set-fog",
3607
+ "toolName": "lighting.skybox.set-fog",
3608
3608
  "descriptorOwner": "built-in",
3609
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-fog.cs",
3609
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-fog.cs",
3610
3610
  "deliveryMode": "direct-terminal",
3611
3611
  "executionClass": "atomic",
3612
3612
  "completionPredicate": {
3613
3613
  "kind": "typed-business-terminal",
3614
- "description": "graphics.skybox-set-fog 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3614
+ "description": "lighting.skybox.set-fog 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3615
3615
  },
3616
3616
  "proofSource": {
3617
3617
  "kind": "typed-result-and-effect-readback",
3618
- "description": "graphics.skybox-set-fog 的 typed result、output schema validation 与工具拥有的 effect readback。"
3618
+ "description": "lighting.skybox.set-fog 的 typed result、output schema validation 与工具拥有的 effect readback。"
3619
3619
  },
3620
3620
  "reloadPolicy": {
3621
3621
  "kind": "caller-responsibility",
@@ -3631,18 +3631,18 @@
3631
3631
  ]
3632
3632
  },
3633
3633
  {
3634
- "toolName": "graphics.skybox-set-material",
3634
+ "toolName": "lighting.skybox.set-material",
3635
3635
  "descriptorOwner": "built-in",
3636
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-material.cs",
3636
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-material.cs",
3637
3637
  "deliveryMode": "direct-terminal",
3638
3638
  "executionClass": "atomic",
3639
3639
  "completionPredicate": {
3640
3640
  "kind": "typed-business-terminal",
3641
- "description": "graphics.skybox-set-material 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3641
+ "description": "lighting.skybox.set-material 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3642
3642
  },
3643
3643
  "proofSource": {
3644
3644
  "kind": "typed-result-and-effect-readback",
3645
- "description": "graphics.skybox-set-material 的 typed result、output schema validation 与工具拥有的 effect readback。"
3645
+ "description": "lighting.skybox.set-material 的 typed result、output schema validation 与工具拥有的 effect readback。"
3646
3646
  },
3647
3647
  "reloadPolicy": {
3648
3648
  "kind": "caller-responsibility",
@@ -3658,18 +3658,18 @@
3658
3658
  ]
3659
3659
  },
3660
3660
  {
3661
- "toolName": "graphics.skybox-set-properties",
3661
+ "toolName": "lighting.skybox.set-properties",
3662
3662
  "descriptorOwner": "built-in",
3663
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-properties.cs",
3663
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-properties.cs",
3664
3664
  "deliveryMode": "direct-terminal",
3665
3665
  "executionClass": "atomic",
3666
3666
  "completionPredicate": {
3667
3667
  "kind": "typed-business-terminal",
3668
- "description": "graphics.skybox-set-properties 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3668
+ "description": "lighting.skybox.set-properties 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3669
3669
  },
3670
3670
  "proofSource": {
3671
3671
  "kind": "typed-result-and-effect-readback",
3672
- "description": "graphics.skybox-set-properties 的 typed result、output schema validation 与工具拥有的 effect readback。"
3672
+ "description": "lighting.skybox.set-properties 的 typed result、output schema validation 与工具拥有的 effect readback。"
3673
3673
  },
3674
3674
  "reloadPolicy": {
3675
3675
  "kind": "caller-responsibility",
@@ -3685,18 +3685,18 @@
3685
3685
  ]
3686
3686
  },
3687
3687
  {
3688
- "toolName": "graphics.skybox-set-reflection",
3688
+ "toolName": "lighting.skybox.set-reflection",
3689
3689
  "descriptorOwner": "built-in",
3690
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-reflection.cs",
3690
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-reflection.cs",
3691
3691
  "deliveryMode": "direct-terminal",
3692
3692
  "executionClass": "atomic",
3693
3693
  "completionPredicate": {
3694
3694
  "kind": "typed-business-terminal",
3695
- "description": "graphics.skybox-set-reflection 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3695
+ "description": "lighting.skybox.set-reflection 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3696
3696
  },
3697
3697
  "proofSource": {
3698
3698
  "kind": "typed-result-and-effect-readback",
3699
- "description": "graphics.skybox-set-reflection 的 typed result、output schema validation 与工具拥有的 effect readback。"
3699
+ "description": "lighting.skybox.set-reflection 的 typed result、output schema validation 与工具拥有的 effect readback。"
3700
3700
  },
3701
3701
  "reloadPolicy": {
3702
3702
  "kind": "caller-responsibility",
@@ -3712,18 +3712,18 @@
3712
3712
  ]
3713
3713
  },
3714
3714
  {
3715
- "toolName": "graphics.skybox-set-sun",
3715
+ "toolName": "lighting.skybox.set-sun",
3716
3716
  "descriptorOwner": "built-in",
3717
- "source": "unitypkg/Editor/Tools/graphics/skybox-set-sun.cs",
3717
+ "source": "unitypkg/Editor/Tools/lighting/skybox/set-sun.cs",
3718
3718
  "deliveryMode": "direct-terminal",
3719
3719
  "executionClass": "atomic",
3720
3720
  "completionPredicate": {
3721
3721
  "kind": "typed-business-terminal",
3722
- "description": "graphics.skybox-set-sun 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3722
+ "description": "lighting.skybox.set-sun 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3723
3723
  },
3724
3724
  "proofSource": {
3725
3725
  "kind": "typed-result-and-effect-readback",
3726
- "description": "graphics.skybox-set-sun 的 typed result、output schema validation 与工具拥有的 effect readback。"
3726
+ "description": "lighting.skybox.set-sun 的 typed result、output schema validation 与工具拥有的 effect readback。"
3727
3727
  },
3728
3728
  "reloadPolicy": {
3729
3729
  "kind": "caller-responsibility",
@@ -3739,18 +3739,18 @@
3739
3739
  ]
3740
3740
  },
3741
3741
  {
3742
- "toolName": "graphics.stats",
3742
+ "toolName": "rendering.stats",
3743
3743
  "descriptorOwner": "built-in",
3744
- "source": "unitypkg/Editor/Tools/graphics/stats.cs",
3744
+ "source": "unitypkg/Editor/Tools/rendering/stats.cs",
3745
3745
  "deliveryMode": "direct-terminal",
3746
3746
  "executionClass": "atomic",
3747
3747
  "completionPredicate": {
3748
3748
  "kind": "typed-business-terminal",
3749
- "description": "graphics.stats 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3749
+ "description": "rendering.stats 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3750
3750
  },
3751
3751
  "proofSource": {
3752
3752
  "kind": "typed-result-and-effect-readback",
3753
- "description": "graphics.stats 的 typed result、output schema validation 与工具拥有的 effect readback。"
3753
+ "description": "rendering.stats 的 typed result、output schema validation 与工具拥有的 effect readback。"
3754
3754
  },
3755
3755
  "reloadPolicy": {
3756
3756
  "kind": "caller-responsibility",
@@ -3766,18 +3766,18 @@
3766
3766
  ]
3767
3767
  },
3768
3768
  {
3769
- "toolName": "graphics.volume",
3769
+ "toolName": "volume.list",
3770
3770
  "descriptorOwner": "built-in",
3771
- "source": "unitypkg/Editor/Tools/graphics/volume.cs",
3771
+ "source": "unitypkg/Editor/Tools/volume/list.cs",
3772
3772
  "deliveryMode": "direct-terminal",
3773
3773
  "executionClass": "atomic",
3774
3774
  "completionPredicate": {
3775
3775
  "kind": "typed-business-terminal",
3776
- "description": "graphics.volume 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3776
+ "description": "volume.list 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
3777
3777
  },
3778
3778
  "proofSource": {
3779
3779
  "kind": "typed-result-and-effect-readback",
3780
- "description": "graphics.volume 的 typed result、output schema validation 与工具拥有的 effect readback。"
3780
+ "description": "volume.list 的 typed result、output schema validation 与工具拥有的 effect readback。"
3781
3781
  },
3782
3782
  "reloadPolicy": {
3783
3783
  "kind": "caller-responsibility",
@@ -4308,18 +4308,18 @@
4308
4308
  ]
4309
4309
  },
4310
4310
  {
4311
- "toolName": "object.get-data",
4311
+ "toolName": "serialized-object.read",
4312
4312
  "descriptorOwner": "built-in",
4313
- "source": "unitypkg/Editor/Tools/object/get-data.cs",
4313
+ "source": "unitypkg/Editor/Tools/serialized-object/read.cs",
4314
4314
  "deliveryMode": "direct-terminal",
4315
4315
  "executionClass": "atomic",
4316
4316
  "completionPredicate": {
4317
4317
  "kind": "typed-business-terminal",
4318
- "description": "object.get-data 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
4318
+ "description": "serialized-object.read 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
4319
4319
  },
4320
4320
  "proofSource": {
4321
4321
  "kind": "typed-result-and-effect-readback",
4322
- "description": "object.get-data 的 typed result、output schema validation 与工具拥有的 effect readback。"
4322
+ "description": "serialized-object.read 的 typed result、output schema validation 与工具拥有的 effect readback。"
4323
4323
  },
4324
4324
  "reloadPolicy": {
4325
4325
  "kind": "caller-responsibility",
@@ -4335,18 +4335,18 @@
4335
4335
  ]
4336
4336
  },
4337
4337
  {
4338
- "toolName": "object.modify",
4338
+ "toolName": "serialized-object.patch",
4339
4339
  "descriptorOwner": "built-in",
4340
- "source": "unitypkg/Editor/Tools/object/modify.cs",
4340
+ "source": "unitypkg/Editor/Tools/serialized-object/patch.cs",
4341
4341
  "deliveryMode": "direct-terminal",
4342
4342
  "executionClass": "atomic",
4343
4343
  "completionPredicate": {
4344
4344
  "kind": "typed-business-terminal",
4345
- "description": "object.modify 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
4345
+ "description": "serialized-object.patch 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
4346
4346
  },
4347
4347
  "proofSource": {
4348
4348
  "kind": "typed-result-and-effect-readback",
4349
- "description": "object.modify 的 typed result、output schema validation 与工具拥有的 effect readback。"
4349
+ "description": "serialized-object.patch 的 typed result、output schema validation 与工具拥有的 effect readback。"
4350
4350
  },
4351
4351
  "reloadPolicy": {
4352
4352
  "kind": "caller-responsibility",
@@ -7247,14 +7247,14 @@
7247
7247
  ]
7248
7248
  },
7249
7249
  {
7250
- "toolName": "project.audio-settings",
7250
+ "toolName": "project-settings.audio-settings",
7251
7251
  "descriptorOwner": "built-in",
7252
- "source": "unitypkg/Editor/Tools/project/audio-settings.cs",
7252
+ "source": "unitypkg/Editor/Tools/project-settings/audio-settings.cs",
7253
7253
  "deliveryMode": "direct-terminal",
7254
7254
  "executionClass": "atomic",
7255
7255
  "completionPredicate": {
7256
7256
  "kind": "typed-business-terminal",
7257
- "description": "project.audio-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7257
+ "description": "project-settings.audio-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7258
7258
  },
7259
7259
  "proofSource": {
7260
7260
  "kind": "typed-result-and-effect-readback",
@@ -7274,14 +7274,14 @@
7274
7274
  ]
7275
7275
  },
7276
7276
  {
7277
- "toolName": "project.audio-settings.set",
7277
+ "toolName": "project-settings.audio-settings.set",
7278
7278
  "descriptorOwner": "built-in",
7279
- "source": "unitypkg/Editor/Tools/project/audio-settings/set.cs",
7279
+ "source": "unitypkg/Editor/Tools/project-settings/audio-settings/set.cs",
7280
7280
  "deliveryMode": "direct-terminal",
7281
7281
  "executionClass": "atomic",
7282
7282
  "completionPredicate": {
7283
7283
  "kind": "typed-business-terminal",
7284
- "description": "project.audio-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7284
+ "description": "project-settings.audio-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7285
7285
  },
7286
7286
  "proofSource": {
7287
7287
  "kind": "typed-result-and-effect-readback",
@@ -7301,18 +7301,18 @@
7301
7301
  ]
7302
7302
  },
7303
7303
  {
7304
- "toolName": "project.info",
7304
+ "toolName": "project-settings.info",
7305
7305
  "descriptorOwner": "built-in",
7306
- "source": "unitypkg/Editor/Tools/project/info.cs",
7306
+ "source": "unitypkg/Editor/Tools/project-settings/info.cs",
7307
7307
  "deliveryMode": "direct-terminal",
7308
7308
  "executionClass": "atomic",
7309
7309
  "completionPredicate": {
7310
7310
  "kind": "typed-business-terminal",
7311
- "description": "project.info 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7311
+ "description": "project-settings.info 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7312
7312
  },
7313
7313
  "proofSource": {
7314
7314
  "kind": "typed-result-and-effect-readback",
7315
- "description": "project.info 的 typed result 与 output schema validation 共同证明读取终态。"
7315
+ "description": "project-settings.info 的 typed result 与 output schema validation 共同证明读取终态。"
7316
7316
  },
7317
7317
  "reloadPolicy": {
7318
7318
  "kind": "caller-responsibility",
@@ -7328,14 +7328,14 @@
7328
7328
  ]
7329
7329
  },
7330
7330
  {
7331
- "toolName": "project.input-settings",
7331
+ "toolName": "project-settings.input-settings",
7332
7332
  "descriptorOwner": "built-in",
7333
- "source": "unitypkg/Editor/Tools/project/input-settings.cs",
7333
+ "source": "unitypkg/Editor/Tools/project-settings/input-settings.cs",
7334
7334
  "deliveryMode": "direct-terminal",
7335
7335
  "executionClass": "atomic",
7336
7336
  "completionPredicate": {
7337
7337
  "kind": "typed-business-terminal",
7338
- "description": "project.input-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7338
+ "description": "project-settings.input-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7339
7339
  },
7340
7340
  "proofSource": {
7341
7341
  "kind": "typed-result-and-effect-readback",
@@ -7355,14 +7355,14 @@
7355
7355
  ]
7356
7356
  },
7357
7357
  {
7358
- "toolName": "project.input-settings.set",
7358
+ "toolName": "project-settings.input-settings.set",
7359
7359
  "descriptorOwner": "built-in",
7360
- "source": "unitypkg/Editor/Tools/project/input-settings/set.cs",
7360
+ "source": "unitypkg/Editor/Tools/project-settings/input-settings/set.cs",
7361
7361
  "deliveryMode": "direct-terminal",
7362
7362
  "executionClass": "atomic",
7363
7363
  "completionPredicate": {
7364
7364
  "kind": "typed-business-terminal",
7365
- "description": "project.input-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7365
+ "description": "project-settings.input-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7366
7366
  },
7367
7367
  "proofSource": {
7368
7368
  "kind": "typed-result-and-effect-readback",
@@ -7382,18 +7382,18 @@
7382
7382
  ]
7383
7383
  },
7384
7384
  {
7385
- "toolName": "project.layer.add",
7385
+ "toolName": "project-settings.layer.add",
7386
7386
  "descriptorOwner": "built-in",
7387
- "source": "unitypkg/Editor/Tools/project/layer/add.cs",
7387
+ "source": "unitypkg/Editor/Tools/project-settings/layer/add.cs",
7388
7388
  "deliveryMode": "direct-terminal",
7389
7389
  "executionClass": "atomic",
7390
7390
  "completionPredicate": {
7391
7391
  "kind": "typed-business-terminal",
7392
- "description": "project.layer.add 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7392
+ "description": "project-settings.layer.add 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7393
7393
  },
7394
7394
  "proofSource": {
7395
7395
  "kind": "typed-result-and-effect-readback",
7396
- "description": "project.layer.add 的 typed result、output schema validation 与工具拥有的 effect readback。"
7396
+ "description": "project-settings.layer.add 的 typed result、output schema validation 与工具拥有的 effect readback。"
7397
7397
  },
7398
7398
  "reloadPolicy": {
7399
7399
  "kind": "caller-responsibility",
@@ -7409,18 +7409,18 @@
7409
7409
  ]
7410
7410
  },
7411
7411
  {
7412
- "toolName": "project.layer.remove",
7412
+ "toolName": "project-settings.layer.remove",
7413
7413
  "descriptorOwner": "built-in",
7414
- "source": "unitypkg/Editor/Tools/project/layer/remove.cs",
7414
+ "source": "unitypkg/Editor/Tools/project-settings/layer/remove.cs",
7415
7415
  "deliveryMode": "direct-terminal",
7416
7416
  "executionClass": "atomic",
7417
7417
  "completionPredicate": {
7418
7418
  "kind": "typed-business-terminal",
7419
- "description": "project.layer.remove 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7419
+ "description": "project-settings.layer.remove 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7420
7420
  },
7421
7421
  "proofSource": {
7422
7422
  "kind": "typed-result-and-effect-readback",
7423
- "description": "project.layer.remove 的 typed result、output schema validation 与工具拥有的 effect readback。"
7423
+ "description": "project-settings.layer.remove 的 typed result、output schema validation 与工具拥有的 effect readback。"
7424
7424
  },
7425
7425
  "reloadPolicy": {
7426
7426
  "kind": "caller-responsibility",
@@ -7436,18 +7436,18 @@
7436
7436
  ]
7437
7437
  },
7438
7438
  {
7439
- "toolName": "project.layers",
7439
+ "toolName": "project-settings.layers",
7440
7440
  "descriptorOwner": "built-in",
7441
- "source": "unitypkg/Editor/Tools/project/layers.cs",
7441
+ "source": "unitypkg/Editor/Tools/project-settings/layers.cs",
7442
7442
  "deliveryMode": "direct-terminal",
7443
7443
  "executionClass": "atomic",
7444
7444
  "completionPredicate": {
7445
7445
  "kind": "typed-business-terminal",
7446
- "description": "project.layers 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7446
+ "description": "project-settings.layers 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7447
7447
  },
7448
7448
  "proofSource": {
7449
7449
  "kind": "typed-result-and-effect-readback",
7450
- "description": "project.layers 的 typed result 与 output schema validation 共同证明读取终态。"
7450
+ "description": "project-settings.layers 的 typed result 与 output schema validation 共同证明读取终态。"
7451
7451
  },
7452
7452
  "reloadPolicy": {
7453
7453
  "kind": "caller-responsibility",
@@ -7463,14 +7463,14 @@
7463
7463
  ]
7464
7464
  },
7465
7465
  {
7466
- "toolName": "project.player-settings",
7466
+ "toolName": "project-settings.player-settings",
7467
7467
  "descriptorOwner": "built-in",
7468
- "source": "unitypkg/Editor/Tools/project/player-settings.cs",
7468
+ "source": "unitypkg/Editor/Tools/project-settings/player-settings.cs",
7469
7469
  "deliveryMode": "direct-terminal",
7470
7470
  "executionClass": "atomic",
7471
7471
  "completionPredicate": {
7472
7472
  "kind": "typed-business-terminal",
7473
- "description": "project.player-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7473
+ "description": "project-settings.player-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7474
7474
  },
7475
7475
  "proofSource": {
7476
7476
  "kind": "typed-result-and-effect-readback",
@@ -7490,14 +7490,14 @@
7490
7490
  ]
7491
7491
  },
7492
7492
  {
7493
- "toolName": "project.player-settings.set",
7493
+ "toolName": "project-settings.player-settings.set",
7494
7494
  "descriptorOwner": "built-in",
7495
- "source": "unitypkg/Editor/Tools/project/player-settings/set.cs",
7495
+ "source": "unitypkg/Editor/Tools/project-settings/player-settings/set.cs",
7496
7496
  "deliveryMode": "direct-terminal",
7497
7497
  "executionClass": "atomic",
7498
7498
  "completionPredicate": {
7499
7499
  "kind": "typed-business-terminal",
7500
- "description": "project.player-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7500
+ "description": "project-settings.player-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7501
7501
  },
7502
7502
  "proofSource": {
7503
7503
  "kind": "typed-result-and-effect-readback",
@@ -7505,7 +7505,7 @@
7505
7505
  },
7506
7506
  "reloadPolicy": {
7507
7507
  "kind": "caller-responsibility",
7508
- "description": "scriptingBackend或apiCompatibilityLevel可能触发reload;若未收到terminal response,调用方先读project.player-settings且不得盲目重放。"
7508
+ "description": "scriptingBackend或apiCompatibilityLevel可能触发reload;若未收到terminal response,调用方先读project-settings.player-settings且不得盲目重放。"
7509
7509
  },
7510
7510
  "timeoutError": "E_EXECUTION_TIMEOUT",
7511
7511
  "outcomeUnknownPolicy": {
@@ -7517,18 +7517,18 @@
7517
7517
  ]
7518
7518
  },
7519
7519
  {
7520
- "toolName": "project.tag.add",
7520
+ "toolName": "project-settings.tag.add",
7521
7521
  "descriptorOwner": "built-in",
7522
- "source": "unitypkg/Editor/Tools/project/tag/add.cs",
7522
+ "source": "unitypkg/Editor/Tools/project-settings/tag/add.cs",
7523
7523
  "deliveryMode": "direct-terminal",
7524
7524
  "executionClass": "atomic",
7525
7525
  "completionPredicate": {
7526
7526
  "kind": "typed-business-terminal",
7527
- "description": "project.tag.add 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7527
+ "description": "project-settings.tag.add 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7528
7528
  },
7529
7529
  "proofSource": {
7530
7530
  "kind": "typed-result-and-effect-readback",
7531
- "description": "project.tag.add 的 typed result、output schema validation 与工具拥有的 effect readback。"
7531
+ "description": "project-settings.tag.add 的 typed result、output schema validation 与工具拥有的 effect readback。"
7532
7532
  },
7533
7533
  "reloadPolicy": {
7534
7534
  "kind": "caller-responsibility",
@@ -7544,18 +7544,18 @@
7544
7544
  ]
7545
7545
  },
7546
7546
  {
7547
- "toolName": "project.tag.remove",
7547
+ "toolName": "project-settings.tag.remove",
7548
7548
  "descriptorOwner": "built-in",
7549
- "source": "unitypkg/Editor/Tools/project/tag/remove.cs",
7549
+ "source": "unitypkg/Editor/Tools/project-settings/tag/remove.cs",
7550
7550
  "deliveryMode": "direct-terminal",
7551
7551
  "executionClass": "atomic",
7552
7552
  "completionPredicate": {
7553
7553
  "kind": "typed-business-terminal",
7554
- "description": "project.tag.remove 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7554
+ "description": "project-settings.tag.remove 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7555
7555
  },
7556
7556
  "proofSource": {
7557
7557
  "kind": "typed-result-and-effect-readback",
7558
- "description": "project.tag.remove 的 typed result、output schema validation 与工具拥有的 effect readback。"
7558
+ "description": "project-settings.tag.remove 的 typed result、output schema validation 与工具拥有的 effect readback。"
7559
7559
  },
7560
7560
  "reloadPolicy": {
7561
7561
  "kind": "caller-responsibility",
@@ -7571,18 +7571,18 @@
7571
7571
  ]
7572
7572
  },
7573
7573
  {
7574
- "toolName": "project.tags",
7574
+ "toolName": "project-settings.tags",
7575
7575
  "descriptorOwner": "built-in",
7576
- "source": "unitypkg/Editor/Tools/project/tags.cs",
7576
+ "source": "unitypkg/Editor/Tools/project-settings/tags.cs",
7577
7577
  "deliveryMode": "direct-terminal",
7578
7578
  "executionClass": "atomic",
7579
7579
  "completionPredicate": {
7580
7580
  "kind": "typed-business-terminal",
7581
- "description": "project.tags 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7581
+ "description": "project-settings.tags 的完整 typed read result 通过 output schema,且不产生 Unity 或文件副作用。"
7582
7582
  },
7583
7583
  "proofSource": {
7584
7584
  "kind": "typed-result-and-effect-readback",
7585
- "description": "project.tags 的 typed result 与 output schema validation 共同证明读取终态。"
7585
+ "description": "project-settings.tags 的 typed result 与 output schema validation 共同证明读取终态。"
7586
7586
  },
7587
7587
  "reloadPolicy": {
7588
7588
  "kind": "caller-responsibility",
@@ -7598,14 +7598,14 @@
7598
7598
  ]
7599
7599
  },
7600
7600
  {
7601
- "toolName": "project.time-settings",
7601
+ "toolName": "project-settings.time-settings",
7602
7602
  "descriptorOwner": "built-in",
7603
- "source": "unitypkg/Editor/Tools/project/time-settings.cs",
7603
+ "source": "unitypkg/Editor/Tools/project-settings/time-settings.cs",
7604
7604
  "deliveryMode": "direct-terminal",
7605
7605
  "executionClass": "atomic",
7606
7606
  "completionPredicate": {
7607
7607
  "kind": "typed-business-terminal",
7608
- "description": "project.time-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7608
+ "description": "project-settings.time-settings 返回当前Unity版本已验证的有界typed ProjectSettings snapshot。"
7609
7609
  },
7610
7610
  "proofSource": {
7611
7611
  "kind": "typed-result-and-effect-readback",
@@ -7625,14 +7625,14 @@
7625
7625
  ]
7626
7626
  },
7627
7627
  {
7628
- "toolName": "project.time-settings.set",
7628
+ "toolName": "project-settings.time-settings.set",
7629
7629
  "descriptorOwner": "built-in",
7630
- "source": "unitypkg/Editor/Tools/project/time-settings/set.cs",
7630
+ "source": "unitypkg/Editor/Tools/project-settings/time-settings/set.cs",
7631
7631
  "deliveryMode": "direct-terminal",
7632
7632
  "executionClass": "atomic",
7633
7633
  "completionPredicate": {
7634
7634
  "kind": "typed-business-terminal",
7635
- "description": "project.time-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7635
+ "description": "project-settings.time-settings.set 返回前必须证明全部requested fields与对应ProjectSettings文件持久化。"
7636
7636
  },
7637
7637
  "proofSource": {
7638
7638
  "kind": "typed-result-and-effect-readback",
@@ -7652,18 +7652,18 @@
7652
7652
  ]
7653
7653
  },
7654
7654
  {
7655
- "toolName": "reflect.member",
7655
+ "toolName": "type-inspection.get-member",
7656
7656
  "descriptorOwner": "ts-local",
7657
- "source": "src/tools/reflect/member.ts",
7657
+ "source": "src/tools/type-inspection/get-member.ts",
7658
7658
  "deliveryMode": "direct-terminal",
7659
7659
  "executionClass": "atomic",
7660
7660
  "completionPredicate": {
7661
7661
  "kind": "typed-business-terminal",
7662
- "description": "reflect.member 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7662
+ "description": "type-inspection.get-member 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7663
7663
  },
7664
7664
  "proofSource": {
7665
7665
  "kind": "typed-result-and-effect-readback",
7666
- "description": "reflect.member 的 typed result、output schema validation 与工具拥有的 effect readback。"
7666
+ "description": "type-inspection.get-member 的 typed result、output schema validation 与工具拥有的 effect readback。"
7667
7667
  },
7668
7668
  "reloadPolicy": {
7669
7669
  "kind": "caller-responsibility",
@@ -7677,18 +7677,18 @@
7677
7677
  "asyncSignals": []
7678
7678
  },
7679
7679
  {
7680
- "toolName": "reflect.search",
7680
+ "toolName": "type-inspection.search",
7681
7681
  "descriptorOwner": "ts-local",
7682
- "source": "src/tools/reflect/search.ts",
7682
+ "source": "src/tools/type-inspection/search.ts",
7683
7683
  "deliveryMode": "direct-terminal",
7684
7684
  "executionClass": "atomic",
7685
7685
  "completionPredicate": {
7686
7686
  "kind": "typed-business-terminal",
7687
- "description": "reflect.search 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7687
+ "description": "type-inspection.search 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7688
7688
  },
7689
7689
  "proofSource": {
7690
7690
  "kind": "typed-result-and-effect-readback",
7691
- "description": "reflect.search 的 typed result、output schema validation 与工具拥有的 effect readback。"
7691
+ "description": "type-inspection.search 的 typed result、output schema validation 与工具拥有的 effect readback。"
7692
7692
  },
7693
7693
  "reloadPolicy": {
7694
7694
  "kind": "caller-responsibility",
@@ -7702,18 +7702,18 @@
7702
7702
  "asyncSignals": []
7703
7703
  },
7704
7704
  {
7705
- "toolName": "reflect.type",
7705
+ "toolName": "type-inspection.get-type",
7706
7706
  "descriptorOwner": "ts-local",
7707
- "source": "src/tools/reflect/type.ts",
7707
+ "source": "src/tools/type-inspection/get-type.ts",
7708
7708
  "deliveryMode": "direct-terminal",
7709
7709
  "executionClass": "atomic",
7710
7710
  "completionPredicate": {
7711
7711
  "kind": "typed-business-terminal",
7712
- "description": "reflect.type 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7712
+ "description": "type-inspection.get-type 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7713
7713
  },
7714
7714
  "proofSource": {
7715
7715
  "kind": "typed-result-and-effect-readback",
7716
- "description": "reflect.type 的 typed result、output schema validation 与工具拥有的 effect readback。"
7716
+ "description": "type-inspection.get-type 的 typed result、output schema validation 与工具拥有的 effect readback。"
7717
7717
  },
7718
7718
  "reloadPolicy": {
7719
7719
  "kind": "caller-responsibility",
@@ -7727,9 +7727,9 @@
7727
7727
  "asyncSignals": []
7728
7728
  },
7729
7729
  {
7730
- "toolName": "reflection.method.call",
7730
+ "toolName": "runtime-reflection.method.invoke",
7731
7731
  "descriptorOwner": "built-in",
7732
- "source": "unitypkg/Editor/Tools/reflection/method/call.cs",
7732
+ "source": "unitypkg/Editor/Tools/runtime-reflection/method/invoke.cs",
7733
7733
  "deliveryMode": "direct-terminal",
7734
7734
  "executionClass": "observed-state",
7735
7735
  "completionPredicate": {
@@ -7754,18 +7754,18 @@
7754
7754
  ]
7755
7755
  },
7756
7756
  {
7757
- "toolName": "reflection.method.find",
7757
+ "toolName": "runtime-reflection.method.find",
7758
7758
  "descriptorOwner": "built-in",
7759
- "source": "unitypkg/Editor/Tools/reflection/method/find.cs",
7759
+ "source": "unitypkg/Editor/Tools/runtime-reflection/method/find.cs",
7760
7760
  "deliveryMode": "direct-terminal",
7761
7761
  "executionClass": "atomic",
7762
7762
  "completionPredicate": {
7763
7763
  "kind": "typed-business-terminal",
7764
- "description": "reflection.method.find 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7764
+ "description": "runtime-reflection.method.find 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
7765
7765
  },
7766
7766
  "proofSource": {
7767
7767
  "kind": "typed-result-and-effect-readback",
7768
- "description": "reflection.method.find 的 typed result、output schema validation 与工具拥有的 effect readback。"
7768
+ "description": "runtime-reflection.method.find 的 typed result、output schema validation 与工具拥有的 effect readback。"
7769
7769
  },
7770
7770
  "reloadPolicy": {
7771
7771
  "kind": "caller-responsibility",
@@ -7781,9 +7781,9 @@
7781
7781
  ]
7782
7782
  },
7783
7783
  {
7784
- "toolName": "runtime.console",
7784
+ "toolName": "player-runtime.console",
7785
7785
  "descriptorOwner": "ts-local",
7786
- "source": "src/tools/runtime/console.ts",
7786
+ "source": "src/tools/player-runtime/console.ts",
7787
7787
  "deliveryMode": "direct-terminal",
7788
7788
  "executionClass": "atomic",
7789
7789
  "completionPredicate": {
@@ -7806,9 +7806,9 @@
7806
7806
  "asyncSignals": []
7807
7807
  },
7808
7808
  {
7809
- "toolName": "runtime.input.key",
7809
+ "toolName": "player-runtime.input.key",
7810
7810
  "descriptorOwner": "ts-local",
7811
- "source": "src/tools/runtime/input/key.ts",
7811
+ "source": "src/tools/player-runtime/input/key.ts",
7812
7812
  "deliveryMode": "direct-terminal",
7813
7813
  "executionClass": "atomic",
7814
7814
  "completionPredicate": {
@@ -7831,9 +7831,9 @@
7831
7831
  "asyncSignals": []
7832
7832
  },
7833
7833
  {
7834
- "toolName": "runtime.input.pointer",
7834
+ "toolName": "player-runtime.input.pointer",
7835
7835
  "descriptorOwner": "ts-local",
7836
- "source": "src/tools/runtime/input/pointer.ts",
7836
+ "source": "src/tools/player-runtime/input/pointer.ts",
7837
7837
  "deliveryMode": "direct-terminal",
7838
7838
  "executionClass": "atomic",
7839
7839
  "completionPredicate": {
@@ -7856,9 +7856,9 @@
7856
7856
  "asyncSignals": []
7857
7857
  },
7858
7858
  {
7859
- "toolName": "runtime.log",
7859
+ "toolName": "player-runtime.log",
7860
7860
  "descriptorOwner": "ts-local",
7861
- "source": "src/tools/runtime/log.ts",
7861
+ "source": "src/tools/player-runtime/log.ts",
7862
7862
  "deliveryMode": "direct-terminal",
7863
7863
  "executionClass": "atomic",
7864
7864
  "completionPredicate": {
@@ -7876,14 +7876,14 @@
7876
7876
  "timeoutError": "E_EXECUTION_TIMEOUT",
7877
7877
  "outcomeUnknownPolicy": {
7878
7878
  "kind": "caller-responsibility",
7879
- "description": "effect 后 terminal 丢失时只读取 runtime.console;不得用新 requestId 重放未知 log effect。"
7879
+ "description": "effect 后 terminal 丢失时只读取 player-runtime.console;不得用新 requestId 重放未知 log effect。"
7880
7880
  },
7881
7881
  "asyncSignals": []
7882
7882
  },
7883
7883
  {
7884
- "toolName": "runtime.state",
7884
+ "toolName": "player-runtime.state",
7885
7885
  "descriptorOwner": "ts-local",
7886
- "source": "src/tools/runtime/state.ts",
7886
+ "source": "src/tools/player-runtime/state.ts",
7887
7887
  "deliveryMode": "direct-terminal",
7888
7888
  "executionClass": "atomic",
7889
7889
  "completionPredicate": {
@@ -7906,9 +7906,9 @@
7906
7906
  "asyncSignals": []
7907
7907
  },
7908
7908
  {
7909
- "toolName": "runtime.target-framerate.set",
7909
+ "toolName": "player-runtime.target-framerate.set",
7910
7910
  "descriptorOwner": "ts-local",
7911
- "source": "src/tools/runtime/target-framerate/set.ts",
7911
+ "source": "src/tools/player-runtime/target-framerate/set.ts",
7912
7912
  "deliveryMode": "direct-terminal",
7913
7913
  "executionClass": "atomic",
7914
7914
  "completionPredicate": {
@@ -7926,14 +7926,14 @@
7926
7926
  "timeoutError": "E_EXECUTION_TIMEOUT",
7927
7927
  "outcomeUnknownPolicy": {
7928
7928
  "kind": "caller-responsibility",
7929
- "description": "terminal 缺失时先读取 runtime.state;不得用新 requestId 重放未知设置 effect。"
7929
+ "description": "terminal 缺失时先读取 player-runtime.state;不得用新 requestId 重放未知设置 effect。"
7930
7930
  },
7931
7931
  "asyncSignals": []
7932
7932
  },
7933
7933
  {
7934
- "toolName": "runtime.time-scale.set",
7934
+ "toolName": "player-runtime.time-scale.set",
7935
7935
  "descriptorOwner": "ts-local",
7936
- "source": "src/tools/runtime/time-scale/set.ts",
7936
+ "source": "src/tools/player-runtime/time-scale/set.ts",
7937
7937
  "deliveryMode": "direct-terminal",
7938
7938
  "executionClass": "atomic",
7939
7939
  "completionPredicate": {
@@ -7951,14 +7951,14 @@
7951
7951
  "timeoutError": "E_EXECUTION_TIMEOUT",
7952
7952
  "outcomeUnknownPolicy": {
7953
7953
  "kind": "caller-responsibility",
7954
- "description": "terminal 缺失时先读取 runtime.state;不得用新 requestId 重放未知设置 effect。"
7954
+ "description": "terminal 缺失时先读取 player-runtime.state;不得用新 requestId 重放未知设置 effect。"
7955
7955
  },
7956
7956
  "asyncSignals": []
7957
7957
  },
7958
7958
  {
7959
- "toolName": "runtime.ui.capture-element",
7959
+ "toolName": "player-runtime.ui.capture-element",
7960
7960
  "descriptorOwner": "ts-local",
7961
- "source": "src/tools/runtime/ui/capture-element.ts",
7961
+ "source": "src/tools/player-runtime/ui/capture-element.ts",
7962
7962
  "deliveryMode": "direct-terminal",
7963
7963
  "executionClass": "atomic",
7964
7964
  "completionPredicate": {
@@ -8197,18 +8197,18 @@
8197
8197
  ]
8198
8198
  },
8199
8199
  {
8200
- "toolName": "scene.move-object",
8200
+ "toolName": "game-object.move-to-scene",
8201
8201
  "descriptorOwner": "built-in",
8202
- "source": "unitypkg/Editor/Tools/scene/move-object.cs",
8202
+ "source": "unitypkg/Editor/Tools/game-object/move-to-scene.cs",
8203
8203
  "deliveryMode": "direct-terminal",
8204
8204
  "executionClass": "atomic",
8205
8205
  "completionPredicate": {
8206
8206
  "kind": "typed-business-terminal",
8207
- "description": "scene.move-object 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
8207
+ "description": "game-object.move-to-scene 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
8208
8208
  },
8209
8209
  "proofSource": {
8210
8210
  "kind": "typed-result-and-effect-readback",
8211
- "description": "scene.move-object 的 typed result、output schema validation 与工具拥有的 effect readback。"
8211
+ "description": "game-object.move-to-scene 的 typed result、output schema validation 与工具拥有的 effect readback。"
8212
8212
  },
8213
8213
  "reloadPolicy": {
8214
8214
  "kind": "caller-responsibility",
@@ -9227,18 +9227,18 @@
9227
9227
  ]
9228
9228
  },
9229
9229
  {
9230
- "toolName": "type.schema",
9230
+ "toolName": "runtime-reflection.type.schema",
9231
9231
  "descriptorOwner": "built-in",
9232
- "source": "unitypkg/Editor/Tools/reflection/type/schema.cs",
9232
+ "source": "unitypkg/Editor/Tools/runtime-reflection/type/schema.cs",
9233
9233
  "deliveryMode": "direct-terminal",
9234
9234
  "executionClass": "atomic",
9235
9235
  "completionPredicate": {
9236
9236
  "kind": "typed-business-terminal",
9237
- "description": "type.schema 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
9237
+ "description": "runtime-reflection.type.schema 的完整 typed business result 通过 output schema;任何 effect 已在同一执行边界完成并验证。"
9238
9238
  },
9239
9239
  "proofSource": {
9240
9240
  "kind": "typed-result-and-effect-readback",
9241
- "description": "type.schema 的 typed result、output schema validation 与工具拥有的 effect readback。"
9241
+ "description": "runtime-reflection.type.schema 的 typed result、output schema validation 与工具拥有的 effect readback。"
9242
9242
  },
9243
9243
  "reloadPolicy": {
9244
9244
  "kind": "caller-responsibility",