@wrongstack/cli 0.293.0 → 0.295.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (546) hide show
  1. package/README.md +7 -5
  2. package/dist/acp-registry-cache.d.ts +1 -1
  3. package/dist/acp-registry-cache.d.ts.map +1 -1
  4. package/dist/acp-server-agent.d.ts +2 -1
  5. package/dist/acp-server-agent.d.ts.map +1 -1
  6. package/dist/arg-parser.d.ts +1 -1
  7. package/dist/arg-parser.d.ts.map +1 -1
  8. package/dist/auth-menu/add-provider.d.ts +1 -1
  9. package/dist/auth-menu/add-provider.d.ts.map +1 -1
  10. package/dist/auth-menu/anthropic-oauth.d.ts.map +1 -1
  11. package/dist/auth-menu/auth-menu-audit.d.ts +1 -1
  12. package/dist/auth-menu/auth-menu-audit.d.ts.map +1 -1
  13. package/dist/auth-menu/direct.d.ts +1 -1
  14. package/dist/auth-menu/direct.d.ts.map +1 -1
  15. package/dist/auth-menu/github-copilot-oauth.d.ts.map +1 -1
  16. package/dist/auth-menu/helpers.d.ts +1 -1
  17. package/dist/auth-menu/helpers.d.ts.map +1 -1
  18. package/dist/auth-menu/local-presets.d.ts +2 -35
  19. package/dist/auth-menu/local-presets.d.ts.map +1 -1
  20. package/dist/auth-menu/local.d.ts +1 -1
  21. package/dist/auth-menu/local.d.ts.map +1 -1
  22. package/dist/auth-menu/loopback-server.d.ts +76 -0
  23. package/dist/auth-menu/loopback-server.d.ts.map +1 -0
  24. package/dist/auth-menu/openai-codex-oauth.d.ts +7 -22
  25. package/dist/auth-menu/openai-codex-oauth.d.ts.map +1 -1
  26. package/dist/auth-menu/panel-service.d.ts +1 -3
  27. package/dist/auth-menu/panel-service.d.ts.map +1 -1
  28. package/dist/auth-menu/shared.d.ts +1 -1
  29. package/dist/auth-menu/shared.d.ts.map +1 -1
  30. package/dist/auth-menu/types.d.ts +1 -2
  31. package/dist/auth-menu/types.d.ts.map +1 -1
  32. package/dist/boot/auto-discover-providers.d.ts +2 -2
  33. package/dist/boot/auto-discover-providers.d.ts.map +1 -1
  34. package/dist/boot/container-wiring.d.ts +3 -1
  35. package/dist/boot/container-wiring.d.ts.map +1 -1
  36. package/dist/boot/dispatch-singleshot.d.ts +2 -1
  37. package/dist/boot/dispatch-singleshot.d.ts.map +1 -1
  38. package/dist/boot/dispatch-tui.d.ts +4 -0
  39. package/dist/boot/dispatch-tui.d.ts.map +1 -0
  40. package/dist/boot/dispatch-webui.d.ts +13 -8
  41. package/dist/boot/dispatch-webui.d.ts.map +1 -1
  42. package/dist/boot/event-wiring.d.ts +1 -1
  43. package/dist/boot/event-wiring.d.ts.map +1 -1
  44. package/dist/boot/execution-mode.d.ts +10 -0
  45. package/dist/boot/execution-mode.d.ts.map +1 -0
  46. package/dist/boot/launch-menu.d.ts +1 -1
  47. package/dist/boot/launch-menu.d.ts.map +1 -1
  48. package/dist/boot/short-circuit-hq.d.ts.map +1 -1
  49. package/dist/boot/simpleui-full-auto.d.ts +1 -1
  50. package/dist/boot/simpleui-full-auto.d.ts.map +1 -1
  51. package/dist/boot/system-prompt-builder.d.ts +2 -2
  52. package/dist/boot/system-prompt-builder.d.ts.map +1 -1
  53. package/dist/boot/system-prompt.d.ts +3 -2
  54. package/dist/boot/system-prompt.d.ts.map +1 -1
  55. package/dist/boot/tool-registry.d.ts +7 -10
  56. package/dist/boot/tool-registry.d.ts.map +1 -1
  57. package/dist/boot/tui-coordinator-setup.d.ts +4 -2
  58. package/dist/boot/tui-coordinator-setup.d.ts.map +1 -1
  59. package/dist/boot/tui-goal-wiring.d.ts +1 -1
  60. package/dist/boot/tui-goal-wiring.d.ts.map +1 -1
  61. package/dist/boot/tui-live-sessions.d.ts +2 -2
  62. package/dist/boot/tui-project-picker-callback.d.ts +1 -1
  63. package/dist/boot/tui-project-picker-callback.d.ts.map +1 -1
  64. package/dist/boot/tui-project-switch.d.ts +7 -5
  65. package/dist/boot/tui-project-switch.d.ts.map +1 -1
  66. package/dist/boot/tui-runtime-state.d.ts +4 -1
  67. package/dist/boot/tui-runtime-state.d.ts.map +1 -1
  68. package/dist/boot/tui-sdd-callback.d.ts +2 -2
  69. package/dist/boot/tui-session-resume.d.ts +3 -1
  70. package/dist/boot/tui-session-resume.d.ts.map +1 -1
  71. package/dist/boot/tui-settings-adapter.d.ts +3 -1
  72. package/dist/boot/tui-settings-adapter.d.ts.map +1 -1
  73. package/dist/boot-config.d.ts +3 -1
  74. package/dist/boot-config.d.ts.map +1 -1
  75. package/dist/boot.d.ts +3 -1
  76. package/dist/boot.d.ts.map +1 -1
  77. package/dist/brain-menu/panel-service.d.ts +1 -1
  78. package/dist/brain-menu/panel-service.d.ts.map +1 -1
  79. package/dist/cli-context.d.ts +2 -1
  80. package/dist/cli-context.d.ts.map +1 -1
  81. package/dist/cli-entry-point.d.ts +20 -0
  82. package/dist/cli-entry-point.d.ts.map +1 -1
  83. package/dist/cli-eternal-flag.d.ts +6 -3
  84. package/dist/cli-eternal-flag.d.ts.map +1 -1
  85. package/dist/cli-main.d.ts +0 -9
  86. package/dist/cli-main.d.ts.map +1 -1
  87. package/dist/cli-recovery-prompt.d.ts +1 -1
  88. package/dist/cli-recovery-prompt.d.ts.map +1 -1
  89. package/dist/config-doctor.d.ts +2 -2
  90. package/dist/config-doctor.d.ts.map +1 -1
  91. package/dist/config-history.d.ts +3 -3
  92. package/dist/config-history.d.ts.map +1 -1
  93. package/dist/context-limit.d.ts +1 -1
  94. package/dist/context-limit.d.ts.map +1 -1
  95. package/dist/context-overflow-diagnostic.d.ts +1 -1
  96. package/dist/context-overflow-diagnostic.d.ts.map +1 -1
  97. package/dist/execute-deps.d.ts +23 -12
  98. package/dist/execute-deps.d.ts.map +1 -1
  99. package/dist/execution.d.ts +23 -1
  100. package/dist/execution.d.ts.map +1 -1
  101. package/dist/first-run-auth-gate.d.ts +5 -3
  102. package/dist/first-run-auth-gate.d.ts.map +1 -1
  103. package/dist/fleet/host.d.ts +30 -7
  104. package/dist/fleet/host.d.ts.map +1 -1
  105. package/dist/fleet/routing.d.ts +2 -2
  106. package/dist/fleet/routing.d.ts.map +1 -1
  107. package/dist/fleet/status-broadcast.d.ts +3 -2
  108. package/dist/fleet/status-broadcast.d.ts.map +1 -1
  109. package/dist/fleet/supervisor-registry.d.ts +1 -1
  110. package/dist/fleet/supervisor-registry.d.ts.map +1 -1
  111. package/dist/fleet-statusline.d.ts +1 -1
  112. package/dist/fleet-statusline.d.ts.map +1 -1
  113. package/dist/goal-host.d.ts +4 -1
  114. package/dist/goal-host.d.ts.map +1 -1
  115. package/dist/hooks-wiring.d.ts +3 -1
  116. package/dist/hooks-wiring.d.ts.map +1 -1
  117. package/dist/hq-command-controller.d.ts +2 -2
  118. package/dist/hq-command-controller.d.ts.map +1 -1
  119. package/dist/hq-publisher.d.ts +2 -1
  120. package/dist/hq-publisher.d.ts.map +1 -1
  121. package/dist/hq-recovery-html.d.ts +8 -0
  122. package/dist/hq-recovery-html.d.ts.map +1 -0
  123. package/dist/hq-server/audit-actor.d.ts +3 -0
  124. package/dist/hq-server/audit-actor.d.ts.map +1 -0
  125. package/dist/hq-server/auth-state.d.ts +10 -0
  126. package/dist/hq-server/auth-state.d.ts.map +1 -0
  127. package/dist/hq-server/auth.d.ts +2 -14
  128. package/dist/hq-server/auth.d.ts.map +1 -1
  129. package/dist/hq-server/preflight.d.ts +22 -0
  130. package/dist/hq-server/preflight.d.ts.map +1 -0
  131. package/dist/hq-server/routes.d.ts +7 -16
  132. package/dist/hq-server/routes.d.ts.map +1 -1
  133. package/dist/hq-server/snapshot.d.ts +9 -1
  134. package/dist/hq-server/snapshot.d.ts.map +1 -1
  135. package/dist/hq-server/trust-boundary.d.ts +15 -0
  136. package/dist/hq-server/trust-boundary.d.ts.map +1 -0
  137. package/dist/hq-server/types.d.ts +16 -2
  138. package/dist/hq-server/types.d.ts.map +1 -1
  139. package/dist/hq-server/utils.d.ts +1 -1
  140. package/dist/hq-server/utils.d.ts.map +1 -1
  141. package/dist/hq-server/ws.d.ts +1 -1
  142. package/dist/hq-server/ws.d.ts.map +1 -1
  143. package/dist/hq-server.d.ts +5 -10
  144. package/dist/hq-server.d.ts.map +1 -1
  145. package/dist/hq-static-serve.d.ts +4 -4
  146. package/dist/hq-static-serve.d.ts.map +1 -1
  147. package/dist/index.js +26363 -33590
  148. package/dist/index.js.map +4 -4
  149. package/dist/input-reader.d.ts +1 -1
  150. package/dist/input-reader.d.ts.map +1 -1
  151. package/dist/kanban-hq-sync.d.ts +8 -0
  152. package/dist/kanban-hq-sync.d.ts.map +1 -0
  153. package/dist/mailbox-bridge-bootstrap.d.ts +20 -0
  154. package/dist/mailbox-bridge-bootstrap.d.ts.map +1 -1
  155. package/dist/mcp-serve.d.ts +3 -1
  156. package/dist/mcp-serve.d.ts.map +1 -1
  157. package/dist/next-task-predictor.d.ts +2 -2
  158. package/dist/next-task-predictor.d.ts.map +1 -1
  159. package/dist/permission-prompt.d.ts +1 -1
  160. package/dist/permission-prompt.d.ts.map +1 -1
  161. package/dist/picker.d.ts +1 -1
  162. package/dist/picker.d.ts.map +1 -1
  163. package/dist/plugin-api-factory.d.ts +1 -1
  164. package/dist/plugin-api-factory.d.ts.map +1 -1
  165. package/dist/plugin-management.d.ts +10 -9
  166. package/dist/plugin-management.d.ts.map +1 -1
  167. package/dist/preflight.d.ts +1 -1
  168. package/dist/preflight.d.ts.map +1 -1
  169. package/dist/profile-config-path.d.ts +2 -1
  170. package/dist/profile-config-path.d.ts.map +1 -1
  171. package/dist/project-picker.d.ts +1 -1
  172. package/dist/project-picker.d.ts.map +1 -1
  173. package/dist/provider-config-utils.d.ts +2 -2
  174. package/dist/provider-config-utils.d.ts.map +1 -1
  175. package/dist/provider-helpers.d.ts +1 -1
  176. package/dist/provider-helpers.d.ts.map +1 -1
  177. package/dist/renderer.d.ts +23 -11
  178. package/dist/renderer.d.ts.map +1 -1
  179. package/dist/repl.d.ts +11 -9
  180. package/dist/repl.d.ts.map +1 -1
  181. package/dist/services/autonomy-mode.d.ts +3 -0
  182. package/dist/services/autonomy-mode.d.ts.map +1 -0
  183. package/dist/services/commit-message.d.ts +41 -0
  184. package/dist/services/commit-message.d.ts.map +1 -0
  185. package/dist/services/dispatch-classifier.d.ts +12 -0
  186. package/dist/services/dispatch-classifier.d.ts.map +1 -0
  187. package/dist/services/mcp-management.d.ts +24 -0
  188. package/dist/services/mcp-management.d.ts.map +1 -0
  189. package/dist/services/project-manifest.d.ts +53 -0
  190. package/dist/services/project-manifest.d.ts.map +1 -0
  191. package/dist/services/sdd/project-context.d.ts.map +1 -0
  192. package/dist/services/sdd/spec-detection.d.ts.map +1 -0
  193. package/dist/{slash-commands → services}/sdd/state.d.ts +2 -2
  194. package/dist/services/sdd/state.d.ts.map +1 -0
  195. package/dist/{slash-commands → services}/sdd/task-manager.d.ts +1 -1
  196. package/dist/services/sdd/task-manager.d.ts.map +1 -0
  197. package/dist/services/sdd-runtime.d.ts +5 -0
  198. package/dist/services/sdd-runtime.d.ts.map +1 -0
  199. package/dist/services/statusline-config.d.ts +10 -0
  200. package/dist/services/statusline-config.d.ts.map +1 -0
  201. package/dist/services/suggestion-store.d.ts +36 -0
  202. package/dist/services/suggestion-store.d.ts.map +1 -0
  203. package/dist/session-event-wiring.d.ts +3 -2
  204. package/dist/session-event-wiring.d.ts.map +1 -1
  205. package/dist/session-stats.d.ts +2 -1
  206. package/dist/session-stats.d.ts.map +1 -1
  207. package/dist/settings-menu.d.ts +2 -4
  208. package/dist/settings-menu.d.ts.map +1 -1
  209. package/dist/simpleui-dist.d.ts +16 -0
  210. package/dist/simpleui-dist.d.ts.map +1 -1
  211. package/dist/slash-commands/acp.d.ts +2 -2
  212. package/dist/slash-commands/acp.d.ts.map +1 -1
  213. package/dist/slash-commands/agent-improve.d.ts +14 -0
  214. package/dist/slash-commands/agent-improve.d.ts.map +1 -0
  215. package/dist/slash-commands/agents.d.ts +2 -16
  216. package/dist/slash-commands/agents.d.ts.map +1 -1
  217. package/dist/slash-commands/audit.d.ts +2 -2
  218. package/dist/slash-commands/audit.d.ts.map +1 -1
  219. package/dist/slash-commands/auth.d.ts +2 -2
  220. package/dist/slash-commands/auth.d.ts.map +1 -1
  221. package/dist/slash-commands/autonomy.d.ts +3 -3
  222. package/dist/slash-commands/autonomy.d.ts.map +1 -1
  223. package/dist/slash-commands/brain.d.ts +2 -2
  224. package/dist/slash-commands/brain.d.ts.map +1 -1
  225. package/dist/slash-commands/btw.d.ts +2 -2
  226. package/dist/slash-commands/btw.d.ts.map +1 -1
  227. package/dist/slash-commands/clear.d.ts +2 -2
  228. package/dist/slash-commands/clear.d.ts.map +1 -1
  229. package/dist/slash-commands/codebase-reindex.d.ts +2 -2
  230. package/dist/slash-commands/codebase-reindex.d.ts.map +1 -1
  231. package/dist/slash-commands/collab.d.ts +2 -2
  232. package/dist/slash-commands/collab.d.ts.map +1 -1
  233. package/dist/slash-commands/command-context.d.ts +604 -0
  234. package/dist/slash-commands/command-context.d.ts.map +1 -0
  235. package/dist/slash-commands/commit-llm.d.ts +2 -40
  236. package/dist/slash-commands/commit-llm.d.ts.map +1 -1
  237. package/dist/slash-commands/compact.d.ts +2 -2
  238. package/dist/slash-commands/compact.d.ts.map +1 -1
  239. package/dist/slash-commands/context.d.ts +2 -2
  240. package/dist/slash-commands/context.d.ts.map +1 -1
  241. package/dist/slash-commands/coordinator.d.ts +2 -2
  242. package/dist/slash-commands/coordinator.d.ts.map +1 -1
  243. package/dist/slash-commands/delegate.d.ts +2 -2
  244. package/dist/slash-commands/delegate.d.ts.map +1 -1
  245. package/dist/slash-commands/design.d.ts +2 -2
  246. package/dist/slash-commands/design.d.ts.map +1 -1
  247. package/dist/slash-commands/dev.d.ts +2 -2
  248. package/dist/slash-commands/dev.d.ts.map +1 -1
  249. package/dist/slash-commands/diag-stats.d.ts +2 -2
  250. package/dist/slash-commands/diag-stats.d.ts.map +1 -1
  251. package/dist/slash-commands/dispatch-llm.d.ts +2 -11
  252. package/dist/slash-commands/dispatch-llm.d.ts.map +1 -1
  253. package/dist/slash-commands/doctor.d.ts +2 -2
  254. package/dist/slash-commands/doctor.d.ts.map +1 -1
  255. package/dist/slash-commands/enhance.d.ts +2 -2
  256. package/dist/slash-commands/enhance.d.ts.map +1 -1
  257. package/dist/slash-commands/ensemble.d.ts +2 -2
  258. package/dist/slash-commands/ensemble.d.ts.map +1 -1
  259. package/dist/slash-commands/f-keys.d.ts +2 -2
  260. package/dist/slash-commands/f-keys.d.ts.map +1 -1
  261. package/dist/slash-commands/fallback.d.ts +2 -2
  262. package/dist/slash-commands/fallback.d.ts.map +1 -1
  263. package/dist/slash-commands/fix.d.ts +2 -2
  264. package/dist/slash-commands/fix.d.ts.map +1 -1
  265. package/dist/slash-commands/fleet.d.ts +2 -2
  266. package/dist/slash-commands/fleet.d.ts.map +1 -1
  267. package/dist/slash-commands/git.d.ts +2 -2
  268. package/dist/slash-commands/git.d.ts.map +1 -1
  269. package/dist/slash-commands/gitid.d.ts +2 -2
  270. package/dist/slash-commands/gitid.d.ts.map +1 -1
  271. package/dist/slash-commands/goal-refiner.d.ts +2 -1
  272. package/dist/slash-commands/goal-refiner.d.ts.map +1 -1
  273. package/dist/slash-commands/goal.d.ts +2 -2
  274. package/dist/slash-commands/goal.d.ts.map +1 -1
  275. package/dist/slash-commands/health.d.ts +2 -2
  276. package/dist/slash-commands/health.d.ts.map +1 -1
  277. package/dist/slash-commands/help.d.ts +2 -2
  278. package/dist/slash-commands/help.d.ts.map +1 -1
  279. package/dist/slash-commands/helpers.d.ts +1 -1
  280. package/dist/slash-commands/helpers.d.ts.map +1 -1
  281. package/dist/slash-commands/hq.d.ts +2 -2
  282. package/dist/slash-commands/hq.d.ts.map +1 -1
  283. package/dist/slash-commands/index.d.ts +5 -593
  284. package/dist/slash-commands/index.d.ts.map +1 -1
  285. package/dist/slash-commands/init.d.ts +2 -2
  286. package/dist/slash-commands/init.d.ts.map +1 -1
  287. package/dist/slash-commands/interrupt.d.ts +2 -2
  288. package/dist/slash-commands/interrupt.d.ts.map +1 -1
  289. package/dist/slash-commands/kanban.d.ts +2 -2
  290. package/dist/slash-commands/kanban.d.ts.map +1 -1
  291. package/dist/slash-commands/mailbox-demo.d.ts +2 -2
  292. package/dist/slash-commands/mailbox-demo.d.ts.map +1 -1
  293. package/dist/slash-commands/mailbox-serve.d.ts +2 -2
  294. package/dist/slash-commands/mailbox-serve.d.ts.map +1 -1
  295. package/dist/slash-commands/mailbox.d.ts +4 -4
  296. package/dist/slash-commands/mailbox.d.ts.map +1 -1
  297. package/dist/slash-commands/mcp-utils.d.ts +2 -23
  298. package/dist/slash-commands/mcp-utils.d.ts.map +1 -1
  299. package/dist/slash-commands/mcp.d.ts +4 -4
  300. package/dist/slash-commands/mcp.d.ts.map +1 -1
  301. package/dist/slash-commands/memory.d.ts +2 -2
  302. package/dist/slash-commands/memory.d.ts.map +1 -1
  303. package/dist/slash-commands/metrics.d.ts +2 -2
  304. package/dist/slash-commands/metrics.d.ts.map +1 -1
  305. package/dist/slash-commands/mode.d.ts +2 -2
  306. package/dist/slash-commands/mode.d.ts.map +1 -1
  307. package/dist/slash-commands/modelcaps.d.ts +2 -2
  308. package/dist/slash-commands/modelcaps.d.ts.map +1 -1
  309. package/dist/slash-commands/models.d.ts +2 -2
  310. package/dist/slash-commands/models.d.ts.map +1 -1
  311. package/dist/slash-commands/mouse.d.ts +2 -2
  312. package/dist/slash-commands/mouse.d.ts.map +1 -1
  313. package/dist/slash-commands/next.d.ts +2 -2
  314. package/dist/slash-commands/next.d.ts.map +1 -1
  315. package/dist/slash-commands/plan.d.ts +2 -2
  316. package/dist/slash-commands/plan.d.ts.map +1 -1
  317. package/dist/slash-commands/plugin.d.ts +2 -2
  318. package/dist/slash-commands/plugin.d.ts.map +1 -1
  319. package/dist/slash-commands/profile.d.ts +2 -2
  320. package/dist/slash-commands/profile.d.ts.map +1 -1
  321. package/dist/slash-commands/project-utils.d.ts +2 -50
  322. package/dist/slash-commands/project-utils.d.ts.map +1 -1
  323. package/dist/slash-commands/project.d.ts +2 -2
  324. package/dist/slash-commands/project.d.ts.map +1 -1
  325. package/dist/slash-commands/provider-status.d.ts +1 -1
  326. package/dist/slash-commands/provider-status.d.ts.map +1 -1
  327. package/dist/slash-commands/prune.d.ts +2 -2
  328. package/dist/slash-commands/prune.d.ts.map +1 -1
  329. package/dist/slash-commands/refiner.d.ts +2 -2
  330. package/dist/slash-commands/refiner.d.ts.map +1 -1
  331. package/dist/slash-commands/review.d.ts +2 -2
  332. package/dist/slash-commands/review.d.ts.map +1 -1
  333. package/dist/slash-commands/sdd.d.ts +7 -7
  334. package/dist/slash-commands/sdd.d.ts.map +1 -1
  335. package/dist/slash-commands/security.d.ts +11 -2
  336. package/dist/slash-commands/security.d.ts.map +1 -1
  337. package/dist/slash-commands/session.d.ts +2 -2
  338. package/dist/slash-commands/session.d.ts.map +1 -1
  339. package/dist/slash-commands/setmodel.d.ts +2 -2
  340. package/dist/slash-commands/setmodel.d.ts.map +1 -1
  341. package/dist/slash-commands/settings.d.ts +2 -2
  342. package/dist/slash-commands/settings.d.ts.map +1 -1
  343. package/dist/slash-commands/shadow.d.ts +2 -13
  344. package/dist/slash-commands/shadow.d.ts.map +1 -1
  345. package/dist/slash-commands/spawn-agents.d.ts +2 -2
  346. package/dist/slash-commands/spawn-agents.d.ts.map +1 -1
  347. package/dist/slash-commands/statusline.d.ts +3 -45
  348. package/dist/slash-commands/statusline.d.ts.map +1 -1
  349. package/dist/slash-commands/suggest.d.ts +2 -2
  350. package/dist/slash-commands/suggest.d.ts.map +1 -1
  351. package/dist/slash-commands/suggestion-store.d.ts +2 -35
  352. package/dist/slash-commands/suggestion-store.d.ts.map +1 -1
  353. package/dist/slash-commands/supervisor.d.ts +2 -2
  354. package/dist/slash-commands/supervisor.d.ts.map +1 -1
  355. package/dist/slash-commands/surfaces.d.ts +1 -1
  356. package/dist/slash-commands/surfaces.d.ts.map +1 -1
  357. package/dist/slash-commands/tasks.d.ts +2 -2
  358. package/dist/slash-commands/tasks.d.ts.map +1 -1
  359. package/dist/slash-commands/techstack.d.ts +2 -2
  360. package/dist/slash-commands/techstack.d.ts.map +1 -1
  361. package/dist/slash-commands/telegram-settings.d.ts +2 -2
  362. package/dist/slash-commands/telegram-settings.d.ts.map +1 -1
  363. package/dist/slash-commands/telegram-setup.d.ts +2 -2
  364. package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
  365. package/dist/slash-commands/todos.d.ts +2 -2
  366. package/dist/slash-commands/todos.d.ts.map +1 -1
  367. package/dist/slash-commands/tool.d.ts +2 -2
  368. package/dist/slash-commands/tool.d.ts.map +1 -1
  369. package/dist/slash-commands/tools.d.ts +2 -2
  370. package/dist/slash-commands/tools.d.ts.map +1 -1
  371. package/dist/slash-commands/tuneup.d.ts +2 -2
  372. package/dist/slash-commands/tuneup.d.ts.map +1 -1
  373. package/dist/slash-commands/working-dir.d.ts +2 -2
  374. package/dist/slash-commands/working-dir.d.ts.map +1 -1
  375. package/dist/slash-commands/worktree.d.ts +2 -2
  376. package/dist/slash-commands/worktree.d.ts.map +1 -1
  377. package/dist/slash-commands/yolo.d.ts +2 -2
  378. package/dist/slash-commands/yolo.d.ts.map +1 -1
  379. package/dist/subcommands/contracts.d.ts +23 -0
  380. package/dist/subcommands/contracts.d.ts.map +1 -0
  381. package/dist/subcommands/handlers/audit.d.ts.map +1 -1
  382. package/dist/subcommands/handlers/auth.d.ts.map +1 -1
  383. package/dist/subcommands/handlers/chronicle.d.ts.map +1 -1
  384. package/dist/subcommands/handlers/export.d.ts.map +1 -1
  385. package/dist/subcommands/handlers/hq.d.ts +1 -11
  386. package/dist/subcommands/handlers/hq.d.ts.map +1 -1
  387. package/dist/subcommands/handlers/mailbox-serve.d.ts.map +1 -1
  388. package/dist/subcommands/handlers/modeldiag.d.ts.map +1 -1
  389. package/dist/subcommands/handlers/per-subcommand-help.d.ts.map +1 -1
  390. package/dist/subcommands/handlers/permissions.d.ts +1 -1
  391. package/dist/subcommands/handlers/permissions.d.ts.map +1 -1
  392. package/dist/subcommands/handlers/project.d.ts +3 -0
  393. package/dist/subcommands/handlers/project.d.ts.map +1 -0
  394. package/dist/subcommands/handlers/providers-models.d.ts.map +1 -1
  395. package/dist/subcommands/handlers/replay.d.ts.map +1 -1
  396. package/dist/subcommands/handlers/rewind.d.ts.map +1 -1
  397. package/dist/subcommands/handlers/version-help.d.ts.map +1 -1
  398. package/dist/subcommands/index.d.ts +2 -24
  399. package/dist/subcommands/index.d.ts.map +1 -1
  400. package/dist/tuneup.d.ts +1 -1
  401. package/dist/tuneup.d.ts.map +1 -1
  402. package/dist/update-check.d.ts.map +1 -1
  403. package/dist/webui-server/client-registration.d.ts +2 -21
  404. package/dist/webui-server/client-registration.d.ts.map +1 -1
  405. package/dist/webui-server/connection-handler.d.ts +3 -27
  406. package/dist/webui-server/connection-handler.d.ts.map +1 -1
  407. package/dist/webui-server/context-breakdown.d.ts +1 -56
  408. package/dist/webui-server/context-breakdown.d.ts.map +1 -1
  409. package/dist/webui-server/contracts.d.ts +15 -0
  410. package/dist/webui-server/contracts.d.ts.map +1 -0
  411. package/dist/webui-server/cost-helpers.d.ts +1 -28
  412. package/dist/webui-server/cost-helpers.d.ts.map +1 -1
  413. package/dist/webui-server/kanban-host-adapter.d.ts +25 -0
  414. package/dist/webui-server/kanban-host-adapter.d.ts.map +1 -0
  415. package/dist/webui-server/kanban-run-mirror.d.ts +1 -76
  416. package/dist/webui-server/kanban-run-mirror.d.ts.map +1 -1
  417. package/dist/webui-server/kanban-supervisor.d.ts +1 -47
  418. package/dist/webui-server/kanban-supervisor.d.ts.map +1 -1
  419. package/dist/webui-server/lifecycle.d.ts +2 -111
  420. package/dist/webui-server/lifecycle.d.ts.map +1 -1
  421. package/dist/webui-server/logger-shim.d.ts +1 -1
  422. package/dist/webui-server/logger-shim.d.ts.map +1 -1
  423. package/dist/webui-server/prefs-seeding.d.ts +6 -42
  424. package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
  425. package/dist/webui-server/privileged-actions.d.ts +14 -0
  426. package/dist/webui-server/privileged-actions.d.ts.map +1 -0
  427. package/dist/webui-server/session-start-payload.d.ts +2 -1
  428. package/dist/webui-server/session-start-payload.d.ts.map +1 -1
  429. package/dist/webui-server/setup-events.d.ts +8 -18
  430. package/dist/webui-server/setup-events.d.ts.map +1 -1
  431. package/dist/webui-server/static-serve.d.ts +1 -85
  432. package/dist/webui-server/static-serve.d.ts.map +1 -1
  433. package/dist/webui-server/stream-coalescer.d.ts +1 -48
  434. package/dist/webui-server/stream-coalescer.d.ts.map +1 -1
  435. package/dist/webui-server.d.ts +20 -17
  436. package/dist/webui-server.d.ts.map +1 -1
  437. package/dist/wiring/brain-and-orchestration.d.ts +5 -1
  438. package/dist/wiring/brain-and-orchestration.d.ts.map +1 -1
  439. package/dist/wiring/codebase-index.d.ts +2 -1
  440. package/dist/wiring/codebase-index.d.ts.map +1 -1
  441. package/dist/wiring/command-host-adapters.d.ts +16 -0
  442. package/dist/wiring/command-host-adapters.d.ts.map +1 -0
  443. package/dist/wiring/command-host-state.d.ts +86 -0
  444. package/dist/wiring/command-host-state.d.ts.map +1 -0
  445. package/dist/wiring/controllers.d.ts +4 -3
  446. package/dist/wiring/controllers.d.ts.map +1 -1
  447. package/dist/wiring/dep-watcher.d.ts +2 -2
  448. package/dist/wiring/dep-watcher.d.ts.map +1 -1
  449. package/dist/wiring/design-studio.d.ts +1 -1
  450. package/dist/wiring/design-studio.d.ts.map +1 -1
  451. package/dist/wiring/director-setup.d.ts +9 -6
  452. package/dist/wiring/director-setup.d.ts.map +1 -1
  453. package/dist/wiring/eternal-command-handlers.d.ts +37 -0
  454. package/dist/wiring/eternal-command-handlers.d.ts.map +1 -0
  455. package/dist/wiring/fleet-command-handlers.d.ts +16 -0
  456. package/dist/wiring/fleet-command-handlers.d.ts.map +1 -0
  457. package/dist/wiring/hq-telemetry.d.ts +4 -1
  458. package/dist/wiring/hq-telemetry.d.ts.map +1 -1
  459. package/dist/wiring/lifecycle-plugins.d.ts +9 -1
  460. package/dist/wiring/lifecycle-plugins.d.ts.map +1 -1
  461. package/dist/wiring/mailbox-bridge-bootstrap.d.ts +1 -1
  462. package/dist/wiring/mailbox-bridge-bootstrap.d.ts.map +1 -1
  463. package/dist/wiring/metrics.d.ts +4 -1
  464. package/dist/wiring/metrics.d.ts.map +1 -1
  465. package/dist/wiring/pipeline.d.ts +18 -13
  466. package/dist/wiring/pipeline.d.ts.map +1 -1
  467. package/dist/wiring/plugins.d.ts +16 -8
  468. package/dist/wiring/plugins.d.ts.map +1 -1
  469. package/dist/wiring/provider-runtime-setup.d.ts +6 -1
  470. package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
  471. package/dist/wiring/provider-runtime.d.ts +2 -2
  472. package/dist/wiring/provider-runtime.d.ts.map +1 -1
  473. package/dist/wiring/provider-status.d.ts +16 -0
  474. package/dist/wiring/provider-status.d.ts.map +1 -0
  475. package/dist/wiring/provider-utility-tools.d.ts +25 -0
  476. package/dist/wiring/provider-utility-tools.d.ts.map +1 -0
  477. package/dist/wiring/provider.d.ts +3 -2
  478. package/dist/wiring/provider.d.ts.map +1 -1
  479. package/dist/wiring/replay.d.ts +4 -1
  480. package/dist/wiring/replay.d.ts.map +1 -1
  481. package/dist/wiring/runtime-controller-deps.d.ts +41 -0
  482. package/dist/wiring/runtime-controller-deps.d.ts.map +1 -0
  483. package/dist/wiring/runtime-dispatch-state.d.ts +35 -0
  484. package/dist/wiring/runtime-dispatch-state.d.ts.map +1 -0
  485. package/dist/wiring/runtime-lifecycle-deps.d.ts +39 -0
  486. package/dist/wiring/runtime-lifecycle-deps.d.ts.map +1 -0
  487. package/dist/wiring/runtime-picker-deps.d.ts +22 -0
  488. package/dist/wiring/runtime-picker-deps.d.ts.map +1 -0
  489. package/dist/wiring/sage.d.ts +19 -0
  490. package/dist/wiring/sage.d.ts.map +1 -0
  491. package/dist/wiring/sdd-handlers.d.ts.map +1 -1
  492. package/dist/wiring/security-command.d.ts +11 -0
  493. package/dist/wiring/security-command.d.ts.map +1 -0
  494. package/dist/wiring/session-command-handlers.d.ts +55 -0
  495. package/dist/wiring/session-command-handlers.d.ts.map +1 -0
  496. package/dist/wiring/session.d.ts +13 -9
  497. package/dist/wiring/session.d.ts.map +1 -1
  498. package/dist/wiring/slash-commands.d.ts +14 -5
  499. package/dist/wiring/slash-commands.d.ts.map +1 -1
  500. package/dist/wiring/tools.d.ts +9 -20
  501. package/dist/wiring/tools.d.ts.map +1 -1
  502. package/package.json +23 -22
  503. package/dist/hq-dashboard-html.d.ts +0 -2
  504. package/dist/hq-dashboard-html.d.ts.map +0 -1
  505. package/dist/slash-commands/sdd/project-context.d.ts.map +0 -1
  506. package/dist/slash-commands/sdd/spec-detection.d.ts.map +0 -1
  507. package/dist/slash-commands/sdd/state.d.ts.map +0 -1
  508. package/dist/slash-commands/sdd/task-manager.d.ts.map +0 -1
  509. package/dist/webui-server/message-router.d.ts +0 -63
  510. package/dist/webui-server/message-router.d.ts.map +0 -1
  511. package/dist/webui-server/session-status-poll.d.ts +0 -16
  512. package/dist/webui-server/session-status-poll.d.ts.map +0 -1
  513. package/dist/webui-server/ws-handlers/agent-config.d.ts +0 -76
  514. package/dist/webui-server/ws-handlers/agent-config.d.ts.map +0 -1
  515. package/dist/webui-server/ws-handlers/brain.d.ts +0 -43
  516. package/dist/webui-server/ws-handlers/brain.d.ts.map +0 -1
  517. package/dist/webui-server/ws-handlers/connection.d.ts +0 -58
  518. package/dist/webui-server/ws-handlers/connection.d.ts.map +0 -1
  519. package/dist/webui-server/ws-handlers/context.d.ts +0 -55
  520. package/dist/webui-server/ws-handlers/context.d.ts.map +0 -1
  521. package/dist/webui-server/ws-handlers/index.d.ts +0 -60
  522. package/dist/webui-server/ws-handlers/index.d.ts.map +0 -1
  523. package/dist/webui-server/ws-handlers/introspection.d.ts +0 -35
  524. package/dist/webui-server/ws-handlers/introspection.d.ts.map +0 -1
  525. package/dist/webui-server/ws-handlers/kanban.d.ts +0 -66
  526. package/dist/webui-server/ws-handlers/kanban.d.ts.map +0 -1
  527. package/dist/webui-server/ws-handlers/mailbox.d.ts +0 -60
  528. package/dist/webui-server/ws-handlers/mailbox.d.ts.map +0 -1
  529. package/dist/webui-server/ws-handlers/oauth.d.ts +0 -16
  530. package/dist/webui-server/ws-handlers/oauth.d.ts.map +0 -1
  531. package/dist/webui-server/ws-handlers/prefs.d.ts +0 -34
  532. package/dist/webui-server/ws-handlers/prefs.d.ts.map +0 -1
  533. package/dist/webui-server/ws-handlers/process.d.ts +0 -6
  534. package/dist/webui-server/ws-handlers/process.d.ts.map +0 -1
  535. package/dist/webui-server/ws-handlers/projects.d.ts +0 -44
  536. package/dist/webui-server/ws-handlers/projects.d.ts.map +0 -1
  537. package/dist/webui-server/ws-handlers/providers.d.ts +0 -46
  538. package/dist/webui-server/ws-handlers/providers.d.ts.map +0 -1
  539. package/dist/webui-server/ws-handlers/sessions.d.ts +0 -38
  540. package/dist/webui-server/ws-handlers/sessions.d.ts.map +0 -1
  541. package/dist/webui-server/ws-handlers/worklist.d.ts +0 -49
  542. package/dist/webui-server/ws-handlers/worklist.d.ts.map +0 -1
  543. package/dist/wiring/super-memory.d.ts +0 -11
  544. package/dist/wiring/super-memory.d.ts.map +0 -1
  545. /package/dist/{slash-commands → services}/sdd/project-context.d.ts +0 -0
  546. /package/dist/{slash-commands → services}/sdd/spec-detection.d.ts +0 -0
