@hailer/mcp 1.1.14 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (713) hide show
  1. package/.claude/CLAUDE.md +370 -0
  2. package/.claude/agents/agent-ada-skill-builder.md +94 -0
  3. package/.claude/agents/agent-alejandro-function-fields.md +342 -0
  4. package/.claude/agents/agent-bjorn-config-audit.md +103 -0
  5. package/.claude/agents/agent-builder-agent-creator.md +130 -0
  6. package/.claude/agents/agent-code-simplifier.md +53 -0
  7. package/.claude/agents/agent-dmitri-activity-crud.md +159 -0
  8. package/.claude/agents/agent-giuseppe-app-builder.md +208 -0
  9. package/.claude/agents/agent-gunther-mcp-tools.md +39 -0
  10. package/.claude/agents/agent-helga-workflow-config.md +204 -0
  11. package/.claude/agents/agent-igor-activity-mover-automation.md +125 -0
  12. package/.claude/agents/agent-ingrid-doc-templates.md +261 -0
  13. package/.claude/agents/agent-ivan-monolith.md +154 -0
  14. package/.claude/agents/agent-kenji-data-reader.md +86 -0
  15. package/.claude/agents/agent-lars-code-inspector.md +102 -0
  16. package/.claude/agents/agent-marco-mockup-builder.md +110 -0
  17. package/.claude/agents/agent-marcus-api-documenter.md +323 -0
  18. package/.claude/agents/agent-marketplace-publisher.md +280 -0
  19. package/.claude/agents/agent-marketplace-reviewer.md +309 -0
  20. package/.claude/agents/agent-permissions-handler.md +208 -0
  21. package/.claude/agents/agent-simple-writer.md +48 -0
  22. package/.claude/agents/agent-svetlana-code-review.md +171 -0
  23. package/.claude/agents/agent-tanya-test-runner.md +333 -0
  24. package/.claude/agents/agent-ui-designer.md +100 -0
  25. package/.claude/agents/agent-viktor-sql-insights.md +212 -0
  26. package/.claude/agents/agent-web-search.md +55 -0
  27. package/.claude/agents/agent-yevgeni-discussions.md +45 -0
  28. package/.claude/agents/agent-zara-zapier.md +159 -0
  29. package/.claude/agents/ragnar.md +68 -0
  30. package/.claude/commands/app-squad.md +135 -0
  31. package/.claude/commands/audit-squad.md +158 -0
  32. package/.claude/commands/autoplan.md +563 -0
  33. package/.claude/commands/cleanup-squad.md +98 -0
  34. package/.claude/commands/config-squad.md +106 -0
  35. package/.claude/commands/crud-squad.md +87 -0
  36. package/.claude/commands/data-squad.md +97 -0
  37. package/.claude/commands/debug-squad.md +303 -0
  38. package/.claude/commands/doc-squad.md +65 -0
  39. package/.claude/commands/handoff.md +137 -0
  40. package/.claude/commands/health.md +49 -0
  41. package/.claude/commands/help.md +29 -0
  42. package/.claude/commands/help:agents.md +151 -0
  43. package/.claude/commands/help:commands.md +78 -0
  44. package/.claude/commands/help:faq.md +79 -0
  45. package/.claude/commands/help:plugins.md +50 -0
  46. package/.claude/commands/help:skills.md +93 -0
  47. package/.claude/commands/help:tools.md +75 -0
  48. package/.claude/commands/hotfix-squad.md +112 -0
  49. package/.claude/commands/integration-squad.md +82 -0
  50. package/.claude/commands/janitor-squad.md +167 -0
  51. package/.claude/commands/learn-auto.md +120 -0
  52. package/.claude/commands/learn.md +120 -0
  53. package/.claude/commands/mcp-list.md +27 -0
  54. package/.claude/commands/onboard-squad.md +140 -0
  55. package/.claude/commands/plan-workspace.md +732 -0
  56. package/.claude/commands/prd.md +130 -0
  57. package/.claude/commands/project-status.md +82 -0
  58. package/.claude/commands/publish.md +138 -0
  59. package/.claude/commands/recap.md +69 -0
  60. package/.claude/commands/restore.md +64 -0
  61. package/.claude/commands/review-squad.md +152 -0
  62. package/.claude/commands/save.md +24 -0
  63. package/.claude/commands/stats.md +19 -0
  64. package/.claude/commands/swarm.md +210 -0
  65. package/.claude/commands/tool-builder.md +39 -0
  66. package/.claude/commands/ws-pull.md +44 -0
  67. package/.claude/skills/SDK-activity-patterns/SKILL.md +428 -0
  68. package/.claude/skills/SDK-document-templates/SKILL.md +1033 -0
  69. package/.claude/skills/SDK-function-fields/SKILL.md +542 -0
  70. package/.claude/skills/SDK-generate-skill/SKILL.md +92 -0
  71. package/.claude/skills/SDK-init-skill/SKILL.md +127 -0
  72. package/.claude/skills/SDK-insight-queries/SKILL.md +787 -0
  73. package/.claude/skills/SDK-ws-config-skill/SKILL.md +1139 -0
  74. package/.claude/skills/agent-structure/SKILL.md +98 -0
  75. package/.claude/skills/api-documentation-patterns/SKILL.md +474 -0
  76. package/.claude/skills/chrome-mcp-reference/SKILL.md +370 -0
  77. package/.claude/skills/delegation-routing/SKILL.md +202 -0
  78. package/.claude/skills/frontend-design/SKILL.md +254 -0
  79. package/.claude/skills/hailer-activity-mover/SKILL.md +213 -0
  80. package/.claude/skills/hailer-api-client/SKILL.md +518 -0
  81. package/.claude/skills/hailer-app-builder/SKILL.md +1440 -0
  82. package/.claude/skills/hailer-apps-pictures/SKILL.md +269 -0
  83. package/.claude/skills/hailer-design-system/SKILL.md +231 -0
  84. package/.claude/skills/hailer-monolith-automations/SKILL.md +686 -0
  85. package/.claude/skills/hailer-permissions-system/SKILL.md +121 -0
  86. package/.claude/skills/hailer-project-protocol/SKILL.md +488 -0
  87. package/.claude/skills/hailer-rest-api/SKILL.md +61 -0
  88. package/.claude/skills/hailer-rest-api/hailer-activities.md +184 -0
  89. package/.claude/skills/hailer-rest-api/hailer-admin.md +473 -0
  90. package/.claude/skills/hailer-rest-api/hailer-calendar.md +256 -0
  91. package/.claude/skills/hailer-rest-api/hailer-feed.md +249 -0
  92. package/.claude/skills/hailer-rest-api/hailer-insights.md +195 -0
  93. package/.claude/skills/hailer-rest-api/hailer-messaging.md +276 -0
  94. package/.claude/skills/hailer-rest-api/hailer-workflows.md +283 -0
  95. package/.claude/skills/insight-join-patterns/SKILL.md +174 -0
  96. package/.claude/skills/integration-patterns/SKILL.md +421 -0
  97. package/.claude/skills/json-only-output/SKILL.md +72 -0
  98. package/.claude/skills/lsp-setup/SKILL.md +160 -0
  99. package/.claude/skills/mcp-direct-tools/SKILL.md +153 -0
  100. package/.claude/skills/optional-parameters/SKILL.md +72 -0
  101. package/.claude/skills/publish-hailer-app/SKILL.md +221 -0
  102. package/.claude/skills/testing-patterns/SKILL.md +630 -0
  103. package/.claude/skills/tool-builder/SKILL.md +250 -0
  104. package/.claude/skills/tool-parameter-usage/SKILL.md +126 -0
  105. package/.claude/skills/tool-response-verification/SKILL.md +92 -0
  106. package/.claude/skills/zapier-hailer-patterns/SKILL.md +581 -0
  107. package/.opencode/agent/agent-ada-skill-builder.md +35 -0
  108. package/.opencode/agent/agent-alejandro-function-fields.md +39 -0
  109. package/.opencode/agent/agent-bjorn-config-audit.md +36 -0
  110. package/.opencode/agent/agent-builder-agent-creator.md +39 -0
  111. package/.opencode/agent/agent-code-simplifier.md +31 -0
  112. package/.opencode/agent/agent-dmitri-activity-crud.md +40 -0
  113. package/.opencode/agent/agent-giuseppe-app-builder.md +37 -0
  114. package/.opencode/agent/agent-gunther-mcp-tools.md +39 -0
  115. package/.opencode/agent/agent-helga-workflow-config.md +204 -0
  116. package/.opencode/agent/agent-igor-activity-mover-automation.md +46 -0
  117. package/.opencode/agent/agent-ingrid-doc-templates.md +39 -0
  118. package/.opencode/agent/agent-ivan-monolith.md +46 -0
  119. package/.opencode/agent/agent-kenji-data-reader.md +53 -0
  120. package/.opencode/agent/agent-lars-code-inspector.md +28 -0
  121. package/.opencode/agent/agent-marco-mockup-builder.md +42 -0
  122. package/.opencode/agent/agent-marcus-api-documenter.md +53 -0
  123. package/.opencode/agent/agent-marketplace-publisher.md +44 -0
  124. package/.opencode/agent/agent-marketplace-reviewer.md +42 -0
  125. package/.opencode/agent/agent-permissions-handler.md +50 -0
  126. package/.opencode/agent/agent-simple-writer.md +45 -0
  127. package/.opencode/agent/agent-svetlana-code-review.md +39 -0
  128. package/.opencode/agent/agent-tanya-test-runner.md +57 -0
  129. package/.opencode/agent/agent-ui-designer.md +56 -0
  130. package/.opencode/agent/agent-viktor-sql-insights.md +34 -0
  131. package/.opencode/agent/agent-web-search.md +42 -0
  132. package/.opencode/agent/agent-yevgeni-discussions.md +37 -0
  133. package/.opencode/agent/agent-zara-zapier.md +53 -0
  134. package/.opencode/commands/app-squad.md +135 -0
  135. package/.opencode/commands/audit-squad.md +158 -0
  136. package/.opencode/commands/autoplan.md +563 -0
  137. package/.opencode/commands/cleanup-squad.md +98 -0
  138. package/.opencode/commands/config-squad.md +106 -0
  139. package/.opencode/commands/crud-squad.md +87 -0
  140. package/.opencode/commands/data-squad.md +97 -0
  141. package/.opencode/commands/debug-squad.md +303 -0
  142. package/.opencode/commands/doc-squad.md +65 -0
  143. package/.opencode/commands/handoff.md +137 -0
  144. package/.opencode/commands/health.md +49 -0
  145. package/.opencode/commands/help-agents.md +151 -0
  146. package/.opencode/commands/help-commands.md +32 -0
  147. package/.opencode/commands/help-faq.md +29 -0
  148. package/.opencode/commands/help-plugins.md +28 -0
  149. package/.opencode/commands/help-skills.md +7 -0
  150. package/.opencode/commands/help-tools.md +40 -0
  151. package/.opencode/commands/help.md +28 -0
  152. package/.opencode/commands/hotfix-squad.md +112 -0
  153. package/.opencode/commands/integration-squad.md +82 -0
  154. package/.opencode/commands/janitor-squad.md +167 -0
  155. package/.opencode/commands/learn-auto.md +120 -0
  156. package/.opencode/commands/learn.md +120 -0
  157. package/.opencode/commands/mcp-list.md +27 -0
  158. package/.opencode/commands/onboard-squad.md +140 -0
  159. package/.opencode/commands/plan-workspace.md +732 -0
  160. package/.opencode/commands/prd.md +131 -0
  161. package/.opencode/commands/project-status.md +82 -0
  162. package/.opencode/commands/publish.md +138 -0
  163. package/.opencode/commands/recap.md +69 -0
  164. package/.opencode/commands/restore.md +64 -0
  165. package/.opencode/commands/review-squad.md +152 -0
  166. package/.opencode/commands/save.md +24 -0
  167. package/.opencode/commands/stats.md +19 -0
  168. package/.opencode/commands/swarm.md +210 -0
  169. package/.opencode/commands/tool-builder.md +39 -0
  170. package/.opencode/commands/ws-pull.md +44 -0
  171. package/.opencode/opencode.json +21 -0
  172. package/dist/agents/bot-manager.d.ts +48 -0
  173. package/dist/agents/bot-manager.d.ts.map +1 -0
  174. package/dist/agents/bot-manager.js +254 -0
  175. package/dist/agents/bot-manager.js.map +1 -0
  176. package/dist/agents/bug-fixer/ai.d.ts +80 -0
  177. package/dist/agents/bug-fixer/ai.d.ts.map +1 -0
  178. package/dist/agents/bug-fixer/ai.js +466 -0
  179. package/dist/agents/bug-fixer/ai.js.map +1 -0
  180. package/dist/agents/bug-fixer/bot.d.ts +92 -0
  181. package/dist/agents/bug-fixer/bot.d.ts.map +1 -0
  182. package/dist/agents/bug-fixer/bot.js +687 -0
  183. package/dist/agents/bug-fixer/bot.js.map +1 -0
  184. package/dist/agents/bug-fixer/config.d.ts +21 -0
  185. package/dist/agents/bug-fixer/config.d.ts.map +1 -0
  186. package/dist/agents/bug-fixer/config.js +218 -0
  187. package/dist/agents/bug-fixer/config.js.map +1 -0
  188. package/dist/agents/bug-fixer/files.d.ts +67 -0
  189. package/dist/agents/bug-fixer/files.d.ts.map +1 -0
  190. package/dist/agents/bug-fixer/files.js +386 -0
  191. package/dist/agents/bug-fixer/files.js.map +1 -0
  192. package/dist/agents/bug-fixer/git.d.ts +48 -0
  193. package/dist/agents/bug-fixer/git.d.ts.map +1 -0
  194. package/dist/agents/bug-fixer/git.js +298 -0
  195. package/dist/agents/bug-fixer/git.js.map +1 -0
  196. package/dist/agents/bug-fixer/index.d.ts +103 -0
  197. package/dist/agents/bug-fixer/index.d.ts.map +1 -0
  198. package/dist/agents/bug-fixer/index.js +262 -0
  199. package/dist/agents/bug-fixer/index.js.map +1 -0
  200. package/dist/agents/bug-fixer/lsp.d.ts +113 -0
  201. package/dist/agents/bug-fixer/lsp.d.ts.map +1 -0
  202. package/dist/agents/bug-fixer/lsp.js +485 -0
  203. package/dist/agents/bug-fixer/lsp.js.map +1 -0
  204. package/dist/agents/bug-fixer/monitor.d.ts +123 -0
  205. package/dist/agents/bug-fixer/monitor.d.ts.map +1 -0
  206. package/dist/agents/bug-fixer/monitor.js +629 -0
  207. package/dist/agents/bug-fixer/monitor.js.map +1 -0
  208. package/dist/agents/bug-fixer/prompt.d.ts +5 -0
  209. package/dist/agents/bug-fixer/prompt.d.ts.map +1 -0
  210. package/dist/agents/bug-fixer/prompt.js +94 -0
  211. package/dist/agents/bug-fixer/prompt.js.map +1 -0
  212. package/dist/agents/bug-fixer/registries/pending-classification.d.ts +28 -0
  213. package/dist/agents/bug-fixer/registries/pending-classification.d.ts.map +1 -0
  214. package/dist/agents/bug-fixer/registries/pending-classification.js +50 -0
  215. package/dist/agents/bug-fixer/registries/pending-classification.js.map +1 -0
  216. package/dist/agents/bug-fixer/registries/pending-fix.d.ts +33 -0
  217. package/dist/agents/bug-fixer/registries/pending-fix.d.ts.map +1 -0
  218. package/dist/agents/bug-fixer/registries/pending-fix.js +64 -0
  219. package/dist/agents/bug-fixer/registries/pending-fix.js.map +1 -0
  220. package/dist/agents/bug-fixer/registries/pending.d.ts +27 -0
  221. package/dist/agents/bug-fixer/registries/pending.d.ts.map +1 -0
  222. package/dist/agents/bug-fixer/registries/pending.js +49 -0
  223. package/dist/agents/bug-fixer/registries/pending.js.map +1 -0
  224. package/dist/agents/bug-fixer/specialist-daemon.d.ts +88 -0
  225. package/dist/agents/bug-fixer/specialist-daemon.d.ts.map +1 -0
  226. package/dist/agents/bug-fixer/specialist-daemon.js +431 -0
  227. package/dist/agents/bug-fixer/specialist-daemon.js.map +1 -0
  228. package/dist/agents/bug-fixer/specialist.d.ts +47 -0
  229. package/dist/agents/bug-fixer/specialist.d.ts.map +1 -0
  230. package/dist/agents/bug-fixer/specialist.js +327 -0
  231. package/dist/agents/bug-fixer/specialist.js.map +1 -0
  232. package/dist/agents/bug-fixer/types.d.ts +123 -0
  233. package/dist/agents/bug-fixer/types.d.ts.map +1 -0
  234. package/dist/agents/bug-fixer/types.js +9 -0
  235. package/dist/agents/bug-fixer/types.js.map +1 -0
  236. package/dist/agents/factory.d.ts +172 -0
  237. package/dist/agents/factory.d.ts.map +1 -0
  238. package/dist/agents/factory.js +706 -0
  239. package/dist/agents/factory.js.map +1 -0
  240. package/dist/agents/hailer-expert/index.d.ts +8 -0
  241. package/dist/agents/hailer-expert/index.d.ts.map +1 -0
  242. package/dist/agents/hailer-expert/index.js +14 -0
  243. package/dist/agents/hailer-expert/index.js.map +1 -0
  244. package/dist/agents/hal/daemon.d.ts +174 -0
  245. package/dist/agents/hal/daemon.d.ts.map +1 -0
  246. package/dist/agents/hal/daemon.js +1385 -0
  247. package/dist/agents/hal/daemon.js.map +1 -0
  248. package/dist/agents/hal/definitions.d.ts +42 -0
  249. package/dist/agents/hal/definitions.d.ts.map +1 -0
  250. package/dist/agents/hal/definitions.js +300 -0
  251. package/dist/agents/hal/definitions.js.map +1 -0
  252. package/dist/agents/hal/index.d.ts +3 -0
  253. package/dist/agents/hal/index.d.ts.map +1 -0
  254. package/dist/agents/hal/index.js +8 -0
  255. package/dist/agents/hal/index.js.map +1 -0
  256. package/dist/agents/index.d.ts +18 -0
  257. package/dist/agents/index.d.ts.map +1 -0
  258. package/dist/agents/index.js +48 -0
  259. package/dist/agents/index.js.map +1 -0
  260. package/dist/agents/shared/base.d.ts +253 -0
  261. package/dist/agents/shared/base.d.ts.map +1 -0
  262. package/dist/agents/shared/base.js +1122 -0
  263. package/dist/agents/shared/base.js.map +1 -0
  264. package/dist/agents/shared/schemas/action-schema.d.ts +62 -0
  265. package/dist/agents/shared/schemas/action-schema.d.ts.map +1 -0
  266. package/dist/agents/shared/schemas/action-schema.js +483 -0
  267. package/dist/agents/shared/schemas/action-schema.js.map +1 -0
  268. package/dist/agents/shared/services/agent-registry.d.ts +108 -0
  269. package/dist/agents/shared/services/agent-registry.d.ts.map +1 -0
  270. package/dist/agents/shared/services/agent-registry.js +469 -0
  271. package/dist/agents/shared/services/agent-registry.js.map +1 -0
  272. package/dist/agents/shared/services/conversation-manager.d.ts +57 -0
  273. package/dist/agents/shared/services/conversation-manager.d.ts.map +1 -0
  274. package/dist/agents/shared/services/conversation-manager.js +168 -0
  275. package/dist/agents/shared/services/conversation-manager.js.map +1 -0
  276. package/dist/agents/shared/services/mcp-client.d.ts +56 -0
  277. package/dist/agents/shared/services/mcp-client.d.ts.map +1 -0
  278. package/dist/agents/shared/services/mcp-client.js +124 -0
  279. package/dist/agents/shared/services/mcp-client.js.map +1 -0
  280. package/dist/agents/shared/services/message-classifier.d.ts +37 -0
  281. package/dist/agents/shared/services/message-classifier.d.ts.map +1 -0
  282. package/dist/agents/shared/services/message-classifier.js +203 -0
  283. package/dist/agents/shared/services/message-classifier.js.map +1 -0
  284. package/dist/agents/shared/services/message-formatter.d.ts +89 -0
  285. package/dist/agents/shared/services/message-formatter.d.ts.map +1 -0
  286. package/dist/agents/shared/services/message-formatter.js +390 -0
  287. package/dist/agents/shared/services/message-formatter.js.map +1 -0
  288. package/dist/agents/shared/services/session-logger.d.ts +162 -0
  289. package/dist/agents/shared/services/session-logger.d.ts.map +1 -0
  290. package/dist/agents/shared/services/session-logger.js +724 -0
  291. package/dist/agents/shared/services/session-logger.js.map +1 -0
  292. package/dist/agents/shared/services/structured-output-executor.d.ts +88 -0
  293. package/dist/agents/shared/services/structured-output-executor.d.ts.map +1 -0
  294. package/dist/agents/shared/services/structured-output-executor.js +296 -0
  295. package/dist/agents/shared/services/structured-output-executor.js.map +1 -0
  296. package/dist/agents/shared/services/token-billing.d.ts +72 -0
  297. package/dist/agents/shared/services/token-billing.d.ts.map +1 -0
  298. package/dist/agents/shared/services/token-billing.js +198 -0
  299. package/dist/agents/shared/services/token-billing.js.map +1 -0
  300. package/dist/agents/shared/services/tool-executor.d.ts +43 -0
  301. package/dist/agents/shared/services/tool-executor.d.ts.map +1 -0
  302. package/dist/agents/shared/services/tool-executor.js +175 -0
  303. package/dist/agents/shared/services/tool-executor.js.map +1 -0
  304. package/dist/agents/shared/services/typing-indicator.d.ts +24 -0
  305. package/dist/agents/shared/services/typing-indicator.d.ts.map +1 -0
  306. package/dist/agents/shared/services/typing-indicator.js +54 -0
  307. package/dist/agents/shared/services/typing-indicator.js.map +1 -0
  308. package/dist/agents/shared/services/workspace-schema-cache.d.ts +122 -0
  309. package/dist/agents/shared/services/workspace-schema-cache.d.ts.map +1 -0
  310. package/dist/agents/shared/services/workspace-schema-cache.js +507 -0
  311. package/dist/agents/shared/services/workspace-schema-cache.js.map +1 -0
  312. package/dist/agents/shared/specialist.d.ts +91 -0
  313. package/dist/agents/shared/specialist.d.ts.map +1 -0
  314. package/dist/agents/shared/specialist.js +399 -0
  315. package/dist/agents/shared/specialist.js.map +1 -0
  316. package/dist/agents/shared/tool-schema-loader.d.ts +65 -0
  317. package/dist/agents/shared/tool-schema-loader.d.ts.map +1 -0
  318. package/dist/agents/shared/tool-schema-loader.js +238 -0
  319. package/dist/agents/shared/tool-schema-loader.js.map +1 -0
  320. package/dist/agents/shared/types.d.ts +190 -0
  321. package/dist/agents/shared/types.d.ts.map +1 -0
  322. package/dist/agents/shared/types.js +13 -0
  323. package/dist/agents/shared/types.js.map +1 -0
  324. package/dist/app.d.ts.map +1 -0
  325. package/dist/app.js.map +1 -0
  326. package/dist/bot/bot-config.d.ts.map +1 -0
  327. package/dist/bot/bot-config.js.map +1 -0
  328. package/dist/bot/bot-manager.d.ts.map +1 -0
  329. package/dist/bot/bot-manager.js.map +1 -0
  330. package/dist/bot/bot.d.ts.map +1 -0
  331. package/dist/bot/bot.js.map +1 -0
  332. package/dist/bot/operation-logger.d.ts.map +1 -0
  333. package/dist/bot/operation-logger.js.map +1 -0
  334. package/dist/bot/services/__tests__/permission-guard.test.d.ts +2 -0
  335. package/dist/bot/services/__tests__/permission-guard.test.d.ts.map +1 -0
  336. package/dist/bot/services/__tests__/permission-guard.test.js +357 -0
  337. package/dist/bot/services/__tests__/permission-guard.test.js.map +1 -0
  338. package/dist/bot/services/conversation-manager.d.ts.map +1 -0
  339. package/dist/bot/services/conversation-manager.js.map +1 -0
  340. package/dist/bot/services/index.d.ts.map +1 -0
  341. package/dist/bot/services/index.js.map +1 -0
  342. package/dist/bot/services/message-classifier.d.ts.map +1 -0
  343. package/dist/bot/services/message-classifier.js.map +1 -0
  344. package/dist/bot/services/message-formatter.d.ts.map +1 -0
  345. package/dist/bot/services/message-formatter.js.map +1 -0
  346. package/dist/bot/services/permission-guard.d.ts.map +1 -0
  347. package/dist/bot/services/permission-guard.js.map +1 -0
  348. package/dist/bot/services/session-logger.d.ts.map +1 -0
  349. package/dist/bot/services/session-logger.js.map +1 -0
  350. package/dist/bot/services/token-billing.d.ts.map +1 -0
  351. package/dist/bot/services/token-billing.js.map +1 -0
  352. package/dist/bot/services/types.d.ts.map +1 -0
  353. package/dist/bot/services/types.js.map +1 -0
  354. package/dist/bot/services/typing-indicator.d.ts.map +1 -0
  355. package/dist/bot/services/typing-indicator.js.map +1 -0
  356. package/dist/bot/services/workspace-schema-cache.d.ts.map +1 -0
  357. package/dist/bot/services/workspace-schema-cache.js.map +1 -0
  358. package/dist/bot/tool-executor.d.ts.map +1 -0
  359. package/dist/bot/tool-executor.js.map +1 -0
  360. package/dist/bot/workspace-overview.d.ts.map +1 -0
  361. package/dist/bot/workspace-overview.js.map +1 -0
  362. package/dist/bot-config/constants.d.ts +42 -0
  363. package/dist/bot-config/constants.d.ts.map +1 -0
  364. package/dist/bot-config/constants.js +118 -0
  365. package/dist/bot-config/constants.js.map +1 -0
  366. package/dist/bot-config/context.d.ts +157 -0
  367. package/dist/bot-config/context.d.ts.map +1 -0
  368. package/dist/bot-config/context.js +475 -0
  369. package/dist/bot-config/context.js.map +1 -0
  370. package/dist/bot-config/index.d.ts +21 -0
  371. package/dist/bot-config/index.d.ts.map +1 -0
  372. package/dist/bot-config/index.js +104 -0
  373. package/dist/bot-config/index.js.map +1 -0
  374. package/dist/bot-config/loader.d.ts +28 -0
  375. package/dist/bot-config/loader.d.ts.map +1 -0
  376. package/dist/bot-config/loader.js +194 -0
  377. package/dist/bot-config/loader.js.map +1 -0
  378. package/dist/bot-config/persistence.d.ts +68 -0
  379. package/dist/bot-config/persistence.d.ts.map +1 -0
  380. package/dist/bot-config/persistence.js +261 -0
  381. package/dist/bot-config/persistence.js.map +1 -0
  382. package/dist/bot-config/state.d.ts +56 -0
  383. package/dist/bot-config/state.d.ts.map +1 -0
  384. package/dist/bot-config/state.js +197 -0
  385. package/dist/bot-config/state.js.map +1 -0
  386. package/dist/bot-config/tools.d.ts +28 -0
  387. package/dist/bot-config/tools.d.ts.map +1 -0
  388. package/dist/bot-config/tools.js +279 -0
  389. package/dist/bot-config/tools.js.map +1 -0
  390. package/dist/bot-config/types.d.ts +45 -0
  391. package/dist/bot-config/types.d.ts.map +1 -0
  392. package/dist/bot-config/types.js +9 -0
  393. package/dist/bot-config/types.js.map +1 -0
  394. package/dist/bot-config/webhooks.d.ts +27 -0
  395. package/dist/bot-config/webhooks.d.ts.map +1 -0
  396. package/dist/bot-config/webhooks.js +212 -0
  397. package/dist/bot-config/webhooks.js.map +1 -0
  398. package/dist/cli.d.ts.map +1 -0
  399. package/dist/cli.js.map +1 -0
  400. package/dist/client/agents/base.d.ts +207 -0
  401. package/dist/client/agents/base.d.ts.map +1 -0
  402. package/dist/client/agents/base.js +744 -0
  403. package/dist/client/agents/base.js.map +1 -0
  404. package/dist/client/agents/definitions.d.ts +53 -0
  405. package/dist/client/agents/definitions.d.ts.map +1 -0
  406. package/dist/client/agents/definitions.js +263 -0
  407. package/dist/client/agents/definitions.js.map +1 -0
  408. package/dist/client/agents/orchestrator.d.ts +141 -0
  409. package/dist/client/agents/orchestrator.d.ts.map +1 -0
  410. package/dist/client/agents/orchestrator.js +1062 -0
  411. package/dist/client/agents/orchestrator.js.map +1 -0
  412. package/dist/client/agents/specialist.d.ts +86 -0
  413. package/dist/client/agents/specialist.d.ts.map +1 -0
  414. package/dist/client/agents/specialist.js +340 -0
  415. package/dist/client/agents/specialist.js.map +1 -0
  416. package/dist/client/bot-entrypoint.d.ts +7 -0
  417. package/dist/client/bot-entrypoint.d.ts.map +1 -0
  418. package/dist/client/bot-entrypoint.js +103 -0
  419. package/dist/client/bot-entrypoint.js.map +1 -0
  420. package/dist/client/bot-manager.d.ts +44 -0
  421. package/dist/client/bot-manager.d.ts.map +1 -0
  422. package/dist/client/bot-manager.js +173 -0
  423. package/dist/client/bot-manager.js.map +1 -0
  424. package/dist/client/bot-runner.d.ts +35 -0
  425. package/dist/client/bot-runner.d.ts.map +1 -0
  426. package/dist/client/bot-runner.js +188 -0
  427. package/dist/client/bot-runner.js.map +1 -0
  428. package/dist/client/chat-agent-daemon.d.ts +464 -0
  429. package/dist/client/chat-agent-daemon.d.ts.map +1 -0
  430. package/dist/client/chat-agent-daemon.js +1774 -0
  431. package/dist/client/chat-agent-daemon.js.map +1 -0
  432. package/dist/client/daemon-factory.d.ts +106 -0
  433. package/dist/client/daemon-factory.d.ts.map +1 -0
  434. package/dist/client/daemon-factory.js +301 -0
  435. package/dist/client/daemon-factory.js.map +1 -0
  436. package/dist/client/factory.d.ts +111 -0
  437. package/dist/client/factory.d.ts.map +1 -0
  438. package/dist/client/factory.js +314 -0
  439. package/dist/client/factory.js.map +1 -0
  440. package/dist/client/index.d.ts +17 -0
  441. package/dist/client/index.d.ts.map +1 -0
  442. package/dist/client/index.js +38 -0
  443. package/dist/client/index.js.map +1 -0
  444. package/dist/client/multi-bot-manager.d.ts +42 -0
  445. package/dist/client/multi-bot-manager.d.ts.map +1 -0
  446. package/dist/client/multi-bot-manager.js +161 -0
  447. package/dist/client/multi-bot-manager.js.map +1 -0
  448. package/dist/client/orchestrator-daemon.d.ts +87 -0
  449. package/dist/client/orchestrator-daemon.d.ts.map +1 -0
  450. package/dist/client/orchestrator-daemon.js +444 -0
  451. package/dist/client/orchestrator-daemon.js.map +1 -0
  452. package/dist/client/server.d.ts +8 -0
  453. package/dist/client/server.d.ts.map +1 -0
  454. package/dist/client/server.js +251 -0
  455. package/dist/client/server.js.map +1 -0
  456. package/dist/client/services/agent-registry.d.ts +108 -0
  457. package/dist/client/services/agent-registry.d.ts.map +1 -0
  458. package/dist/client/services/agent-registry.js +630 -0
  459. package/dist/client/services/agent-registry.js.map +1 -0
  460. package/dist/client/services/conversation-manager.d.ts +50 -0
  461. package/dist/client/services/conversation-manager.d.ts.map +1 -0
  462. package/dist/client/services/conversation-manager.js +136 -0
  463. package/dist/client/services/conversation-manager.js.map +1 -0
  464. package/dist/client/services/mcp-client.d.ts +48 -0
  465. package/dist/client/services/mcp-client.d.ts.map +1 -0
  466. package/dist/client/services/mcp-client.js +105 -0
  467. package/dist/client/services/mcp-client.js.map +1 -0
  468. package/dist/client/services/message-classifier.d.ts +37 -0
  469. package/dist/client/services/message-classifier.d.ts.map +1 -0
  470. package/dist/client/services/message-classifier.js +187 -0
  471. package/dist/client/services/message-classifier.js.map +1 -0
  472. package/dist/client/services/message-formatter.d.ts +84 -0
  473. package/dist/client/services/message-formatter.d.ts.map +1 -0
  474. package/dist/client/services/message-formatter.js +353 -0
  475. package/dist/client/services/message-formatter.js.map +1 -0
  476. package/dist/client/services/session-logger.d.ts +106 -0
  477. package/dist/client/services/session-logger.d.ts.map +1 -0
  478. package/dist/client/services/session-logger.js +446 -0
  479. package/dist/client/services/session-logger.js.map +1 -0
  480. package/dist/client/services/tool-executor.d.ts +41 -0
  481. package/dist/client/services/tool-executor.d.ts.map +1 -0
  482. package/dist/client/services/tool-executor.js +169 -0
  483. package/dist/client/services/tool-executor.js.map +1 -0
  484. package/dist/client/services/workspace-schema-cache.d.ts +149 -0
  485. package/dist/client/services/workspace-schema-cache.d.ts.map +1 -0
  486. package/dist/client/services/workspace-schema-cache.js +732 -0
  487. package/dist/client/services/workspace-schema-cache.js.map +1 -0
  488. package/dist/client/specialist-daemon.d.ts +77 -0
  489. package/dist/client/specialist-daemon.d.ts.map +1 -0
  490. package/dist/client/specialist-daemon.js +197 -0
  491. package/dist/client/specialist-daemon.js.map +1 -0
  492. package/dist/client/specialists.d.ts +53 -0
  493. package/dist/client/specialists.d.ts.map +1 -0
  494. package/dist/client/specialists.js +178 -0
  495. package/dist/client/specialists.js.map +1 -0
  496. package/dist/client/tool-schema-loader.d.ts +62 -0
  497. package/dist/client/tool-schema-loader.d.ts.map +1 -0
  498. package/dist/client/tool-schema-loader.js +232 -0
  499. package/dist/client/tool-schema-loader.js.map +1 -0
  500. package/dist/client/types.d.ts +327 -0
  501. package/dist/client/types.d.ts.map +1 -0
  502. package/dist/client/types.js +121 -0
  503. package/dist/client/types.js.map +1 -0
  504. package/dist/commands/seed-config.d.ts +9 -0
  505. package/dist/commands/seed-config.d.ts.map +1 -0
  506. package/dist/commands/seed-config.js +392 -0
  507. package/dist/commands/seed-config.js.map +1 -0
  508. package/dist/commands/setup.d.ts +11 -0
  509. package/dist/commands/setup.d.ts.map +1 -0
  510. package/dist/commands/setup.js +320 -0
  511. package/dist/commands/setup.js.map +1 -0
  512. package/dist/config.d.ts.map +1 -0
  513. package/dist/config.js.map +1 -0
  514. package/dist/core.d.ts.map +1 -0
  515. package/dist/core.js.map +1 -0
  516. package/dist/lib/discussion-lock.d.ts.map +1 -0
  517. package/dist/lib/discussion-lock.js.map +1 -0
  518. package/dist/lib/logger.d.ts.map +1 -0
  519. package/dist/lib/logger.js.map +1 -0
  520. package/dist/lib/request-logger.d.ts.map +1 -0
  521. package/dist/lib/request-logger.js.map +1 -0
  522. package/dist/mcp/UserContextCache.d.ts.map +1 -0
  523. package/dist/mcp/UserContextCache.js.map +1 -0
  524. package/dist/mcp/auth.d.ts.map +1 -0
  525. package/dist/mcp/auth.js.map +1 -0
  526. package/dist/mcp/hailer-clients.d.ts.map +1 -0
  527. package/dist/mcp/hailer-clients.js.map +1 -0
  528. package/dist/mcp/session-store.d.ts.map +1 -0
  529. package/dist/mcp/session-store.js.map +1 -0
  530. package/dist/mcp/signal-handler.d.ts.map +1 -0
  531. package/dist/mcp/signal-handler.js.map +1 -0
  532. package/dist/mcp/tool-registry.d.ts.map +1 -0
  533. package/dist/mcp/tool-registry.js.map +1 -0
  534. package/dist/mcp/tools/__tests__/discussion-forward.test.d.ts +2 -0
  535. package/dist/mcp/tools/__tests__/discussion-forward.test.d.ts.map +1 -0
  536. package/dist/mcp/tools/__tests__/discussion-forward.test.js +218 -0
  537. package/dist/mcp/tools/__tests__/discussion-forward.test.js.map +1 -0
  538. package/dist/mcp/tools/activity.d.ts.map +1 -0
  539. package/dist/mcp/tools/activity.js.map +1 -0
  540. package/dist/mcp/tools/app-core.d.ts.map +1 -0
  541. package/dist/mcp/tools/app-core.js.map +1 -0
  542. package/dist/mcp/tools/app-marketplace.d.ts.map +1 -0
  543. package/dist/mcp/tools/app-marketplace.js.map +1 -0
  544. package/dist/mcp/tools/app-member.d.ts.map +1 -0
  545. package/dist/mcp/tools/app-member.js.map +1 -0
  546. package/dist/mcp/tools/app-scaffold.d.ts.map +1 -0
  547. package/dist/mcp/tools/app-scaffold.js.map +1 -0
  548. package/dist/mcp/tools/app.d.ts.map +1 -0
  549. package/dist/mcp/tools/app.js.map +1 -0
  550. package/dist/mcp/tools/bot-config/constants.d.ts.map +1 -0
  551. package/dist/mcp/tools/bot-config/constants.js.map +1 -0
  552. package/dist/mcp/tools/bot-config/core.d.ts.map +1 -0
  553. package/dist/mcp/tools/bot-config/core.js.map +1 -0
  554. package/dist/mcp/tools/bot-config/index.d.ts.map +1 -0
  555. package/dist/mcp/tools/bot-config/index.js.map +1 -0
  556. package/dist/mcp/tools/bot-config/tools.d.ts.map +1 -0
  557. package/dist/mcp/tools/bot-config/tools.js.map +1 -0
  558. package/dist/mcp/tools/bot-config/types.d.ts.map +1 -0
  559. package/dist/mcp/tools/bot-config/types.js.map +1 -0
  560. package/dist/mcp/tools/bug-fixer-tools.d.ts.map +1 -0
  561. package/dist/mcp/tools/bug-fixer-tools.js.map +1 -0
  562. package/dist/mcp/tools/company.d.ts.map +1 -0
  563. package/dist/mcp/tools/company.js.map +1 -0
  564. package/dist/mcp/tools/discussion.d.ts.map +1 -0
  565. package/dist/mcp/tools/discussion.js.map +1 -0
  566. package/dist/mcp/tools/document.d.ts.map +1 -0
  567. package/dist/mcp/tools/document.js.map +1 -0
  568. package/dist/mcp/tools/file.d.ts.map +1 -0
  569. package/dist/mcp/tools/file.js.map +1 -0
  570. package/dist/mcp/tools/insight.d.ts.map +1 -0
  571. package/dist/mcp/tools/insight.js.map +1 -0
  572. package/dist/mcp/tools/investigate.d.ts.map +1 -0
  573. package/dist/mcp/tools/investigate.js.map +1 -0
  574. package/dist/mcp/tools/user.d.ts.map +1 -0
  575. package/dist/mcp/tools/user.js.map +1 -0
  576. package/dist/mcp/tools/workflow-permissions.d.ts.map +1 -0
  577. package/dist/mcp/tools/workflow-permissions.js.map +1 -0
  578. package/dist/mcp/tools/workflow.d.ts.map +1 -0
  579. package/dist/mcp/tools/workflow.js.map +1 -0
  580. package/dist/mcp/utils/api-errors.d.ts.map +1 -0
  581. package/dist/mcp/utils/api-errors.js.map +1 -0
  582. package/dist/mcp/utils/data-transformers.d.ts.map +1 -0
  583. package/dist/mcp/utils/data-transformers.js.map +1 -0
  584. package/dist/mcp/utils/file-upload.d.ts.map +1 -0
  585. package/dist/mcp/utils/file-upload.js.map +1 -0
  586. package/dist/mcp/utils/hailer-api-client.d.ts.map +1 -0
  587. package/dist/mcp/utils/hailer-api-client.js.map +1 -0
  588. package/dist/mcp/utils/index.d.ts.map +1 -0
  589. package/dist/mcp/utils/index.js.map +1 -0
  590. package/dist/mcp/utils/logger.d.ts.map +1 -0
  591. package/dist/mcp/utils/logger.js.map +1 -0
  592. package/dist/mcp/utils/pagination.d.ts.map +1 -0
  593. package/dist/mcp/utils/pagination.js.map +1 -0
  594. package/dist/mcp/utils/response-builder.d.ts.map +1 -0
  595. package/dist/mcp/utils/response-builder.js.map +1 -0
  596. package/dist/mcp/utils/role-utils.d.ts.map +1 -0
  597. package/dist/mcp/utils/role-utils.js.map +1 -0
  598. package/dist/mcp/utils/tool-helpers.d.ts.map +1 -0
  599. package/dist/mcp/utils/tool-helpers.js.map +1 -0
  600. package/dist/mcp/utils/types.d.ts.map +1 -0
  601. package/dist/mcp/utils/types.js.map +1 -0
  602. package/dist/mcp/webhook-handler.d.ts.map +1 -0
  603. package/dist/mcp/webhook-handler.js.map +1 -0
  604. package/dist/mcp/workspace-cache.d.ts.map +1 -0
  605. package/dist/mcp/workspace-cache.js.map +1 -0
  606. package/dist/mcp-server.d.ts.map +1 -0
  607. package/dist/mcp-server.js.map +1 -0
  608. package/dist/modules/bug-reports/bug-config.d.ts +25 -0
  609. package/dist/modules/bug-reports/bug-config.d.ts.map +1 -0
  610. package/dist/modules/bug-reports/bug-config.js +187 -0
  611. package/dist/modules/bug-reports/bug-config.js.map +1 -0
  612. package/dist/modules/bug-reports/bug-monitor.d.ts +108 -0
  613. package/dist/modules/bug-reports/bug-monitor.d.ts.map +1 -0
  614. package/dist/modules/bug-reports/bug-monitor.js +510 -0
  615. package/dist/modules/bug-reports/bug-monitor.js.map +1 -0
  616. package/dist/modules/bug-reports/giuseppe-agent.d.ts +58 -0
  617. package/dist/modules/bug-reports/giuseppe-agent.d.ts.map +1 -0
  618. package/dist/modules/bug-reports/giuseppe-agent.js +467 -0
  619. package/dist/modules/bug-reports/giuseppe-agent.js.map +1 -0
  620. package/dist/modules/bug-reports/giuseppe-ai.d.ts +83 -0
  621. package/dist/modules/bug-reports/giuseppe-ai.d.ts.map +1 -0
  622. package/dist/modules/bug-reports/giuseppe-ai.js +466 -0
  623. package/dist/modules/bug-reports/giuseppe-ai.js.map +1 -0
  624. package/dist/modules/bug-reports/giuseppe-bot.d.ts +110 -0
  625. package/dist/modules/bug-reports/giuseppe-bot.d.ts.map +1 -0
  626. package/dist/modules/bug-reports/giuseppe-bot.js +804 -0
  627. package/dist/modules/bug-reports/giuseppe-bot.js.map +1 -0
  628. package/dist/modules/bug-reports/giuseppe-daemon.d.ts +80 -0
  629. package/dist/modules/bug-reports/giuseppe-daemon.d.ts.map +1 -0
  630. package/dist/modules/bug-reports/giuseppe-daemon.js +617 -0
  631. package/dist/modules/bug-reports/giuseppe-daemon.js.map +1 -0
  632. package/dist/modules/bug-reports/giuseppe-files.d.ts +64 -0
  633. package/dist/modules/bug-reports/giuseppe-files.d.ts.map +1 -0
  634. package/dist/modules/bug-reports/giuseppe-files.js +375 -0
  635. package/dist/modules/bug-reports/giuseppe-files.js.map +1 -0
  636. package/dist/modules/bug-reports/giuseppe-git.d.ts +48 -0
  637. package/dist/modules/bug-reports/giuseppe-git.d.ts.map +1 -0
  638. package/dist/modules/bug-reports/giuseppe-git.js +298 -0
  639. package/dist/modules/bug-reports/giuseppe-git.js.map +1 -0
  640. package/dist/modules/bug-reports/giuseppe-lsp.d.ts +113 -0
  641. package/dist/modules/bug-reports/giuseppe-lsp.d.ts.map +1 -0
  642. package/dist/modules/bug-reports/giuseppe-lsp.js +485 -0
  643. package/dist/modules/bug-reports/giuseppe-lsp.js.map +1 -0
  644. package/dist/modules/bug-reports/giuseppe-prompt.d.ts +5 -0
  645. package/dist/modules/bug-reports/giuseppe-prompt.d.ts.map +1 -0
  646. package/dist/modules/bug-reports/giuseppe-prompt.js +94 -0
  647. package/dist/modules/bug-reports/giuseppe-prompt.js.map +1 -0
  648. package/dist/modules/bug-reports/index.d.ts +77 -0
  649. package/dist/modules/bug-reports/index.d.ts.map +1 -0
  650. package/dist/modules/bug-reports/index.js +215 -0
  651. package/dist/modules/bug-reports/index.js.map +1 -0
  652. package/dist/modules/bug-reports/pending-classification-registry.d.ts +28 -0
  653. package/dist/modules/bug-reports/pending-classification-registry.d.ts.map +1 -0
  654. package/dist/modules/bug-reports/pending-classification-registry.js +50 -0
  655. package/dist/modules/bug-reports/pending-classification-registry.js.map +1 -0
  656. package/dist/modules/bug-reports/pending-fix-registry.d.ts +30 -0
  657. package/dist/modules/bug-reports/pending-fix-registry.d.ts.map +1 -0
  658. package/dist/modules/bug-reports/pending-fix-registry.js +42 -0
  659. package/dist/modules/bug-reports/pending-fix-registry.js.map +1 -0
  660. package/dist/modules/bug-reports/pending-registry.d.ts +27 -0
  661. package/dist/modules/bug-reports/pending-registry.d.ts.map +1 -0
  662. package/dist/modules/bug-reports/pending-registry.js +49 -0
  663. package/dist/modules/bug-reports/pending-registry.js.map +1 -0
  664. package/dist/modules/bug-reports/types.d.ts +123 -0
  665. package/dist/modules/bug-reports/types.d.ts.map +1 -0
  666. package/dist/modules/bug-reports/types.js +9 -0
  667. package/dist/modules/bug-reports/types.js.map +1 -0
  668. package/dist/plugins/bug-fixer/index.d.ts.map +1 -0
  669. package/dist/plugins/bug-fixer/index.js.map +1 -0
  670. package/dist/plugins/bug-fixer/tools.d.ts.map +1 -0
  671. package/dist/plugins/bug-fixer/tools.js.map +1 -0
  672. package/dist/plugins/vipunen/__tests__/tools.test.d.ts +10 -0
  673. package/dist/plugins/vipunen/__tests__/tools.test.d.ts.map +1 -0
  674. package/dist/plugins/vipunen/__tests__/tools.test.js +646 -0
  675. package/dist/plugins/vipunen/__tests__/tools.test.js.map +1 -0
  676. package/dist/plugins/vipunen/client.d.ts.map +1 -0
  677. package/dist/plugins/vipunen/client.js.map +1 -0
  678. package/dist/plugins/vipunen/index.d.ts.map +1 -0
  679. package/dist/plugins/vipunen/index.js.map +1 -0
  680. package/dist/plugins/vipunen/tools.d.ts.map +1 -0
  681. package/dist/plugins/vipunen/tools.js.map +1 -0
  682. package/dist/routes/agents.d.ts +44 -0
  683. package/dist/routes/agents.d.ts.map +1 -0
  684. package/dist/routes/agents.js +311 -0
  685. package/dist/routes/agents.js.map +1 -0
  686. package/dist/services/agent-credential-store.d.ts +73 -0
  687. package/dist/services/agent-credential-store.d.ts.map +1 -0
  688. package/dist/services/agent-credential-store.js +212 -0
  689. package/dist/services/agent-credential-store.js.map +1 -0
  690. package/dist/stdio-server.d.ts.map +1 -0
  691. package/dist/stdio-server.js.map +1 -0
  692. package/dist/workspace/context.d.ts +148 -0
  693. package/dist/workspace/context.d.ts.map +1 -0
  694. package/dist/workspace/context.js +339 -0
  695. package/dist/workspace/context.js.map +1 -0
  696. package/dist/workspace/credentials.d.ts +55 -0
  697. package/dist/workspace/credentials.d.ts.map +1 -0
  698. package/dist/workspace/credentials.js +239 -0
  699. package/dist/workspace/credentials.js.map +1 -0
  700. package/dist/workspace/index.d.ts +21 -0
  701. package/dist/workspace/index.d.ts.map +1 -0
  702. package/dist/workspace/index.js +45 -0
  703. package/dist/workspace/index.js.map +1 -0
  704. package/dist/workspace/loader.d.ts +27 -0
  705. package/dist/workspace/loader.d.ts.map +1 -0
  706. package/dist/workspace/loader.js +222 -0
  707. package/dist/workspace/loader.js.map +1 -0
  708. package/dist/workspace/schema.d.ts +37 -0
  709. package/dist/workspace/schema.d.ts.map +1 -0
  710. package/dist/workspace/schema.js +192 -0
  711. package/dist/workspace/schema.js.map +1 -0
  712. package/package.json +13 -1
  713. package/test-billing-server.js +0 -136
