@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,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 buildKanbanCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=kanban.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"kanban.d.ts","sourceRoot":"","sources":["../../src/slash-commands/kanban.ts"],"names":[],"mappings":"AA4CA,OAAO,EAAS,KAAK,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAiTtD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAiN1E"}
1
+ {"version":3,"file":"kanban.d.ts","sourceRoot":"","sources":["../../src/slash-commands/kanban.ts"],"names":[],"mappings":"AA6CA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAiThE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAiN1E"}
@@ -13,7 +13,7 @@
13
13
  * /mailbox-demo inbox — check messages for the demo agent
14
14
  * /mailbox-demo clear — clear all messages for the demo agent
15
15
  */
16
- import type { SlashCommand } from '@wrongstack/core';
17
- import type { SlashCommandContext } from './index.js';
16
+ import type { SlashCommand } from '@wrongstack/core/types';
17
+ import type { SlashCommandContext } from './command-context.js';
18
18
  export declare function buildMailboxDemoCommand(opts: SlashCommandContext): SlashCommand;
19
19
  //# sourceMappingURL=mailbox-demo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mailbox-demo.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox-demo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AASrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA6BtD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwL/E"}
1
+ {"version":3,"file":"mailbox-demo.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox-demo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AA6BhE,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwL/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
  * `/mailbox-serve` — start the mailbox HTTP bridge from inside the REPL.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"mailbox-serve.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox-serve.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAMrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0IhF"}
1
+ {"version":3,"file":"mailbox-serve.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox-serve.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAO3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0IhF"}
@@ -18,11 +18,11 @@
18
18
  * /mailbox — inbox (unread for this leader)
19
19
  * /mailbox agents — all registered agents on the project
20
20
  * /mailbox online — only agents with a live heartbeat
21
- * /mailbox send <id> [type=<t>] <message> — direct message an agent (type is one of note/ask/assign/steer/btw/broadcast/status/result/review)
22
- * /mailbox broadcast <message> — message every agent ('*')
21
+ * /mailbox send <id> [type=<t>] [audience=leaders] <message>
22
+ * /mailbox broadcast [audience=leaders] <message>
23
23
  * /mailbox history [n] — last n messages on the project (default 20)
24
24
  */
25
- import { type SlashCommand } from '@wrongstack/core';
26
- import type { SlashCommandContext } from './index.js';
25
+ import { type SlashCommand } from '@wrongstack/core/types';
26
+ import type { SlashCommandContext } from './command-context.js';
27
27
  export declare function buildMailboxCommand(opts: SlashCommandContext): SlashCommand;
28
28
  //# sourceMappingURL=mailbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mailbox.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,EASL,KAAK,YAAY,EAElB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAkJtD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuO3E"}
1
+ {"version":3,"file":"mailbox.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mailbox.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAIH,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAqJhE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6O3E"}
@@ -1,24 +1,3 @@
1
- /**
2
- * MCP management command utilities.
3
- * Contains the argument parser and the actual management logic shared between
4
- * the CLI subcommand handler (packages/cli/src/subcommands/handlers/mcp.ts)
5
- * and the slash-command wiring in index.ts.
6
- */
7
- import type { Config, MCPServerConfig } from '@wrongstack/core';
8
- import type { MCPRegistry } from '@wrongstack/mcp';
9
- export interface McpParsedArgs {
10
- action: 'list' | 'add' | 'remove' | 'enable' | 'disable' | 'restart';
11
- name: string;
12
- enable?: boolean | undefined;
13
- }
14
- /** Parse "/mcp add github --enable" style args. Returns null on unknown/missing subcommand. */
15
- export declare function parseMcpArgs(args: string): McpParsedArgs | null;
16
- interface McpManagementDeps {
17
- config: Config;
18
- configPath: string;
19
- mcpRegistry: MCPRegistry;
20
- allServerPresets: Record<string, MCPServerConfig>;
21
- }
22
- export declare function runMcpManagementCommand(parsed: McpParsedArgs, deps: McpManagementDeps): Promise<string>;
23
- export {};
1
+ /** @deprecated Import MCP management from services/mcp-management instead. */
2
+ export * from '../services/mcp-management.js';
24
3
  //# sourceMappingURL=mcp-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-utils.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mcp-utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAQhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;IACrE,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B;AAED,+FAA+F;AAC/F,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI,CAuB/D;AAED,UAAU,iBAAiB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;CACnD;AAED,wBAAsB,uBAAuB,CAC3C,MAAM,EAAE,aAAa,EACrB,IAAI,EAAE,iBAAiB,GACtB,OAAO,CAAC,MAAM,CAAC,CAiCjB"}