@@ -1,38 +0,0 @@
1
- import { type Agent, type SessionStore, type SessionWriter } from '@wrongstack/core';
2
- import type { WebSocket } from 'ws';
3
- import type { WsCommon } from './index.js';
4
- /**
5
- * PR 5j of Issue #30: session-management WebSocket handlers — `goal.get`,
6
- * `sessions.list`, `session.new`/`delete`/`save`, `session.checkpoints`/
7
- * `rewind`/`resume`.
8
- *
9
- * The session-swapping handlers (new/resume) and the rewinder mutate the
10
- * LIVE session writer on `agent.ctx.session` and reset the token counter,
11
- * exactly as the inline cases did. `opts` is read-only here (no field is
12
- * reassigned), so `SessionsOptions` is just the
13
- * subset these handlers read, passed by reference so they see live
14
- * `agent.ctx.session` / `opts.sessionStore` at call time.
15
- */
16
- export interface SessionsOptions {
17
- projectRoot?: string | undefined;
18
- agent: Agent;
19
- session: SessionWriter;
20
- sessionStore?: SessionStore | undefined;
21
- sessionsDir?: string | undefined;
22
- onSessionSwapped?: ((newSessionId: string) => void) | undefined;
23
- }
24
- export interface SessionsContext extends WsCommon {
25
- opts: SessionsOptions;
26
- /** Build the reset session.start payload (runWebUI closure). */
27
- buildSessionStart: (overrides?: Record<string, unknown>) => Promise<unknown>;
28
- }
29
- export declare function handleGoalGet(ctx: SessionsContext, _ws: WebSocket): Promise<void>;
30
- export declare function handleSessionsList(ctx: SessionsContext, ws: WebSocket, limit: number): Promise<void>;
31
- export declare function handleSessionNew(ctx: SessionsContext, _ws: WebSocket): Promise<void>;
32
- export declare function handleSessionCheckpoints(ctx: SessionsContext, ws: WebSocket): Promise<void>;
33
- export declare function handleSessionRewind(ctx: SessionsContext, ws: WebSocket, checkpointIndex: number): Promise<void>;
34
- export declare function handleSessionDelete(ctx: SessionsContext, ws: WebSocket, id: string): Promise<void>;
35
- export declare function handleSessionRename(ctx: SessionsContext, ws: WebSocket, id: string, name: string): Promise<void>;
36
- export declare function handleSessionSave(ctx: SessionsContext, ws: WebSocket): void;
37
- export declare function handleSessionResume(ctx: SessionsContext, ws: WebSocket, id: string): Promise<void>;
38
- //# sourceMappingURL=sessions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sessions.d.ts","sourceRoot":"","sources":["../../../src/webui-server/ws-handlers/sessions.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,KAAK,EAIV,KAAK,YAAY,EACjB,KAAK,aAAa,EACnB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AACpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;;;;;;;;;;GAWG;AAEH,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,aAAa,CAAC;IACvB,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,gBAAgB,CAAC,EAAE,CAAC,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;CACjE;AAED,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,IAAI,EAAE,eAAe,CAAC;IACtB,gEAAgE;IAChE,iBAAiB,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9E;AAgCD,wBAAsB,aAAa,CAAC,GAAG,EAAE,eAAe,EAAE,GAAG,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAUvF;AAED,wBAAsB,kBAAkB,CACtC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,KAAK,EAAE,MAAM,GACZ,OAAO,CAAC,IAAI,CAAC,CAgBf;AAED,wBAAsB,gBAAgB,CAAC,GAAG,EAAE,eAAe,EAAE,GAAG,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAyD1F;AAaD,wBAAsB,wBAAwB,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAcjG;AAED,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,eAAe,EAAE,MAAM,GACtB,OAAO,CAAC,IAAI,CAAC,CAwBf;AAED,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,EAAE,EAAE,MAAM,GACT,OAAO,CAAC,IAAI,CAAC,CAuBf;AAED,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC,CAyBf;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,IAAI,CAG3E;AAED,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,EAAE,EAAE,MAAM,GACT,OAAO,CAAC,IAAI,CAAC,CAyEf"}
@@ -1,49 +0,0 @@
1
- import { type Agent, type TodoItem } from '@wrongstack/core';
2
- import type { WebSocket } from 'ws';
3
- import type { WsCommon } from './index.js';
4
- /**
5
- * PR 5d of Issue #30: work-list WebSocket handlers — the agent's todos
6
- * (`todos.get`/`clear`/`remove`, `todo.update`), the persisted task file
7
- * (`tasks.get`, `task.update`), and the persisted plan (`plan.get`,
8
- * `plan.template_use`, `plan.item.update`).
9
- *
10
- * Todos are kept inline because the CLI embedded server must update live
11
- * agent state (`ctx.agent.ctx.state.replaceTodos`) and uses a different
12
- * result message format (`key.operation_result`) than the shared handlers
13
- * (`ok`/`error`). Tasks and plan are also kept inline for the same reason:
14
- * CLI sends `key.operation_result` for task/plan operations while the shared
15
- * module uses `ok`/`error` — structural unification awaits a decision on
16
- * which format is canonical.
17
- *
18
- * The shared handlers live at `@wrongstack/webui-server/handlers` and are
19
- * used by the standalone WebUI server (`startWebUI`).
20
- */
21
- export interface WorklistContext extends WsCommon {
22
- /** The running agent — todos live on its ctx; plan/task paths in ctx.meta. */
23
- agent: Agent;
24
- /** Active session id — used to stamp fresh plans/tasks. */
25
- sessionId: string;
26
- }
27
- export declare function handleTodosGet(ctx: WorklistContext, ws: WebSocket): void;
28
- export declare function handleTodosClear(ctx: WorklistContext, ws: WebSocket): void;
29
- export declare function handleTodosRemove(ctx: WorklistContext, ws: WebSocket, payload: {
30
- id?: string | undefined;
31
- index?: number | undefined;
32
- } | undefined): void;
33
- export declare function handleTodoUpdate(ctx: WorklistContext, ws: WebSocket, payload: {
34
- id: string;
35
- status?: TodoItem['status'] | undefined;
36
- activeForm?: string | undefined;
37
- }): void;
38
- export declare function handleTasksGet(ctx: WorklistContext, ws: WebSocket): Promise<void>;
39
- export declare function handleTaskUpdate(ctx: WorklistContext, ws: WebSocket, payload: {
40
- id: string;
41
- status: 'pending' | 'in_progress' | 'blocked' | 'failed' | 'review' | 'completed';
42
- }): Promise<void>;
43
- export declare function handlePlanGet(ctx: WorklistContext, ws: WebSocket): Promise<void>;
44
- export declare function handlePlanTemplateUse(ctx: WorklistContext, ws: WebSocket, template: string): Promise<void>;
45
- export declare function handlePlanItemUpdate(ctx: WorklistContext, ws: WebSocket, payload: {
46
- target: string;
47
- status: 'open' | 'in_progress' | 'done';
48
- }): Promise<void>;
49
- //# sourceMappingURL=worklist.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worklist.d.ts","sourceRoot":"","sources":["../../../src/webui-server/ws-handlers/worklist.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EAUV,KAAK,QAAQ,EACd,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;;;;;;;;;;;;;;;GAgBG;AAEH,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,8EAA8E;IAC9E,KAAK,EAAE,KAAK,CAAC;IACb,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;CACnB;AA+BD,wBAAgB,cAAc,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,IAAI,CAExE;AAED,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,IAAI,CAI1E;AAED,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE;IAAE,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAAG,SAAS,GAC3E,IAAI,CAsBN;AAED,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAChG,IAAI,CAiBN;AAID,wBAAsB,cAAc,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAevF;AAED,wBAAsB,gBAAgB,CACpC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE;IACP,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC;CACnF,GACA,OAAO,CAAC,IAAI,CAAC,CAmBf;AAID,wBAAsB,aAAa,CAAC,GAAG,EAAE,eAAe,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAqBtF;AAED,wBAAsB,qBAAqB,CACzC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,IAAI,CAAC,CAsBf;AAED,wBAAsB,oBAAoB,CACxC,GAAG,EAAE,eAAe,EACpB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,GAAG,aAAa,GAAG,MAAM,CAAA;CAAE,GACnE,OAAO,CAAC,IAAI,CAAC,CAuBf"}
@@ -1,11 +0,0 @@
1
- import type { AgentPipelines, Config, EventBus, Logger, MemoryStore } from '@wrongstack/core';
2
- export interface SuperMemoryWiringDeps {
3
- config: Config;
4
- pipelines: AgentPipelines;
5
- memoryStore: MemoryStore | undefined;
6
- logger: Logger;
7
- events: EventBus;
8
- getSessionId?: (() => string | undefined) | undefined;
9
- }
10
- export declare function setupSuperMemory(deps: SuperMemoryWiringDeps): () => Promise<void>;
11
- //# sourceMappingURL=super-memory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"super-memory.d.ts","sourceRoot":"","sources":["../../src/wiring/super-memory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAS9F,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,cAAc,CAAC;IAC1B,WAAW,EAAE,WAAW,GAAG,SAAS,CAAC;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,QAAQ,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,MAAM,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC;CACvD;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,qBAAqB,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,CAqEjF"}