@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,41 +1,3 @@
1
- /**
2
- * LLM-powered commit message generation.
3
- * Generates proper commit messages by analyzing git diffs via the configured LLM provider.
4
- */
5
- export interface CommitLLMProvider {
6
- complete(req: {
7
- model: string;
8
- system?: {
9
- type: 'text' | undefined;
10
- text: string;
11
- }[];
12
- messages: {
13
- role: string;
14
- content: {
15
- type: 'text';
16
- text: string;
17
- }[];
18
- }[];
19
- maxTokens: number;
20
- temperature?: number | undefined;
21
- }, opts: {
22
- signal: AbortSignal;
23
- }): Promise<{
24
- /** Normalized content blocks (Anthropic/OpenAI compatible) */
25
- content: {
26
- type: 'text';
27
- text: string;
28
- }[];
29
- model: string;
30
- }>;
31
- }
32
- export interface CommitLLMOpts {
33
- provider: CommitLLMProvider;
34
- model: string;
35
- }
36
- /**
37
- * Generate a proper commit message by asking the LLM to analyze the diff.
38
- * Falls back to heuristics on failure.
39
- */
40
- export declare function generateCommitMessageWithLLM(diff: string, opts: CommitLLMOpts): Promise<string>;
1
+ /** @deprecated Import commit-message services from services/commit-message instead. */
2
+ export * from '../services/commit-message.js';
41
3
  //# sourceMappingURL=commit-llm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commit-llm.d.ts","sourceRoot":"","sources":["../../src/slash-commands/commit-llm.ts"],"names":[],"mappings":"AACA;;;GAGG;AAEH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CACN,GAAG,EAAE;QACH,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE;YAAE,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;QACtD,QAAQ,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE;gBAAE,IAAI,EAAE,MAAM,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAA;aAAE,EAAE,CAAA;SAAE,EAAE,CAAC;QACxE,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAClC,EACD,IAAI,EAAE;QAAE,MAAM,EAAE,WAAW,CAAA;KAAE,GAC5B,OAAO,CAAC;QACT,8DAA8D;QAC9D,OAAO,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;QAC1C,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;CACJ;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,aAAa,GAClB,OAAO,CAAC,MAAM,CAAC,CAsCjB"}