@@ -0,0 +1,137 @@
1
+ ---
2
+ description: Create or update session handoff for continuity
3
+ argument-hint: [optional summary]
4
+ ---
5
+ # Session Handoff
6
+
7
+ Context is getting full or session is ending. Create/update handoff for next session.
8
+
9
+ ## Step 0: Capture Learnings (Auto-Learn)
10
+
11
+ Before creating handoff, scan for learnings from this session.
12
+
13
+ **Run the learn-auto logic:**
14
+ 1. Scan conversation for: error→fix patterns, user corrections, explicit insights, agent failures
15
+ 2. Present any findings to user for confirmation
16
+ 3. Write confirmed learnings to inbox
17
+
18
+ This ensures valuable insights aren't lost when session ends.
19
+
20
+ If no learnings found or user skips, continue to Step 1.
21
+
22
+ ---
23
+
24
+ ## Step 1: Gather Current State
25
+
26
+ Collect:
27
+ - What was worked on this session
28
+ - Current state of in-progress work
29
+ - Any blockers or issues found
30
+ - Uncommitted changes (`git status`)
31
+ - Next steps
32
+
33
+ ## Step 2: Graduate Auto Memory
34
+
35
+ Check if the project has auto memory entries to graduate.
36
+
37
+ **Find the memory file:**
38
+ 1. Get project root from working directory
39
+ 2. Transform path: replace `/` with `-` (e.g., `/Users/timoahonen/my-project` → `-Users-timoahonen-my-project`)
40
+ 3. Memory path: `~/.claude/projects/<transformed-path>/memory/MEMORY.md`
41
+
42
+ **If MEMORY.md exists and has content:**
43
+ 1. Read it
44
+ 2. For each entry, decide:
45
+ - **Project-specific gotcha** (field ID quirks, workflow-specific behavior) → Move to SESSION-HANDOFF.md "Context to Preserve"
46
+ - **Reusable pattern** (SDK behavior, API gotchas, agent tips) → Capture via `/learn-hub` or note for inbox
47
+ - **Already in a skill or CLAUDE.md** → Remove (it graduated in a previous session)
48
+ - **Stale or wrong** → Remove
49
+ 3. Remove graduated/stale entries from MEMORY.md
50
+ 4. Keep only entries that are still being validated (discovered this session, not yet confirmed)
51
+
52
+ **Goal:** MEMORY.md is a scratch buffer, not permanent storage. At handoff, everything graduates out.
53
+
54
+ ## Step 3: Check for Active Tasks
55
+
56
+ Run `TaskList`. If tasks exist:
57
+ - Export pending/in_progress tasks to handoff
58
+ - Summarize completed tasks in "What Was Done"
59
+
60
+ ## Step 4: Update Documentation (if applicable)
61
+
62
+ **Did this session complete any features?**
63
+
64
+ If YES:
65
+ - Update the PRD file (docs/prd-*.md): change Status to "Complete", check off completed items
66
+ - Update DEVELOPMENT.md Roadmap: mark feature as Complete
67
+ - Update "Current Status"
68
+ - Add any technical decisions
69
+ - Note new issues discovered
70
+
71
+ ## Step 5: Create/Update SESSION-HANDOFF.md
72
+
73
+ If file exists → UPDATE it (remove stale items, keep relevant context)
74
+ If not exists → CREATE it
75
+
76
+ ```markdown
77
+ # Session Handoff
78
+
79
+ **Last Updated:** YYYY-MM-DD HH:MM
80
+
81
+ ## What Was Done
82
+ - [Completed items with context]
83
+
84
+ ## Current Work
85
+ - [What's actively being worked on]
86
+ - [State of in-progress features]
87
+
88
+ ## Pending Tasks
89
+ _From TaskList - will be recreated next session_
90
+ - [ ] Task description
91
+ - [ ] Task description
92
+
93
+ ## Blockers / Issues
94
+ - [Problems encountered]
95
+ - [Things that need investigation]
96
+
97
+ ## Next Steps
98
+ 1. [First thing to do when resuming]
99
+ 2. [Second thing]
100
+ 3. [Third thing]
101
+
102
+ ## Key Decisions
103
+ - [Decision]: [Why]
104
+
105
+ ## Files Modified
106
+ - `path/to/file` - [what changed]
107
+
108
+ ## Context to Preserve
109
+ - [Important notes that shouldn't be lost]
110
+ - [Gotchas discovered]
111
+ ```
112
+
113
+ ## Step 6: Save Progress
114
+
115
+ If git is initialized and there are changes:
116
+ ```
117
+ /save "Session handoff: [brief summary]"
118
+ ```
119
+
120
+ ## Step 7: Report
121
+
122
+ Tell user:
123
+ ```
124
+ Session handoff complete:
125
+ - SESSION-HANDOFF.md updated
126
+ - DEVELOPMENT.md updated (if features completed)
127
+ - [X] files have uncommitted changes
128
+
129
+ To continue: Start new session - handoff will be read automatically.
130
+ ```
131
+
132
+ ## Notes
133
+
134
+ - **UPDATE, don't delete** - SESSION-HANDOFF.md accumulates context
135
+ - Remove items that are no longer relevant
136
+ - Keep decisions and gotchas even after tasks complete
137
+ - Next session reads handoff, then updates it (removes completed items)
@@ -0,0 +1,49 @@
1
+ ---
2
+ description: Run project health check and config audit
3
+ allowed-tools: Task, Bash, Read
4
+ ---
5
+ # Project Health Check
6
+
7
+ Run a quick audit of the current project configuration.
8
+
9
+ **Check the following:**
10
+
11
+ 1. **Workspace sync status**
12
+ - Run `npm run pull` to check connectivity
13
+ - Compare local workspace/ timestamps with server
14
+
15
+ 2. **CLAUDE.md accuracy**
16
+ - Does CLAUDE.md exist?
17
+ - Are listed agents present in .claude/agents/?
18
+ - Are referenced skills present in .claude/skills/?
19
+
20
+ 3. **Hooks integrity**
21
+ - Are all hooks in settings.json present in .claude/hooks/?
22
+ - Do hook files have execute permissions?
23
+
24
+ 4. **Dependencies**
25
+ - Run `npm outdated` to check for updates
26
+ - Check if node_modules exists
27
+
28
+ 5. **Git status**
29
+ - Any uncommitted changes?
30
+ - Is branch up to date with remote?
31
+
32
+ **Output format:**
33
+
34
+ ```
35
+ ## Health Check - [Project Name]
36
+
37
+ [x] Workspace synced (last pull: X minutes ago)
38
+ [x] CLAUDE.md valid (15 agents, 10 skills)
39
+ [x] Hooks intact (8/8 present)
40
+ [ ] Dependencies outdated (3 packages)
41
+ [x] Git clean
42
+
43
+ ### Issues Found
44
+ - @hailer/sdk outdated: 0.8.3 → 0.8.5
45
+ - Missing hook: xyz.cjs referenced but not found
46
+
47
+ ### Recommendations
48
+ - Run `npm update @hailer/sdk`
49
+ ```
@@ -0,0 +1,29 @@
1
+ ---
2
+ description: Show help topics for Hailer MCP
3
+ ---
4
+
5
+ # Hailer MCP Help
6
+
7
+ Display available help topics to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ ╭─────────────────────────────────────────╮
13
+ │ HAILER MCP HELP SYSTEM │
14
+ ╰─────────────────────────────────────────╯
15
+
16
+ Available topics:
17
+
18
+ /help agents How agents work and delegation
19
+ /help skills Skills reference (patterns, templates, fixes)
20
+ /help commands All slash commands
21
+ /help tools MCP tools reference
22
+ /help plugins Plugin system (install, uninstall, publish)
23
+ /help faq Common questions
24
+
25
+ ───────────────────────────────────────────
26
+ Type /help <topic> for details
27
+ ```
28
+
29
+ ## Always show this exactly as formatted above.
@@ -0,0 +1,151 @@
1
+ ---
2
+ description: Agent usage help for Hailer MCP
3
+ ---
4
+
5
+ # Agents Help
6
+
7
+ Display agent usage instructions to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ ╭─────────────────────────────────────────╮
13
+ │ HAILER MCP - AGENTS │
14
+ ╰─────────────────────────────────────────╯
15
+
16
+ Agents are AI specialists that handle specific tasks. The orchestrator
17
+ (Claude) delegates work to them based on the task type.
18
+
19
+ HOW IT WORKS:
20
+
21
+ 1. You ask Claude to do something
22
+ 2. Claude identifies the right agent
23
+ 3. Claude spawns the agent with your task
24
+ 4. Agent does the work, returns JSON result
25
+ 5. Claude interprets result and reports back
26
+
27
+ ─────────────────────────────────────────────────────────────────────────
28
+
29
+ AGENT RELATIONSHIPS (who calls who):
30
+
31
+ Kenji → Dmitri Kenji gets IDs, Dmitri creates/updates
32
+ Kenji → Helga Kenji gets structure, Helga modifies config
33
+ Kenji → Alejandro Kenji gets field IDs, Alejandro creates functions
34
+ Kenji → Viktor Kenji gets schema, Viktor creates insights
35
+ Kenji → Giuseppe Kenji gets data structure, Giuseppe builds app
36
+ Marco → Giuseppe Marco validates mockup, Giuseppe builds production
37
+ Ada ← (any failure) Ada creates skills from repeated failures
38
+
39
+ Common chains:
40
+ • Add field: Kenji → Helga → (push) → Kenji (verify)
41
+ • Create app: Kenji → Viktor → Giuseppe → Tanya
42
+ • Activity CRUD: Kenji → Dmitri
43
+
44
+ ─────────────────────────────────────────────────────────────────────────
45
+
46
+ AGENT TOOL ACCESS:
47
+
48
+ MCP Tools Only (restricted):
49
+ Kenji - list_workflows, count_activities, list_activities
50
+ Dmitri - create_activity, update_activity
51
+ Permissions - list_apps, add/remove_app_member, search_users
52
+ Yevgeni - discussion tools (list, fetch, post, invite)
53
+
54
+ Code Tools (Bash, Read, Write, Edit):
55
+ Giuseppe - App building (+scaffold_hailer_app)
56
+ Gunther - MCP tool building
57
+ Helga - Workflow config
58
+ Igor - Activity movers
59
+ Ivan - Monolith automations
60
+ Marco - Mockups
61
+ Ingrid - Document templates
62
+
63
+ Read-Only (Read, Glob, Grep):
64
+ Svetlana - Code review
65
+ Bjorn - Config audit
66
+ Tanya - Test runner (+ Bash for test execution)
67
+
68
+ Light Edit (Read, Edit, Glob):
69
+ Simple Writer - Basic edits only (haiku model, fast)
70
+ Code Simplifier - Simplify code for clarity (sonnet model)
71
+
72
+ Special:
73
+ Lars - LSP only (code inspection)
74
+ Ada - Read, Write, Edit, Glob (skill creation)
75
+
76
+ ─────────────────────────────────────────────────────────────────────────
77
+
78
+ AGENT CATEGORIES:
79
+
80
+ Data Operations:
81
+ agent-kenji-data-reader - Read workflows, fields, activities (LOCAL FIRST)
82
+ agent-dmitri-activity-crud - Create/update activities
83
+ agent-yevgeni-discussions - Read/post discussion messages
84
+ agent-permissions-handler - Manage app access
85
+ agent-simple-writer - Basic code edits (ID swaps, string replacements)
86
+
87
+ Configuration:
88
+ agent-helga-workflow-config - Manage workflows, fields, phases
89
+ agent-alejandro-function-fields - Calculated fields + name functions
90
+ agent-viktor-sql-insights - SQL-like reports
91
+ agent-ingrid-doc-templates - PDF/CSV document templates
92
+
93
+ Development:
94
+ agent-giuseppe-app-builder - Build Hailer apps (production)
95
+ agent-marco-mockup-builder - Build demo apps (validation)
96
+ agent-gunther-mcp-tools - Build MCP tools
97
+ agent-igor-activity-mover - Phase cascade microservices
98
+ agent-ivan-monolith - Monolith automations
99
+ agent-zara-zapier - Zapier integrations
100
+
101
+ Quality:
102
+ agent-svetlana-code-review - Code review (READ-ONLY)
103
+ agent-tanya-test-runner - Run tests
104
+ agent-lars-code-inspector - Find bugs, dead code (LSP)
105
+ agent-bjorn-config-audit - Audit configuration
106
+ agent-code-simplifier - Simplify code for clarity
107
+
108
+ Meta:
109
+ agent-ada-skill-builder - Create skills from failures
110
+ agent-builder-agent-creator - Create new agents
111
+ agent-marcus-api-documenter - Document API endpoints
112
+ agent-marketplace-publisher - Publish plugins
113
+ agent-marketplace-reviewer - Review plugin PRs
114
+
115
+ ─────────────────────────────────────────────────────────────────────────
116
+
117
+ CRITICAL BOUNDARIES:
118
+
119
+ Kenji vs Dmitri:
120
+ Kenji = READ (schema, lists, counts)
121
+ Dmitri = WRITE (create, update)
122
+ Dmitri needs IDs from Kenji first!
123
+
124
+ Marco vs Giuseppe:
125
+ Marco = DEMO apps (non-functional, for validation)
126
+ Giuseppe = PRODUCTION apps (real data, functional)
127
+ Use Marco first to validate concept, then Giuseppe
128
+
129
+ ─────────────────────────────────────────────────────────────────────────
130
+
131
+ EXAMPLE USAGE:
132
+
133
+ "Create a customer activity in the CRM workflow"
134
+ → Kenji (get IDs) → Dmitri (create activity)
135
+
136
+ "Build a dashboard app showing orders"
137
+ → Kenji (get schema) → Giuseppe (build app)
138
+
139
+ "Add a calculated total field"
140
+ → Kenji (get field IDs) → Alejandro (create function)
141
+
142
+ "Review my code changes"
143
+ → Svetlana (code review)
144
+
145
+ ─────────────────────────────────────────────────────────────────────────
146
+
147
+ SEE ALSO:
148
+ /stats - View agent usage statistics
149
+ /help plugins - Install more agents
150
+ /help commands - All slash commands
151
+ ```
@@ -0,0 +1,78 @@
1
+ ---
2
+ description: All slash commands for Hailer MCP
3
+ ---
4
+
5
+ # Commands Reference
6
+
7
+ Display all available commands to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ ╭─────────────────────────────────────────╮
13
+ │ HAILER MCP - ALL COMMANDS │
14
+ ╰─────────────────────────────────────────╯
15
+
16
+ HELP SYSTEM
17
+ /help Show all help topics
18
+ /help:agents Agent usage, relationships, tool access
19
+ /help:commands This reference
20
+ /help:plugins Plugin system guide
21
+ /help:tools MCP tools reference
22
+ /help:faq Common questions
23
+
24
+ PLUGINS
25
+ /marketplace-setup Clone/update marketplace repo
26
+ /list-plugins List available plugins
27
+ /install-plugin <name> Install a plugin
28
+ /uninstall-plugin <name> Remove a plugin
29
+ /publish-plugin Publish to marketplace
30
+ /publish Publish (alias)
31
+ /version-check Show out-of-sync plugins
32
+
33
+ WORKSPACE
34
+ /ws-pull Pull workspace config from Hailer (read-only)
35
+
36
+ DEVELOPMENT
37
+ /tool-builder Enter MCP tool building mode
38
+ /stats View agent usage statistics
39
+ /stats recent Show last 20 agent calls
40
+ /health Run project health check
41
+
42
+ PLANNING
43
+ /autoplan <desc> Quick project planning with PRDs
44
+ /plan-workspace <desc> Thorough workspace discovery (10 phases)
45
+ /prd <feature> Create PRD for a feature
46
+ /project-status Sync DEVELOPMENT.md with PRD statuses
47
+
48
+ SQUADS (multi-agent commands)
49
+ /review-squad [files] Parallel+Loop: Svetlana + Lars + Tanya + Simple Writer
50
+ /cleanup-squad [files] Parallel: Bjorn + Code Simplifier + Lars
51
+ /app-squad <desc> Pipeline+Loop: Kenji → UI Designer → Giuseppe → Tanya (build verify)
52
+ /config-squad <desc> Pipeline: Helga → Alejandro → Viktor
53
+ /crud-squad <desc> Pipeline: Kenji → Dmitri → Kenji (verify)
54
+ /data-squad <desc> Pipeline: Kenji → Alejandro → Viktor
55
+ /integration-squad <desc> Pipeline: Kenji → Ivan → Tanya
56
+ /doc-squad <desc> Pipeline: Lars → Marcus
57
+ /hotfix-squad <desc> Pipeline+Loop: Tanya → Simple Writer → Svetlana (max 3 iter)
58
+ /debug-squad <desc> Parallel+Loop: Kenji + Viktor + Svetlana + Tanya (--debate for competing hypotheses)
59
+ /audit-squad Parallel: Svetlana + Permissions + Gunther (security audit)
60
+ /onboard-squad <desc> Pipeline+Loop: Helga → Alejandro → Giuseppe → Bjorn (bootstrap)
61
+ /janitor-squad Parallel+Loop: Lars + Bjorn + Viktor → Simple Writer (cleanup)
62
+ /swarm <desc> Swarm: orchestrator picks agents, splits work, dispatches parallel workers
63
+
64
+ SESSION
65
+ /recap [focus] Resume session - load handoff, status, learnings
66
+ /save <message> Save changes to git (local commit)
67
+ /restore Restore to a previous save point
68
+ /handoff Create session handoff for next session
69
+ /learn <cat> <desc> Capture learning and apply fix
70
+
71
+ ───────────────────────────────────────────
72
+ Examples:
73
+ /plan-workspace "CRM system" Thorough discovery for new project
74
+ /autoplan "Add invoicing" Quick planning for feature
75
+ /prd "customer portal" Create PRD for feature
76
+ /save "Add customer form" Local git commit
77
+ /learn agent/kenji "Check enums first"
78
+ ```
@@ -0,0 +1,79 @@
1
+ ---
2
+ description: Frequently asked questions for Hailer MCP
3
+ ---
4
+
5
+ # FAQ
6
+
7
+ Display frequently asked questions to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ ╭─────────────────────────────────────────╮
13
+ │ HAILER MCP - FAQ │
14
+ ╰─────────────────────────────────────────╯
15
+
16
+ Q: Why is Claude failing at Hailer tasks?
17
+ A: Check two things:
18
+ 1. Run /mcp-list to verify Claude is connected to the Hailer MCP
19
+ 2. Make sure you're running Claude from the correct project folder
20
+ (the one with CLAUDE.md and .claude/ folder)
21
+
22
+ Q: Why do I need to restart Claude Code after installing a plugin?
23
+ A: Claude Code loads agent definitions at startup. New agents
24
+ won't be available until restart. Use 'claude -c' to keep context.
25
+
26
+ Q: What's the difference between /plugin install and /install-plugin?
27
+ A: /plugin install - Claude's built-in plugin system (global)
28
+ /install-plugin - Our local marketplace system (per-project)
29
+
30
+ Q: Can I create my own agents?
31
+ A: Yes! Add a markdown file to .claude/agents/ following the agent
32
+ structure. See existing agents for examples.
33
+
34
+ Q: How do I publish my agent to the marketplace?
35
+ A: Use /publish-plugin. It creates a PR that gets auto-reviewed.
36
+ See /help plugins for details.
37
+
38
+ Q: Why does the orchestrator delegate instead of doing work directly?
39
+ A: Delegation keeps specialized knowledge in focused agents,
40
+ reducing context size and improving accuracy.
41
+
42
+ Q: What happens if an agent fails?
43
+ A: The orchestrator receives an error JSON and reports the failure.
44
+ It should identify root cause and fix it, never apply bandaids.
45
+
46
+ Q: How do I know which agent will handle my request?
47
+ A: Check the <agents> table in CLAUDE.md. The orchestrator matches
48
+ your request to the appropriate agent based on patterns.
49
+
50
+ Q: Can I use MCP tools directly without agents?
51
+ A: Yes! Tools like list_workflows, create_activity, etc. are
52
+ available directly. Agents just provide structured workflows.
53
+
54
+ Q: Where is configuration stored?
55
+ A: - Agents: .claude/agents/
56
+ - Skills: .claude/skills/
57
+ - Hooks: .claude/hooks/
58
+ - Settings: .claude/settings.json
59
+ - Instructions: CLAUDE.md
60
+
61
+ Q: How do I update an installed plugin?
62
+ A: Uninstall and reinstall:
63
+ /uninstall-plugin <name>
64
+ /install-plugin <name>
65
+
66
+ Q: What's the difference between /autoplan and /plan-workspace?
67
+ A: /autoplan - Quick planning, creates DEVELOPMENT.md + PRDs
68
+ /plan-workspace - Thorough 10-phase discovery for complex workspaces
69
+ Use /autoplan for features, /plan-workspace for new projects.
70
+
71
+ Q: How do PRDs and DEVELOPMENT.md work together?
72
+ A: DEVELOPMENT.md is the big picture (roadmap, status, decisions).
73
+ PRDs (docs/prd-*.md) are detailed requirements for each feature.
74
+ DEVELOPMENT.md roadmap links to individual PRDs.
75
+
76
+ MORE HELP:
77
+ /help plugins - Plugin system
78
+ /help agents - Agent usage
79
+ ```
@@ -0,0 +1,50 @@
1
+ ---
2
+ description: Plugin system help for Hailer MCP
3
+ ---
4
+
5
+ # Plugin System Help
6
+
7
+ Display plugin system instructions to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ HAILER MCP - PLUGIN SYSTEM
13
+
14
+ The plugin system lets you install community agents from the marketplace.
15
+
16
+ COMMANDS:
17
+
18
+ /marketplace-setup
19
+ Clone or pull the marketplace repo to ./hailer-marketplace
20
+ Only needed once. Commands will prompt you if missing.
21
+
22
+ /list-plugins
23
+ List all available plugins (auto-pulls latest).
24
+
25
+ /install-plugin <name>
26
+ Install a plugin to .claude/ folder.
27
+ Example: /install-plugin tanya-test-runner
28
+
29
+ /uninstall-plugin <name>
30
+ Remove a plugin from .claude/ folder.
31
+
32
+ /publish-plugin
33
+ Publish your plugin to marketplace (creates PR).
34
+
35
+ PLUGIN TYPES:
36
+
37
+ Agents AI specialists (.claude/agents/)
38
+ Skills On-demand docs (.claude/skills/)
39
+ Hooks Event scripts (.claude/hooks/)
40
+
41
+ WORKFLOW:
42
+
43
+ 1. /list-plugins # See what's available
44
+ 2. /install-plugin <name> # Install what you need
45
+ 3. Restart: claude -c # Load new agents
46
+
47
+ SEE ALSO:
48
+ /help agents - How to use installed agents
49
+ /help faq - Common questions
50
+ ```
@@ -0,0 +1,93 @@
1
+ ---
2
+ description: Skills reference for Hailer MCP
3
+ ---
4
+
5
+ # Skills Reference
6
+
7
+ Display skills reference to the user.
8
+
9
+ ## Output
10
+
11
+ ```
12
+ ╭─────────────────────────────────────────╮
13
+ │ HAILER MCP - SKILLS REFERENCE │
14
+ ╰─────────────────────────────────────────╯
15
+
16
+ Skills are reusable knowledge files (.claude/skills/<name>/SKILL.md) that
17
+ give agents domain-specific patterns, API references, and code templates.
18
+
19
+ HOW SKILLS WORK:
20
+
21
+ Auto-injected: Agents declare skills in their frontmatter. The
22
+ SubagentStart hook injects them automatically when the agent spawns.
23
+
24
+ On-demand: The orchestrator tells an agent to load a skill via the
25
+ Skill tool. Only 6 agents have it: Giuseppe, Helga, Viktor,
26
+ Alejandro, Ingrid, Ada.
27
+
28
+ ─────────────────────────────────────────────────────────────────────────
29
+
30
+ SDK SKILLS (core patterns):
31
+ SDK-activity-patterns - Field value formats, dates, users, links
32
+ SDK-document-templates - PDF/CSV template structure + generation
33
+ SDK-function-fields - Calculated fields in Hailer workflows
34
+ SDK-generate-skill - TypeScript type generation from workspace
35
+ SDK-init-skill - Initialize new Hailer SDK projects
36
+ SDK-insight-queries - SQL query patterns for insights
37
+ SDK-ws-config-skill - Workflow config: fields, phases, schemas
38
+
39
+ HAILER PLATFORM SKILLS:
40
+ hailer-activity-mover - Phase cascade microservice patterns
41
+ hailer-api-client - @hailer/cli auth, requests, signals
42
+ hailer-app-builder - Build apps with @hailer/app-sdk
43
+ hailer-apps-pictures - Fetch and display images from Hailer
44
+ hailer-design-system - Chakra UI theme, colors, icons, components
45
+ hailer-monolith-automations - Webhooks, scheduled jobs in monolith
46
+ hailer-permissions-system - Users, teams, access control
47
+ hailer-project-protocol - Full SDK workflow reference
48
+ hailer-rest-api - Direct HTTP API endpoints
49
+
50
+ INTEGRATION SKILLS:
51
+ integration-patterns - Activity movers, webhooks, SCIM, Kafka
52
+ zapier-hailer-patterns - Zapier triggers, actions, Zap configs
53
+ insight-join-patterns - JOIN syntax for cross-workflow insights
54
+
55
+ TOOL & AGENT SKILLS:
56
+ agent-structure - Template for creating new agents
57
+ delegation-routing - Full routing table + chaining patterns
58
+ tool-builder - Building MCP tools for Hailer server
59
+ mcp-direct-tools - MCP tools not assigned to agents
60
+
61
+ QUALITY & FIX SKILLS (auto-loaded on errors):
62
+ tool-parameter-usage - Extract IDs, correct parameter formats
63
+ tool-response-verification - Verify MCP results before reporting
64
+ optional-parameters - Omit optional params vs empty values
65
+ json-only-output - Fix agents adding prose after JSON
66
+ testing-patterns - vitest, playwright, build verification
67
+
68
+ REFERENCE SKILLS:
69
+ api-documentation-patterns - API doc standards for Marcus
70
+ chrome-mcp-reference - Browser automation reference
71
+ frontend-design - UI design patterns
72
+ lsp-setup - Language Server Protocol setup
73
+ publish-hailer-app - App publishing to production
74
+
75
+ ─────────────────────────────────────────────────────────────────────────
76
+
77
+ ON-DEMAND SKILL LOADING (tell the orchestrator):
78
+
79
+ "Load hailer-apps-pictures for Giuseppe"
80
+ → Giuseppe gets image handling patterns
81
+
82
+ "Viktor needs insight-join-patterns for this query"
83
+ → Viktor gets JOIN syntax for cross-workflow data
84
+
85
+ Only works with: Giuseppe, Helga, Viktor, Alejandro, Ingrid, Ada
86
+
87
+ ─────────────────────────────────────────────────────────────────────────
88
+
89
+ SEE ALSO:
90
+ /help agents - Which agents use which skills
91
+ /help commands - All slash commands
92
+ /help tools - MCP tools reference
93
+ ```