1
+ {"version":3,"file":"mcp-utils.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mcp-utils.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,cAAc,+BAA+B,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
3
- export type { McpParsedArgs } from './mcp-utils.js';
4
- export { parseMcpArgs, runMcpManagementCommand } from './mcp-utils.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
+ export type { McpParsedArgs } from '../services/mcp-management.js';
4
+ export { parseMcpArgs, runMcpManagementCommand } from '../services/mcp-management.js';
5
5
  /**
6
6
  * /mcp slash command — manage MCP servers from the REPL.
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAEvE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+E5E"}
1
+ {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAEtF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+E5E"}
@@ -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 buildMemoryCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=memory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/slash-commands/memory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAsBrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8Y1E"}
1
+ {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/slash-commands/memory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAsB3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAsZ1E"}
@@ -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 buildMetricsCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=metrics.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"metrics.d.ts","sourceRoot":"","sources":["../../src/slash-commands/metrics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAsE3E"}
1
+ {"version":3,"file":"metrics.d.ts","sourceRoot":"","sources":["../../src/slash-commands/metrics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwB,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAsE3E"}
@@ -1,5 +1,5 @@
1
- import type { ModeStore, SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { ModeStore, SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
3
  export declare function buildModeCommand(opts: SlashCommandContext & {
4
4
  modeStore?: ModeStore | undefined;
5
5
  }): SlashCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA8B,SAAS,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE5F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAqEtD,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,mBAAmB,GAAG;IAAE,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;CAAE,GAChE,YAAY,CA2Ed"}
1
+ {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAqB,SAAS,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEzF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAqEhE,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,mBAAmB,GAAG;IAAE,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;CAAE,GAChE,YAAY,CA2Ed"}
@@ -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 buildModelCapsCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=modelcaps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modelcaps.d.ts","sourceRoot":"","sources":["../../src/slash-commands/modelcaps.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAiDtD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmL7E"}
1
+ {"version":3,"file":"modelcaps.d.ts","sourceRoot":"","sources":["../../src/slash-commands/modelcaps.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAiDhE,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmL7E"}
@@ -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
  * `/models` — manage custom model definitions.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/slash-commands/models.ts"],"names":[],"mappings":"AAEA,OAAO,EAQL,KAAK,YAAY,EAElB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAqItD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwI1E"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/slash-commands/models.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2C,KAAK,YAAY,EAAuB,MAAM,wBAAwB,CAAC;AAGzH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAoIhE;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuI1E"}
@@ -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
  * `/mouse` — toggle "full mouse mode" in the TUI: the chat history is rendered
5
5
  * into a managed, in-app-scrolled viewport (wheel + scrollbar + clickable UI)
@@ -1 +1 @@
1
- {"version":3,"file":"mouse.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mouse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAkC1E"}
1
+ {"version":3,"file":"mouse.d.ts","sourceRoot":"","sources":["../../src/slash-commands/mouse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAkC1E"}
@@ -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
  * `/next` — toggle next-task prediction AND select stored suggestions.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../../src/slash-commands/next.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8FxE"}
1
+ {"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../../src/slash-commands/next.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA8FxE"}
@@ -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 buildPlanCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=plan.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plan.d.ts","sourceRoot":"","sources":["../../src/slash-commands/plan.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAuBrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAYtD,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6OxE"}
1
+ {"version":3,"file":"plan.d.ts","sourceRoot":"","sources":["../../src/slash-commands/plan.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAqB3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAYhE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6OxE"}
@@ -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 buildPluginCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/slash-commands/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAgD1E"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/slash-commands/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAoD1E"}
@@ -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
  * `/profile` — manage configuration profiles.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/slash-commands/profile.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAe,MAAM,kBAAkB,CAAC;AAGlE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAgBtD;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuD3E"}
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/slash-commands/profile.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAgBhE;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwD3E"}
@@ -1,51 +1,3 @@
1
- export interface ProjectEntry {
2
- /** User-friendly name (defaults to dirname, can be renamed). */
3
- name: string;
4
- /** Absolute path to the project root. */
5
- root: string;
6
- /** Stable unique slug (dirname-hash) for per-project data storage. */
7
- slug: string;
8
- /** ISO timestamp of last use. */
9
- lastSeen?: string | undefined;
10
- /** ISO timestamp of when the project was first registered. */
11
- createdAt?: string | undefined;
12
- /** Working directory of the most recent session (may differ from root). */
13
- lastWorkingDir?: string | undefined;
14
- }
15
- export interface ProjectsManifest {
16
- projects: ProjectEntry[];
17
- }
18
- export declare function loadManifest(globalConfigPath?: string | undefined): Promise<ProjectsManifest>;
19
- export declare function saveManifest(manifest: ProjectsManifest, globalConfigPath?: string | undefined): Promise<void>;
20
- /**
21
- * Generate a unique slug from a project root path.
22
- */
23
- export declare function generateSlug(root: string): string;
24
- /**
25
- * Find a project entry by slug, name, or root (partial match).
26
- */
27
- export declare function findProject(manifest: ProjectsManifest, query: string): ProjectEntry | undefined;
28
- /**
29
- * Ensure the per-project data directory exists under ~/.wrongstack/projects/<slug>/.
30
- */
31
- export declare function ensureProjectDataDir(slug: string, globalConfigPath?: string | undefined): Promise<string>;
32
- /**
33
- * Idempotent project registration: ensure `projectRoot` has an entry in
34
- * projects.json, creating one when missing and refreshing `lastSeen` /
35
- * `lastWorkingDir` when present. Returns the (created or updated) entry.
36
- *
37
- * Every surface that opens a project (CLI/TUI boot, standalone WebUI boot,
38
- * WebUI projects.select) funnels through this so the manifest is the single
39
- * source of truth for "which projects exist" regardless of entry point.
40
- * Concurrent processes booting on the same machine serialize via a file
41
- * lock around the read-modify-write.
42
- */
43
- export declare function touchProjectInManifest(opts: {
44
- projectRoot: string;
45
- globalConfigPath?: string | undefined;
46
- /** Working dir of this session when it differs from the root. */
47
- workingDir?: string | undefined;
48
- /** Friendly name for a NEWLY created entry (default: basename). */
49
- name?: string | undefined;
50
- }): Promise<ProjectEntry>;
1
+ /** @deprecated Import project-manifest services from services/project-manifest instead. */
2
+ export * from '../services/project-manifest.js';
51
3
  //# sourceMappingURL=project-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"project-utils.d.ts","sourceRoot":"","sources":["../../src/slash-commands/project-utils.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,YAAY;IAC3B,gEAAgE;IAChE,IAAI,EAAE,MAAM,CAAC;IACb,yCAAyC;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,IAAI,EAAE,MAAM,CAAC;IACb,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,2EAA2E;IAC3E,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,YAAY,EAAE,CAAC;CAC1B;AAgBD,wBAAsB,YAAY,CAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,gBAAgB,CAAC,CAS3B;AAED,wBAAsB,YAAY,CAChC,QAAQ,EAAE,gBAAgB,EAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,IAAI,CAAC,CAIf;AAID;;GAEG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAUjD;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,QAAQ,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAc/F;AAED;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,MAAM,EACZ,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,MAAM,CAAC,CAIjB;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,sBAAsB,CAAC,IAAI,EAAE;IACjD,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,iEAAiE;IACjE,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,mEAAmE;IACnE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,GAAG,OAAO,CAAC,YAAY,CAAC,CA0BxB"}