1
+ {"version":3,"file":"commit-llm.d.ts","sourceRoot":"","sources":["../../src/slash-commands/commit-llm.ts"],"names":[],"mappings":"AAAA,uFAAuF;AACvF,cAAc,+BAA+B,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildCompactCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=compact.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"compact.d.ts","sourceRoot":"","sources":["../../src/slash-commands/compact.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6D3E"}
1
+ {"version":3,"file":"compact.d.ts","sourceRoot":"","sources":["../../src/slash-commands/compact.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6D3E"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildContextCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/slash-commands/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAmB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AActE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyN3E"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/slash-commands/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAU,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyN3E"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildCoordinatorCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=coordinator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coordinator.d.ts","sourceRoot":"","sources":["../../src/slash-commands/coordinator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuL/E"}
1
+ {"version":3,"file":"coordinator.d.ts","sourceRoot":"","sources":["../../src/slash-commands/coordinator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuL/E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * /delegate — user-facing counterpart to the AI's `delegate` tool.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"delegate.d.ts","sourceRoot":"","sources":["../../src/slash-commands/delegate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8H5E"}
1
+ {"version":3,"file":"delegate.d.ts","sourceRoot":"","sources":["../../src/slash-commands/delegate.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8H5E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/design` — manual control over the Design Studio kit picker.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"design.d.ts","sourceRoot":"","sources":["../../src/slash-commands/design.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAerD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAYtD;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuH1E"}
1
+ {"version":3,"file":"design.d.ts","sourceRoot":"","sources":["../../src/slash-commands/design.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAYhE;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwK1E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/dev <shell command>` — execute a shell command from the chat input and
5
5
  * display its output. The LLM does NOT see the result — this is a developer
@@ -1 +1 @@
1
- {"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/slash-commands/dev.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAkGtD;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6CvE"}
1
+ {"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/slash-commands/dev.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAkGhE;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6CvE"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildDiagCommand(opts: SlashCommandContext): SlashCommand;
4
4
  export declare function buildStatsCommand(opts: SlashCommandContext): SlashCommand;
5
5
  //# sourceMappingURL=diag-stats.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"diag-stats.d.ts","sourceRoot":"","sources":["../../src/slash-commands/diag-stats.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAUxE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAWzE"}
1
+ {"version":3,"file":"diag-stats.d.ts","sourceRoot":"","sources":["../../src/slash-commands/diag-stats.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAUxE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAWzE"}
@@ -1,12 +1,3 @@
1
- /**
2
- * LLM-backed classifier for the smart agent dispatcher.
3
- *
4
- * Wraps the session provider in the `complete(prompt) => text` shape that
5
- * `makeLLMClassifier` expects, so `/fleet dispatch` can fall back to the model
6
- * when the heuristic router is ambiguous. Mirrors the one-shot completion
7
- * pattern used by `generateCommitMessageWithLLM`.
8
- */
9
- import { type DispatchClassifier } from '@wrongstack/core';
10
- import type { CommitLLMProvider } from './commit-llm.js';
11
- export declare function makeProviderClassifier(provider: CommitLLMProvider, model: string): DispatchClassifier;
1
+ /** @deprecated Import dispatch classification from services/dispatch-classifier instead. */
2
+ export * from '../services/dispatch-classifier.js';
12
3
  //# sourceMappingURL=dispatch-llm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dispatch-llm.d.ts","sourceRoot":"","sources":["../../src/slash-commands/dispatch-llm.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAE,KAAK,kBAAkB,EAAqB,MAAM,kBAAkB,CAAC;AAC9E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,iBAAiB,EAC3B,KAAK,EAAE,MAAM,GACZ,kBAAkB,CA8BpB"}
1
+ {"version":3,"file":"dispatch-llm.d.ts","sourceRoot":"","sources":["../../src/slash-commands/dispatch-llm.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,cAAc,oCAAoC,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/doctor` — diagnose and auto-repair the persisted config files.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/slash-commands/doctor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAOrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAkO1E"}
1
+ {"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/slash-commands/doctor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAO3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwO1E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/enhance` — toggle prompt refinement ("did you mean this?").
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"enhance.d.ts","sourceRoot":"","sources":["../../src/slash-commands/enhance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmF3E"}
1
+ {"version":3,"file":"enhance.d.ts","sourceRoot":"","sources":["../../src/slash-commands/enhance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAkF3E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * /ensemble <agent-csv> <task description>
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ensemble.d.ts","sourceRoot":"","sources":["../../src/slash-commands/ensemble.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAgF7E"}
1
+ {"version":3,"file":"ensemble.d.ts","sourceRoot":"","sources":["../../src/slash-commands/ensemble.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAgF7E"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * Build the `/f` slash command and its hidden `/f1`–`/f12` aliases.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"f-keys.d.ts","sourceRoot":"","sources":["../../src/slash-commands/f-keys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAsBtD;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAiCzE;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,EAAE,CAgBhF"}
1
+ {"version":3,"file":"f-keys.d.ts","sourceRoot":"","sources":["../../src/slash-commands/f-keys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAsBhE;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAiCzE;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,EAAE,CAgBhF"}
@@ -1,5 +1,5 @@
1
- import { type SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import { type SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/fallback` — view or change the cross-provider fallback chain that the
5
5
  * agent rotates to when the primary model is rate-limited / overloaded
@@ -1 +1 @@
1
- {"version":3,"file":"fallback.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fallback.ts"],"names":[],"mappings":"AAEA,OAAO,EASL,KAAK,YAAY,EAElB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA2DtD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyT5E"}
1
+ {"version":3,"file":"fallback.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fallback.ts"],"names":[],"mappings":"AAGA,OAAO,EAAe,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAIxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AA2DhE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyT5E"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildFixCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=fix.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fix.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fix.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAQ9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAmMtD,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8LvE"}
1
+ {"version":3,"file":"fix.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fix.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAQ3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAmMhE,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8LvE"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * /fleet — live fleet observability and control.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"fleet.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fleet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAetD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA4GzE"}
1
+ {"version":3,"file":"fleet.d.ts","sourceRoot":"","sources":["../../src/slash-commands/fleet.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAehE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA4GzE"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function runGit(args: string[], cwd: string): Promise<{
4
4
  stdout: string;
5
5
  stderr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/slash-commands/git.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAItD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,MAAM,EAAE,EACd,GAAG,EAAE,MAAM,GACV,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAyB3D;AA+ED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0DvE;AA4HD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+F1E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmB5E;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAkCxE"}
1
+ {"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/slash-commands/git.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAIhE,wBAAsB,MAAM,CAC1B,IAAI,EAAE,MAAM,EAAE,EACd,GAAG,EAAE,MAAM,GACV,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAyB3D;AA+ED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0DvE;AA4HD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+F1E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmB5E;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAkCxE"}
@@ -1,5 +1,5 @@
1
- import { type SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import { type SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * `/gitid` — view or change the commit identity (author/committer name +
5
5
  * email) used by every git command the agent runs. Applied via the
@@ -1 +1 @@
1
- {"version":3,"file":"gitid.d.ts","sourceRoot":"","sources":["../../src/slash-commands/gitid.ts"],"names":[],"mappings":"AAEA,OAAO,EASL,KAAK,YAAY,EAClB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA8CtD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA2HzE"}
1
+ {"version":3,"file":"gitid.d.ts","sourceRoot":"","sources":["../../src/slash-commands/gitid.ts"],"names":[],"mappings":"AAGA,OAAO,EAAe,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAExE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AA8ChE;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA2HzE"}
@@ -1,4 +1,5 @@
1
- import { type Config, type OneShotOrchestrator, type Provider } from '@wrongstack/core';
1
+ import { type Config, type Provider } from '@wrongstack/core/types';
2
+ import { type OneShotOrchestrator } from '@wrongstack/core/execution';
2
3
  /**
3
4
  * Result of refining a user's raw goal into a clear, actionable mission.
4
5
  */
@@ -1 +1 @@
1
- {"version":3,"file":"goal-refiner.d.ts","sourceRoot":"","sources":["../../src/slash-commands/goal-refiner.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,MAAM,EACX,KAAK,mBAAmB,EACxB,KAAK,QAAQ,EACd,MAAM,kBAAkB,CAAC;AAE1B;;GAEG;AACH,UAAU,WAAW;IACnB,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,yDAAyD;IACzD,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED;;GAEG;AACH,UAAU,kBAAkB;IAC1B,yDAAyD;IACzD,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;;OAGG;IACH,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACvD;AAMD;;;;;GAKG;AACH,UAAU,qBAAqB;IAC7B,mEAAmE;IACnE,QAAQ,EAAE,QAAQ,CAAC;IACnB,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,CAAC,CAAC,UAAU,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC,GAAG,SAAS,EAC1E,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,GAClB,qBAAqB,GAAG,SAAS,CAgCnC;AAmCD;;;;;;;;;;GAUG;AACH,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,kBAAkB,GACvB,OAAO,CAAC,WAAW,CAAC,CAqBtB;AAED;;;;GAIG;AACH,wBAAsB,UAAU,CAC9B,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,MAAM,EACb,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,SAAS,GACpD,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAkC7B;AAqDD;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,CAMhE"}
1
+ {"version":3,"file":"goal-refiner.d.ts","sourceRoot":"","sources":["../../src/slash-commands/goal-refiner.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEtE;;GAEG;AACH,UAAU,WAAW;IACnB,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,yDAAyD;IACzD,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED;;GAEG;AACH,UAAU,kBAAkB;IAC1B,yDAAyD;IACzD,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;;OAGG;IACH,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACvD;AAMD;;;;;GAKG;AACH,UAAU,qBAAqB;IAC7B,mEAAmE;IACnE,QAAQ,EAAE,QAAQ,CAAC;IACnB,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,CAAC,CAAC,UAAU,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC,GAAG,SAAS,EAC1E,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,GAClB,qBAAqB,GAAG,SAAS,CAgCnC;AAmCD;;;;;;;;;;GAUG;AACH,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,kBAAkB,GACvB,OAAO,CAAC,WAAW,CAAC,CAqBtB;AAED;;;;GAIG;AACH,wBAAsB,UAAU,CAC9B,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,MAAM,EACb,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,SAAS,GACpD,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAkC7B;AAqDD;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,CAMhE"}
@@ -1,5 +1,5 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  /**
4
4
  * Build the /goal slash command.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"goal.d.ts","sourceRoot":"","sources":["../../src/slash-commands/goal.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA6B,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAiEtD;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+JxE"}
1
+ {"version":3,"file":"goal.d.ts","sourceRoot":"","sources":["../../src/slash-commands/goal.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAiEhE;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+JxE"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildHealthCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=health.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"health.d.ts","sourceRoot":"","sources":["../../src/slash-commands/health.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAQtD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyC1E"}
1
+ {"version":3,"file":"health.d.ts","sourceRoot":"","sources":["../../src/slash-commands/health.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAQhE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyC1E"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildHelpCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=help.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/slash-commands/help.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAqExE"}
1
+ {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/slash-commands/help.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAqExE"}
@@ -1,4 +1,4 @@
1
- import type { Context } from '@wrongstack/core';
1
+ import type { Context } from '@wrongstack/core/agent';
2
2
  export { detectProjectFacts, renderAgentsTemplate } from '../services/project-facts.js';
3
3
  export type { ProjectFacts } from '../services/project-facts.js';
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/slash-commands/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAGhD,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACxF,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,EAAE,CAAA;CAAE,CAG7E;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAKrF;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMpE;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMnE;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMtE;AAED;iFACiF;AACjF,wBAAgB,cAAc,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAEpE;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAIjD"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/slash-commands/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGtD,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACxF,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,EAAE,CAAA;CAAE,CAG7E;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAKrF;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMpE;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMnE;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAMtE;AAED;iFACiF;AACjF,wBAAgB,cAAc,CAAC,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAEpE;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAIjD"}
@@ -1,4 +1,4 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildHqCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=hq.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hq.d.ts","sourceRoot":"","sources":["../../src/slash-commands/hq.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAUrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA6BtD,wBAAgB,cAAc,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAkLtE"}
1
+ {"version":3,"file":"hq.d.ts","sourceRoot":"","sources":["../../src/slash-commands/hq.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAM3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AA6BhE,wBAAgB,cAAc,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAiLtE"}