dsh-plugin-guide 0.3.15 → 0.3.16

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 (423) hide show
  1. package/package.json +1 -1
  2. package/references/official-docs/AGENTS.md +74 -49
  3. package/references/official-docs/README.i18n.yaml +2 -2
  4. package/references/official-docs/README.zh.md +12 -0
  5. package/references/official-docs/SNAPSHOT.md +4 -4
  6. package/references/official-docs/THIRD_PARTY_NOTICES.md +86 -30
  7. package/references/official-docs/docs/AGENTS.md +7 -6
  8. package/references/official-docs/docs/agent-lifecycle.i18n.yaml +2 -2
  9. package/references/official-docs/docs/agent-lifecycle.md +12 -5
  10. package/references/official-docs/docs/agent-lifecycle.zh.md +12 -5
  11. package/references/official-docs/docs/api-gateway.i18n.yaml +2 -2
  12. package/references/official-docs/docs/api-gateway.md +2 -2
  13. package/references/official-docs/docs/api-gateway.zh.md +2 -2
  14. package/references/official-docs/docs/architecture.i18n.yaml +2 -2
  15. package/references/official-docs/docs/architecture.md +26 -12
  16. package/references/official-docs/docs/architecture.zh.md +28 -14
  17. package/references/official-docs/docs/capability-seams.i18n.yaml +2 -2
  18. package/references/official-docs/docs/capability-seams.md +111 -31
  19. package/references/official-docs/docs/capability-seams.zh.md +111 -31
  20. package/references/official-docs/docs/config-catalog.i18n.yaml +2 -2
  21. package/references/official-docs/docs/config-catalog.md +674 -202
  22. package/references/official-docs/docs/config-catalog.zh.md +691 -219
  23. package/references/official-docs/docs/cookbook/adding-a-session-format-version.i18n.yaml +6 -0
  24. package/references/official-docs/docs/cookbook/adding-a-session-format-version.md +111 -0
  25. package/references/official-docs/docs/cookbook/adding-a-session-format-version.zh.md +111 -0
  26. package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +1 -1
  27. package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +2 -2
  28. package/references/official-docs/docs/cookbook/adding-a-tool.md +2 -2
  29. package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +4 -4
  30. package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +2 -2
  31. package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +1 -1
  32. package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +1 -1
  33. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +1 -1
  34. package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +2 -2
  35. package/references/official-docs/docs/cookbook/extension-cookbook.md +3 -3
  36. package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +5 -5
  37. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +2 -2
  38. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +1 -1
  39. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +1 -1
  40. package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.i18n.yaml +6 -0
  41. package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.md +108 -0
  42. package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.zh.md +108 -0
  43. package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +2 -2
  44. package/references/official-docs/docs/cordis-api/fiber.md +3 -3
  45. package/references/official-docs/docs/cordis-api/fiber.zh.md +3 -3
  46. package/references/official-docs/docs/cordis-api/inherited.md +0 -3
  47. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +2 -2
  48. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +2 -2
  49. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +2 -2
  50. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.i18n.yaml +2 -2
  51. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.md +14 -15
  52. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +15 -16
  53. package/references/official-docs/docs/dependency-catalog.json +7312 -0
  54. package/references/official-docs/docs/development.i18n.yaml +2 -2
  55. package/references/official-docs/docs/development.md +13 -3
  56. package/references/official-docs/docs/development.zh.md +16 -6
  57. package/references/official-docs/docs/event-producer-consumer.i18n.yaml +2 -2
  58. package/references/official-docs/docs/event-producer-consumer.md +50 -39
  59. package/references/official-docs/docs/event-producer-consumer.zh.md +55 -44
  60. package/references/official-docs/docs/glossary.i18n.yaml +2 -2
  61. package/references/official-docs/docs/glossary.md +1 -1
  62. package/references/official-docs/docs/glossary.zh.md +1 -1
  63. package/references/official-docs/docs/i18n/README.i18n.yaml +2 -2
  64. package/references/official-docs/docs/i18n/README.md +8 -3
  65. package/references/official-docs/docs/i18n/README.zh.md +8 -3
  66. package/references/official-docs/docs/i18n/style-samples.md +1 -1
  67. package/references/official-docs/docs/i18n/translation-prompt.md +5 -5
  68. package/references/official-docs/docs/i18n/translation-rules.zh.md +2 -2
  69. package/references/official-docs/docs/module-graph.i18n.yaml +2 -2
  70. package/references/official-docs/docs/module-graph.md +303 -120
  71. package/references/official-docs/docs/module-graph.zh.md +303 -120
  72. package/references/official-docs/docs/persistence-catalog.i18n.yaml +2 -2
  73. package/references/official-docs/docs/persistence-catalog.md +5699 -64
  74. package/references/official-docs/docs/persistence-catalog.zh.md +5708 -73
  75. package/references/official-docs/docs/persistence-changes/2026-09-11-initial.i18n.yaml +6 -0
  76. package/references/official-docs/docs/persistence-changes/2026-09-11-initial.md +280 -0
  77. package/references/official-docs/docs/persistence-changes/2026-09-11-initial.schema.json +13557 -0
  78. package/references/official-docs/docs/persistence-changes/2026-09-11-initial.zh.md +280 -0
  79. package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.i18n.yaml +6 -0
  80. package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.md +52 -0
  81. package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.schema.json +910 -0
  82. package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.zh.md +52 -0
  83. package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.i18n.yaml +6 -0
  84. package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.md +96 -0
  85. package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.schema.json +8478 -0
  86. package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.zh.md +96 -0
  87. package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.i18n.yaml +6 -0
  88. package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.md +48 -0
  89. package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.schema.json +72 -0
  90. package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.zh.md +48 -0
  91. package/references/official-docs/docs/persistence-changes/README.i18n.yaml +6 -0
  92. package/references/official-docs/docs/persistence-changes/README.md +74 -0
  93. package/references/official-docs/docs/persistence-changes/README.zh.md +74 -0
  94. package/references/official-docs/docs/persistence-changes/historical-formats/README.i18n.yaml +6 -0
  95. package/references/official-docs/docs/persistence-changes/historical-formats/README.md +74 -0
  96. package/references/official-docs/docs/persistence-changes/historical-formats/README.zh.md +74 -0
  97. package/references/official-docs/docs/persistence-changes/historical-formats/v0.i18n.yaml +6 -0
  98. package/references/official-docs/docs/persistence-changes/historical-formats/v0.md +5105 -0
  99. package/references/official-docs/docs/persistence-changes/historical-formats/v0.schema.json +49308 -0
  100. package/references/official-docs/docs/persistence-changes/historical-formats/v0.zh.md +5105 -0
  101. package/references/official-docs/docs/persistence-changes/historical-formats/v1.i18n.yaml +6 -0
  102. package/references/official-docs/docs/persistence-changes/historical-formats/v1.md +5107 -0
  103. package/references/official-docs/docs/persistence-changes/historical-formats/v1.schema.json +49411 -0
  104. package/references/official-docs/docs/persistence-changes/historical-formats/v1.zh.md +5107 -0
  105. package/references/official-docs/docs/persistence-changes/historical-formats/v2.i18n.yaml +6 -0
  106. package/references/official-docs/docs/persistence-changes/historical-formats/v2.md +5362 -0
  107. package/references/official-docs/docs/persistence-changes/historical-formats/v2.schema.json +56466 -0
  108. package/references/official-docs/docs/persistence-changes/historical-formats/v2.zh.md +5362 -0
  109. package/references/official-docs/docs/persistence-changes/releases/README.i18n.yaml +6 -0
  110. package/references/official-docs/docs/persistence-changes/releases/README.md +103 -0
  111. package/references/official-docs/docs/persistence-changes/releases/README.zh.md +103 -0
  112. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.i18n.yaml +6 -0
  113. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.md +201 -0
  114. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.schema.json +39868 -0
  115. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.zh.md +201 -0
  116. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.i18n.yaml +6 -0
  117. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.md +261 -0
  118. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.schema.json +43342 -0
  119. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.zh.md +261 -0
  120. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.i18n.yaml +6 -0
  121. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.md +126 -0
  122. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.schema.json +19452 -0
  123. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.zh.md +126 -0
  124. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.i18n.yaml +6 -0
  125. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.md +75 -0
  126. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.schema.json +5 -0
  127. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.zh.md +75 -0
  128. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.i18n.yaml +6 -0
  129. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.md +75 -0
  130. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.schema.json +5 -0
  131. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.zh.md +75 -0
  132. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.i18n.yaml +6 -0
  133. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.md +75 -0
  134. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.schema.json +5 -0
  135. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.zh.md +75 -0
  136. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.i18n.yaml +6 -0
  137. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.md +75 -0
  138. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.schema.json +5 -0
  139. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.zh.md +75 -0
  140. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.i18n.yaml +6 -0
  141. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.md +75 -0
  142. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.schema.json +5 -0
  143. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.zh.md +75 -0
  144. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.i18n.yaml +6 -0
  145. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.md +75 -0
  146. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.schema.json +5 -0
  147. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.zh.md +75 -0
  148. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.i18n.yaml +6 -0
  149. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.md +75 -0
  150. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.schema.json +5 -0
  151. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.zh.md +75 -0
  152. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.i18n.yaml +6 -0
  153. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.md +82 -0
  154. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.schema.json +5320 -0
  155. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.zh.md +82 -0
  156. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.i18n.yaml +6 -0
  157. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.md +110 -0
  158. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.schema.json +21258 -0
  159. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.zh.md +110 -0
  160. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.i18n.yaml +6 -0
  161. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.md +82 -0
  162. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.schema.json +417 -0
  163. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.zh.md +82 -0
  164. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.i18n.yaml +6 -0
  165. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.md +119 -0
  166. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.schema.json +29672 -0
  167. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.zh.md +119 -0
  168. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.i18n.yaml +6 -0
  169. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.md +295 -0
  170. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.schema.json +48429 -0
  171. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.zh.md +295 -0
  172. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.i18n.yaml +6 -0
  173. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.md +286 -0
  174. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.schema.json +49347 -0
  175. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.zh.md +286 -0
  176. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.i18n.yaml +6 -0
  177. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.md +75 -0
  178. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.schema.json +5 -0
  179. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.zh.md +75 -0
  180. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.i18n.yaml +6 -0
  181. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.md +95 -0
  182. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.schema.json +17642 -0
  183. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.zh.md +95 -0
  184. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.i18n.yaml +6 -0
  185. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.md +75 -0
  186. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.schema.json +5 -0
  187. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.zh.md +75 -0
  188. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.i18n.yaml +6 -0
  189. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.md +75 -0
  190. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.schema.json +5 -0
  191. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.zh.md +75 -0
  192. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.i18n.yaml +6 -0
  193. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.md +154 -0
  194. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.schema.json +38678 -0
  195. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.zh.md +154 -0
  196. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.i18n.yaml +6 -0
  197. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.md +86 -0
  198. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.schema.json +783 -0
  199. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.zh.md +86 -0
  200. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.i18n.yaml +6 -0
  201. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.md +139 -0
  202. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.schema.json +24597 -0
  203. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.zh.md +139 -0
  204. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.i18n.yaml +6 -0
  205. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.md +95 -0
  206. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.schema.json +2132 -0
  207. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.zh.md +95 -0
  208. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.i18n.yaml +6 -0
  209. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.md +75 -0
  210. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.schema.json +5 -0
  211. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.zh.md +75 -0
  212. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.i18n.yaml +6 -0
  213. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.md +75 -0
  214. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.schema.json +5 -0
  215. package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.zh.md +75 -0
  216. package/references/official-docs/docs/persistence-changes/releases/manifest.json +162 -0
  217. package/references/official-docs/docs/persistence-schema.json +61480 -0
  218. package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
  219. package/references/official-docs/docs/postmortem/README.md +1 -1
  220. package/references/official-docs/docs/postmortem/README.zh.md +1 -1
  221. package/references/official-docs/docs/rescope.i18n.yaml +2 -2
  222. package/references/official-docs/docs/rescope.md +2 -2
  223. package/references/official-docs/docs/rescope.zh.md +2 -2
  224. package/references/official-docs/docs/session-format-status.i18n.yaml +6 -0
  225. package/references/official-docs/docs/session-format-status.md +49 -0
  226. package/references/official-docs/docs/session-format-status.zh.md +49 -0
  227. package/references/official-docs/docs/subsystems/README.i18n.yaml +2 -2
  228. package/references/official-docs/docs/subsystems/README.md +12 -3
  229. package/references/official-docs/docs/subsystems/README.zh.md +23 -14
  230. package/references/official-docs/docs/subsystems/agent-team.i18n.yaml +2 -2
  231. package/references/official-docs/docs/subsystems/agent-team.md +1 -1
  232. package/references/official-docs/docs/subsystems/agent-team.zh.md +2 -2
  233. package/references/official-docs/docs/subsystems/approval.i18n.yaml +2 -2
  234. package/references/official-docs/docs/subsystems/approval.md +1 -1
  235. package/references/official-docs/docs/subsystems/approval.zh.md +1 -1
  236. package/references/official-docs/docs/subsystems/attachment.i18n.yaml +2 -2
  237. package/references/official-docs/docs/subsystems/attachment.md +17 -7
  238. package/references/official-docs/docs/subsystems/attachment.zh.md +17 -7
  239. package/references/official-docs/docs/subsystems/{code-runtime.i18n.yaml → boot.i18n.yaml} +3 -3
  240. package/references/official-docs/docs/subsystems/boot.md +223 -0
  241. package/references/official-docs/docs/subsystems/boot.zh.md +223 -0
  242. package/references/official-docs/docs/subsystems/browser-use.i18n.yaml +6 -0
  243. package/references/official-docs/docs/subsystems/browser-use.md +67 -0
  244. package/references/official-docs/docs/subsystems/browser-use.zh.md +67 -0
  245. package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +2 -2
  246. package/references/official-docs/docs/subsystems/client-modules.md +20 -10
  247. package/references/official-docs/docs/subsystems/client-modules.zh.md +21 -11
  248. package/references/official-docs/docs/subsystems/client-resources.i18n.yaml +6 -0
  249. package/references/official-docs/docs/subsystems/client-resources.md +92 -0
  250. package/references/official-docs/docs/subsystems/client-resources.zh.md +92 -0
  251. package/references/official-docs/docs/subsystems/commands.i18n.yaml +2 -2
  252. package/references/official-docs/docs/subsystems/commands.md +4 -0
  253. package/references/official-docs/docs/subsystems/commands.zh.md +5 -1
  254. package/references/official-docs/docs/subsystems/compaction.i18n.yaml +2 -2
  255. package/references/official-docs/docs/subsystems/compaction.md +48 -2
  256. package/references/official-docs/docs/subsystems/compaction.zh.md +50 -4
  257. package/references/official-docs/docs/subsystems/computer-use.i18n.yaml +6 -0
  258. package/references/official-docs/docs/subsystems/computer-use.md +56 -0
  259. package/references/official-docs/docs/subsystems/computer-use.zh.md +56 -0
  260. package/references/official-docs/docs/subsystems/conversation.zh.md +1 -1
  261. package/references/official-docs/docs/subsystems/core.i18n.yaml +2 -2
  262. package/references/official-docs/docs/subsystems/core.md +106 -60
  263. package/references/official-docs/docs/subsystems/core.zh.md +109 -63
  264. package/references/official-docs/docs/subsystems/deliverables.i18n.yaml +6 -0
  265. package/references/official-docs/docs/subsystems/deliverables.md +178 -0
  266. package/references/official-docs/docs/subsystems/deliverables.zh.md +178 -0
  267. package/references/official-docs/docs/subsystems/extensions.zh.md +1 -1
  268. package/references/official-docs/docs/subsystems/feedback.i18n.yaml +2 -2
  269. package/references/official-docs/docs/subsystems/feedback.md +165 -31
  270. package/references/official-docs/docs/subsystems/feedback.zh.md +165 -31
  271. package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +2 -2
  272. package/references/official-docs/docs/subsystems/filesystem.md +15 -0
  273. package/references/official-docs/docs/subsystems/filesystem.zh.md +16 -1
  274. package/references/official-docs/docs/subsystems/goal.i18n.yaml +2 -2
  275. package/references/official-docs/docs/subsystems/goal.md +37 -1
  276. package/references/official-docs/docs/subsystems/goal.zh.md +38 -2
  277. package/references/official-docs/docs/subsystems/invariants.i18n.yaml +2 -2
  278. package/references/official-docs/docs/subsystems/invariants.md +1 -1
  279. package/references/official-docs/docs/subsystems/invariants.zh.md +3 -3
  280. package/references/official-docs/docs/subsystems/jobs.i18n.yaml +1 -1
  281. package/references/official-docs/docs/subsystems/jobs.md +1 -1
  282. package/references/official-docs/docs/subsystems/jobs.zh.md +1 -1
  283. package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +2 -2
  284. package/references/official-docs/docs/subsystems/llm-streaming.md +35 -15
  285. package/references/official-docs/docs/subsystems/llm-streaming.zh.md +37 -17
  286. package/references/official-docs/docs/subsystems/lsp.i18n.yaml +2 -2
  287. package/references/official-docs/docs/subsystems/lsp.md +1 -1
  288. package/references/official-docs/docs/subsystems/lsp.zh.md +1 -1
  289. package/references/official-docs/docs/subsystems/mcp.i18n.yaml +6 -0
  290. package/references/official-docs/docs/subsystems/mcp.md +139 -0
  291. package/references/official-docs/docs/subsystems/mcp.zh.md +139 -0
  292. package/references/official-docs/docs/subsystems/office-to-pdf.i18n.yaml +6 -0
  293. package/references/official-docs/docs/subsystems/office-to-pdf.md +87 -0
  294. package/references/official-docs/docs/subsystems/office-to-pdf.zh.md +87 -0
  295. package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +2 -2
  296. package/references/official-docs/docs/subsystems/permission-presets.md +62 -27
  297. package/references/official-docs/docs/subsystems/permission-presets.zh.md +62 -27
  298. package/references/official-docs/docs/subsystems/persistence.i18n.yaml +2 -2
  299. package/references/official-docs/docs/subsystems/persistence.md +36 -15
  300. package/references/official-docs/docs/subsystems/persistence.zh.md +36 -15
  301. package/references/official-docs/docs/subsystems/plan.zh.md +2 -2
  302. package/references/official-docs/docs/subsystems/ptc-runtime.i18n.yaml +6 -0
  303. package/references/official-docs/docs/subsystems/ptc-runtime.md +232 -0
  304. package/references/official-docs/docs/subsystems/ptc-runtime.zh.md +232 -0
  305. package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +2 -2
  306. package/references/official-docs/docs/subsystems/sandbox.md +5 -4
  307. package/references/official-docs/docs/subsystems/sandbox.zh.md +7 -6
  308. package/references/official-docs/docs/subsystems/schedule.i18n.yaml +2 -2
  309. package/references/official-docs/docs/subsystems/schedule.md +2 -2
  310. package/references/official-docs/docs/subsystems/schedule.zh.md +3 -3
  311. package/references/official-docs/docs/subsystems/scope.i18n.yaml +2 -2
  312. package/references/official-docs/docs/subsystems/scope.md +1 -1
  313. package/references/official-docs/docs/subsystems/scope.zh.md +1 -1
  314. package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +2 -2
  315. package/references/official-docs/docs/subsystems/session-projection.md +1 -1
  316. package/references/official-docs/docs/subsystems/session-projection.zh.md +2 -2
  317. package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +2 -2
  318. package/references/official-docs/docs/subsystems/session-reference.md +11 -6
  319. package/references/official-docs/docs/subsystems/session-reference.zh.md +11 -6
  320. package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +2 -2
  321. package/references/official-docs/docs/subsystems/session-telemetry.md +22 -6
  322. package/references/official-docs/docs/subsystems/session-telemetry.zh.md +23 -7
  323. package/references/official-docs/docs/subsystems/session-title.i18n.yaml +2 -2
  324. package/references/official-docs/docs/subsystems/session-title.md +5 -5
  325. package/references/official-docs/docs/subsystems/session-title.zh.md +5 -5
  326. package/references/official-docs/docs/subsystems/session.i18n.yaml +2 -2
  327. package/references/official-docs/docs/subsystems/session.md +149 -61
  328. package/references/official-docs/docs/subsystems/session.zh.md +150 -62
  329. package/references/official-docs/docs/subsystems/shell.i18n.yaml +2 -2
  330. package/references/official-docs/docs/subsystems/shell.md +19 -15
  331. package/references/official-docs/docs/subsystems/shell.zh.md +20 -16
  332. package/references/official-docs/docs/subsystems/sidebar-right.i18n.yaml +6 -0
  333. package/references/official-docs/docs/subsystems/sidebar-right.md +153 -0
  334. package/references/official-docs/docs/subsystems/sidebar-right.zh.md +153 -0
  335. package/references/official-docs/docs/subsystems/skills.i18n.yaml +2 -2
  336. package/references/official-docs/docs/subsystems/skills.md +4 -6
  337. package/references/official-docs/docs/subsystems/skills.zh.md +4 -6
  338. package/references/official-docs/docs/subsystems/slots.i18n.yaml +2 -2
  339. package/references/official-docs/docs/subsystems/slots.md +52 -38
  340. package/references/official-docs/docs/subsystems/slots.zh.md +53 -39
  341. package/references/official-docs/docs/subsystems/spill.i18n.yaml +2 -2
  342. package/references/official-docs/docs/subsystems/spill.md +13 -6
  343. package/references/official-docs/docs/subsystems/spill.zh.md +13 -6
  344. package/references/official-docs/docs/subsystems/ssh.i18n.yaml +6 -0
  345. package/references/official-docs/docs/subsystems/ssh.md +135 -0
  346. package/references/official-docs/docs/subsystems/ssh.zh.md +135 -0
  347. package/references/official-docs/docs/subsystems/storage.zh.md +2 -2
  348. package/references/official-docs/docs/subsystems/subagent.i18n.yaml +2 -2
  349. package/references/official-docs/docs/subsystems/subagent.md +33 -16
  350. package/references/official-docs/docs/subsystems/subagent.zh.md +32 -15
  351. package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +2 -2
  352. package/references/official-docs/docs/subsystems/subprocess.md +41 -44
  353. package/references/official-docs/docs/subsystems/subprocess.zh.md +41 -44
  354. package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +2 -2
  355. package/references/official-docs/docs/subsystems/system-prompt.md +6 -2
  356. package/references/official-docs/docs/subsystems/system-prompt.zh.md +7 -3
  357. package/references/official-docs/docs/subsystems/todo.zh.md +1 -1
  358. package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +2 -2
  359. package/references/official-docs/docs/subsystems/token-meter.md +2 -1
  360. package/references/official-docs/docs/subsystems/token-meter.zh.md +2 -1
  361. package/references/official-docs/docs/subsystems/tools.i18n.yaml +2 -2
  362. package/references/official-docs/docs/subsystems/tools.md +28 -12
  363. package/references/official-docs/docs/subsystems/tools.zh.md +28 -12
  364. package/references/official-docs/docs/subsystems/typert.i18n.yaml +2 -2
  365. package/references/official-docs/docs/subsystems/typert.md +6 -5
  366. package/references/official-docs/docs/subsystems/typert.zh.md +6 -5
  367. package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +2 -2
  368. package/references/official-docs/docs/subsystems/user-questions.md +2 -0
  369. package/references/official-docs/docs/subsystems/user-questions.zh.md +2 -0
  370. package/references/official-docs/docs/subsystems/web-client.i18n.yaml +2 -2
  371. package/references/official-docs/docs/subsystems/web-client.md +5 -5
  372. package/references/official-docs/docs/subsystems/web-client.zh.md +6 -6
  373. package/references/official-docs/docs/subsystems/web-server.i18n.yaml +2 -2
  374. package/references/official-docs/docs/subsystems/web-server.md +64 -0
  375. package/references/official-docs/docs/subsystems/web-server.zh.md +65 -1
  376. package/references/official-docs/docs/subsystems/webhook.i18n.yaml +1 -1
  377. package/references/official-docs/docs/subsystems/webhook.md +2 -2
  378. package/references/official-docs/docs/subsystems/workflow.i18n.yaml +2 -2
  379. package/references/official-docs/docs/subsystems/workflow.md +8 -8
  380. package/references/official-docs/docs/subsystems/workflow.zh.md +10 -10
  381. package/references/official-docs/docs/subsystems/workspace.i18n.yaml +2 -2
  382. package/references/official-docs/docs/subsystems/workspace.md +199 -1
  383. package/references/official-docs/docs/subsystems/workspace.zh.md +199 -1
  384. package/references/official-docs/docs/testing.i18n.yaml +2 -2
  385. package/references/official-docs/docs/testing.md +5 -4
  386. package/references/official-docs/docs/testing.zh.md +5 -4
  387. package/references/official-docs/docs/tool-catalog.i18n.yaml +2 -2
  388. package/references/official-docs/docs/tool-catalog.md +452 -187
  389. package/references/official-docs/docs/tool-catalog.zh.md +454 -189
  390. package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +2 -2
  391. package/references/official-docs/docs/tool-execution-pipeline.md +2 -2
  392. package/references/official-docs/docs/tool-execution-pipeline.zh.md +2 -2
  393. package/references/official-docs/docs/user/develop/basic/index.zh.md +1 -1
  394. package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +2 -2
  395. package/references/official-docs/docs/user/develop/basic/publish.md +2 -2
  396. package/references/official-docs/docs/user/develop/basic/publish.zh.md +5 -5
  397. package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +2 -2
  398. package/references/official-docs/docs/user/develop/framework/index.md +1 -1
  399. package/references/official-docs/docs/user/develop/framework/index.zh.md +1 -1
  400. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.i18n.yaml +2 -2
  401. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.md +8 -8
  402. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +8 -8
  403. package/references/official-docs/docs/user/guide/index.zh.md +2 -2
  404. package/references/official-docs/docs/user/guide/mcp-memory.zh.md +1 -1
  405. package/references/official-docs/docs/user/guide/network-proxy.i18n.yaml +2 -2
  406. package/references/official-docs/docs/user/guide/network-proxy.md +1 -1
  407. package/references/official-docs/docs/user/guide/network-proxy.zh.md +1 -1
  408. package/references/official-docs/docs/user/guide/providers.i18n.yaml +2 -2
  409. package/references/official-docs/docs/user/guide/providers.md +12 -8
  410. package/references/official-docs/docs/user/guide/providers.zh.md +14 -10
  411. package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +2 -2
  412. package/references/official-docs/docs/user/guide/python-sdk.md +59 -23
  413. package/references/official-docs/docs/user/guide/python-sdk.zh.md +60 -24
  414. package/references/official-docs/docs/web-styling.i18n.yaml +2 -2
  415. package/references/official-docs/docs/web-styling.md +2 -1
  416. package/references/official-docs/docs/web-styling.zh.md +3 -2
  417. package/references/official-docs/packages/AGENTS.md +1 -1
  418. package/references/official-docs/packages/README.md +12 -7
  419. package/references/official-docs/vendor/README.md +15 -11
  420. package/references/official-docs/website-docs.ts +4 -2
  421. package/scripts/sync-official-docs.ps1 +5 -5
  422. package/references/official-docs/docs/subsystems/code-runtime.md +0 -195
  423. package/references/official-docs/docs/subsystems/code-runtime.zh.md +0 -195