1
+ {"version":3,"file":"project-utils.d.ts","sourceRoot":"","sources":["../../src/slash-commands/project-utils.ts"],"names":[],"mappings":"AAAA,2FAA2F;AAC3F,cAAc,iCAAiC,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 buildProjectCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=project.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/slash-commands/project.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAG9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA4BtD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0G3E"}
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/slash-commands/project.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAU3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AA4BhE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA2H3E"}
@@ -17,7 +17,7 @@
17
17
  * /provider-status clear <provider> <model> Reset one pair
18
18
  * /provider-status retry <provider> <model> Release one pair for a half-open probe
19
19
  */
20
- import type { SlashCommand } from '@wrongstack/core';
20
+ import type { SlashCommand } from '@wrongstack/core/types';
21
21
  import type { ProviderModelStatusTracker } from '@wrongstack/core/coordination';
22
22
  export declare function buildProviderStatusCommand(tracker: ProviderModelStatusTracker): SlashCommand;
23
23
  //# sourceMappingURL=provider-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"provider-status.d.ts","sourceRoot":"","sources":["../../src/slash-commands/provider-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAEhF,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,0BAA0B,GAAG,YAAY,CAwL5F"}
1
+ {"version":3,"file":"provider-status.d.ts","sourceRoot":"","sources":["../../src/slash-commands/provider-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAEhF,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,0BAA0B,GAAG,YAAY,CAwL5F"}
@@ -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 buildPruneCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=prune.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"prune.d.ts","sourceRoot":"","sources":["../../src/slash-commands/prune.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAoFzE"}
1
+ {"version":3,"file":"prune.d.ts","sourceRoot":"","sources":["../../src/slash-commands/prune.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAoFzE"}
@@ -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
  * `/refiner` — view or change the goal-refiner provider/model.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"refiner.d.ts","sourceRoot":"","sources":["../../src/slash-commands/refiner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAIvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAqJ3E"}
1
+ {"version":3,"file":"refiner.d.ts","sourceRoot":"","sources":["../../src/slash-commands/refiner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAmJ3E"}
@@ -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 buildReviewCommand(opts: SlashCommandContext): SlashCommand;
4
4
  //# sourceMappingURL=review.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../src/slash-commands/review.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAuCtD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+F1E"}
1
+ {"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../src/slash-commands/review.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAuChE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA+F1E"}
@@ -1,11 +1,11 @@
1
- import { type SlashCommand } from '@wrongstack/core';
1
+ import { type SlashCommand } from '@wrongstack/core/types';
2
2
  import { renderProgress, TaskTracker } from '@wrongstack/sdd';
3
- import type { SlashCommandContext } from './index.js';
4
- export type { TaskProgress } from '@wrongstack/core';
5
- export { findSpec, gatherProjectContext, getActiveBuilder, getActiveSDDContext, getActiveSDDPhase, } from './sdd/project-context.js';
6
- export { autoDetectTaskCompletion, isExplanatoryText, trySaveImplementationPlan, trySaveSpecFromAIOutput, } from './sdd/spec-detection.js';
7
- export { getSessionState, SDDState, sddState } from './sdd/state.js';
8
- export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getCurrentTask, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput, } from './sdd/task-manager.js';
3
+ import type { SlashCommandContext } from './command-context.js';
4
+ export type { TaskProgress } from '@wrongstack/core/types';
5
+ export { findSpec, gatherProjectContext, getActiveBuilder, getActiveSDDContext, getActiveSDDPhase, } from '../services/sdd/project-context.js';
6
+ export { autoDetectTaskCompletion, isExplanatoryText, trySaveImplementationPlan, trySaveSpecFromAIOutput, } from '../services/sdd/spec-detection.js';
7
+ export { getSessionState, SDDState, sddState } from '../services/sdd/state.js';
8
+ export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getCurrentTask, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput, } from '../services/sdd/task-manager.js';
9
9
  export { renderProgress };
10
10
  export declare function getTaskTracker(): TaskTracker | null;
11
11
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"sdd.d.ts","sourceRoot":"","sources":["../../src/slash-commands/sdd.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,YAAY,EAAwB,MAAM,kBAAkB,CAAC;AAC1F,OAAO,EAOL,cAAc,EAQd,WAAW,EAEZ,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAUtD,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EACL,QAAQ,EACR,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,wBAAwB,EACxB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,0BAA0B,EAC1B,cAAc,EACd,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,iBAAiB,EACjB,0BAA0B,EAC1B,wBAAwB,GACzB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,CAAC;AAG1B,wBAAgB,cAAc,IAAI,WAAW,GAAG,IAAI,CAEnD;AAID;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAgtCvE"}
1
+ {"version":3,"file":"sdd.d.ts","sourceRoot":"","sources":["../../src/slash-commands/sdd.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AACjF,OAAO,EAOL,cAAc,EAQd,WAAW,EAEZ,MAAM,iBAAiB,CAAC;AAUzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EACL,QAAQ,EACR,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,wBAAwB,EACxB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,0BAA0B,EAC1B,cAAc,EACd,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,iBAAiB,EACjB,0BAA0B,EAC1B,wBAAwB,GACzB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,CAAC;AAG1B,wBAAgB,cAAc,IAAI,WAAW,GAAG,IAAI,CAEnD;AAID;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAqtCvE"}
@@ -1,4 +1,13 @@
1
- import type { SlashCommand } from '@wrongstack/core';
2
- import type { SlashCommandContext } from './index.js';
1
+ import type { Provider, SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
3
+ export interface SecurityCommandHost {
4
+ cwd: string;
5
+ projectRoot: string;
6
+ llmProvider?: Provider | undefined;
7
+ llmModel?: string | undefined;
8
+ }
9
+ export type SecurityBackendCommand = Pick<SlashCommand, 'run'>;
10
+ /** CLI-owned adapter over the package-owned security command implementation. */
11
+ export declare function createCliSecurityCommand(host: SecurityCommandHost, backend?: SecurityBackendCommand): SlashCommand;
3
12
  export declare function buildSecurityCommand(opts: SlashCommandContext): SlashCommand;
4
13
  //# sourceMappingURL=security.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/slash-commands/security.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AA0BtD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAsC5E"}
1
+ {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/slash-commands/security.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAGrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B;AAED,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC;AA6B/D,gFAAgF;AAChF,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,mBAAmB,EACzB,OAAO,GAAE,sBAAqD,GAC7D,YAAY,CAqDd;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAE5E"}
@@ -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 isSafeSessionKillPid(pid: number): boolean;
4
4
  export declare function buildSaveCommand(_opts: SlashCommandContext): SlashCommand;
5
5
  export declare function buildLoadCommand(opts: SlashCommandContext): SlashCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/slash-commands/session.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAsEtD,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAgBzE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6NxE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAoBxE"}
1
+ {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/slash-commands/session.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAwEhE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAgBzE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA6NxE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAoBxE"}
@@ -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
  * `/setmodel` — view or change the active leader model and the per-task
5
5
  * model matrix. Argument-driven (never blocks on readline) so it behaves
@@ -1 +1 @@
1
- {"version":3,"file":"setmodel.d.ts","sourceRoot":"","sources":["../../src/slash-commands/setmodel.ts"],"names":[],"mappings":"AAEA,OAAO,EAqBL,KAAK,YAAY,EAClB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAmItD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwf5E"}
1
+ {"version":3,"file":"setmodel.d.ts","sourceRoot":"","sources":["../../src/slash-commands/setmodel.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiF,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAK1I,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAkIhE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAuf5E"}
@@ -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
  * `/settings` — view or change persisted settings.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/slash-commands/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAsB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAMzE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAk7B5E"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/slash-commands/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAQ3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAi7B5E"}
@@ -1,16 +1,5 @@
1
- /**
2
- * /shadow slash command Start, manage, and stop the Shadow Agent.
3
- *
4
- * Usage:
5
- * /shadow start [--model=<provider/model>]
6
- * /shadow stop
7
- * /shadow status
8
- * /shadow hoop <agent-id>
9
- * /shadow model <provider/model>
10
- * /shadow interval <ms>
11
- */
12
- import type { SlashCommand } from '@wrongstack/core';
13
- import type { SlashCommandContext } from './index.js';
1
+ import type { SlashCommand } from '@wrongstack/core/types';
2
+ import type { SlashCommandContext } from './command-context.js';
14
3
  /**
15
4
  * /shadow — Shadow Agent management
16
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../src/slash-commands/shadow.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAKtD;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0O1E;AAgFD,eAAO,MAAM,aAAa,2BAAqB,CAAC"}
1
+ {"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../src/slash-commands/shadow.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAKhE;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA0O1E;AAgFD,eAAO,MAAM,aAAa,2BAAqB,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
  export declare function buildSpawnCommand(opts: SlashCommandContext): SlashCommand;
4
4
  export declare function buildAgentsCommand(opts: SlashCommandContext): SlashCommand;
5
5
  export declare function buildDirectorCommand(opts: SlashCommandContext): SlashCommand;
@@ -1 +1 @@
1
- {"version":3,"file":"spawn-agents.d.ts","sourceRoot":"","sources":["../../src/slash-commands/spawn-agents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAGtD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA4CzE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwC1E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyB5E"}
1
+ {"version":3,"file":"spawn-agents.d.ts","sourceRoot":"","sources":["../../src/slash-commands/spawn-agents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGhE,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CA4CzE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAwC1E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,mBAAmB,GAAG,YAAY,CAyB5E"}