@xrkseek/harness-cli 0.0.5 → 0.0.7

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 (344) hide show
  1. package/README.md +3 -1
  2. package/dist/commands/plugin.d.ts +3 -0
  3. package/dist/commands/plugin.d.ts.map +1 -0
  4. package/dist/commands/plugin.js +100 -0
  5. package/dist/commands/plugin.js.map +1 -0
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +3 -0
  8. package/dist/index.js.map +1 -1
  9. package/dist/parse-args.d.ts +3 -1
  10. package/dist/parse-args.d.ts.map +1 -1
  11. package/dist/parse-args.js +11 -0
  12. package/dist/parse-args.js.map +1 -1
  13. package/dist/plugin/classify.d.ts +18 -0
  14. package/dist/plugin/classify.d.ts.map +1 -0
  15. package/dist/plugin/classify.js +109 -0
  16. package/dist/plugin/classify.js.map +1 -0
  17. package/dist/plugin/fetch-pack.d.ts +16 -0
  18. package/dist/plugin/fetch-pack.d.ts.map +1 -0
  19. package/dist/plugin/fetch-pack.js +104 -0
  20. package/dist/plugin/fetch-pack.js.map +1 -0
  21. package/dist/plugin/index.d.ts +27 -0
  22. package/dist/plugin/index.d.ts.map +1 -0
  23. package/dist/plugin/index.js +109 -0
  24. package/dist/plugin/index.js.map +1 -0
  25. package/dist/plugin/install-client.d.ts +4 -0
  26. package/dist/plugin/install-client.d.ts.map +1 -0
  27. package/dist/plugin/install-client.js +34 -0
  28. package/dist/plugin/install-client.js.map +1 -0
  29. package/dist/plugin/install-process.d.ts +4 -0
  30. package/dist/plugin/install-process.d.ts.map +1 -0
  31. package/dist/plugin/install-process.js +46 -0
  32. package/dist/plugin/install-process.js.map +1 -0
  33. package/dist/plugin/inventory.d.ts +42 -0
  34. package/dist/plugin/inventory.d.ts.map +1 -0
  35. package/dist/plugin/inventory.js +105 -0
  36. package/dist/plugin/inventory.js.map +1 -0
  37. package/dist/plugin/remap-inject.d.ts +16 -0
  38. package/dist/plugin/remap-inject.d.ts.map +1 -0
  39. package/dist/plugin/remap-inject.js +52 -0
  40. package/dist/plugin/remap-inject.js.map +1 -0
  41. package/node_modules/@xrkseek/core-agent/dist/index.d.ts +9 -2
  42. package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
  43. package/node_modules/@xrkseek/core-agent/dist/index.js +5 -2
  44. package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
  45. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts +6 -3
  46. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts.map +1 -1
  47. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js +50 -4
  48. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js.map +1 -1
  49. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +12 -1
  50. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
  51. package/node_modules/@xrkseek/core-agent-loop/dist/index.js +215 -43
  52. package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
  53. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts +32 -0
  54. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts.map +1 -0
  55. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js +92 -0
  56. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js.map +1 -0
  57. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +18 -8
  58. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -1
  59. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +187 -29
  60. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -1
  61. package/node_modules/@xrkseek/core-session/README.md +1 -1
  62. package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts +18 -4
  63. package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts.map +1 -1
  64. package/node_modules/@xrkseek/core-session/dist/chunk-pack.js +114 -34
  65. package/node_modules/@xrkseek/core-session/dist/chunk-pack.js.map +1 -1
  66. package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -1
  67. package/node_modules/@xrkseek/core-session/dist/compaction.js +24 -4
  68. package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -1
  69. package/node_modules/@xrkseek/core-session/dist/dangling.d.ts +28 -1
  70. package/node_modules/@xrkseek/core-session/dist/dangling.d.ts.map +1 -1
  71. package/node_modules/@xrkseek/core-session/dist/dangling.js +35 -5
  72. package/node_modules/@xrkseek/core-session/dist/dangling.js.map +1 -1
  73. package/node_modules/@xrkseek/core-session/dist/index.d.ts +3 -2
  74. package/node_modules/@xrkseek/core-session/dist/index.d.ts.map +1 -1
  75. package/node_modules/@xrkseek/core-session/dist/index.js +3 -2
  76. package/node_modules/@xrkseek/core-session/dist/index.js.map +1 -1
  77. package/node_modules/@xrkseek/core-session/dist/latch.d.ts +1 -1
  78. package/node_modules/@xrkseek/core-session/dist/latch.d.ts.map +1 -1
  79. package/node_modules/@xrkseek/core-session/dist/latch.js +2 -2
  80. package/node_modules/@xrkseek/core-session/dist/latch.js.map +1 -1
  81. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.d.ts.map +1 -1
  82. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js +44 -4
  83. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js.map +1 -1
  84. package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts +1 -0
  85. package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts.map +1 -1
  86. package/node_modules/@xrkseek/core-session/dist/sqlite-store.js +10 -5
  87. package/node_modules/@xrkseek/core-session/dist/sqlite-store.js.map +1 -1
  88. package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts +5 -0
  89. package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts.map +1 -1
  90. package/node_modules/@xrkseek/core-session/dist/surface-fold.js +29 -3
  91. package/node_modules/@xrkseek/core-session/dist/surface-fold.js.map +1 -1
  92. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts +35 -0
  93. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts.map +1 -0
  94. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js +99 -0
  95. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js.map +1 -0
  96. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +1 -1
  97. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -1
  98. package/node_modules/@xrkseek/core-system-prompt/dist/index.js +1 -1
  99. package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -1
  100. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +15 -2
  101. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -1
  102. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +38 -4
  103. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -1
  104. package/node_modules/@xrkseek/core-tools/dist/abort.d.ts +5 -0
  105. package/node_modules/@xrkseek/core-tools/dist/abort.d.ts.map +1 -0
  106. package/node_modules/@xrkseek/core-tools/dist/abort.js +14 -0
  107. package/node_modules/@xrkseek/core-tools/dist/abort.js.map +1 -0
  108. package/node_modules/@xrkseek/core-tools/dist/definition.d.ts +32 -1
  109. package/node_modules/@xrkseek/core-tools/dist/definition.d.ts.map +1 -1
  110. package/node_modules/@xrkseek/core-tools/dist/definition.js +1 -0
  111. package/node_modules/@xrkseek/core-tools/dist/definition.js.map +1 -1
  112. package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts +15 -0
  113. package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts.map +1 -0
  114. package/node_modules/@xrkseek/core-tools/dist/execution-mode.js +17 -0
  115. package/node_modules/@xrkseek/core-tools/dist/execution-mode.js.map +1 -0
  116. package/node_modules/@xrkseek/core-tools/dist/index.d.ts +2 -0
  117. package/node_modules/@xrkseek/core-tools/dist/index.d.ts.map +1 -1
  118. package/node_modules/@xrkseek/core-tools/dist/index.js +2 -0
  119. package/node_modules/@xrkseek/core-tools/dist/index.js.map +1 -1
  120. package/node_modules/@xrkseek/core-tools/dist/pipeline.d.ts.map +1 -1
  121. package/node_modules/@xrkseek/core-tools/dist/pipeline.js +36 -10
  122. package/node_modules/@xrkseek/core-tools/dist/pipeline.js.map +1 -1
  123. package/node_modules/@xrkseek/core-tools/dist/types.d.ts +7 -0
  124. package/node_modules/@xrkseek/core-tools/dist/types.d.ts.map +1 -1
  125. package/node_modules/@xrkseek/core-tools/dist/types.js.map +1 -1
  126. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
  127. package/node_modules/@xrkseek/exec-fs/dist/index.js +3 -0
  128. package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
  129. package/node_modules/@xrkseek/exec-lsp/dist/tools.d.ts.map +1 -1
  130. package/node_modules/@xrkseek/exec-lsp/dist/tools.js +1 -0
  131. package/node_modules/@xrkseek/exec-lsp/dist/tools.js.map +1 -1
  132. package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
  133. package/node_modules/@xrkseek/exec-pty/dist/tools.js +2 -0
  134. package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
  135. package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -1
  136. package/node_modules/@xrkseek/exec-shell/dist/index.js +4 -0
  137. package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -1
  138. package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
  139. package/node_modules/@xrkseek/exec-web/dist/tools.d.ts.map +1 -1
  140. package/node_modules/@xrkseek/exec-web/dist/tools.js +2 -0
  141. package/node_modules/@xrkseek/exec-web/dist/tools.js.map +1 -1
  142. package/node_modules/@xrkseek/llm/dist/failure.d.ts +45 -0
  143. package/node_modules/@xrkseek/llm/dist/failure.d.ts.map +1 -0
  144. package/node_modules/@xrkseek/llm/dist/failure.js +115 -0
  145. package/node_modules/@xrkseek/llm/dist/failure.js.map +1 -0
  146. package/node_modules/@xrkseek/llm/dist/index.d.ts +80 -1
  147. package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
  148. package/node_modules/@xrkseek/llm/dist/index.js +167 -2
  149. package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
  150. package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts +23 -0
  151. package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts.map +1 -0
  152. package/node_modules/@xrkseek/llm/dist/retry-policy.js +74 -0
  153. package/node_modules/@xrkseek/llm/dist/retry-policy.js.map +1 -0
  154. package/node_modules/@xrkseek/llm-anthropic/dist/index.d.ts.map +1 -1
  155. package/node_modules/@xrkseek/llm-anthropic/dist/index.js +152 -22
  156. package/node_modules/@xrkseek/llm-anthropic/dist/index.js.map +1 -1
  157. package/node_modules/@xrkseek/llm-deepseek/README.md +3 -3
  158. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +32 -2
  159. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
  160. package/node_modules/@xrkseek/llm-deepseek/dist/index.js +59 -5
  161. package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
  162. package/node_modules/@xrkseek/llm-gemini/dist/index.d.ts.map +1 -1
  163. package/node_modules/@xrkseek/llm-gemini/dist/index.js +18 -8
  164. package/node_modules/@xrkseek/llm-gemini/dist/index.js.map +1 -1
  165. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts +16 -0
  166. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts.map +1 -0
  167. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js +40 -0
  168. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js.map +1 -0
  169. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +9 -1
  170. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
  171. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +78 -21
  172. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
  173. package/node_modules/@xrkseek/llm-openai-responses/dist/index.d.ts.map +1 -1
  174. package/node_modules/@xrkseek/llm-openai-responses/dist/index.js +18 -8
  175. package/node_modules/@xrkseek/llm-openai-responses/dist/index.js.map +1 -1
  176. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
  177. package/node_modules/@xrkseek/llm-registry/dist/registry.js +6 -4
  178. package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
  179. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.d.ts.map +1 -1
  180. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js +15 -3
  181. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js.map +1 -1
  182. package/node_modules/@xrkseek/llm-replay/dist/index.d.ts.map +1 -1
  183. package/node_modules/@xrkseek/llm-replay/dist/index.js +4 -1
  184. package/node_modules/@xrkseek/llm-replay/dist/index.js.map +1 -1
  185. package/node_modules/@xrkseek/mcp/dist/client.d.ts +3 -1
  186. package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -1
  187. package/node_modules/@xrkseek/mcp/dist/client.js +31 -7
  188. package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -1
  189. package/node_modules/@xrkseek/mcp/dist/index.d.ts +2 -2
  190. package/node_modules/@xrkseek/mcp/dist/index.d.ts.map +1 -1
  191. package/node_modules/@xrkseek/mcp/dist/index.js +1 -1
  192. package/node_modules/@xrkseek/mcp/dist/index.js.map +1 -1
  193. package/node_modules/@xrkseek/mcp/dist/register.d.ts.map +1 -1
  194. package/node_modules/@xrkseek/mcp/dist/register.js +3 -0
  195. package/node_modules/@xrkseek/mcp/dist/register.js.map +1 -1
  196. package/node_modules/@xrkseek/mcp/dist/types.d.ts +10 -0
  197. package/node_modules/@xrkseek/mcp/dist/types.d.ts.map +1 -1
  198. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +18 -1
  199. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
  200. package/node_modules/@xrkseek/preset-harness/dist/preset.js +19 -1
  201. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  202. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  203. package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
  204. package/node_modules/@xrkseek/preset-minimal/dist/preset.js +1 -0
  205. package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
  206. package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
  207. package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
  208. package/node_modules/@xrkseek/preset-server/dist/preset.js +5 -1
  209. package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
  210. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  211. package/node_modules/@xrkseek/protocol/dist/index.d.ts +3 -1
  212. package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
  213. package/node_modules/@xrkseek/protocol/dist/index.js +2 -0
  214. package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
  215. package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts +72 -0
  216. package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
  217. package/node_modules/@xrkseek/protocol/dist/json-schema.js +50 -0
  218. package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
  219. package/node_modules/@xrkseek/protocol/dist/messages.d.ts +7 -0
  220. package/node_modules/@xrkseek/protocol/dist/messages.d.ts.map +1 -1
  221. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +62 -6
  222. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
  223. package/node_modules/@xrkseek/protocol/dist/session-events.js +19 -0
  224. package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
  225. package/node_modules/@xrkseek/protocol/dist/tools.d.ts +15 -0
  226. package/node_modules/@xrkseek/protocol/dist/tools.d.ts.map +1 -1
  227. package/node_modules/@xrkseek/protocol/dist/tools.js +6 -1
  228. package/node_modules/@xrkseek/protocol/dist/tools.js.map +1 -1
  229. package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
  230. package/node_modules/@xrkseek/protocol/dist/validate.js +107 -1
  231. package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
  232. package/node_modules/@xrkseek/server-config/dist/home.d.ts +5 -0
  233. package/node_modules/@xrkseek/server-config/dist/home.d.ts.map +1 -1
  234. package/node_modules/@xrkseek/server-config/dist/home.js +7 -0
  235. package/node_modules/@xrkseek/server-config/dist/home.js.map +1 -1
  236. package/node_modules/@xrkseek/server-config/dist/index.d.ts +4 -2
  237. package/node_modules/@xrkseek/server-config/dist/index.d.ts.map +1 -1
  238. package/node_modules/@xrkseek/server-config/dist/index.js +10 -1
  239. package/node_modules/@xrkseek/server-config/dist/index.js.map +1 -1
  240. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts +2 -0
  241. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
  242. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +25 -7
  243. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
  244. package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts +1 -1
  245. package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts.map +1 -1
  246. package/node_modules/@xrkseek/server-face/dist/goal-store.js +1 -1
  247. package/node_modules/@xrkseek/server-face/dist/goal-store.js.map +1 -1
  248. package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
  249. package/node_modules/@xrkseek/server-face/dist/handlers/session.js +2 -2
  250. package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
  251. package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -1
  252. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  253. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  254. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +1 -1
  255. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
  256. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +1 -1
  257. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
  258. package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
  259. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +12 -50
  260. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  261. package/node_modules/@xrkseek/server-face/dist/projections/registry.js +4 -146
  262. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  263. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.d.ts.map +1 -1
  264. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js +13 -11
  265. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js.map +1 -1
  266. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.d.ts.map +1 -1
  267. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js +27 -25
  268. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js.map +1 -1
  269. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.d.ts.map +1 -1
  270. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js +31 -29
  271. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js.map +1 -1
  272. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.d.ts.map +1 -1
  273. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js +27 -25
  274. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js.map +1 -1
  275. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.d.ts.map +1 -1
  276. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js +12 -10
  277. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js.map +1 -1
  278. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
  279. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +15 -13
  280. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
  281. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.d.ts.map +1 -1
  282. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js +27 -25
  283. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js.map +1 -1
  284. package/node_modules/@xrkseek/server-face/dist/projections/units/title.d.ts.map +1 -1
  285. package/node_modules/@xrkseek/server-face/dist/projections/units/title.js +9 -7
  286. package/node_modules/@xrkseek/server-face/dist/projections/units/title.js.map +1 -1
  287. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.d.ts.map +1 -1
  288. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js +25 -23
  289. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js.map +1 -1
  290. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.d.ts.map +1 -1
  291. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js +14 -12
  292. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js.map +1 -1
  293. package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts +8 -13
  294. package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
  295. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +29 -1
  296. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
  297. package/node_modules/@xrkseek/server-face/package.json +1 -0
  298. package/node_modules/@xrkseek/server-host/dist/agent-cache.js +1 -1
  299. package/node_modules/@xrkseek/server-host/dist/agent-cache.js.map +1 -1
  300. package/node_modules/@xrkseek/server-host/dist/index.d.ts +8 -0
  301. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  302. package/node_modules/@xrkseek/server-host/dist/index.js +39 -1
  303. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  304. package/node_modules/@xrkseek/session-projection/README.md +22 -0
  305. package/node_modules/@xrkseek/session-projection/dist/index.d.ts +100 -0
  306. package/node_modules/@xrkseek/session-projection/dist/index.d.ts.map +1 -0
  307. package/node_modules/@xrkseek/session-projection/dist/index.js +241 -0
  308. package/node_modules/@xrkseek/session-projection/dist/index.js.map +1 -0
  309. package/node_modules/@xrkseek/session-projection/dist/types.d.ts +20 -0
  310. package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -0
  311. package/node_modules/@xrkseek/session-projection/dist/types.js +9 -0
  312. package/node_modules/@xrkseek/session-projection/dist/types.js.map +1 -0
  313. package/node_modules/@xrkseek/session-projection/package.json +31 -0
  314. package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
  315. package/node_modules/@xrkseek/workspace/dist/skill-tools.js +1 -0
  316. package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
  317. package/package.json +4 -2
  318. package/product-web/boot.json +1 -1
  319. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  320. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
  321. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  322. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +160 -174
  323. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  324. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  325. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  326. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
  327. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  328. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
  329. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
  330. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
  331. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  332. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +12 -12
  333. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
  334. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +9 -9
  335. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +133 -62
  336. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +16 -16
  337. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
  338. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +17 -17
  339. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
  340. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
  341. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +140 -140
  342. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  343. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
  344. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +52 -52