@@ -0,0 +1,2132 @@
1
+ {
2
+ "formatVersion": 1,
3
+ "roots": [
4
+ {
5
+ "key": "event:deliverables/presented",
6
+ "kind": "event",
7
+ "event": "deliverables/presented",
8
+ "surface": false,
9
+ "digest": "13d3d180f977bf78081d487ffa0ecb75857349bcab29a5a3fb48189fca2a6176",
10
+ "schema": {
11
+ "root": 0,
12
+ "nodes": [
13
+ {
14
+ "kind": "object",
15
+ "properties": [
16
+ {
17
+ "name": "data",
18
+ "type": 1,
19
+ "optional": false
20
+ },
21
+ {
22
+ "name": "ignorable",
23
+ "type": 6,
24
+ "optional": true
25
+ },
26
+ {
27
+ "name": "seq",
28
+ "type": 5,
29
+ "optional": false
30
+ },
31
+ {
32
+ "name": "time",
33
+ "type": 5,
34
+ "optional": false
35
+ },
36
+ {
37
+ "name": "type",
38
+ "type": 7,
39
+ "optional": false
40
+ }
41
+ ],
42
+ "indices": []
43
+ },
44
+ {
45
+ "kind": "object",
46
+ "properties": [
47
+ {
48
+ "name": "callId",
49
+ "type": 2,
50
+ "optional": false
51
+ },
52
+ {
53
+ "name": "files",
54
+ "type": 3,
55
+ "optional": false
56
+ },
57
+ {
58
+ "name": "turn",
59
+ "type": 5,
60
+ "optional": false
61
+ }
62
+ ],
63
+ "indices": []
64
+ },
65
+ {
66
+ "kind": "primitive",
67
+ "type": "string"
68
+ },
69
+ {
70
+ "kind": "array",
71
+ "element": 4
72
+ },
73
+ {
74
+ "kind": "object",
75
+ "properties": [
76
+ {
77
+ "name": "description",
78
+ "type": 2,
79
+ "optional": true
80
+ },
81
+ {
82
+ "name": "path",
83
+ "type": 2,
84
+ "optional": false
85
+ }
86
+ ],
87
+ "indices": []
88
+ },
89
+ {
90
+ "kind": "primitive",
91
+ "type": "number"
92
+ },
93
+ {
94
+ "kind": "literal",
95
+ "value": true
96
+ },
97
+ {
98
+ "kind": "literal",
99
+ "value": "deliverables/presented"
100
+ }
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "key": "event:feedback/message-put",
106
+ "kind": "event",
107
+ "event": "feedback/message-put",
108
+ "surface": false,
109
+ "digest": "b5086d249e8502e9ead1d39156bb8d559bde7951cac0f14ce150345b4e42a2bf",
110
+ "schema": {
111
+ "root": 0,
112
+ "nodes": [
113
+ {
114
+ "kind": "object",
115
+ "properties": [
116
+ {
117
+ "name": "data",
118
+ "type": 1,
119
+ "optional": false
120
+ },
121
+ {
122
+ "name": "ignorable",
123
+ "type": 16,
124
+ "optional": true
125
+ },
126
+ {
127
+ "name": "seq",
128
+ "type": 11,
129
+ "optional": false
130
+ },
131
+ {
132
+ "name": "time",
133
+ "type": 11,
134
+ "optional": false
135
+ },
136
+ {
137
+ "name": "type",
138
+ "type": 17,
139
+ "optional": false
140
+ }
141
+ ],
142
+ "indices": []
143
+ },
144
+ {
145
+ "kind": "object",
146
+ "properties": [
147
+ {
148
+ "name": "item",
149
+ "type": 2,
150
+ "optional": false
151
+ },
152
+ {
153
+ "name": "sessionId",
154
+ "type": 12,
155
+ "optional": false
156
+ }
157
+ ],
158
+ "indices": []
159
+ },
160
+ {
161
+ "kind": "object",
162
+ "properties": [
163
+ {
164
+ "name": "category",
165
+ "type": 3,
166
+ "optional": true
167
+ },
168
+ {
169
+ "name": "createdAt",
170
+ "type": 11,
171
+ "optional": false
172
+ },
173
+ {
174
+ "name": "messageId",
175
+ "type": 12,
176
+ "optional": false
177
+ },
178
+ {
179
+ "name": "note",
180
+ "type": 12,
181
+ "optional": true
182
+ },
183
+ {
184
+ "name": "rating",
185
+ "type": 13,
186
+ "optional": false
187
+ },
188
+ {
189
+ "name": "updatedAt",
190
+ "type": 11,
191
+ "optional": false
192
+ },
193
+ {
194
+ "name": "version",
195
+ "type": 12,
196
+ "optional": false
197
+ }
198
+ ],
199
+ "indices": []
200
+ },
201
+ {
202
+ "kind": "union",
203
+ "types": [
204
+ 4,
205
+ 5,
206
+ 6,
207
+ 7,
208
+ 8,
209
+ 9,
210
+ 10
211
+ ]
212
+ },
213
+ {
214
+ "kind": "literal",
215
+ "value": "instruction-following"
216
+ },
217
+ {
218
+ "kind": "literal",
219
+ "value": "other"
220
+ },
221
+ {
222
+ "kind": "literal",
223
+ "value": "product-interaction"
224
+ },
225
+ {
226
+ "kind": "literal",
227
+ "value": "resource-cost"
228
+ },
229
+ {
230
+ "kind": "literal",
231
+ "value": "security-privacy-permission"
232
+ },
233
+ {
234
+ "kind": "literal",
235
+ "value": "service-stability"
236
+ },
237
+ {
238
+ "kind": "literal",
239
+ "value": "task-result"
240
+ },
241
+ {
242
+ "kind": "primitive",
243
+ "type": "number"
244
+ },
245
+ {
246
+ "kind": "primitive",
247
+ "type": "string"
248
+ },
249
+ {
250
+ "kind": "union",
251
+ "types": [
252
+ 14,
253
+ 15
254
+ ]
255
+ },
256
+ {
257
+ "kind": "literal",
258
+ "value": "negative"
259
+ },
260
+ {
261
+ "kind": "literal",
262
+ "value": "positive"
263
+ },
264
+ {
265
+ "kind": "literal",
266
+ "value": true
267
+ },
268
+ {
269
+ "kind": "literal",
270
+ "value": "feedback/message-put"
271
+ }
272
+ ]
273
+ }
274
+ },
275
+ {
276
+ "key": "event:feedback/record",
277
+ "kind": "event",
278
+ "event": "feedback/record",
279
+ "surface": false,
280
+ "digest": "b54940ff095c17e874c5be03815f4c2145a256cf3a1d34dae4ab2f7769dfffe8",
281
+ "schema": {
282
+ "root": 0,
283
+ "nodes": [
284
+ {
285
+ "kind": "object",
286
+ "properties": [
287
+ {
288
+ "name": "data",
289
+ "type": 1,
290
+ "optional": false
291
+ },
292
+ {
293
+ "name": "ignorable",
294
+ "type": 11,
295
+ "optional": true
296
+ },
297
+ {
298
+ "name": "seq",
299
+ "type": 12,
300
+ "optional": false
301
+ },
302
+ {
303
+ "name": "time",
304
+ "type": 12,
305
+ "optional": false
306
+ },
307
+ {
308
+ "name": "type",
309
+ "type": 13,
310
+ "optional": false
311
+ }
312
+ ],
313
+ "indices": []
314
+ },
315
+ {
316
+ "kind": "object",
317
+ "properties": [
318
+ {
319
+ "name": "category",
320
+ "type": 2,
321
+ "optional": true
322
+ },
323
+ {
324
+ "name": "text",
325
+ "type": 10,
326
+ "optional": true
327
+ }
328
+ ],
329
+ "indices": []
330
+ },
331
+ {
332
+ "kind": "union",
333
+ "types": [
334
+ 3,
335
+ 4,
336
+ 5,
337
+ 6,
338
+ 7,
339
+ 8,
340
+ 9
341
+ ]
342
+ },
343
+ {
344
+ "kind": "literal",
345
+ "value": "instruction-following"
346
+ },
347
+ {
348
+ "kind": "literal",
349
+ "value": "other"
350
+ },
351
+ {
352
+ "kind": "literal",
353
+ "value": "product-interaction"
354
+ },
355
+ {
356
+ "kind": "literal",
357
+ "value": "resource-cost"
358
+ },
359
+ {
360
+ "kind": "literal",
361
+ "value": "security-privacy-permission"
362
+ },
363
+ {
364
+ "kind": "literal",
365
+ "value": "service-stability"
366
+ },
367
+ {
368
+ "kind": "literal",
369
+ "value": "task-result"
370
+ },
371
+ {
372
+ "kind": "primitive",
373
+ "type": "string"
374
+ },
375
+ {
376
+ "kind": "literal",
377
+ "value": true
378
+ },
379
+ {
380
+ "kind": "primitive",
381
+ "type": "number"
382
+ },
383
+ {
384
+ "kind": "literal",
385
+ "value": "feedback/record"
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "key": "event:subagent/catalog",
392
+ "kind": "event",
393
+ "event": "subagent/catalog",
394
+ "surface": false,
395
+ "digest": "ae1f7110feeec697b8cab42b68f7709aa7b3279764099dfb53c25890d2e5c871",
396
+ "schema": {
397
+ "root": 0,
398
+ "nodes": [
399
+ {
400
+ "kind": "object",
401
+ "properties": [
402
+ {
403
+ "name": "data",
404
+ "type": 1,
405
+ "optional": false
406
+ },
407
+ {
408
+ "name": "ignorable",
409
+ "type": 9,
410
+ "optional": true
411
+ },
412
+ {
413
+ "name": "seq",
414
+ "type": 3,
415
+ "optional": false
416
+ },
417
+ {
418
+ "name": "time",
419
+ "type": 3,
420
+ "optional": false
421
+ },
422
+ {
423
+ "name": "type",
424
+ "type": 10,
425
+ "optional": false
426
+ }
427
+ ],
428
+ "indices": []
429
+ },
430
+ {
431
+ "kind": "union",
432
+ "types": [
433
+ 2,
434
+ 7
435
+ ]
436
+ },
437
+ {
438
+ "kind": "object",
439
+ "properties": [
440
+ {
441
+ "name": "childCreatedAt",
442
+ "type": 3,
443
+ "optional": false
444
+ },
445
+ {
446
+ "name": "childId",
447
+ "type": 4,
448
+ "optional": false
449
+ },
450
+ {
451
+ "name": "label",
452
+ "type": 4,
453
+ "optional": false
454
+ },
455
+ {
456
+ "name": "mode",
457
+ "type": 5,
458
+ "optional": false
459
+ },
460
+ {
461
+ "name": "version",
462
+ "type": 6,
463
+ "optional": false
464
+ }
465
+ ],
466
+ "indices": []
467
+ },
468
+ {
469
+ "kind": "primitive",
470
+ "type": "number"
471
+ },
472
+ {
473
+ "kind": "primitive",
474
+ "type": "string"
475
+ },
476
+ {
477
+ "kind": "literal",
478
+ "value": "continuable"
479
+ },
480
+ {
481
+ "kind": "literal",
482
+ "value": 0
483
+ },
484
+ {
485
+ "kind": "object",
486
+ "properties": [
487
+ {
488
+ "name": "childCreatedAt",
489
+ "type": 3,
490
+ "optional": false
491
+ },
492
+ {
493
+ "name": "childId",
494
+ "type": 4,
495
+ "optional": false
496
+ },
497
+ {
498
+ "name": "label",
499
+ "type": 4,
500
+ "optional": true
501
+ },
502
+ {
503
+ "name": "mode",
504
+ "type": 8,
505
+ "optional": false
506
+ },
507
+ {
508
+ "name": "version",
509
+ "type": 6,
510
+ "optional": false
511
+ }
512
+ ],
513
+ "indices": []
514
+ },
515
+ {
516
+ "kind": "literal",
517
+ "value": "one-shot"
518
+ },
519
+ {
520
+ "kind": "literal",
521
+ "value": true
522
+ },
523
+ {
524
+ "kind": "literal",
525
+ "value": "subagent/catalog"
526
+ }
527
+ ]
528
+ }
529
+ }
530
+ ],
531
+ "types": [
532
+ {
533
+ "digest": "0341d4c3dfcd53253cdc1e789d9130d3cd848b6f8b0706bf92f313a68b39ff23",
534
+ "schema": {
535
+ "root": 0,
536
+ "nodes": [
537
+ {
538
+ "kind": "literal",
539
+ "value": "product-interaction"
540
+ }
541
+ ]
542
+ },
543
+ "names": [],
544
+ "sources": []
545
+ },
546
+ {
547
+ "digest": "0657d3ca5ac4e7bf79b00bcf860b1c7159d01a9da137497221ec2f1776e365f7",
548
+ "schema": {
549
+ "root": 0,
550
+ "nodes": [
551
+ {
552
+ "kind": "primitive",
553
+ "type": "number"
554
+ }
555
+ ]
556
+ },
557
+ "names": [
558
+ "packages/core/session/src/types.ts#SessionSeq"
559
+ ],
560
+ "sources": [
561
+ "packages/core/session/src/types.ts"
562
+ ]
563
+ },
564
+ {
565
+ "digest": "07eccc9ea2f9b5439d76cc77d5e062936677d43f07a23da749819b0a22ee36b7",
566
+ "schema": {
567
+ "root": 0,
568
+ "nodes": [
569
+ {
570
+ "kind": "literal",
571
+ "value": "security-privacy-permission"
572
+ }
573
+ ]
574
+ },
575
+ "names": [],
576
+ "sources": []
577
+ },
578
+ {
579
+ "digest": "0e10d7c096b47e61defe372a5fc8bd37d835199410eac44367f95c45082498bd",
580
+ "schema": {
581
+ "root": 0,
582
+ "nodes": [
583
+ {
584
+ "kind": "object",
585
+ "properties": [
586
+ {
587
+ "name": "childCreatedAt",
588
+ "type": 1,
589
+ "optional": false
590
+ },
591
+ {
592
+ "name": "childId",
593
+ "type": 2,
594
+ "optional": false
595
+ },
596
+ {
597
+ "name": "label",
598
+ "type": 2,
599
+ "optional": false
600
+ },
601
+ {
602
+ "name": "mode",
603
+ "type": 3,
604
+ "optional": false
605
+ },
606
+ {
607
+ "name": "version",
608
+ "type": 4,
609
+ "optional": false
610
+ }
611
+ ],
612
+ "indices": []
613
+ },
614
+ {
615
+ "kind": "primitive",
616
+ "type": "number"
617
+ },
618
+ {
619
+ "kind": "primitive",
620
+ "type": "string"
621
+ },
622
+ {
623
+ "kind": "literal",
624
+ "value": "continuable"
625
+ },
626
+ {
627
+ "kind": "literal",
628
+ "value": 0
629
+ }
630
+ ]
631
+ },
632
+ "names": [
633
+ "event:subagent/catalog.data[1]"
634
+ ],
635
+ "sources": []
636
+ },
637
+ {
638
+ "digest": "13d3d180f977bf78081d487ffa0ecb75857349bcab29a5a3fb48189fca2a6176",
639
+ "schema": {
640
+ "root": 0,
641
+ "nodes": [
642
+ {
643
+ "kind": "object",
644
+ "properties": [
645
+ {
646
+ "name": "data",
647
+ "type": 1,
648
+ "optional": false
649
+ },
650
+ {
651
+ "name": "ignorable",
652
+ "type": 6,
653
+ "optional": true
654
+ },
655
+ {
656
+ "name": "seq",
657
+ "type": 5,
658
+ "optional": false
659
+ },
660
+ {
661
+ "name": "time",
662
+ "type": 5,
663
+ "optional": false
664
+ },
665
+ {
666
+ "name": "type",
667
+ "type": 7,
668
+ "optional": false
669
+ }
670
+ ],
671
+ "indices": []
672
+ },
673
+ {
674
+ "kind": "object",
675
+ "properties": [
676
+ {
677
+ "name": "callId",
678
+ "type": 2,
679
+ "optional": false
680
+ },
681
+ {
682
+ "name": "files",
683
+ "type": 3,
684
+ "optional": false
685
+ },
686
+ {
687
+ "name": "turn",
688
+ "type": 5,
689
+ "optional": false
690
+ }
691
+ ],
692
+ "indices": []
693
+ },
694
+ {
695
+ "kind": "primitive",
696
+ "type": "string"
697
+ },
698
+ {
699
+ "kind": "array",
700
+ "element": 4
701
+ },
702
+ {
703
+ "kind": "object",
704
+ "properties": [
705
+ {
706
+ "name": "description",
707
+ "type": 2,
708
+ "optional": true
709
+ },
710
+ {
711
+ "name": "path",
712
+ "type": 2,
713
+ "optional": false
714
+ }
715
+ ],
716
+ "indices": []
717
+ },
718
+ {
719
+ "kind": "primitive",
720
+ "type": "number"
721
+ },
722
+ {
723
+ "kind": "literal",
724
+ "value": true
725
+ },
726
+ {
727
+ "kind": "literal",
728
+ "value": "deliverables/presented"
729
+ }
730
+ ]
731
+ },
732
+ "names": [
733
+ "event:deliverables/presented"
734
+ ],
735
+ "sources": []
736
+ },
737
+ {
738
+ "digest": "1528539c63db8b23506f0209a99ce77d8ad138adfbfcee3d4769b7382d93756c",
739
+ "schema": {
740
+ "root": 0,
741
+ "nodes": [
742
+ {
743
+ "kind": "object",
744
+ "properties": [
745
+ {
746
+ "name": "callId",
747
+ "type": 1,
748
+ "optional": false
749
+ },
750
+ {
751
+ "name": "files",
752
+ "type": 2,
753
+ "optional": false
754
+ },
755
+ {
756
+ "name": "turn",
757
+ "type": 4,
758
+ "optional": false
759
+ }
760
+ ],
761
+ "indices": []
762
+ },
763
+ {
764
+ "kind": "primitive",
765
+ "type": "string"
766
+ },
767
+ {
768
+ "kind": "array",
769
+ "element": 3
770
+ },
771
+ {
772
+ "kind": "object",
773
+ "properties": [
774
+ {
775
+ "name": "description",
776
+ "type": 1,
777
+ "optional": true
778
+ },
779
+ {
780
+ "name": "path",
781
+ "type": 1,
782
+ "optional": false
783
+ }
784
+ ],
785
+ "indices": []
786
+ },
787
+ {
788
+ "kind": "primitive",
789
+ "type": "number"
790
+ }
791
+ ]
792
+ },
793
+ "names": [
794
+ "event:deliverables/presented.data"
795
+ ],
796
+ "sources": [
797
+ "packages/deliverables/tool-present/src/types.ts"
798
+ ]
799
+ },
800
+ {
801
+ "digest": "1a2718b00937b236a0d0910ef5dab2f9f8b65e4bde410cc21f15fbbf29f584d3",
802
+ "schema": {
803
+ "root": 0,
804
+ "nodes": [
805
+ {
806
+ "kind": "literal",
807
+ "value": "deliverables/presented"
808
+ }
809
+ ]
810
+ },
811
+ "names": [],
812
+ "sources": []
813
+ },
814
+ {
815
+ "digest": "1d9cb3caa96100b18b1911fa3ff8c751ef6992971a03c5f4d9aefc1a0004a345",
816
+ "schema": {
817
+ "root": 0,
818
+ "nodes": [
819
+ {
820
+ "kind": "array",
821
+ "element": 1
822
+ },
823
+ {
824
+ "kind": "object",
825
+ "properties": [
826
+ {
827
+ "name": "description",
828
+ "type": 2,
829
+ "optional": true
830
+ },
831
+ {
832
+ "name": "path",
833
+ "type": 2,
834
+ "optional": false
835
+ }
836
+ ],
837
+ "indices": []
838
+ },
839
+ {
840
+ "kind": "primitive",
841
+ "type": "string"
842
+ }
843
+ ]
844
+ },
845
+ "names": [
846
+ "event:deliverables/presented.data.files"
847
+ ],
848
+ "sources": []
849
+ },
850
+ {
851
+ "digest": "3305a4bb6b6c29b482ba91d59c60b47e8f98282d3dacc8c29e4a4c2712209bdd",
852
+ "schema": {
853
+ "root": 0,
854
+ "nodes": [
855
+ {
856
+ "kind": "union",
857
+ "types": [
858
+ 1,
859
+ 2,
860
+ 3,
861
+ 4,
862
+ 5,
863
+ 6,
864
+ 7
865
+ ]
866
+ },
867
+ {
868
+ "kind": "literal",
869
+ "value": "instruction-following"
870
+ },
871
+ {
872
+ "kind": "literal",
873
+ "value": "other"
874
+ },
875
+ {
876
+ "kind": "literal",
877
+ "value": "product-interaction"
878
+ },
879
+ {
880
+ "kind": "literal",
881
+ "value": "resource-cost"
882
+ },
883
+ {
884
+ "kind": "literal",
885
+ "value": "security-privacy-permission"
886
+ },
887
+ {
888
+ "kind": "literal",
889
+ "value": "service-stability"
890
+ },
891
+ {
892
+ "kind": "literal",
893
+ "value": "task-result"
894
+ }
895
+ ]
896
+ },
897
+ "names": [
898
+ "event:feedback/message-put.data.item.category",
899
+ "event:feedback/record.data.category"
900
+ ],
901
+ "sources": []
902
+ },
903
+ {
904
+ "digest": "390eed1028aba02774f14408647acec10ec5516e97d4f15ecde2b9989d5a69f2",
905
+ "schema": {
906
+ "root": 0,
907
+ "nodes": [
908
+ {
909
+ "kind": "union",
910
+ "types": [
911
+ 1,
912
+ 2
913
+ ]
914
+ },
915
+ {
916
+ "kind": "literal",
917
+ "value": "negative"
918
+ },
919
+ {
920
+ "kind": "literal",
921
+ "value": "positive"
922
+ }
923
+ ]
924
+ },
925
+ "names": [
926
+ "packages/feedback/message-feedback/src/types.ts#MessageFeedbackRating"
927
+ ],
928
+ "sources": [
929
+ "packages/feedback/message-feedback/src/types.ts"
930
+ ]
931
+ },
932
+ {
933
+ "digest": "3ac1196f59d5e9e0e9345122c8c403b102478b526404a2e591a38f613483321e",
934
+ "schema": {
935
+ "root": 0,
936
+ "nodes": [
937
+ {
938
+ "kind": "union",
939
+ "types": [
940
+ 1,
941
+ 6
942
+ ]
943
+ },
944
+ {
945
+ "kind": "object",
946
+ "properties": [
947
+ {
948
+ "name": "childCreatedAt",
949
+ "type": 2,
950
+ "optional": false
951
+ },
952
+ {
953
+ "name": "childId",
954
+ "type": 3,
955
+ "optional": false
956
+ },
957
+ {
958
+ "name": "label",
959
+ "type": 3,
960
+ "optional": false
961
+ },
962
+ {
963
+ "name": "mode",
964
+ "type": 4,
965
+ "optional": false
966
+ },
967
+ {
968
+ "name": "version",
969
+ "type": 5,
970
+ "optional": false
971
+ }
972
+ ],
973
+ "indices": []
974
+ },
975
+ {
976
+ "kind": "primitive",
977
+ "type": "number"
978
+ },
979
+ {
980
+ "kind": "primitive",
981
+ "type": "string"
982
+ },
983
+ {
984
+ "kind": "literal",
985
+ "value": "continuable"
986
+ },
987
+ {
988
+ "kind": "literal",
989
+ "value": 0
990
+ },
991
+ {
992
+ "kind": "object",
993
+ "properties": [
994
+ {
995
+ "name": "childCreatedAt",
996
+ "type": 2,
997
+ "optional": false
998
+ },
999
+ {
1000
+ "name": "childId",
1001
+ "type": 3,
1002
+ "optional": false
1003
+ },
1004
+ {
1005
+ "name": "label",
1006
+ "type": 3,
1007
+ "optional": true
1008
+ },
1009
+ {
1010
+ "name": "mode",
1011
+ "type": 7,
1012
+ "optional": false
1013
+ },
1014
+ {
1015
+ "name": "version",
1016
+ "type": 5,
1017
+ "optional": false
1018
+ }
1019
+ ],
1020
+ "indices": []
1021
+ },
1022
+ {
1023
+ "kind": "literal",
1024
+ "value": "one-shot"
1025
+ }
1026
+ ]
1027
+ },
1028
+ "names": [
1029
+ "packages/subagent/subagent/src/catalog.ts#SubagentCatalogEvent"
1030
+ ],
1031
+ "sources": [
1032
+ "packages/subagent/subagent/src/catalog.ts"
1033
+ ]
1034
+ },
1035
+ {
1036
+ "digest": "3d7d07060a7be77984feb651ea2bf1925d3e0477911d9d3ed86330d1e8ca6182",
1037
+ "schema": {
1038
+ "root": 0,
1039
+ "nodes": [
1040
+ {
1041
+ "kind": "object",
1042
+ "properties": [
1043
+ {
1044
+ "name": "category",
1045
+ "type": 1,
1046
+ "optional": true
1047
+ },
1048
+ {
1049
+ "name": "createdAt",
1050
+ "type": 9,
1051
+ "optional": false
1052
+ },
1053
+ {
1054
+ "name": "messageId",
1055
+ "type": 10,
1056
+ "optional": false
1057
+ },
1058
+ {
1059
+ "name": "note",
1060
+ "type": 10,
1061
+ "optional": true
1062
+ },
1063
+ {
1064
+ "name": "rating",
1065
+ "type": 11,
1066
+ "optional": false
1067
+ },
1068
+ {
1069
+ "name": "updatedAt",
1070
+ "type": 9,
1071
+ "optional": false
1072
+ },
1073
+ {
1074
+ "name": "version",
1075
+ "type": 10,
1076
+ "optional": false
1077
+ }
1078
+ ],
1079
+ "indices": []
1080
+ },
1081
+ {
1082
+ "kind": "union",
1083
+ "types": [
1084
+ 2,
1085
+ 3,
1086
+ 4,
1087
+ 5,
1088
+ 6,
1089
+ 7,
1090
+ 8
1091
+ ]
1092
+ },
1093
+ {
1094
+ "kind": "literal",
1095
+ "value": "instruction-following"
1096
+ },
1097
+ {
1098
+ "kind": "literal",
1099
+ "value": "security-privacy-permission"
1100
+ },
1101
+ {
1102
+ "kind": "literal",
1103
+ "value": "service-stability"
1104
+ },
1105
+ {
1106
+ "kind": "literal",
1107
+ "value": "task-result"
1108
+ },
1109
+ {
1110
+ "kind": "literal",
1111
+ "value": "other"
1112
+ },
1113
+ {
1114
+ "kind": "literal",
1115
+ "value": "product-interaction"
1116
+ },
1117
+ {
1118
+ "kind": "literal",
1119
+ "value": "resource-cost"
1120
+ },
1121
+ {
1122
+ "kind": "primitive",
1123
+ "type": "number"
1124
+ },
1125
+ {
1126
+ "kind": "primitive",
1127
+ "type": "string"
1128
+ },
1129
+ {
1130
+ "kind": "union",
1131
+ "types": [
1132
+ 12,
1133
+ 13
1134
+ ]
1135
+ },
1136
+ {
1137
+ "kind": "literal",
1138
+ "value": "negative"
1139
+ },
1140
+ {
1141
+ "kind": "literal",
1142
+ "value": "positive"
1143
+ }
1144
+ ]
1145
+ },
1146
+ "names": [
1147
+ "packages/feedback/message-feedback/src/types.ts#MessageFeedbackItem"
1148
+ ],
1149
+ "sources": [
1150
+ "packages/feedback/message-feedback/src/types.ts"
1151
+ ]
1152
+ },
1153
+ {
1154
+ "digest": "44c8c77aa9aa100b0d74d2deee85474b29faa6eee0ac0f662f7abe9931ddd7f2",
1155
+ "schema": {
1156
+ "root": 0,
1157
+ "nodes": [
1158
+ {
1159
+ "kind": "literal",
1160
+ "value": "subagent/catalog"
1161
+ }
1162
+ ]
1163
+ },
1164
+ "names": [],
1165
+ "sources": []
1166
+ },
1167
+ {
1168
+ "digest": "4cd48f3e5108bd6ebedf7301c3638839b8b2b9db8dbd493974177fbdeb91a01b",
1169
+ "schema": {
1170
+ "root": 0,
1171
+ "nodes": [
1172
+ {
1173
+ "kind": "primitive",
1174
+ "type": "string"
1175
+ }
1176
+ ]
1177
+ },
1178
+ "names": [
1179
+ "packages/api/session-controller/src/types.ts#SessionRequestId",
1180
+ "packages/attachment/attachment/src/brand.ts#AttachmentId",
1181
+ "packages/compaction/compaction/src/brand.ts#CompactionId",
1182
+ "packages/core/session/src/types.ts#SessionId",
1183
+ "packages/experimental/agent-team/src/types.ts#TeamId",
1184
+ "packages/experimental/agent-team/src/types.ts#TeamMessageId",
1185
+ "packages/experimental/agent-team/src/types.ts#TeamTaskId",
1186
+ "packages/feedback/message-feedback/src/types.ts#MessageFeedbackVersion",
1187
+ "packages/goal/goal/src/types.ts#GoalId",
1188
+ "packages/interaction/commands/src/brand.ts#CommandId",
1189
+ "packages/interaction/user-approval/src/types.ts#ApprovalRequestId",
1190
+ "packages/llm/llm-retry/src/brand.ts#RetryId",
1191
+ "packages/llm/llm/src/brand.ts#MessageId",
1192
+ "packages/llm/llm/src/brand.ts#ProviderRequestId",
1193
+ "packages/llm/llm/src/brand.ts#ReasoningEffortId",
1194
+ "packages/llm/llm/src/brand.ts#ToolCallId",
1195
+ "packages/schedule/schedule/src/types.ts#ScheduleId",
1196
+ "packages/session/session-title/src/index.ts#SessionTitleProviderId",
1197
+ "packages/session/session-title/src/types.ts#SessionTitleProviderId",
1198
+ "packages/webhook/webhook/src/brand.ts#WebhookDeliveryId",
1199
+ "packages/webhook/webhook/src/brand.ts#WebhookRuleId",
1200
+ "packages/webhook/webhook/src/brand.ts#WebhookSourceId",
1201
+ "packages/workflow/workflow/src/types.ts#WorkflowRunId"
1202
+ ],
1203
+ "sources": [
1204
+ "packages/api/session-controller/src/types.ts",
1205
+ "packages/attachment/attachment/src/brand.ts",
1206
+ "packages/compaction/compaction/src/brand.ts",
1207
+ "packages/core/session/src/types.ts",
1208
+ "packages/experimental/agent-team/src/types.ts",
1209
+ "packages/feedback/message-feedback/src/types.ts",
1210
+ "packages/goal/goal/src/types.ts",
1211
+ "packages/interaction/commands/src/brand.ts",
1212
+ "packages/interaction/user-approval/src/types.ts",
1213
+ "packages/llm/llm-retry/src/brand.ts",
1214
+ "packages/llm/llm/src/brand.ts",
1215
+ "packages/schedule/schedule/src/types.ts",
1216
+ "packages/session/session-title/src/index.ts",
1217
+ "packages/session/session-title/src/types.ts",
1218
+ "packages/webhook/webhook/src/brand.ts",
1219
+ "packages/workflow/workflow/src/types.ts"
1220
+ ]
1221
+ },
1222
+ {
1223
+ "digest": "5bd310104cfe448e530beb11422d2f791e2e32e8e95fdc528a15f9ca693dae75",
1224
+ "schema": {
1225
+ "root": 0,
1226
+ "nodes": [
1227
+ {
1228
+ "kind": "literal",
1229
+ "value": "resource-cost"
1230
+ }
1231
+ ]
1232
+ },
1233
+ "names": [],
1234
+ "sources": []
1235
+ },
1236
+ {
1237
+ "digest": "5d542ac7bdf13310c46e1a884dec9fb18ad8c6e153cff207e639cd7bf9d7e694",
1238
+ "schema": {
1239
+ "root": 0,
1240
+ "nodes": [
1241
+ {
1242
+ "kind": "object",
1243
+ "properties": [
1244
+ {
1245
+ "name": "childCreatedAt",
1246
+ "type": 1,
1247
+ "optional": false
1248
+ },
1249
+ {
1250
+ "name": "childId",
1251
+ "type": 2,
1252
+ "optional": false
1253
+ },
1254
+ {
1255
+ "name": "label",
1256
+ "type": 2,
1257
+ "optional": true
1258
+ },
1259
+ {
1260
+ "name": "mode",
1261
+ "type": 3,
1262
+ "optional": false
1263
+ },
1264
+ {
1265
+ "name": "version",
1266
+ "type": 4,
1267
+ "optional": false
1268
+ }
1269
+ ],
1270
+ "indices": []
1271
+ },
1272
+ {
1273
+ "kind": "primitive",
1274
+ "type": "number"
1275
+ },
1276
+ {
1277
+ "kind": "primitive",
1278
+ "type": "string"
1279
+ },
1280
+ {
1281
+ "kind": "literal",
1282
+ "value": "one-shot"
1283
+ },
1284
+ {
1285
+ "kind": "literal",
1286
+ "value": 0
1287
+ }
1288
+ ]
1289
+ },
1290
+ "names": [
1291
+ "event:subagent/catalog.data[0]"
1292
+ ],
1293
+ "sources": []
1294
+ },
1295
+ {
1296
+ "digest": "6cda0d6d3b4336d83998fe580628426df81c2afbab5d768b8813b56d569120e8",
1297
+ "schema": {
1298
+ "root": 0,
1299
+ "nodes": [
1300
+ {
1301
+ "kind": "literal",
1302
+ "value": "feedback/message-put"
1303
+ }
1304
+ ]
1305
+ },
1306
+ "names": [],
1307
+ "sources": []
1308
+ },
1309
+ {
1310
+ "digest": "7180844e1066230c5e891f1b9ccd942423b0fe48aac6ded7eef2a285b288a732",
1311
+ "schema": {
1312
+ "root": 0,
1313
+ "nodes": [
1314
+ {
1315
+ "kind": "literal",
1316
+ "value": "service-stability"
1317
+ }
1318
+ ]
1319
+ },
1320
+ "names": [],
1321
+ "sources": []
1322
+ },
1323
+ {
1324
+ "digest": "7d54a5a5e629e2e7783bfac72683bcc5e969e9f43426b9289826aaf294ff6344",
1325
+ "schema": {
1326
+ "root": 0,
1327
+ "nodes": [
1328
+ {
1329
+ "kind": "object",
1330
+ "properties": [
1331
+ {
1332
+ "name": "category",
1333
+ "type": 1,
1334
+ "optional": true
1335
+ },
1336
+ {
1337
+ "name": "text",
1338
+ "type": 9,
1339
+ "optional": true
1340
+ }
1341
+ ],
1342
+ "indices": []
1343
+ },
1344
+ {
1345
+ "kind": "union",
1346
+ "types": [
1347
+ 2,
1348
+ 3,
1349
+ 4,
1350
+ 5,
1351
+ 6,
1352
+ 7,
1353
+ 8
1354
+ ]
1355
+ },
1356
+ {
1357
+ "kind": "literal",
1358
+ "value": "instruction-following"
1359
+ },
1360
+ {
1361
+ "kind": "literal",
1362
+ "value": "other"
1363
+ },
1364
+ {
1365
+ "kind": "literal",
1366
+ "value": "product-interaction"
1367
+ },
1368
+ {
1369
+ "kind": "literal",
1370
+ "value": "resource-cost"
1371
+ },
1372
+ {
1373
+ "kind": "literal",
1374
+ "value": "security-privacy-permission"
1375
+ },
1376
+ {
1377
+ "kind": "literal",
1378
+ "value": "service-stability"
1379
+ },
1380
+ {
1381
+ "kind": "literal",
1382
+ "value": "task-result"
1383
+ },
1384
+ {
1385
+ "kind": "primitive",
1386
+ "type": "string"
1387
+ }
1388
+ ]
1389
+ },
1390
+ "names": [
1391
+ "packages/feedback/command-feedback/src/types.ts#FeedbackRecord"
1392
+ ],
1393
+ "sources": [
1394
+ "packages/feedback/command-feedback/src/types.ts"
1395
+ ]
1396
+ },
1397
+ {
1398
+ "digest": "93d38436347f67c9022aacbc4472e283d722bcab8eb73fc376aaf7b6a6b9fb35",
1399
+ "schema": {
1400
+ "root": 0,
1401
+ "nodes": [
1402
+ {
1403
+ "kind": "literal",
1404
+ "value": 0
1405
+ }
1406
+ ]
1407
+ },
1408
+ "names": [],
1409
+ "sources": []
1410
+ },
1411
+ {
1412
+ "digest": "9d80129e13edfb6feb03ed327e6085c6ef60b97ad074244b2f5fd4667424a6a4",
1413
+ "schema": {
1414
+ "root": 0,
1415
+ "nodes": [
1416
+ {
1417
+ "kind": "literal",
1418
+ "value": "other"
1419
+ }
1420
+ ]
1421
+ },
1422
+ "names": [],
1423
+ "sources": []
1424
+ },
1425
+ {
1426
+ "digest": "aa7bc2817014ca6c45719b1c193c5c131be718a0921f34345098ff250f444626",
1427
+ "schema": {
1428
+ "root": 0,
1429
+ "nodes": [
1430
+ {
1431
+ "kind": "object",
1432
+ "properties": [
1433
+ {
1434
+ "name": "item",
1435
+ "type": 1,
1436
+ "optional": false
1437
+ },
1438
+ {
1439
+ "name": "sessionId",
1440
+ "type": 11,
1441
+ "optional": false
1442
+ }
1443
+ ],
1444
+ "indices": []
1445
+ },
1446
+ {
1447
+ "kind": "object",
1448
+ "properties": [
1449
+ {
1450
+ "name": "category",
1451
+ "type": 2,
1452
+ "optional": true
1453
+ },
1454
+ {
1455
+ "name": "createdAt",
1456
+ "type": 10,
1457
+ "optional": false
1458
+ },
1459
+ {
1460
+ "name": "messageId",
1461
+ "type": 11,
1462
+ "optional": false
1463
+ },
1464
+ {
1465
+ "name": "note",
1466
+ "type": 11,
1467
+ "optional": true
1468
+ },
1469
+ {
1470
+ "name": "rating",
1471
+ "type": 12,
1472
+ "optional": false
1473
+ },
1474
+ {
1475
+ "name": "updatedAt",
1476
+ "type": 10,
1477
+ "optional": false
1478
+ },
1479
+ {
1480
+ "name": "version",
1481
+ "type": 11,
1482
+ "optional": false
1483
+ }
1484
+ ],
1485
+ "indices": []
1486
+ },
1487
+ {
1488
+ "kind": "union",
1489
+ "types": [
1490
+ 3,
1491
+ 4,
1492
+ 5,
1493
+ 6,
1494
+ 7,
1495
+ 8,
1496
+ 9
1497
+ ]
1498
+ },
1499
+ {
1500
+ "kind": "literal",
1501
+ "value": "instruction-following"
1502
+ },
1503
+ {
1504
+ "kind": "literal",
1505
+ "value": "resource-cost"
1506
+ },
1507
+ {
1508
+ "kind": "literal",
1509
+ "value": "security-privacy-permission"
1510
+ },
1511
+ {
1512
+ "kind": "literal",
1513
+ "value": "service-stability"
1514
+ },
1515
+ {
1516
+ "kind": "literal",
1517
+ "value": "task-result"
1518
+ },
1519
+ {
1520
+ "kind": "literal",
1521
+ "value": "other"
1522
+ },
1523
+ {
1524
+ "kind": "literal",
1525
+ "value": "product-interaction"
1526
+ },
1527
+ {
1528
+ "kind": "primitive",
1529
+ "type": "number"
1530
+ },
1531
+ {
1532
+ "kind": "primitive",
1533
+ "type": "string"
1534
+ },
1535
+ {
1536
+ "kind": "union",
1537
+ "types": [
1538
+ 13,
1539
+ 14
1540
+ ]
1541
+ },
1542
+ {
1543
+ "kind": "literal",
1544
+ "value": "negative"
1545
+ },
1546
+ {
1547
+ "kind": "literal",
1548
+ "value": "positive"
1549
+ }
1550
+ ]
1551
+ },
1552
+ "names": [
1553
+ "packages/feedback/message-feedback/src/types.ts#MessageFeedbackPut"
1554
+ ],
1555
+ "sources": [
1556
+ "packages/feedback/message-feedback/src/types.ts"
1557
+ ]
1558
+ },
1559
+ {
1560
+ "digest": "ae1f7110feeec697b8cab42b68f7709aa7b3279764099dfb53c25890d2e5c871",
1561
+ "schema": {
1562
+ "root": 0,
1563
+ "nodes": [
1564
+ {
1565
+ "kind": "object",
1566
+ "properties": [
1567
+ {
1568
+ "name": "data",
1569
+ "type": 1,
1570
+ "optional": false
1571
+ },
1572
+ {
1573
+ "name": "ignorable",
1574
+ "type": 9,
1575
+ "optional": true
1576
+ },
1577
+ {
1578
+ "name": "seq",
1579
+ "type": 3,
1580
+ "optional": false
1581
+ },
1582
+ {
1583
+ "name": "time",
1584
+ "type": 3,
1585
+ "optional": false
1586
+ },
1587
+ {
1588
+ "name": "type",
1589
+ "type": 10,
1590
+ "optional": false
1591
+ }
1592
+ ],
1593
+ "indices": []
1594
+ },
1595
+ {
1596
+ "kind": "union",
1597
+ "types": [
1598
+ 2,
1599
+ 7
1600
+ ]
1601
+ },
1602
+ {
1603
+ "kind": "object",
1604
+ "properties": [
1605
+ {
1606
+ "name": "childCreatedAt",
1607
+ "type": 3,
1608
+ "optional": false
1609
+ },
1610
+ {
1611
+ "name": "childId",
1612
+ "type": 4,
1613
+ "optional": false
1614
+ },
1615
+ {
1616
+ "name": "label",
1617
+ "type": 4,
1618
+ "optional": false
1619
+ },
1620
+ {
1621
+ "name": "mode",
1622
+ "type": 5,
1623
+ "optional": false
1624
+ },
1625
+ {
1626
+ "name": "version",
1627
+ "type": 6,
1628
+ "optional": false
1629
+ }
1630
+ ],
1631
+ "indices": []
1632
+ },
1633
+ {
1634
+ "kind": "primitive",
1635
+ "type": "number"
1636
+ },
1637
+ {
1638
+ "kind": "primitive",
1639
+ "type": "string"
1640
+ },
1641
+ {
1642
+ "kind": "literal",
1643
+ "value": "continuable"
1644
+ },
1645
+ {
1646
+ "kind": "literal",
1647
+ "value": 0
1648
+ },
1649
+ {
1650
+ "kind": "object",
1651
+ "properties": [
1652
+ {
1653
+ "name": "childCreatedAt",
1654
+ "type": 3,
1655
+ "optional": false
1656
+ },
1657
+ {
1658
+ "name": "childId",
1659
+ "type": 4,
1660
+ "optional": false
1661
+ },
1662
+ {
1663
+ "name": "label",
1664
+ "type": 4,
1665
+ "optional": true
1666
+ },
1667
+ {
1668
+ "name": "mode",
1669
+ "type": 8,
1670
+ "optional": false
1671
+ },
1672
+ {
1673
+ "name": "version",
1674
+ "type": 6,
1675
+ "optional": false
1676
+ }
1677
+ ],
1678
+ "indices": []
1679
+ },
1680
+ {
1681
+ "kind": "literal",
1682
+ "value": "one-shot"
1683
+ },
1684
+ {
1685
+ "kind": "literal",
1686
+ "value": true
1687
+ },
1688
+ {
1689
+ "kind": "literal",
1690
+ "value": "subagent/catalog"
1691
+ }
1692
+ ]
1693
+ },
1694
+ "names": [
1695
+ "event:subagent/catalog"
1696
+ ],
1697
+ "sources": []
1698
+ },
1699
+ {
1700
+ "digest": "b1f62380f6746fedd629e71065e3583cef83334875b499ac9665c2eb87acfbf5",
1701
+ "schema": {
1702
+ "root": 0,
1703
+ "nodes": [
1704
+ {
1705
+ "kind": "literal",
1706
+ "value": "negative"
1707
+ }
1708
+ ]
1709
+ },
1710
+ "names": [],
1711
+ "sources": []
1712
+ },
1713
+ {
1714
+ "digest": "b5086d249e8502e9ead1d39156bb8d559bde7951cac0f14ce150345b4e42a2bf",
1715
+ "schema": {
1716
+ "root": 0,
1717
+ "nodes": [
1718
+ {
1719
+ "kind": "object",
1720
+ "properties": [
1721
+ {
1722
+ "name": "data",
1723
+ "type": 1,
1724
+ "optional": false
1725
+ },
1726
+ {
1727
+ "name": "ignorable",
1728
+ "type": 16,
1729
+ "optional": true
1730
+ },
1731
+ {
1732
+ "name": "seq",
1733
+ "type": 11,
1734
+ "optional": false
1735
+ },
1736
+ {
1737
+ "name": "time",
1738
+ "type": 11,
1739
+ "optional": false
1740
+ },
1741
+ {
1742
+ "name": "type",
1743
+ "type": 17,
1744
+ "optional": false
1745
+ }
1746
+ ],
1747
+ "indices": []
1748
+ },
1749
+ {
1750
+ "kind": "object",
1751
+ "properties": [
1752
+ {
1753
+ "name": "item",
1754
+ "type": 2,
1755
+ "optional": false
1756
+ },
1757
+ {
1758
+ "name": "sessionId",
1759
+ "type": 12,
1760
+ "optional": false
1761
+ }
1762
+ ],
1763
+ "indices": []
1764
+ },
1765
+ {
1766
+ "kind": "object",
1767
+ "properties": [
1768
+ {
1769
+ "name": "category",
1770
+ "type": 3,
1771
+ "optional": true
1772
+ },
1773
+ {
1774
+ "name": "createdAt",
1775
+ "type": 11,
1776
+ "optional": false
1777
+ },
1778
+ {
1779
+ "name": "messageId",
1780
+ "type": 12,
1781
+ "optional": false
1782
+ },
1783
+ {
1784
+ "name": "note",
1785
+ "type": 12,
1786
+ "optional": true
1787
+ },
1788
+ {
1789
+ "name": "rating",
1790
+ "type": 13,
1791
+ "optional": false
1792
+ },
1793
+ {
1794
+ "name": "updatedAt",
1795
+ "type": 11,
1796
+ "optional": false
1797
+ },
1798
+ {
1799
+ "name": "version",
1800
+ "type": 12,
1801
+ "optional": false
1802
+ }
1803
+ ],
1804
+ "indices": []
1805
+ },
1806
+ {
1807
+ "kind": "union",
1808
+ "types": [
1809
+ 4,
1810
+ 5,
1811
+ 6,
1812
+ 7,
1813
+ 8,
1814
+ 9,
1815
+ 10
1816
+ ]
1817
+ },
1818
+ {
1819
+ "kind": "literal",
1820
+ "value": "instruction-following"
1821
+ },
1822
+ {
1823
+ "kind": "literal",
1824
+ "value": "other"
1825
+ },
1826
+ {
1827
+ "kind": "literal",
1828
+ "value": "product-interaction"
1829
+ },
1830
+ {
1831
+ "kind": "literal",
1832
+ "value": "resource-cost"
1833
+ },
1834
+ {
1835
+ "kind": "literal",
1836
+ "value": "security-privacy-permission"
1837
+ },
1838
+ {
1839
+ "kind": "literal",
1840
+ "value": "service-stability"
1841
+ },
1842
+ {
1843
+ "kind": "literal",
1844
+ "value": "task-result"
1845
+ },
1846
+ {
1847
+ "kind": "primitive",
1848
+ "type": "number"
1849
+ },
1850
+ {
1851
+ "kind": "primitive",
1852
+ "type": "string"
1853
+ },
1854
+ {
1855
+ "kind": "union",
1856
+ "types": [
1857
+ 14,
1858
+ 15
1859
+ ]
1860
+ },
1861
+ {
1862
+ "kind": "literal",
1863
+ "value": "negative"
1864
+ },
1865
+ {
1866
+ "kind": "literal",
1867
+ "value": "positive"
1868
+ },
1869
+ {
1870
+ "kind": "literal",
1871
+ "value": true
1872
+ },
1873
+ {
1874
+ "kind": "literal",
1875
+ "value": "feedback/message-put"
1876
+ }
1877
+ ]
1878
+ },
1879
+ "names": [
1880
+ "event:feedback/message-put"
1881
+ ],
1882
+ "sources": []
1883
+ },
1884
+ {
1885
+ "digest": "b54940ff095c17e874c5be03815f4c2145a256cf3a1d34dae4ab2f7769dfffe8",
1886
+ "schema": {
1887
+ "root": 0,
1888
+ "nodes": [
1889
+ {
1890
+ "kind": "object",
1891
+ "properties": [
1892
+ {
1893
+ "name": "data",
1894
+ "type": 1,
1895
+ "optional": false
1896
+ },
1897
+ {
1898
+ "name": "ignorable",
1899
+ "type": 11,
1900
+ "optional": true
1901
+ },
1902
+ {
1903
+ "name": "seq",
1904
+ "type": 12,
1905
+ "optional": false
1906
+ },
1907
+ {
1908
+ "name": "time",
1909
+ "type": 12,
1910
+ "optional": false
1911
+ },
1912
+ {
1913
+ "name": "type",
1914
+ "type": 13,
1915
+ "optional": false
1916
+ }
1917
+ ],
1918
+ "indices": []
1919
+ },
1920
+ {
1921
+ "kind": "object",
1922
+ "properties": [
1923
+ {
1924
+ "name": "category",
1925
+ "type": 2,
1926
+ "optional": true
1927
+ },
1928
+ {
1929
+ "name": "text",
1930
+ "type": 10,
1931
+ "optional": true
1932
+ }
1933
+ ],
1934
+ "indices": []
1935
+ },
1936
+ {
1937
+ "kind": "union",
1938
+ "types": [
1939
+ 3,
1940
+ 4,
1941
+ 5,
1942
+ 6,
1943
+ 7,
1944
+ 8,
1945
+ 9
1946
+ ]
1947
+ },
1948
+ {
1949
+ "kind": "literal",
1950
+ "value": "instruction-following"
1951
+ },
1952
+ {
1953
+ "kind": "literal",
1954
+ "value": "other"
1955
+ },
1956
+ {
1957
+ "kind": "literal",
1958
+ "value": "product-interaction"
1959
+ },
1960
+ {
1961
+ "kind": "literal",
1962
+ "value": "resource-cost"
1963
+ },
1964
+ {
1965
+ "kind": "literal",
1966
+ "value": "security-privacy-permission"
1967
+ },
1968
+ {
1969
+ "kind": "literal",
1970
+ "value": "service-stability"
1971
+ },
1972
+ {
1973
+ "kind": "literal",
1974
+ "value": "task-result"
1975
+ },
1976
+ {
1977
+ "kind": "primitive",
1978
+ "type": "string"
1979
+ },
1980
+ {
1981
+ "kind": "literal",
1982
+ "value": true
1983
+ },
1984
+ {
1985
+ "kind": "primitive",
1986
+ "type": "number"
1987
+ },
1988
+ {
1989
+ "kind": "literal",
1990
+ "value": "feedback/record"
1991
+ }
1992
+ ]
1993
+ },
1994
+ "names": [
1995
+ "event:feedback/record"
1996
+ ],
1997
+ "sources": []
1998
+ },
1999
+ {
2000
+ "digest": "b8fc636a2121df9d8423c242e03c9d23b7ab7c6fdce00e45746932c60b730f97",
2001
+ "schema": {
2002
+ "root": 0,
2003
+ "nodes": [
2004
+ {
2005
+ "kind": "object",
2006
+ "properties": [
2007
+ {
2008
+ "name": "description",
2009
+ "type": 1,
2010
+ "optional": true
2011
+ },
2012
+ {
2013
+ "name": "path",
2014
+ "type": 1,
2015
+ "optional": false
2016
+ }
2017
+ ],
2018
+ "indices": []
2019
+ },
2020
+ {
2021
+ "kind": "primitive",
2022
+ "type": "string"
2023
+ }
2024
+ ]
2025
+ },
2026
+ "names": [
2027
+ "packages/deliverables/tool-present/src/types.ts#PresentedFile"
2028
+ ],
2029
+ "sources": [
2030
+ "packages/deliverables/tool-present/src/types.ts"
2031
+ ]
2032
+ },
2033
+ {
2034
+ "digest": "c99e20441bf15341e9db54385e558e5c03d21dff2eb1ac08ccbf47c2d8747954",
2035
+ "schema": {
2036
+ "root": 0,
2037
+ "nodes": [
2038
+ {
2039
+ "kind": "literal",
2040
+ "value": "feedback/record"
2041
+ }
2042
+ ]
2043
+ },
2044
+ "names": [],
2045
+ "sources": []
2046
+ },
2047
+ {
2048
+ "digest": "d28765f87d6b6ab408e0b2f3e7e297791b004b806d8e302c49903ebae815feb2",
2049
+ "schema": {
2050
+ "root": 0,
2051
+ "nodes": [
2052
+ {
2053
+ "kind": "literal",
2054
+ "value": "one-shot"
2055
+ }
2056
+ ]
2057
+ },
2058
+ "names": [],
2059
+ "sources": []
2060
+ },
2061
+ {
2062
+ "digest": "dacf3d5f3e4ff619c1320e64a48dec5e7ecd7870bece65fbd449a0e63adfa521",
2063
+ "schema": {
2064
+ "root": 0,
2065
+ "nodes": [
2066
+ {
2067
+ "kind": "literal",
2068
+ "value": true
2069
+ }
2070
+ ]
2071
+ },
2072
+ "names": [],
2073
+ "sources": []
2074
+ },
2075
+ {
2076
+ "digest": "df5d9709b7db2a72510dc52052a23f0c38f39730af1504bab8bccabc14fae528",
2077
+ "schema": {
2078
+ "root": 0,
2079
+ "nodes": [
2080
+ {
2081
+ "kind": "literal",
2082
+ "value": "positive"
2083
+ }
2084
+ ]
2085
+ },
2086
+ "names": [],
2087
+ "sources": []
2088
+ },
2089
+ {
2090
+ "digest": "e4cac694f8b6e1d52e48c699464f1c4c26111ef87e558f7931040d00fdc8d486",
2091
+ "schema": {
2092
+ "root": 0,
2093
+ "nodes": [
2094
+ {
2095
+ "kind": "literal",
2096
+ "value": "instruction-following"
2097
+ }
2098
+ ]
2099
+ },
2100
+ "names": [],
2101
+ "sources": []
2102
+ },
2103
+ {
2104
+ "digest": "e5d3828df1ec3e2a66879de0659e0f4866d9cfffc00825ee731a66f8a0c03d98",
2105
+ "schema": {
2106
+ "root": 0,
2107
+ "nodes": [
2108
+ {
2109
+ "kind": "literal",
2110
+ "value": "continuable"
2111
+ }
2112
+ ]
2113
+ },
2114
+ "names": [],
2115
+ "sources": []
2116
+ },
2117
+ {
2118
+ "digest": "f05fb85e715af4ab4de0b6ba111166dd0435bd8bb74a0fa0f32b9d174113fc7c",
2119
+ "schema": {
2120
+ "root": 0,
2121
+ "nodes": [
2122
+ {
2123
+ "kind": "literal",
2124
+ "value": "task-result"
2125
+ }
2126
+ ]
2127
+ },
2128
+ "names": [],
2129
+ "sources": []
2130
+ }
2131
+ ]
2132
+ }