@@ -0,0 +1,241 @@
1
+ /**
2
+ * Session-projection seam: drive registry + dual type tables.
3
+ * No Cordis — Host Face (or any carrier) owns wiring; domains register pure units.
4
+ */
5
+ function eraseDefinition(definition) {
6
+ const wire = definition.wire;
7
+ if (wire) {
8
+ return {
9
+ key: definition.key,
10
+ stateVersion: definition.stateVersion,
11
+ wired: true,
12
+ init: () => definition.init(),
13
+ apply: (state, event) => definition.apply(state, event),
14
+ view: (state) => wire.view(state),
15
+ parse: (value) => wire.parse(value),
16
+ };
17
+ }
18
+ return {
19
+ key: definition.key,
20
+ stateVersion: definition.stateVersion,
21
+ wired: false,
22
+ init: () => definition.init(),
23
+ apply: (state, event) => definition.apply(state, event),
24
+ view: () => {
25
+ throw new Error(`projection ${JSON.stringify(definition.key)} is host-only (no wire)`);
26
+ },
27
+ parse: () => {
28
+ throw new Error(`projection ${JSON.stringify(definition.key)} is host-only (no wire)`);
29
+ },
30
+ };
31
+ }
32
+ export function createSessionProjectionRegistry(options) {
33
+ const registrations = new Map();
34
+ const listeners = new Set();
35
+ const sidecars = new Map();
36
+ function buildCell(def, events) {
37
+ let state = def.init();
38
+ for (const event of events)
39
+ state = def.apply(state, event);
40
+ return {
41
+ state,
42
+ observedSeq: events.length === 0 ? -1 : events.length,
43
+ };
44
+ }
45
+ function cellFor(registration, sessionId) {
46
+ let cell = registration.cells.get(sessionId);
47
+ if (cell === undefined) {
48
+ cell = buildCell(registration.def, options.getEvents(sessionId));
49
+ registration.cells.set(sessionId, cell);
50
+ }
51
+ return cell;
52
+ }
53
+ return {
54
+ register(definition) {
55
+ if (!Number.isSafeInteger(definition.stateVersion) ||
56
+ definition.stateVersion < 0) {
57
+ throw new Error(`projection ${JSON.stringify(definition.key)} stateVersion must be a non-negative integer`);
58
+ }
59
+ const key = definition.key;
60
+ const existing = registrations.get(key);
61
+ if (existing === undefined) {
62
+ registrations.set(key, {
63
+ def: eraseDefinition(definition),
64
+ cells: new Map(),
65
+ refs: 1,
66
+ });
67
+ }
68
+ else {
69
+ if (existing.def.stateVersion !== definition.stateVersion) {
70
+ throw new Error(`projection key ${JSON.stringify(key)} already registered at stateVersion ${existing.def.stateVersion}; refusing ${definition.stateVersion}`);
71
+ }
72
+ existing.refs += 1;
73
+ }
74
+ let alive = true;
75
+ return () => {
76
+ if (!alive)
77
+ return;
78
+ alive = false;
79
+ const live = registrations.get(key);
80
+ if (live === undefined)
81
+ return;
82
+ live.refs -= 1;
83
+ if (live.refs === 0)
84
+ registrations.delete(key);
85
+ };
86
+ },
87
+ onChanged(listener) {
88
+ listeners.add(listener);
89
+ return () => {
90
+ listeners.delete(listener);
91
+ };
92
+ },
93
+ drive(sessionId, event, seq) {
94
+ for (const registration of registrations.values()) {
95
+ let cell = registration.cells.get(sessionId);
96
+ if (cell === undefined) {
97
+ const all = options.getEvents(sessionId);
98
+ const prefix = all.slice(0, seq - 1);
99
+ cell = buildCell(registration.def, prefix);
100
+ registration.cells.set(sessionId, cell);
101
+ }
102
+ const next = registration.def.apply(cell.state, event);
103
+ const changed = !Object.is(next, cell.state);
104
+ cell.state = next;
105
+ cell.observedSeq = seq;
106
+ if (changed && registration.def.wired && listeners.size > 0) {
107
+ const value = registration.def.parse(registration.def.view(next));
108
+ for (const listener of listeners) {
109
+ listener(sessionId, registration.def.key, value, seq);
110
+ }
111
+ }
112
+ }
113
+ },
114
+ snapshot(sessionId) {
115
+ const events = options.getEvents(sessionId);
116
+ const values = {};
117
+ for (const registration of registrations.values()) {
118
+ if (!registration.def.wired)
119
+ continue;
120
+ const cell = cellFor(registration, sessionId);
121
+ values[registration.def.key] = registration.def.parse(registration.def.view(cell.state));
122
+ }
123
+ const extra = sidecars.get(sessionId);
124
+ if (extra) {
125
+ for (const [key, value] of extra)
126
+ values[key] = value;
127
+ }
128
+ const asOfSeq = events.length === 0 ? -1 : events.length;
129
+ return { asOfSeq, values };
130
+ },
131
+ stateOf(sessionId, key) {
132
+ const registration = registrations.get(key);
133
+ if (registration === undefined)
134
+ return undefined;
135
+ return cellFor(registration, sessionId).state;
136
+ },
137
+ restoreFloor(checkpoint) {
138
+ let floor;
139
+ for (const registration of registrations.values()) {
140
+ const row = checkpoint[registration.def.key];
141
+ const need = row !== undefined && row.ver === registration.def.stateVersion
142
+ ? Math.max(row.seq + 1, 0)
143
+ : 0;
144
+ floor = floor === undefined ? need : Math.min(floor, need);
145
+ }
146
+ return floor === undefined ? undefined : Math.max(floor - 1, 0);
147
+ },
148
+ viewCheckpoint(checkpoint) {
149
+ const values = {};
150
+ for (const registration of registrations.values()) {
151
+ const def = registration.def;
152
+ if (!def.wired)
153
+ continue;
154
+ const row = checkpoint[def.key];
155
+ if (row === undefined || row.ver !== def.stateVersion)
156
+ continue;
157
+ try {
158
+ values[def.key] = def.parse(def.view(row.val));
159
+ }
160
+ catch {
161
+ // malformed row → omit key (cold consumer refolds)
162
+ }
163
+ }
164
+ return values;
165
+ },
166
+ restore(checkpoint, events, baseSeq) {
167
+ const endSeq = events.length === 0 ? baseSeq - 1 : baseSeq + events.length - 1;
168
+ const values = {};
169
+ const refreshed = {};
170
+ for (const registration of registrations.values()) {
171
+ const def = registration.def;
172
+ const row = checkpoint[def.key];
173
+ const usable = row !== undefined &&
174
+ row.ver === def.stateVersion &&
175
+ row.seq >= baseSeq - 1 &&
176
+ row.seq <= endSeq;
177
+ if (!usable && baseSeq > 0) {
178
+ throw new Error(`session projection ${JSON.stringify(def.key)} cannot restore from seq ${baseSeq}: ` +
179
+ "its checkpoint row is missing, version-mismatched, or beyond the supplied log end; re-read from seq 0");
180
+ }
181
+ let state = usable ? row.val : def.init();
182
+ const from = usable ? row.seq : baseSeq - 1;
183
+ for (let i = 0; i < events.length; i++) {
184
+ const seq = baseSeq + i;
185
+ if (seq > from)
186
+ state = def.apply(state, events[i]);
187
+ }
188
+ if (def.wired)
189
+ values[def.key] = def.parse(def.view(state));
190
+ refreshed[def.key] = {
191
+ ver: def.stateVersion,
192
+ seq: endSeq,
193
+ val: state,
194
+ };
195
+ }
196
+ return {
197
+ snapshot: { asOfSeq: endSeq, values },
198
+ checkpoint: refreshed,
199
+ };
200
+ },
201
+ checkpoint(sessionId) {
202
+ const rows = {};
203
+ for (const registration of registrations.values()) {
204
+ const cell = cellFor(registration, sessionId);
205
+ rows[registration.def.key] = {
206
+ ver: registration.def.stateVersion,
207
+ seq: cell.observedSeq,
208
+ val: structuredClone(cell.state),
209
+ };
210
+ }
211
+ return rows;
212
+ },
213
+ keys() {
214
+ const extra = new Set();
215
+ for (const map of sidecars.values()) {
216
+ for (const k of map.keys())
217
+ extra.add(k);
218
+ }
219
+ return [...new Set([...registrations.keys(), ...extra])];
220
+ },
221
+ setSidecar(sessionId, key, value, seq) {
222
+ let map = sidecars.get(sessionId);
223
+ if (value === undefined) {
224
+ map?.delete(key);
225
+ if (map && map.size === 0)
226
+ sidecars.delete(sessionId);
227
+ }
228
+ else {
229
+ if (!map) {
230
+ map = new Map();
231
+ sidecars.set(sessionId, map);
232
+ }
233
+ map.set(key, value);
234
+ }
235
+ for (const listener of listeners) {
236
+ listener(sessionId, key, value ?? null, seq);
237
+ }
238
+ },
239
+ };
240
+ }
241
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Merge-extensible projection type tables.
3
+ * Client carriers / stubs declare-merge {@link SessionProjectionMap}.
4
+ * Host fold packages declare-merge {@link SessionProjectionStateMap}.
5
+ *
6
+ * @module @xrkseek/session-projection/types
7
+ */
8
+ /**
9
+ * Client-visible whole values (wire JSON). Rendering belongs to the slot /
10
+ * UI layer, never this seam.
11
+ */
12
+ export interface SessionProjectionMap {
13
+ }
14
+ /**
15
+ * Host fold states. Every client-visible key also appears here; host-only
16
+ * keys appear only here. Values must be plain JSON if a cache is attached.
17
+ */
18
+ export interface SessionProjectionStateMap {
19
+ }
20
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;GAGG;AACH,MAAM,WAAW,oBAAoB;CAAG;AAExC;;;GAGG;AACH,MAAM,WAAW,yBAAyB;CAAG"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Merge-extensible projection type tables.
3
+ * Client carriers / stubs declare-merge {@link SessionProjectionMap}.
4
+ * Host fold packages declare-merge {@link SessionProjectionStateMap}.
5
+ *
6
+ * @module @xrkseek/session-projection/types
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@xrkseek/session-projection",
3
+ "version": "0.1.0",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "import": "./dist/index.js",
9
+ "default": "./dist/index.js"
10
+ },
11
+ "./types": {
12
+ "types": "./dist/types.d.ts",
13
+ "import": "./dist/types.js",
14
+ "default": "./dist/types.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "README.md"
20
+ ],
21
+ "dependencies": {
22
+ "@xrkseek/protocol": "workspace:*"
23
+ },
24
+ "license": "MIT",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/xrkseek/XRK-harness.git",
28
+ "directory": "packages/session/session-projection"
29
+ },
30
+ "private": true
31
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"skill-tools.d.ts","sourceRoot":"","sources":["../src/skill-tools.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAKL,KAAK,kBAAkB,EACxB,MAAM,aAAa,CAAC;AAErB,wBAAgB,gBAAgB,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG;IACxD,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B,CAOA;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,kBAAkB,GAC1B,cAAc,EAAE,CAuClB"}
1
+ {"version":3,"file":"skill-tools.d.ts","sourceRoot":"","sources":["../src/skill-tools.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAKL,KAAK,kBAAkB,EACxB,MAAM,aAAa,CAAC;AAErB,wBAAgB,gBAAgB,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG;IACxD,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B,CAOA;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,kBAAkB,GAC1B,cAAc,EAAE,CAwClB"}
@@ -43,6 +43,7 @@ export function createSkillTools(options) {
43
43
  return { content: renderSkillContent(skill) };
44
44
  },
45
45
  presentCall: presentSkillCall,
46
+ isConcurrencySafe: () => true,
46
47
  },
47
48
  ];
48
49
  }
@@ -1 +1 @@
1
- {"version":3,"file":"skill-tools.js","sourceRoot":"","sources":["../src/skill-tools.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,SAAS,EACT,kBAAkB,GAGnB,MAAM,aAAa,CAAC;AAErB,MAAM,UAAU,gBAAgB,CAAC,IAAsB;IAMrD,OAAO;QACL,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,cAAc,IAAI,CAAC,IAAI,EAAE;QAChC,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI,CAAC,IAAI;KACpB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,OAA2B;IAE3B,OAAO;QACL;YACE,IAAI,EAAE,OAAO;YACb,WAAW,EACT,yLAAyL;YAC3L,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,sDAAsD;qBACpE;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;YACD,KAAK,CAAC,OAAO,CAAC,IAAI;gBAChB,MAAM,IAAI,GAAG,MAAM,CAAE,IAA0B,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;gBACnE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;oBACvB,OAAO;wBACL,OAAO,EAAE,8BAA8B,IAAI,GAAG;wBAC9C,OAAO,EAAE,IAAI;qBACd,CAAC;gBACJ,CAAC;gBACD,MAAM,KAAK,GAAgC,MAAM,SAAS,CAAC;oBACzD,GAAG,OAAO;oBACV,IAAI;iBACL,CAAC,CAAC;gBACH,IAAI,CAAC,KAAK,EAAE,CAAC;oBACX,OAAO;wBACL,OAAO,EAAE,iBAAiB,IAAI,qCAAqC;wBACnE,OAAO,EAAE,IAAI;qBACd,CAAC;gBACJ,CAAC;gBACD,OAAO,EAAE,OAAO,EAAE,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;YAChD,CAAC;YACD,WAAW,EAAE,gBAAgB;SACa;KAC7C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"skill-tools.js","sourceRoot":"","sources":["../src/skill-tools.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,SAAS,EACT,kBAAkB,GAGnB,MAAM,aAAa,CAAC;AAErB,MAAM,UAAU,gBAAgB,CAAC,IAAsB;IAMrD,OAAO;QACL,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,cAAc,IAAI,CAAC,IAAI,EAAE;QAChC,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI,CAAC,IAAI;KACpB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,OAA2B;IAE3B,OAAO;QACL;YACE,IAAI,EAAE,OAAO;YACb,WAAW,EACT,yLAAyL;YAC3L,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,sDAAsD;qBACpE;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;YACD,KAAK,CAAC,OAAO,CAAC,IAAI;gBAChB,MAAM,IAAI,GAAG,MAAM,CAAE,IAA0B,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;gBACnE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;oBACvB,OAAO;wBACL,OAAO,EAAE,8BAA8B,IAAI,GAAG;wBAC9C,OAAO,EAAE,IAAI;qBACd,CAAC;gBACJ,CAAC;gBACD,MAAM,KAAK,GAAgC,MAAM,SAAS,CAAC;oBACzD,GAAG,OAAO;oBACV,IAAI;iBACL,CAAC,CAAC;gBACH,IAAI,CAAC,KAAK,EAAE,CAAC;oBACX,OAAO;wBACL,OAAO,EAAE,iBAAiB,IAAI,qCAAqC;wBACnE,OAAO,EAAE,IAAI;qBACd,CAAC;gBACJ,CAAC;gBACD,OAAO,EAAE,OAAO,EAAE,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC;YAChD,CAAC;YACD,WAAW,EAAE,gBAAgB;YAC7B,iBAAiB,EAAE,GAAG,EAAE,CAAC,IAAI;SACa;KAC7C,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xrkseek/harness-cli",
3
- "version": "0.0.5",
4
- "description": "XRK-Harness CLI (run / serve / web). Product shell ships in product-web/.",
3
+ "version": "0.0.7",
4
+ "description": "XRK-Harness CLI (run / serve / web / plugin). Product shell ships in product-web/.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -58,6 +58,7 @@
58
58
  "@xrkseek/server-host": "0.1.0",
59
59
  "@xrkseek/server-http": "0.1.0",
60
60
  "@xrkseek/server-loader": "0.1.0",
61
+ "@xrkseek/session-projection": "0.1.0",
61
62
  "@xrkseek/workspace": "0.1.0",
62
63
  "accepts": "2.0.0",
63
64
  "ajv": "8.20.0",
@@ -202,6 +203,7 @@
202
203
  "@xrkseek/server-host",
203
204
  "@xrkseek/server-http",
204
205
  "@xrkseek/server-loader",
206
+ "@xrkseek/session-projection",
205
207
  "@xrkseek/workspace",
206
208
  "accepts",
207
209
  "ajv",
@@ -1,5 +1,5 @@
1
1
  {
2
- "rev": "xrk-web-1787231267944",
2
+ "rev": "xrk-web-1787302088374",
3
3
  "entries": [
4
4
  {
5
5
  "id": "@xrkseek/client-connection",
@@ -884,11 +884,11 @@ window.__ModuleLoader__.load({
884
884
  document.head.appendChild(tag);
885
885
  }
886
886
  var LanguageRow_module_css_default = {
887
- "selector": "jLfXEq_selector",
888
- "rowText": "jLfXEq_rowText",
889
887
  "row": "jLfXEq_row",
890
888
  "chevron": "jLfXEq_chevron",
891
- "title": "jLfXEq_title"
889
+ "title": "jLfXEq_title",
890
+ "selector": "jLfXEq_selector",
891
+ "rowText": "jLfXEq_rowText"
892
892
  };
893
893
  //#endregion
894
894
  //#region src/client/LanguageRow.tsx
@@ -168,8 +168,8 @@ window.__ModuleLoader__.load({
168
168
  document.head.appendChild(tag);
169
169
  }
170
170
  var AgentPresetLabel_module_css_default = {
171
- "icon": "hnfq1a_icon",
172
- "label": "hnfq1a_label"
171
+ "label": "hnfq1a_label",
172
+ "icon": "hnfq1a_icon"
173
173
  };
174
174
  //#endregion
175
175
  //#region src/client/AgentPresetLabel.tsx
@@ -267,12 +267,12 @@ window.__ModuleLoader__.load({
267
267
  document.head.appendChild(tag);
268
268
  }
269
269
  var AgentPresetRow_module_css_default = {
270
- "rowText": "LQ3tzG_rowText",
271
- "row": "LQ3tzG_row",
272
270
  "desc": "LQ3tzG_desc",
273
271
  "selector": "LQ3tzG_selector",
272
+ "row": "LQ3tzG_row",
274
273
  "title": "LQ3tzG_title",
275
- "chevron": "LQ3tzG_chevron"
274
+ "chevron": "LQ3tzG_chevron",
275
+ "rowText": "LQ3tzG_rowText"
276
276
  };
277
277
  //#endregion
278
278
  //#region src/client/AgentPresetRow.tsx
@@ -342,17 +342,17 @@ window.__ModuleLoader__.load({
342
342
  document.head.appendChild(tag);
343
343
  }
344
344
  var AgentPresetSeat_module_css_default = {
345
- "itemName": "MwdynW_itemName",
346
- "seat-char-in": "MwdynW_seat-char-in",
347
345
  "seat": "MwdynW_seat",
348
- "seatIcon": "MwdynW_seatIcon",
349
346
  "itemDesc": "MwdynW_itemDesc",
350
- "introText": "MwdynW_introText",
347
+ "seat-char-in": "MwdynW_seat-char-in",
351
348
  "introIcon": "MwdynW_introIcon",
352
- "seat-icon-in": "MwdynW_seat-icon-in",
353
- "introChar": "MwdynW_introChar",
349
+ "item": "MwdynW_item",
354
350
  "chevron": "MwdynW_chevron",
355
- "item": "MwdynW_item"
351
+ "seatIcon": "MwdynW_seatIcon",
352
+ "introChar": "MwdynW_introChar",
353
+ "itemName": "MwdynW_itemName",
354
+ "introText": "MwdynW_introText",
355
+ "seat-icon-in": "MwdynW_seat-icon-in"
356
356
  };
357
357
  //#endregion
358
358
  //#region src/client/AgentPresetSeat.tsx
@@ -960,40 +960,40 @@ window.__ModuleLoader__.load({
960
960
  document.head.appendChild(tag);
961
961
  }
962
962
  var AgentPresetSection_module_css_default = {
963
- "cardName": "OFEzwG_cardName",
964
- "badge": "OFEzwG_badge",
965
- "iconButton": "OFEzwG_iconButton",
966
- "cardActive": "OFEzwG_cardActive",
963
+ "group": "OFEzwG_group",
967
964
  "viewerCode": "OFEzwG_viewerCode",
965
+ "cardActive": "OFEzwG_cardActive",
968
966
  "field": "OFEzwG_field",
969
- "cardId": "OFEzwG_cardId",
970
- "fieldLabel": "OFEzwG_fieldLabel",
967
+ "deleteDialog": "OFEzwG_deleteDialog",
971
968
  "cardDesc": "OFEzwG_cardDesc",
972
969
  "secondaryButton": "OFEzwG_secondaryButton",
973
- "creatorButton": "OFEzwG_creatorButton",
970
+ "intro": "OFEzwG_intro",
974
971
  "iconDanger": "OFEzwG_iconDanger",
975
- "inUse": "OFEzwG_inUse",
976
- "revealedPathLabel": "OFEzwG_revealedPathLabel",
977
- "dialogFields": "OFEzwG_dialogFields",
978
- "groupHead": "OFEzwG_groupHead",
979
- "card": "OFEzwG_card",
980
- "dialog": "OFEzwG_dialog",
981
972
  "cardHead": "OFEzwG_cardHead",
982
- "cardBroken": "OFEzwG_cardBroken",
983
- "cardBrokenReason": "OFEzwG_cardBrokenReason",
973
+ "cardName": "OFEzwG_cardName",
974
+ "iconButton": "OFEzwG_iconButton",
975
+ "groupHead": "OFEzwG_groupHead",
976
+ "deleteConfirm": "OFEzwG_deleteConfirm",
977
+ "section": "OFEzwG_section",
984
978
  "cardMain": "OFEzwG_cardMain",
985
- "intro": "OFEzwG_intro",
986
- "group": "OFEzwG_group",
987
- "revealedPath": "OFEzwG_revealedPath",
988
- "deleteDialog": "OFEzwG_deleteDialog",
979
+ "fieldLabel": "OFEzwG_fieldLabel",
980
+ "cardFoot": "OFEzwG_cardFoot",
981
+ "card": "OFEzwG_card",
989
982
  "error": "OFEzwG_error",
983
+ "revealedPathLabel": "OFEzwG_revealedPathLabel",
984
+ "cardId": "OFEzwG_cardId",
985
+ "input": "OFEzwG_input",
990
986
  "title": "OFEzwG_title",
991
- "cardFoot": "OFEzwG_cardFoot",
992
- "section": "OFEzwG_section",
993
- "deleteConfirm": "OFEzwG_deleteConfirm",
994
987
  "brokenBadge": "OFEzwG_brokenBadge",
995
- "input": "OFEzwG_input",
996
- "cards": "OFEzwG_cards"
988
+ "cards": "OFEzwG_cards",
989
+ "dialog": "OFEzwG_dialog",
990
+ "inUse": "OFEzwG_inUse",
991
+ "badge": "OFEzwG_badge",
992
+ "revealedPath": "OFEzwG_revealedPath",
993
+ "cardBroken": "OFEzwG_cardBroken",
994
+ "cardBrokenReason": "OFEzwG_cardBrokenReason",
995
+ "dialogFields": "OFEzwG_dialogFields",
996
+ "creatorButton": "OFEzwG_creatorButton"
997
997
  };
998
998
  //#endregion
999
999
  //#region src/client/AgentPresetSection.tsx
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
855
855
  document.head.appendChild(tag);
856
856
  }
857
857
  var PopupSelectView_module_css_default = {
858
- "search": "_7uhq5a_search",
859
- "retry": "_7uhq5a_retry",
860
858
  "label": "_7uhq5a_label",
861
859
  "check": "_7uhq5a_check",
860
+ "rowActive": "_7uhq5a_rowActive",
861
+ "error": "_7uhq5a_error",
862
862
  "row": "_7uhq5a_row",
863
- "card": "_7uhq5a_card",
864
863
  "viewport": "_7uhq5a_viewport",
865
864
  "detail": "_7uhq5a_detail",
866
- "error": "_7uhq5a_error",
867
- "rowActive": "_7uhq5a_rowActive",
868
- "errorText": "_7uhq5a_errorText",
869
- "status": "_7uhq5a_status"
865
+ "retry": "_7uhq5a_retry",
866
+ "card": "_7uhq5a_card",
867
+ "status": "_7uhq5a_status",
868
+ "search": "_7uhq5a_search",
869
+ "errorText": "_7uhq5a_errorText"
870
870
  };
871
871
  //#endregion
872
872
  //#region src/client/PopupSelectView.tsx