@growthub/cli 0.3.13 → 0.3.15

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 (1699) hide show
  1. package/dist/index.js +190 -186
  2. package/dist/index.js.map +1 -1
  3. package/dist/runtime/server/dist/adapters/codex-models.d.ts +4 -0
  4. package/dist/runtime/server/dist/adapters/codex-models.d.ts.map +1 -0
  5. package/dist/runtime/server/dist/adapters/codex-models.js +98 -0
  6. package/dist/runtime/server/dist/adapters/codex-models.js.map +1 -0
  7. package/dist/runtime/server/dist/adapters/cursor-models.d.ts +13 -0
  8. package/dist/runtime/server/dist/adapters/cursor-models.d.ts.map +1 -0
  9. package/dist/runtime/server/dist/adapters/cursor-models.js +148 -0
  10. package/dist/runtime/server/dist/adapters/cursor-models.js.map +1 -0
  11. package/dist/runtime/server/dist/adapters/http/execute.d.ts +3 -0
  12. package/dist/runtime/server/dist/adapters/http/execute.d.ts.map +1 -0
  13. package/dist/runtime/server/dist/adapters/http/execute.js +39 -0
  14. package/dist/runtime/server/dist/adapters/http/execute.js.map +1 -0
  15. package/dist/runtime/server/dist/adapters/http/index.d.ts +3 -0
  16. package/dist/runtime/server/dist/adapters/http/index.d.ts.map +1 -0
  17. package/dist/runtime/server/dist/adapters/http/index.js +20 -0
  18. package/dist/runtime/server/dist/adapters/http/index.js.map +1 -0
  19. package/dist/runtime/server/dist/adapters/http/test.d.ts +3 -0
  20. package/dist/runtime/server/dist/adapters/http/test.d.ts.map +1 -0
  21. package/dist/runtime/server/dist/adapters/http/test.js +106 -0
  22. package/dist/runtime/server/dist/adapters/http/test.js.map +1 -0
  23. package/dist/runtime/server/dist/adapters/index.d.ts +4 -0
  24. package/dist/runtime/server/dist/adapters/index.d.ts.map +1 -0
  25. package/dist/runtime/server/dist/adapters/index.js +3 -0
  26. package/dist/runtime/server/dist/adapters/index.js.map +1 -0
  27. package/dist/runtime/server/dist/adapters/process/execute.d.ts +3 -0
  28. package/dist/runtime/server/dist/adapters/process/execute.d.ts.map +1 -0
  29. package/dist/runtime/server/dist/adapters/process/execute.js +63 -0
  30. package/dist/runtime/server/dist/adapters/process/execute.js.map +1 -0
  31. package/dist/runtime/server/dist/adapters/process/index.d.ts +3 -0
  32. package/dist/runtime/server/dist/adapters/process/index.d.ts.map +1 -0
  33. package/dist/runtime/server/dist/adapters/process/index.js +23 -0
  34. package/dist/runtime/server/dist/adapters/process/index.js.map +1 -0
  35. package/dist/runtime/server/dist/adapters/process/test.d.ts +3 -0
  36. package/dist/runtime/server/dist/adapters/process/test.d.ts.map +1 -0
  37. package/dist/runtime/server/dist/adapters/process/test.js +77 -0
  38. package/dist/runtime/server/dist/adapters/process/test.js.map +1 -0
  39. package/dist/runtime/server/dist/adapters/registry.d.ts +9 -0
  40. package/dist/runtime/server/dist/adapters/registry.d.ts.map +1 -0
  41. package/dist/runtime/server/dist/adapters/registry.js +142 -0
  42. package/dist/runtime/server/dist/adapters/registry.js.map +1 -0
  43. package/dist/runtime/server/dist/adapters/types.d.ts +2 -0
  44. package/dist/runtime/server/dist/adapters/types.d.ts.map +1 -0
  45. package/dist/runtime/server/dist/adapters/types.js +2 -0
  46. package/dist/runtime/server/dist/adapters/types.js.map +1 -0
  47. package/dist/runtime/server/dist/adapters/utils.d.ts +10 -0
  48. package/dist/runtime/server/dist/adapters/utils.d.ts.map +1 -0
  49. package/dist/runtime/server/dist/adapters/utils.js +14 -0
  50. package/dist/runtime/server/dist/adapters/utils.js.map +1 -0
  51. package/dist/runtime/server/dist/agent-auth-jwt.d.ts +14 -0
  52. package/dist/runtime/server/dist/agent-auth-jwt.d.ts.map +1 -0
  53. package/dist/runtime/server/dist/agent-auth-jwt.js +117 -0
  54. package/dist/runtime/server/dist/agent-auth-jwt.js.map +1 -0
  55. package/dist/runtime/server/dist/app.d.ts +26 -0
  56. package/dist/runtime/server/dist/app.d.ts.map +1 -0
  57. package/dist/runtime/server/dist/app.js +371 -0
  58. package/dist/runtime/server/dist/app.js.map +1 -0
  59. package/dist/runtime/server/dist/attachment-types.d.ts +33 -0
  60. package/dist/runtime/server/dist/attachment-types.d.ts.map +1 -0
  61. package/dist/runtime/server/dist/attachment-types.js +67 -0
  62. package/dist/runtime/server/dist/attachment-types.js.map +1 -0
  63. package/dist/runtime/server/dist/auth/better-auth.d.ts +24 -0
  64. package/dist/runtime/server/dist/auth/better-auth.d.ts.map +1 -0
  65. package/dist/runtime/server/dist/auth/better-auth.js +108 -0
  66. package/dist/runtime/server/dist/auth/better-auth.js.map +1 -0
  67. package/dist/runtime/server/dist/board-claim.d.ts +23 -0
  68. package/dist/runtime/server/dist/board-claim.d.ts.map +1 -0
  69. package/dist/runtime/server/dist/board-claim.js +115 -0
  70. package/dist/runtime/server/dist/board-claim.js.map +1 -0
  71. package/dist/runtime/server/dist/config-file.d.ts +4 -0
  72. package/dist/runtime/server/dist/config-file.d.ts.map +1 -0
  73. package/dist/runtime/server/dist/config-file.js +25 -0
  74. package/dist/runtime/server/dist/config-file.js.map +1 -0
  75. package/dist/runtime/server/dist/config.d.ts +39 -0
  76. package/dist/runtime/server/dist/config.d.ts.map +1 -0
  77. package/dist/runtime/server/dist/config.js +164 -0
  78. package/dist/runtime/server/dist/config.js.map +1 -0
  79. package/dist/runtime/server/dist/errors.d.ts +12 -0
  80. package/dist/runtime/server/dist/errors.d.ts.map +1 -0
  81. package/dist/runtime/server/dist/errors.js +28 -0
  82. package/dist/runtime/server/dist/errors.js.map +1 -0
  83. package/dist/runtime/server/dist/home-paths.d.ts +17 -0
  84. package/dist/runtime/server/dist/home-paths.d.ts.map +1 -0
  85. package/dist/runtime/server/dist/home-paths.js +75 -0
  86. package/dist/runtime/server/dist/home-paths.js.map +1 -0
  87. package/dist/runtime/server/dist/index.d.ts +10 -0
  88. package/dist/runtime/server/dist/index.d.ts.map +1 -0
  89. package/dist/runtime/server/dist/index.js +567 -0
  90. package/dist/runtime/server/dist/index.js.map +1 -0
  91. package/dist/runtime/server/dist/log-redaction.d.ts +10 -0
  92. package/dist/runtime/server/dist/log-redaction.d.ts.map +1 -0
  93. package/dist/runtime/server/dist/log-redaction.js +110 -0
  94. package/dist/runtime/server/dist/log-redaction.js.map +1 -0
  95. package/dist/runtime/server/dist/middleware/auth.d.ts +12 -0
  96. package/dist/runtime/server/dist/middleware/auth.d.ts.map +1 -0
  97. package/dist/runtime/server/dist/middleware/auth.js +124 -0
  98. package/dist/runtime/server/dist/middleware/auth.js.map +1 -0
  99. package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts +3 -0
  100. package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts.map +1 -0
  101. package/dist/runtime/server/dist/middleware/board-mutation-guard.js +60 -0
  102. package/dist/runtime/server/dist/middleware/board-mutation-guard.js.map +1 -0
  103. package/dist/runtime/server/dist/middleware/error-handler.d.ts +17 -0
  104. package/dist/runtime/server/dist/middleware/error-handler.d.ts.map +1 -0
  105. package/dist/runtime/server/dist/middleware/error-handler.js +37 -0
  106. package/dist/runtime/server/dist/middleware/error-handler.js.map +1 -0
  107. package/dist/runtime/server/dist/middleware/index.d.ts +4 -0
  108. package/dist/runtime/server/dist/middleware/index.d.ts.map +1 -0
  109. package/dist/runtime/server/dist/middleware/index.js +4 -0
  110. package/dist/runtime/server/dist/middleware/index.js.map +1 -0
  111. package/dist/runtime/server/dist/middleware/logger.d.ts +4 -0
  112. package/dist/runtime/server/dist/middleware/logger.d.ts.map +1 -0
  113. package/dist/runtime/server/dist/middleware/logger.js +87 -0
  114. package/dist/runtime/server/dist/middleware/logger.js.map +1 -0
  115. package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts +11 -0
  116. package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts.map +1 -0
  117. package/dist/runtime/server/dist/middleware/private-hostname-guard.js +78 -0
  118. package/dist/runtime/server/dist/middleware/private-hostname-guard.js.map +1 -0
  119. package/dist/runtime/server/dist/middleware/validate.d.ts +4 -0
  120. package/dist/runtime/server/dist/middleware/validate.d.ts.map +1 -0
  121. package/dist/runtime/server/dist/middleware/validate.js +7 -0
  122. package/dist/runtime/server/dist/middleware/validate.js.map +1 -0
  123. package/dist/runtime/server/dist/paths.d.ts +3 -0
  124. package/dist/runtime/server/dist/paths.d.ts.map +1 -0
  125. package/dist/runtime/server/dist/paths.js +31 -0
  126. package/dist/runtime/server/dist/paths.js.map +1 -0
  127. package/dist/runtime/server/dist/realtime/live-events-ws.d.ts +28 -0
  128. package/dist/runtime/server/dist/realtime/live-events-ws.d.ts.map +1 -0
  129. package/dist/runtime/server/dist/realtime/live-events-ws.js +187 -0
  130. package/dist/runtime/server/dist/realtime/live-events-ws.js.map +1 -0
  131. package/dist/runtime/server/dist/redaction.d.ts +4 -0
  132. package/dist/runtime/server/dist/redaction.d.ts.map +1 -0
  133. package/dist/runtime/server/dist/redaction.js +63 -0
  134. package/dist/runtime/server/dist/redaction.js.map +1 -0
  135. package/dist/runtime/server/dist/routes/access.d.ts +56 -0
  136. package/dist/runtime/server/dist/routes/access.d.ts.map +1 -0
  137. package/dist/runtime/server/dist/routes/access.js +2125 -0
  138. package/dist/runtime/server/dist/routes/access.js.map +1 -0
  139. package/dist/runtime/server/dist/routes/activity.d.ts +3 -0
  140. package/dist/runtime/server/dist/routes/activity.d.ts.map +1 -0
  141. package/dist/runtime/server/dist/routes/activity.js +78 -0
  142. package/dist/runtime/server/dist/routes/activity.js.map +1 -0
  143. package/dist/runtime/server/dist/routes/agents.d.ts +3 -0
  144. package/dist/runtime/server/dist/routes/agents.d.ts.map +1 -0
  145. package/dist/runtime/server/dist/routes/agents.js +1485 -0
  146. package/dist/runtime/server/dist/routes/agents.js.map +1 -0
  147. package/dist/runtime/server/dist/routes/approvals.d.ts +3 -0
  148. package/dist/runtime/server/dist/routes/approvals.d.ts.map +1 -0
  149. package/dist/runtime/server/dist/routes/approvals.js +275 -0
  150. package/dist/runtime/server/dist/routes/approvals.js.map +1 -0
  151. package/dist/runtime/server/dist/routes/assets.d.ts +4 -0
  152. package/dist/runtime/server/dist/routes/assets.d.ts.map +1 -0
  153. package/dist/runtime/server/dist/routes/assets.js +309 -0
  154. package/dist/runtime/server/dist/routes/assets.js.map +1 -0
  155. package/dist/runtime/server/dist/routes/authz.d.ts +15 -0
  156. package/dist/runtime/server/dist/routes/authz.d.ts.map +1 -0
  157. package/dist/runtime/server/dist/routes/authz.js +40 -0
  158. package/dist/runtime/server/dist/routes/authz.js.map +1 -0
  159. package/dist/runtime/server/dist/routes/companies.d.ts +3 -0
  160. package/dist/runtime/server/dist/routes/companies.d.ts.map +1 -0
  161. package/dist/runtime/server/dist/routes/companies.js +196 -0
  162. package/dist/runtime/server/dist/routes/companies.js.map +1 -0
  163. package/dist/runtime/server/dist/routes/costs.d.ts +3 -0
  164. package/dist/runtime/server/dist/routes/costs.d.ts.map +1 -0
  165. package/dist/runtime/server/dist/routes/costs.js +268 -0
  166. package/dist/runtime/server/dist/routes/costs.js.map +1 -0
  167. package/dist/runtime/server/dist/routes/dashboard.d.ts +3 -0
  168. package/dist/runtime/server/dist/routes/dashboard.d.ts.map +1 -0
  169. package/dist/runtime/server/dist/routes/dashboard.js +15 -0
  170. package/dist/runtime/server/dist/routes/dashboard.js.map +1 -0
  171. package/dist/runtime/server/dist/routes/execution-workspaces.d.ts +3 -0
  172. package/dist/runtime/server/dist/routes/execution-workspaces.d.ts.map +1 -0
  173. package/dist/runtime/server/dist/routes/execution-workspaces.js +165 -0
  174. package/dist/runtime/server/dist/routes/execution-workspaces.js.map +1 -0
  175. package/dist/runtime/server/dist/routes/goals.d.ts +3 -0
  176. package/dist/runtime/server/dist/routes/goals.d.ts.map +1 -0
  177. package/dist/runtime/server/dist/routes/goals.js +95 -0
  178. package/dist/runtime/server/dist/routes/goals.js.map +1 -0
  179. package/dist/runtime/server/dist/routes/gtm.d.ts +3 -0
  180. package/dist/runtime/server/dist/routes/gtm.d.ts.map +1 -0
  181. package/dist/runtime/server/dist/routes/gtm.js +555 -0
  182. package/dist/runtime/server/dist/routes/gtm.js.map +1 -0
  183. package/dist/runtime/server/dist/routes/health.d.ts +10 -0
  184. package/dist/runtime/server/dist/routes/health.d.ts.map +1 -0
  185. package/dist/runtime/server/dist/routes/health.js +53 -0
  186. package/dist/runtime/server/dist/routes/health.js.map +1 -0
  187. package/dist/runtime/server/dist/routes/index.d.ts +16 -0
  188. package/dist/runtime/server/dist/routes/index.d.ts.map +1 -0
  189. package/dist/runtime/server/dist/routes/index.js +16 -0
  190. package/dist/runtime/server/dist/routes/index.js.map +1 -0
  191. package/dist/runtime/server/dist/routes/instance-settings.d.ts +3 -0
  192. package/dist/runtime/server/dist/routes/instance-settings.d.ts.map +1 -0
  193. package/dist/runtime/server/dist/routes/instance-settings.js +46 -0
  194. package/dist/runtime/server/dist/routes/instance-settings.js.map +1 -0
  195. package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts +9 -0
  196. package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts.map +1 -0
  197. package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js +12 -0
  198. package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js.map +1 -0
  199. package/dist/runtime/server/dist/routes/issues.d.ts +4 -0
  200. package/dist/runtime/server/dist/routes/issues.d.ts.map +1 -0
  201. package/dist/runtime/server/dist/routes/issues.js +1454 -0
  202. package/dist/runtime/server/dist/routes/issues.js.map +1 -0
  203. package/dist/runtime/server/dist/routes/llms.d.ts +3 -0
  204. package/dist/runtime/server/dist/routes/llms.d.ts.map +1 -0
  205. package/dist/runtime/server/dist/routes/llms.js +78 -0
  206. package/dist/runtime/server/dist/routes/llms.js.map +1 -0
  207. package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts +69 -0
  208. package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts.map +1 -0
  209. package/dist/runtime/server/dist/routes/plugin-ui-static.js +411 -0
  210. package/dist/runtime/server/dist/routes/plugin-ui-static.js.map +1 -0
  211. package/dist/runtime/server/dist/routes/plugins.d.ts +120 -0
  212. package/dist/runtime/server/dist/routes/plugins.d.ts.map +1 -0
  213. package/dist/runtime/server/dist/routes/plugins.js +1784 -0
  214. package/dist/runtime/server/dist/routes/plugins.js.map +1 -0
  215. package/dist/runtime/server/dist/routes/projects.d.ts +3 -0
  216. package/dist/runtime/server/dist/routes/projects.d.ts.map +1 -0
  217. package/dist/runtime/server/dist/routes/projects.js +257 -0
  218. package/dist/runtime/server/dist/routes/projects.js.map +1 -0
  219. package/dist/runtime/server/dist/routes/secrets.d.ts +3 -0
  220. package/dist/runtime/server/dist/routes/secrets.d.ts.map +1 -0
  221. package/dist/runtime/server/dist/routes/secrets.js +128 -0
  222. package/dist/runtime/server/dist/routes/secrets.js.map +1 -0
  223. package/dist/runtime/server/dist/routes/sidebar-badges.d.ts +3 -0
  224. package/dist/runtime/server/dist/routes/sidebar-badges.d.ts.map +1 -0
  225. package/dist/runtime/server/dist/routes/sidebar-badges.js +45 -0
  226. package/dist/runtime/server/dist/routes/sidebar-badges.js.map +1 -0
  227. package/dist/runtime/server/dist/routes/tickets.d.ts +3 -0
  228. package/dist/runtime/server/dist/routes/tickets.d.ts.map +1 -0
  229. package/dist/runtime/server/dist/routes/tickets.js +112 -0
  230. package/dist/runtime/server/dist/routes/tickets.js.map +1 -0
  231. package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts +5 -0
  232. package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts.map +1 -0
  233. package/dist/runtime/server/dist/secrets/external-stub-providers.js +21 -0
  234. package/dist/runtime/server/dist/secrets/external-stub-providers.js.map +1 -0
  235. package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts +3 -0
  236. package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts.map +1 -0
  237. package/dist/runtime/server/dist/secrets/local-encrypted-provider.js +116 -0
  238. package/dist/runtime/server/dist/secrets/local-encrypted-provider.js.map +1 -0
  239. package/dist/runtime/server/dist/secrets/provider-registry.d.ts +5 -0
  240. package/dist/runtime/server/dist/secrets/provider-registry.d.ts.map +1 -0
  241. package/dist/runtime/server/dist/secrets/provider-registry.js +20 -0
  242. package/dist/runtime/server/dist/secrets/provider-registry.js.map +1 -0
  243. package/dist/runtime/server/dist/secrets/types.d.ts +21 -0
  244. package/dist/runtime/server/dist/secrets/types.d.ts.map +1 -0
  245. package/dist/runtime/server/dist/secrets/types.js +2 -0
  246. package/dist/runtime/server/dist/secrets/types.js.map +1 -0
  247. package/dist/runtime/server/dist/services/access.d.ts +93 -0
  248. package/dist/runtime/server/dist/services/access.d.ts.map +1 -0
  249. package/dist/runtime/server/dist/services/access.js +231 -0
  250. package/dist/runtime/server/dist/services/access.js.map +1 -0
  251. package/dist/runtime/server/dist/services/activity-log.d.ts +17 -0
  252. package/dist/runtime/server/dist/services/activity-log.d.ts.map +1 -0
  253. package/dist/runtime/server/dist/services/activity-log.js +68 -0
  254. package/dist/runtime/server/dist/services/activity-log.js.map +1 -0
  255. package/dist/runtime/server/dist/services/activity.d.ts +764 -0
  256. package/dist/runtime/server/dist/services/activity.d.ts.map +1 -0
  257. package/dist/runtime/server/dist/services/activity.js +105 -0
  258. package/dist/runtime/server/dist/services/activity.js.map +1 -0
  259. package/dist/runtime/server/dist/services/agent-permissions.d.ts +6 -0
  260. package/dist/runtime/server/dist/services/agent-permissions.d.ts.map +1 -0
  261. package/dist/runtime/server/dist/services/agent-permissions.js +18 -0
  262. package/dist/runtime/server/dist/services/agent-permissions.js.map +1 -0
  263. package/dist/runtime/server/dist/services/agents.d.ts +1670 -0
  264. package/dist/runtime/server/dist/services/agents.d.ts.map +1 -0
  265. package/dist/runtime/server/dist/services/agents.js +572 -0
  266. package/dist/runtime/server/dist/services/agents.js.map +1 -0
  267. package/dist/runtime/server/dist/services/approvals.d.ts +546 -0
  268. package/dist/runtime/server/dist/services/approvals.d.ts.map +1 -0
  269. package/dist/runtime/server/dist/services/approvals.js +206 -0
  270. package/dist/runtime/server/dist/services/approvals.js.map +1 -0
  271. package/dist/runtime/server/dist/services/assets.d.ts +33 -0
  272. package/dist/runtime/server/dist/services/assets.d.ts.map +1 -0
  273. package/dist/runtime/server/dist/services/assets.js +17 -0
  274. package/dist/runtime/server/dist/services/assets.js.map +1 -0
  275. package/dist/runtime/server/dist/services/budgets.d.ts +38 -0
  276. package/dist/runtime/server/dist/services/budgets.d.ts.map +1 -0
  277. package/dist/runtime/server/dist/services/budgets.js +784 -0
  278. package/dist/runtime/server/dist/services/budgets.js.map +1 -0
  279. package/dist/runtime/server/dist/services/companies.d.ts +124 -0
  280. package/dist/runtime/server/dist/services/companies.d.ts.map +1 -0
  281. package/dist/runtime/server/dist/services/companies.js +256 -0
  282. package/dist/runtime/server/dist/services/companies.js.map +1 -0
  283. package/dist/runtime/server/dist/services/company-portability.d.ts +8 -0
  284. package/dist/runtime/server/dist/services/company-portability.d.ts.map +1 -0
  285. package/dist/runtime/server/dist/services/company-portability.js +869 -0
  286. package/dist/runtime/server/dist/services/company-portability.js.map +1 -0
  287. package/dist/runtime/server/dist/services/costs.d.ts +114 -0
  288. package/dist/runtime/server/dist/services/costs.d.ts.map +1 -0
  289. package/dist/runtime/server/dist/services/costs.js +294 -0
  290. package/dist/runtime/server/dist/services/costs.js.map +1 -0
  291. package/dist/runtime/server/dist/services/cron.d.ts +80 -0
  292. package/dist/runtime/server/dist/services/cron.d.ts.map +1 -0
  293. package/dist/runtime/server/dist/services/cron.js +300 -0
  294. package/dist/runtime/server/dist/services/cron.js.map +1 -0
  295. package/dist/runtime/server/dist/services/dashboard.d.ts +26 -0
  296. package/dist/runtime/server/dist/services/dashboard.d.ts.map +1 -0
  297. package/dist/runtime/server/dist/services/dashboard.js +98 -0
  298. package/dist/runtime/server/dist/services/dashboard.js.map +1 -0
  299. package/dist/runtime/server/dist/services/documents.d.ts +164 -0
  300. package/dist/runtime/server/dist/services/documents.d.ts.map +1 -0
  301. package/dist/runtime/server/dist/services/documents.js +382 -0
  302. package/dist/runtime/server/dist/services/documents.js.map +1 -0
  303. package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts +20 -0
  304. package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts.map +1 -0
  305. package/dist/runtime/server/dist/services/execution-workspace-policy.js +165 -0
  306. package/dist/runtime/server/dist/services/execution-workspace-policy.js.map +1 -0
  307. package/dist/runtime/server/dist/services/execution-workspaces.d.ts +19 -0
  308. package/dist/runtime/server/dist/services/execution-workspaces.d.ts.map +1 -0
  309. package/dist/runtime/server/dist/services/execution-workspaces.js +87 -0
  310. package/dist/runtime/server/dist/services/execution-workspaces.js.map +1 -0
  311. package/dist/runtime/server/dist/services/finance.d.ts +93 -0
  312. package/dist/runtime/server/dist/services/finance.d.ts.map +1 -0
  313. package/dist/runtime/server/dist/services/finance.js +120 -0
  314. package/dist/runtime/server/dist/services/finance.js.map +1 -0
  315. package/dist/runtime/server/dist/services/goals.d.ts +433 -0
  316. package/dist/runtime/server/dist/services/goals.d.ts.map +1 -0
  317. package/dist/runtime/server/dist/services/goals.js +54 -0
  318. package/dist/runtime/server/dist/services/goals.js.map +1 -0
  319. package/dist/runtime/server/dist/services/gtm-state.d.ts +6 -0
  320. package/dist/runtime/server/dist/services/gtm-state.d.ts.map +1 -0
  321. package/dist/runtime/server/dist/services/gtm-state.js +88 -0
  322. package/dist/runtime/server/dist/services/gtm-state.js.map +1 -0
  323. package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts +2 -0
  324. package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts.map +1 -0
  325. package/dist/runtime/server/dist/services/heartbeat-run-summary.js +30 -0
  326. package/dist/runtime/server/dist/services/heartbeat-run-summary.js.map +1 -0
  327. package/dist/runtime/server/dist/services/heartbeat.d.ts +796 -0
  328. package/dist/runtime/server/dist/services/heartbeat.d.ts.map +1 -0
  329. package/dist/runtime/server/dist/services/heartbeat.js +3046 -0
  330. package/dist/runtime/server/dist/services/heartbeat.js.map +1 -0
  331. package/dist/runtime/server/dist/services/hire-hook.d.ts +14 -0
  332. package/dist/runtime/server/dist/services/hire-hook.d.ts.map +1 -0
  333. package/dist/runtime/server/dist/services/hire-hook.js +85 -0
  334. package/dist/runtime/server/dist/services/hire-hook.js.map +1 -0
  335. package/dist/runtime/server/dist/services/index.d.ts +30 -0
  336. package/dist/runtime/server/dist/services/index.d.ts.map +1 -0
  337. package/dist/runtime/server/dist/services/index.js +30 -0
  338. package/dist/runtime/server/dist/services/index.js.map +1 -0
  339. package/dist/runtime/server/dist/services/instance-settings.d.ts +9 -0
  340. package/dist/runtime/server/dist/services/instance-settings.d.ts.map +1 -0
  341. package/dist/runtime/server/dist/services/instance-settings.js +80 -0
  342. package/dist/runtime/server/dist/services/instance-settings.js.map +1 -0
  343. package/dist/runtime/server/dist/services/issue-approvals.d.ts +56 -0
  344. package/dist/runtime/server/dist/services/issue-approvals.d.ts.map +1 -0
  345. package/dist/runtime/server/dist/services/issue-approvals.js +153 -0
  346. package/dist/runtime/server/dist/services/issue-approvals.js.map +1 -0
  347. package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts +15 -0
  348. package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts.map +1 -0
  349. package/dist/runtime/server/dist/services/issue-goal-fallback.js +15 -0
  350. package/dist/runtime/server/dist/services/issue-goal-fallback.js.map +1 -0
  351. package/dist/runtime/server/dist/services/issues.d.ts +536 -0
  352. package/dist/runtime/server/dist/services/issues.d.ts.map +1 -0
  353. package/dist/runtime/server/dist/services/issues.js +1321 -0
  354. package/dist/runtime/server/dist/services/issues.js.map +1 -0
  355. package/dist/runtime/server/dist/services/live-events.d.ts +17 -0
  356. package/dist/runtime/server/dist/services/live-events.d.ts.map +1 -0
  357. package/dist/runtime/server/dist/services/live-events.js +33 -0
  358. package/dist/runtime/server/dist/services/live-events.js.map +1 -0
  359. package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts +108 -0
  360. package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts.map +1 -0
  361. package/dist/runtime/server/dist/services/plugin-capability-validator.js +268 -0
  362. package/dist/runtime/server/dist/services/plugin-capability-validator.js.map +1 -0
  363. package/dist/runtime/server/dist/services/plugin-config-validator.d.ts +26 -0
  364. package/dist/runtime/server/dist/services/plugin-config-validator.d.ts.map +1 -0
  365. package/dist/runtime/server/dist/services/plugin-config-validator.js +41 -0
  366. package/dist/runtime/server/dist/services/plugin-config-validator.js.map +1 -0
  367. package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts +30 -0
  368. package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts.map +1 -0
  369. package/dist/runtime/server/dist/services/plugin-dev-watcher.js +241 -0
  370. package/dist/runtime/server/dist/services/plugin-dev-watcher.js.map +1 -0
  371. package/dist/runtime/server/dist/services/plugin-event-bus.d.ts +149 -0
  372. package/dist/runtime/server/dist/services/plugin-event-bus.d.ts.map +1 -0
  373. package/dist/runtime/server/dist/services/plugin-event-bus.js +258 -0
  374. package/dist/runtime/server/dist/services/plugin-event-bus.js.map +1 -0
  375. package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts +14 -0
  376. package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts.map +1 -0
  377. package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js +37 -0
  378. package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js.map +1 -0
  379. package/dist/runtime/server/dist/services/plugin-host-services.d.ts +13 -0
  380. package/dist/runtime/server/dist/services/plugin-host-services.d.ts.map +1 -0
  381. package/dist/runtime/server/dist/services/plugin-host-services.js +969 -0
  382. package/dist/runtime/server/dist/services/plugin-host-services.js.map +1 -0
  383. package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts +81 -0
  384. package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts.map +1 -0
  385. package/dist/runtime/server/dist/services/plugin-job-coordinator.js +172 -0
  386. package/dist/runtime/server/dist/services/plugin-job-coordinator.js.map +1 -0
  387. package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts +163 -0
  388. package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts.map +1 -0
  389. package/dist/runtime/server/dist/services/plugin-job-scheduler.js +454 -0
  390. package/dist/runtime/server/dist/services/plugin-job-scheduler.js.map +1 -0
  391. package/dist/runtime/server/dist/services/plugin-job-store.d.ts +208 -0
  392. package/dist/runtime/server/dist/services/plugin-job-store.d.ts.map +1 -0
  393. package/dist/runtime/server/dist/services/plugin-job-store.js +350 -0
  394. package/dist/runtime/server/dist/services/plugin-job-store.js.map +1 -0
  395. package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts +203 -0
  396. package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts.map +1 -0
  397. package/dist/runtime/server/dist/services/plugin-lifecycle.js +476 -0
  398. package/dist/runtime/server/dist/services/plugin-lifecycle.js.map +1 -0
  399. package/dist/runtime/server/dist/services/plugin-loader.d.ts +441 -0
  400. package/dist/runtime/server/dist/services/plugin-loader.d.ts.map +1 -0
  401. package/dist/runtime/server/dist/services/plugin-loader.js +1192 -0
  402. package/dist/runtime/server/dist/services/plugin-loader.js.map +1 -0
  403. package/dist/runtime/server/dist/services/plugin-log-retention.d.ts +20 -0
  404. package/dist/runtime/server/dist/services/plugin-log-retention.d.ts.map +1 -0
  405. package/dist/runtime/server/dist/services/plugin-log-retention.js +63 -0
  406. package/dist/runtime/server/dist/services/plugin-log-retention.js.map +1 -0
  407. package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts +79 -0
  408. package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts.map +1 -0
  409. package/dist/runtime/server/dist/services/plugin-manifest-validator.js +84 -0
  410. package/dist/runtime/server/dist/services/plugin-manifest-validator.js.map +1 -0
  411. package/dist/runtime/server/dist/services/plugin-registry.d.ts +2542 -0
  412. package/dist/runtime/server/dist/services/plugin-registry.d.ts.map +1 -0
  413. package/dist/runtime/server/dist/services/plugin-registry.js +539 -0
  414. package/dist/runtime/server/dist/services/plugin-registry.js.map +1 -0
  415. package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts +40 -0
  416. package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts.map +1 -0
  417. package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js +154 -0
  418. package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js.map +1 -0
  419. package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts +81 -0
  420. package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts.map +1 -0
  421. package/dist/runtime/server/dist/services/plugin-secrets-handler.js +275 -0
  422. package/dist/runtime/server/dist/services/plugin-secrets-handler.js.map +1 -0
  423. package/dist/runtime/server/dist/services/plugin-state-store.d.ts +92 -0
  424. package/dist/runtime/server/dist/services/plugin-state-store.d.ts.map +1 -0
  425. package/dist/runtime/server/dist/services/plugin-state-store.js +190 -0
  426. package/dist/runtime/server/dist/services/plugin-state-store.js.map +1 -0
  427. package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts +29 -0
  428. package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts.map +1 -0
  429. package/dist/runtime/server/dist/services/plugin-stream-bus.js +48 -0
  430. package/dist/runtime/server/dist/services/plugin-stream-bus.js.map +1 -0
  431. package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts +180 -0
  432. package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts.map +1 -0
  433. package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js +224 -0
  434. package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js.map +1 -0
  435. package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts +192 -0
  436. package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts.map +1 -0
  437. package/dist/runtime/server/dist/services/plugin-tool-registry.js +224 -0
  438. package/dist/runtime/server/dist/services/plugin-tool-registry.js.map +1 -0
  439. package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts +260 -0
  440. package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts.map +1 -0
  441. package/dist/runtime/server/dist/services/plugin-worker-manager.js +835 -0
  442. package/dist/runtime/server/dist/services/plugin-worker-manager.js.map +1 -0
  443. package/dist/runtime/server/dist/services/projects.d.ts +87 -0
  444. package/dist/runtime/server/dist/services/projects.d.ts.map +1 -0
  445. package/dist/runtime/server/dist/services/projects.js +656 -0
  446. package/dist/runtime/server/dist/services/projects.js.map +1 -0
  447. package/dist/runtime/server/dist/services/quota-windows.d.ts +9 -0
  448. package/dist/runtime/server/dist/services/quota-windows.d.ts.map +1 -0
  449. package/dist/runtime/server/dist/services/quota-windows.js +56 -0
  450. package/dist/runtime/server/dist/services/quota-windows.js.map +1 -0
  451. package/dist/runtime/server/dist/services/run-log-store.d.ts +34 -0
  452. package/dist/runtime/server/dist/services/run-log-store.d.ts.map +1 -0
  453. package/dist/runtime/server/dist/services/run-log-store.js +109 -0
  454. package/dist/runtime/server/dist/services/run-log-store.js.map +1 -0
  455. package/dist/runtime/server/dist/services/secrets.d.ts +510 -0
  456. package/dist/runtime/server/dist/services/secrets.d.ts.map +1 -0
  457. package/dist/runtime/server/dist/services/secrets.js +288 -0
  458. package/dist/runtime/server/dist/services/secrets.js.map +1 -0
  459. package/dist/runtime/server/dist/services/sidebar-badges.d.ts +9 -0
  460. package/dist/runtime/server/dist/services/sidebar-badges.d.ts.map +1 -0
  461. package/dist/runtime/server/dist/services/sidebar-badges.js +33 -0
  462. package/dist/runtime/server/dist/services/sidebar-badges.js.map +1 -0
  463. package/dist/runtime/server/dist/services/tickets.d.ts +1869 -0
  464. package/dist/runtime/server/dist/services/tickets.d.ts.map +1 -0
  465. package/dist/runtime/server/dist/services/tickets.js +78 -0
  466. package/dist/runtime/server/dist/services/tickets.js.map +1 -0
  467. package/dist/runtime/server/dist/services/work-products.d.ts +14 -0
  468. package/dist/runtime/server/dist/services/work-products.d.ts.map +1 -0
  469. package/dist/runtime/server/dist/services/work-products.js +100 -0
  470. package/dist/runtime/server/dist/services/work-products.js.map +1 -0
  471. package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts +33 -0
  472. package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts.map +1 -0
  473. package/dist/runtime/server/dist/services/workspace-operation-log-store.js +110 -0
  474. package/dist/runtime/server/dist/services/workspace-operation-log-store.js.map +1 -0
  475. package/dist/runtime/server/dist/services/workspace-operations.d.ts +44 -0
  476. package/dist/runtime/server/dist/services/workspace-operations.d.ts.map +1 -0
  477. package/dist/runtime/server/dist/services/workspace-operations.js +204 -0
  478. package/dist/runtime/server/dist/services/workspace-operations.js.map +1 -0
  479. package/dist/runtime/server/dist/services/workspace-runtime.d.ts +164 -0
  480. package/dist/runtime/server/dist/services/workspace-runtime.d.ts.map +1 -0
  481. package/dist/runtime/server/dist/services/workspace-runtime.js +1235 -0
  482. package/dist/runtime/server/dist/services/workspace-runtime.js.map +1 -0
  483. package/dist/runtime/server/dist/startup-banner.d.ts +31 -0
  484. package/dist/runtime/server/dist/startup-banner.d.ts.map +1 -0
  485. package/dist/runtime/server/dist/startup-banner.js +117 -0
  486. package/dist/runtime/server/dist/startup-banner.js.map +1 -0
  487. package/dist/runtime/server/dist/storage/index.d.ts +6 -0
  488. package/dist/runtime/server/dist/storage/index.d.ts.map +1 -0
  489. package/dist/runtime/server/dist/storage/index.js +29 -0
  490. package/dist/runtime/server/dist/storage/index.js.map +1 -0
  491. package/dist/runtime/server/dist/storage/local-disk-provider.d.ts +3 -0
  492. package/dist/runtime/server/dist/storage/local-disk-provider.d.ts.map +1 -0
  493. package/dist/runtime/server/dist/storage/local-disk-provider.js +79 -0
  494. package/dist/runtime/server/dist/storage/local-disk-provider.js.map +1 -0
  495. package/dist/runtime/server/dist/storage/provider-registry.d.ts +4 -0
  496. package/dist/runtime/server/dist/storage/provider-registry.d.ts.map +1 -0
  497. package/dist/runtime/server/dist/storage/provider-registry.js +15 -0
  498. package/dist/runtime/server/dist/storage/provider-registry.js.map +1 -0
  499. package/dist/runtime/server/dist/storage/s3-provider.d.ts +11 -0
  500. package/dist/runtime/server/dist/storage/s3-provider.d.ts.map +1 -0
  501. package/dist/runtime/server/dist/storage/s3-provider.js +123 -0
  502. package/dist/runtime/server/dist/storage/s3-provider.js.map +1 -0
  503. package/dist/runtime/server/dist/storage/service.d.ts +3 -0
  504. package/dist/runtime/server/dist/storage/service.d.ts.map +1 -0
  505. package/dist/runtime/server/dist/storage/service.js +120 -0
  506. package/dist/runtime/server/dist/storage/service.js.map +1 -0
  507. package/dist/runtime/server/dist/storage/types.d.ts +55 -0
  508. package/dist/runtime/server/dist/storage/types.d.ts.map +1 -0
  509. package/dist/runtime/server/dist/storage/types.js +2 -0
  510. package/dist/runtime/server/dist/storage/types.js.map +1 -0
  511. package/dist/runtime/server/dist/ui-branding.d.ts +14 -0
  512. package/dist/runtime/server/dist/ui-branding.d.ts.map +1 -0
  513. package/dist/runtime/server/dist/ui-branding.js +189 -0
  514. package/dist/runtime/server/dist/ui-branding.js.map +1 -0
  515. package/dist/runtime/server/dist/version.d.ts +2 -0
  516. package/dist/runtime/server/dist/version.d.ts.map +1 -0
  517. package/dist/runtime/server/dist/version.js +5 -0
  518. package/dist/runtime/server/dist/version.js.map +1 -0
  519. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts +2 -0
  520. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts.map +1 -0
  521. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js +94 -0
  522. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js.map +1 -0
  523. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts +2 -0
  524. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts.map +1 -0
  525. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js +2 -0
  526. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js.map +1 -0
  527. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts +3 -0
  528. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts.map +1 -0
  529. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js +106 -0
  530. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js.map +1 -0
  531. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts +8 -0
  532. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts.map +1 -0
  533. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js +36 -0
  534. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js.map +1 -0
  535. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts +18 -0
  536. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts.map +1 -0
  537. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js +453 -0
  538. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js.map +1 -0
  539. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts +7 -0
  540. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts.map +1 -0
  541. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js +56 -0
  542. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js.map +1 -0
  543. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts +22 -0
  544. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts.map +1 -0
  545. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js +158 -0
  546. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js.map +1 -0
  547. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts +20 -0
  548. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts.map +1 -0
  549. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js +477 -0
  550. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js.map +1 -0
  551. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts +3 -0
  552. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts.map +1 -0
  553. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js +201 -0
  554. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js.map +1 -0
  555. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts +3 -0
  556. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts.map +1 -0
  557. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js +115 -0
  558. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js.map +1 -0
  559. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts +3 -0
  560. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts.map +1 -0
  561. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js +3 -0
  562. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js.map +1 -0
  563. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts +3 -0
  564. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts.map +1 -0
  565. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js +149 -0
  566. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js.map +1 -0
  567. package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/package.json +42 -0
  568. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts +2 -0
  569. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts.map +1 -0
  570. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js +213 -0
  571. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js.map +1 -0
  572. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts +2 -0
  573. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts.map +1 -0
  574. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js +2 -0
  575. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js.map +1 -0
  576. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts +3 -0
  577. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts.map +1 -0
  578. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js +97 -0
  579. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js.map +1 -0
  580. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts +10 -0
  581. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts.map +1 -0
  582. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js +45 -0
  583. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js.map +1 -0
  584. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts +5 -0
  585. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts.map +1 -0
  586. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js +86 -0
  587. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js.map +1 -0
  588. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts +11 -0
  589. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts.map +1 -0
  590. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js +451 -0
  591. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js.map +1 -0
  592. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts +7 -0
  593. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts.map +1 -0
  594. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js +56 -0
  595. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js.map +1 -0
  596. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts +12 -0
  597. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts.map +1 -0
  598. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js +67 -0
  599. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js.map +1 -0
  600. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts +64 -0
  601. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts.map +1 -0
  602. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js +425 -0
  603. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js.map +1 -0
  604. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts +3 -0
  605. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts.map +1 -0
  606. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js +194 -0
  607. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js.map +1 -0
  608. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts +3 -0
  609. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts.map +1 -0
  610. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js +116 -0
  611. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js.map +1 -0
  612. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts +3 -0
  613. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts.map +1 -0
  614. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js +3 -0
  615. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js.map +1 -0
  616. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts +3 -0
  617. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts.map +1 -0
  618. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js +233 -0
  619. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js.map +1 -0
  620. package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/package.json +42 -0
  621. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts +2 -0
  622. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts.map +1 -0
  623. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js +296 -0
  624. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js.map +1 -0
  625. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts +2 -0
  626. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts.map +1 -0
  627. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js +2 -0
  628. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js.map +1 -0
  629. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts +9 -0
  630. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts.map +1 -0
  631. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js +81 -0
  632. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js.map +1 -0
  633. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts +14 -0
  634. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts.map +1 -0
  635. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js +416 -0
  636. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js.map +1 -0
  637. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts +6 -0
  638. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts.map +1 -0
  639. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js +61 -0
  640. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js.map +1 -0
  641. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts +13 -0
  642. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts.map +1 -0
  643. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js +139 -0
  644. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js.map +1 -0
  645. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts +3 -0
  646. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts.map +1 -0
  647. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js +188 -0
  648. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js.map +1 -0
  649. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts +5 -0
  650. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts.map +1 -0
  651. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js +13 -0
  652. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js.map +1 -0
  653. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts +2 -0
  654. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts.map +1 -0
  655. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js +7 -0
  656. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js.map +1 -0
  657. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts +3 -0
  658. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts.map +1 -0
  659. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js +92 -0
  660. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js.map +1 -0
  661. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts +3 -0
  662. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts.map +1 -0
  663. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js +3 -0
  664. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js.map +1 -0
  665. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts +3 -0
  666. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts.map +1 -0
  667. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js +373 -0
  668. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js.map +1 -0
  669. package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/package.json +42 -0
  670. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts +2 -0
  671. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts.map +1 -0
  672. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js +198 -0
  673. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js.map +1 -0
  674. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts +2 -0
  675. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts.map +1 -0
  676. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js +2 -0
  677. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js.map +1 -0
  678. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts +9 -0
  679. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts.map +1 -0
  680. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js +46 -0
  681. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js.map +1 -0
  682. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts +3 -0
  683. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts.map +1 -0
  684. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js +364 -0
  685. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js.map +1 -0
  686. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts +6 -0
  687. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts.map +1 -0
  688. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js +61 -0
  689. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js.map +1 -0
  690. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts +31 -0
  691. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts.map +1 -0
  692. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js +227 -0
  693. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js.map +1 -0
  694. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts +3 -0
  695. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts.map +1 -0
  696. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js +203 -0
  697. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js.map +1 -0
  698. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts +2 -0
  699. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts.map +1 -0
  700. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js +7 -0
  701. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js.map +1 -0
  702. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts +3 -0
  703. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts.map +1 -0
  704. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js +84 -0
  705. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js.map +1 -0
  706. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts +3 -0
  707. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts.map +1 -0
  708. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js +3 -0
  709. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js.map +1 -0
  710. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts +3 -0
  711. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts.map +1 -0
  712. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js +247 -0
  713. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js.map +1 -0
  714. package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/package.json +42 -0
  715. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts +2 -0
  716. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts.map +1 -0
  717. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js +20 -0
  718. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js.map +1 -0
  719. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts +2 -0
  720. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts.map +1 -0
  721. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js +2 -0
  722. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js.map +1 -0
  723. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts +8 -0
  724. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts.map +1 -0
  725. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js +53 -0
  726. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js.map +1 -0
  727. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts +3 -0
  728. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts.map +1 -0
  729. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js +1146 -0
  730. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js.map +1 -0
  731. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts +3 -0
  732. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts.map +1 -0
  733. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js +3 -0
  734. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js.map +1 -0
  735. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts +3 -0
  736. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts.map +1 -0
  737. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js +290 -0
  738. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js.map +1 -0
  739. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts +5 -0
  740. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts.map +1 -0
  741. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js +13 -0
  742. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js.map +1 -0
  743. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts +3 -0
  744. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts.map +1 -0
  745. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js +33 -0
  746. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js.map +1 -0
  747. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts +3 -0
  748. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts.map +1 -0
  749. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js +3 -0
  750. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js.map +1 -0
  751. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts +3 -0
  752. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts.map +1 -0
  753. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js +64 -0
  754. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js.map +1 -0
  755. package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/package.json +43 -0
  756. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts +2 -0
  757. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts.map +1 -0
  758. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js +115 -0
  759. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js.map +1 -0
  760. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts +2 -0
  761. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts.map +1 -0
  762. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js +2 -0
  763. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js.map +1 -0
  764. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts +8 -0
  765. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts.map +1 -0
  766. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js +39 -0
  767. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js.map +1 -0
  768. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts +3 -0
  769. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts.map +1 -0
  770. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js +337 -0
  771. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js.map +1 -0
  772. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts +7 -0
  773. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts.map +1 -0
  774. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js +62 -0
  775. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js.map +1 -0
  776. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts +20 -0
  777. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts.map +1 -0
  778. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js +165 -0
  779. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js.map +1 -0
  780. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts +2 -0
  781. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts.map +1 -0
  782. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js +22 -0
  783. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js.map +1 -0
  784. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts +13 -0
  785. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts.map +1 -0
  786. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js +97 -0
  787. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js.map +1 -0
  788. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts +2 -0
  789. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts.map +1 -0
  790. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js +48 -0
  791. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js.map +1 -0
  792. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts +3 -0
  793. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts.map +1 -0
  794. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js +300 -0
  795. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js.map +1 -0
  796. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts +3 -0
  797. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts.map +1 -0
  798. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js +87 -0
  799. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js.map +1 -0
  800. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts +3 -0
  801. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts.map +1 -0
  802. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js +3 -0
  803. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js.map +1 -0
  804. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts +3 -0
  805. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts.map +1 -0
  806. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js +141 -0
  807. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js.map +1 -0
  808. package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/package.json +42 -0
  809. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts +2 -0
  810. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts.map +1 -0
  811. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js +99 -0
  812. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js.map +1 -0
  813. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts +2 -0
  814. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts.map +1 -0
  815. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js +2 -0
  816. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js.map +1 -0
  817. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts +8 -0
  818. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts.map +1 -0
  819. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js +39 -0
  820. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js.map +1 -0
  821. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts +3 -0
  822. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts.map +1 -0
  823. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js +405 -0
  824. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js.map +1 -0
  825. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts +7 -0
  826. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts.map +1 -0
  827. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js +50 -0
  828. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js.map +1 -0
  829. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts +20 -0
  830. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts.map +1 -0
  831. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js +161 -0
  832. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js.map +1 -0
  833. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts +2 -0
  834. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts.map +1 -0
  835. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js +22 -0
  836. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js.map +1 -0
  837. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts +23 -0
  838. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts.map +1 -0
  839. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js +180 -0
  840. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js.map +1 -0
  841. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts +2 -0
  842. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts.map +1 -0
  843. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js +206 -0
  844. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js.map +1 -0
  845. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts +3 -0
  846. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts.map +1 -0
  847. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js +257 -0
  848. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js.map +1 -0
  849. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts +3 -0
  850. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts.map +1 -0
  851. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js +82 -0
  852. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js.map +1 -0
  853. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts +3 -0
  854. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts.map +1 -0
  855. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js +3 -0
  856. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js.map +1 -0
  857. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts +3 -0
  858. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts.map +1 -0
  859. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js +163 -0
  860. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js.map +1 -0
  861. package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/package.json +42 -0
  862. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts +2 -0
  863. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts.map +1 -0
  864. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js +16 -0
  865. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js.map +1 -0
  866. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts +2 -0
  867. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts.map +1 -0
  868. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js +14 -0
  869. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js.map +1 -0
  870. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts +6 -0
  871. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts.map +1 -0
  872. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js +4 -0
  873. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js.map +1 -0
  874. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts +6 -0
  875. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts.map +1 -0
  876. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js +75 -0
  877. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js.map +1 -0
  878. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts +62 -0
  879. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts.map +1 -0
  880. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js +419 -0
  881. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js.map +1 -0
  882. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts +25 -0
  883. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts.map +1 -0
  884. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js +142 -0
  885. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js.map +1 -0
  886. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts +290 -0
  887. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts.map +1 -0
  888. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js +5 -0
  889. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js.map +1 -0
  890. package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/package.json +30 -0
  891. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts +24 -0
  892. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts.map +1 -0
  893. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js +448 -0
  894. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js.map +1 -0
  895. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts +2 -0
  896. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts.map +1 -0
  897. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js +103 -0
  898. package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js.map +1 -0
  899. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts +43 -0
  900. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts.map +1 -0
  901. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js +574 -0
  902. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js.map +1 -0
  903. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts +2 -0
  904. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts.map +1 -0
  905. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js +117 -0
  906. package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js.map +1 -0
  907. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts +4 -0
  908. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts.map +1 -0
  909. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js +4 -0
  910. package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js.map +1 -0
  911. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts +2 -0
  912. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts.map +1 -0
  913. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js +25 -0
  914. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js.map +1 -0
  915. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts +7 -0
  916. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts.map +1 -0
  917. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js +163 -0
  918. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js.map +1 -0
  919. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts +2 -0
  920. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts.map +1 -0
  921. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js +55 -0
  922. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js.map +1 -0
  923. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0000_mature_masked_marvel.sql +208 -0
  924. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0001_fast_northstar.sql +87 -0
  925. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0002_big_zaladane.sql +1 -0
  926. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
  927. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0004_issue_identifiers.sql +28 -0
  928. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0005_chief_luke_cage.sql +19 -0
  929. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  930. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0007_new_quentin_quire.sql +20 -0
  931. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0008_amused_zzzax.sql +1 -0
  932. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0009_fast_jackal.sql +36 -0
  933. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0010_stale_justin_hammer.sql +37 -0
  934. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0011_windy_corsair.sql +18 -0
  935. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
  936. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0013_dashing_wasp.sql +4 -0
  937. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
  938. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0015_project_color_archived.sql +2 -0
  939. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0016_agent_icon.sql +1 -0
  940. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
  941. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0018_flat_sleepwalker.sql +26 -0
  942. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0019_public_victor_mancha.sql +18 -0
  943. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0020_white_anita_blake.sql +1 -0
  944. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0021_chief_vindicator.sql +1 -0
  945. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0022_company_brand_color.sql +1 -0
  946. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0023_fair_lethal_legion.sql +3 -0
  947. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0024_far_beast.sql +2 -0
  948. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0025_nasty_salo.sql +15 -0
  949. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0026_lying_pete_wisdom.sql +39 -0
  950. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0027_tranquil_tenebrous.sql +2 -0
  951. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0028_harsh_goliath.sql +54 -0
  952. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0029_plugin_tables.sql +177 -0
  953. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0030_rich_magneto.sql +12 -0
  954. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0031_zippy_magma.sql +51 -0
  955. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0032_pretty_doctor_octopus.sql +102 -0
  956. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0033_shiny_black_tarantula.sql +2 -0
  957. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0034_fat_dormammu.sql +2 -0
  958. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0035_marvelous_satana.sql +91 -0
  959. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0036_cheerful_nitro.sql +9 -0
  960. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0037_friendly_eddie_brock.sql +29 -0
  961. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0038_careless_iron_monger.sql +5 -0
  962. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0039_tickets.sql +25 -0
  963. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0040_ticket_meta.sql +3 -0
  964. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0000_snapshot.json +1743 -0
  965. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0001_snapshot.json +2441 -0
  966. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0002_snapshot.json +2454 -0
  967. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0003_snapshot.json +2502 -0
  968. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0005_snapshot.json +2719 -0
  969. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0006_snapshot.json +3048 -0
  970. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0007_snapshot.json +3258 -0
  971. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0008_snapshot.json +3264 -0
  972. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0009_snapshot.json +3587 -0
  973. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0010_snapshot.json +3929 -0
  974. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0011_snapshot.json +4068 -0
  975. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0012_snapshot.json +4087 -0
  976. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0013_snapshot.json +4118 -0
  977. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0014_snapshot.json +5187 -0
  978. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0017_snapshot.json +5215 -0
  979. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0018_snapshot.json +5450 -0
  980. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0019_snapshot.json +5603 -0
  981. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0020_snapshot.json +5603 -0
  982. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0021_snapshot.json +5609 -0
  983. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0023_snapshot.json +5633 -0
  984. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0024_snapshot.json +5693 -0
  985. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0025_snapshot.json +5849 -0
  986. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0027_snapshot.json +6205 -0
  987. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0028_snapshot.json +6710 -0
  988. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0029_snapshot.json +7899 -0
  989. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0030_snapshot.json +8003 -0
  990. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0031_snapshot.json +7242 -0
  991. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0032_snapshot.json +7733 -0
  992. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0033_snapshot.json +9038 -0
  993. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0034_snapshot.json +9039 -0
  994. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0035_snapshot.json +9959 -0
  995. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0036_snapshot.json +10023 -0
  996. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0037_snapshot.json +10263 -0
  997. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0038_snapshot.json +10301 -0
  998. package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/_journal.json +293 -0
  999. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts +16 -0
  1000. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts.map +1 -0
  1001. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js +197 -0
  1002. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js.map +1 -0
  1003. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts +2 -0
  1004. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts.map +1 -0
  1005. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js +93 -0
  1006. package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js.map +1 -0
  1007. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts +197 -0
  1008. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts.map +1 -0
  1009. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js +22 -0
  1010. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js.map +1 -0
  1011. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts +144 -0
  1012. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts.map +1 -0
  1013. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js +17 -0
  1014. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js.map +1 -0
  1015. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts +201 -0
  1016. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts.map +1 -0
  1017. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js +20 -0
  1018. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js.map +1 -0
  1019. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts +248 -0
  1020. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts.map +1 -0
  1021. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js +23 -0
  1022. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js.map +1 -0
  1023. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts +197 -0
  1024. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts.map +1 -0
  1025. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js +22 -0
  1026. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js.map +1 -0
  1027. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts +333 -0
  1028. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts.map +1 -0
  1029. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js +29 -0
  1030. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js.map +1 -0
  1031. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts +373 -0
  1032. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts.map +1 -0
  1033. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js +29 -0
  1034. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js.map +1 -0
  1035. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts +144 -0
  1036. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts.map +1 -0
  1037. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js +19 -0
  1038. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js.map +1 -0
  1039. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts +214 -0
  1040. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts.map +1 -0
  1041. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js +20 -0
  1042. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js.map +1 -0
  1043. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts +212 -0
  1044. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts.map +1 -0
  1045. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js +22 -0
  1046. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js.map +1 -0
  1047. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts +607 -0
  1048. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts.map +1 -0
  1049. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js +44 -0
  1050. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js.map +1 -0
  1051. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts +297 -0
  1052. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts.map +1 -0
  1053. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js +29 -0
  1054. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js.map +1 -0
  1055. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts +263 -0
  1056. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts.map +1 -0
  1057. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js +24 -0
  1058. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js.map +1 -0
  1059. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts +246 -0
  1060. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts.map +1 -0
  1061. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js +22 -0
  1062. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js.map +1 -0
  1063. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts +93 -0
  1064. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts.map +1 -0
  1065. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js +14 -0
  1066. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js.map +1 -0
  1067. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts +144 -0
  1068. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts.map +1 -0
  1069. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js +17 -0
  1070. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js.map +1 -0
  1071. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts +163 -0
  1072. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts.map +1 -0
  1073. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js +19 -0
  1074. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js.map +1 -0
  1075. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts +195 -0
  1076. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts.map +1 -0
  1077. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js +21 -0
  1078. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js.map +1 -0
  1079. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts +314 -0
  1080. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts.map +1 -0
  1081. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js +34 -0
  1082. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js.map +1 -0
  1083. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts +161 -0
  1084. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts.map +1 -0
  1085. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js +19 -0
  1086. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js.map +1 -0
  1087. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts +229 -0
  1088. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts.map +1 -0
  1089. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js +22 -0
  1090. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js.map +1 -0
  1091. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts +418 -0
  1092. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts.map +1 -0
  1093. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js +39 -0
  1094. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js.map +1 -0
  1095. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts +469 -0
  1096. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts.map +1 -0
  1097. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js +45 -0
  1098. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js.map +1 -0
  1099. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts +178 -0
  1100. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts.map +1 -0
  1101. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js +18 -0
  1102. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js.map +1 -0
  1103. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts +214 -0
  1104. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts.map +1 -0
  1105. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js +23 -0
  1106. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js.map +1 -0
  1107. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts +558 -0
  1108. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts.map +1 -0
  1109. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js +43 -0
  1110. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js.map +1 -0
  1111. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts +55 -0
  1112. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts.map +1 -0
  1113. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js +55 -0
  1114. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js.map +1 -0
  1115. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts +95 -0
  1116. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts.map +1 -0
  1117. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js +11 -0
  1118. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js.map +1 -0
  1119. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts +93 -0
  1120. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts.map +1 -0
  1121. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js +12 -0
  1122. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js.map +1 -0
  1123. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts +214 -0
  1124. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts.map +1 -0
  1125. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js +20 -0
  1126. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js.map +1 -0
  1127. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts +110 -0
  1128. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts.map +1 -0
  1129. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js +19 -0
  1130. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js.map +1 -0
  1131. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts +127 -0
  1132. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts.map +1 -0
  1133. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js +19 -0
  1134. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js.map +1 -0
  1135. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts +144 -0
  1136. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts.map +1 -0
  1137. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js +20 -0
  1138. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js.map +1 -0
  1139. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts +127 -0
  1140. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts.map +1 -0
  1141. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js +18 -0
  1142. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js.map +1 -0
  1143. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts +76 -0
  1144. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts.map +1 -0
  1145. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js +16 -0
  1146. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js.map +1 -0
  1147. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts +127 -0
  1148. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts.map +1 -0
  1149. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js +17 -0
  1150. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js.map +1 -0
  1151. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts +350 -0
  1152. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts.map +1 -0
  1153. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js +37 -0
  1154. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js.map +1 -0
  1155. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts +590 -0
  1156. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts.map +1 -0
  1157. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js +58 -0
  1158. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js.map +1 -0
  1159. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts +384 -0
  1160. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts.map +1 -0
  1161. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js +32 -0
  1162. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js.map +1 -0
  1163. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts +110 -0
  1164. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts.map +1 -0
  1165. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js +14 -0
  1166. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js.map +1 -0
  1167. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts +158 -0
  1168. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts.map +1 -0
  1169. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js +34 -0
  1170. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js.map +1 -0
  1171. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts +123 -0
  1172. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts.map +1 -0
  1173. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js +26 -0
  1174. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js.map +1 -0
  1175. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts +213 -0
  1176. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts.map +1 -0
  1177. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js +37 -0
  1178. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js.map +1 -0
  1179. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts +392 -0
  1180. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts.map +1 -0
  1181. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js +83 -0
  1182. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js.map +1 -0
  1183. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts +125 -0
  1184. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts.map +1 -0
  1185. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js +29 -0
  1186. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js.map +1 -0
  1187. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts +169 -0
  1188. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts.map +1 -0
  1189. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js +68 -0
  1190. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js.map +1 -0
  1191. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts +239 -0
  1192. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts.map +1 -0
  1193. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js +52 -0
  1194. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js.map +1 -0
  1195. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts +246 -0
  1196. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts.map +1 -0
  1197. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js +31 -0
  1198. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js.map +1 -0
  1199. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts +163 -0
  1200. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts.map +1 -0
  1201. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js +17 -0
  1202. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js.map +1 -0
  1203. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts +93 -0
  1204. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts.map +1 -0
  1205. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js +17 -0
  1206. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js.map +1 -0
  1207. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts +333 -0
  1208. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts.map +1 -0
  1209. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js +32 -0
  1210. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js.map +1 -0
  1211. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts +265 -0
  1212. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts.map +1 -0
  1213. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js +24 -0
  1214. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js.map +1 -0
  1215. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts +284 -0
  1216. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts.map +1 -0
  1217. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js +24 -0
  1218. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js.map +1 -0
  1219. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts +367 -0
  1220. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts.map +1 -0
  1221. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js +35 -0
  1222. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js.map +1 -0
  1223. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts +469 -0
  1224. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts.map +1 -0
  1225. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js +44 -0
  1226. package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js.map +1 -0
  1227. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts +2 -0
  1228. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts.map +1 -0
  1229. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js +91 -0
  1230. package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js.map +1 -0
  1231. package/dist/runtime/server/node_modules/@paperclipai/db/package.json +36 -0
  1232. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts +57 -0
  1233. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts.map +1 -0
  1234. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js +105 -0
  1235. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js.map +1 -0
  1236. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts +218 -0
  1237. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts.map +1 -0
  1238. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js +85 -0
  1239. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js.map +1 -0
  1240. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts +3 -0
  1241. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts.map +1 -0
  1242. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js +49 -0
  1243. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js.map +1 -0
  1244. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts +34 -0
  1245. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts.map +1 -0
  1246. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js +194 -0
  1247. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js.map +1 -0
  1248. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts +229 -0
  1249. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts.map +1 -0
  1250. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js +353 -0
  1251. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js.map +1 -0
  1252. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts +84 -0
  1253. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts.map +1 -0
  1254. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js +84 -0
  1255. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js.map +1 -0
  1256. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts +881 -0
  1257. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts.map +1 -0
  1258. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js +297 -0
  1259. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js.map +1 -0
  1260. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts +63 -0
  1261. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts.map +1 -0
  1262. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js +702 -0
  1263. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js.map +1 -0
  1264. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts +982 -0
  1265. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts.map +1 -0
  1266. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js +12 -0
  1267. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js.map +1 -0
  1268. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts +257 -0
  1269. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts.map +1 -0
  1270. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js +97 -0
  1271. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js.map +1 -0
  1272. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts +120 -0
  1273. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts.map +1 -0
  1274. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js +148 -0
  1275. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js.map +1 -0
  1276. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts +50 -0
  1277. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts.map +1 -0
  1278. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js +48 -0
  1279. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js.map +1 -0
  1280. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts +3 -0
  1281. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts.map +1 -0
  1282. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js +30 -0
  1283. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js.map +1 -0
  1284. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts +308 -0
  1285. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts.map +1 -0
  1286. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js +17 -0
  1287. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js.map +1 -0
  1288. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts +127 -0
  1289. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts.map +1 -0
  1290. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js +941 -0
  1291. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js.map +1 -0
  1292. package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/package.json +74 -0
  1293. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts +4 -0
  1294. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts.map +1 -0
  1295. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js +22 -0
  1296. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js.map +1 -0
  1297. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts +20 -0
  1298. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts.map +1 -0
  1299. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js +20 -0
  1300. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js.map +1 -0
  1301. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts +755 -0
  1302. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts.map +1 -0
  1303. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js +154 -0
  1304. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js.map +1 -0
  1305. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts +214 -0
  1306. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts.map +1 -0
  1307. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js +553 -0
  1308. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js.map +1 -0
  1309. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts +116 -0
  1310. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts.map +1 -0
  1311. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js +181 -0
  1312. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js.map +1 -0
  1313. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts +12 -0
  1314. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts.map +1 -0
  1315. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js +11 -0
  1316. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js.map +1 -0
  1317. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts +9 -0
  1318. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts.map +1 -0
  1319. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js +71 -0
  1320. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js.map +1 -0
  1321. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts +3 -0
  1322. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts.map +1 -0
  1323. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js +16 -0
  1324. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js.map +1 -0
  1325. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts +15 -0
  1326. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts.map +1 -0
  1327. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js +40 -0
  1328. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js.map +1 -0
  1329. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts +67 -0
  1330. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts.map +1 -0
  1331. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js +2 -0
  1332. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js.map +1 -0
  1333. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts +14 -0
  1334. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts.map +1 -0
  1335. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js +2 -0
  1336. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js.map +1 -0
  1337. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts +80 -0
  1338. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts.map +1 -0
  1339. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js +2 -0
  1340. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js.map +1 -0
  1341. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts +26 -0
  1342. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts.map +1 -0
  1343. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js +2 -0
  1344. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js.map +1 -0
  1345. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts +16 -0
  1346. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts.map +1 -0
  1347. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js +2 -0
  1348. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js.map +1 -0
  1349. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts +86 -0
  1350. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts.map +1 -0
  1351. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js +2 -0
  1352. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js.map +1 -0
  1353. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts +120 -0
  1354. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts.map +1 -0
  1355. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js +2 -0
  1356. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js.map +1 -0
  1357. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts +20 -0
  1358. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts.map +1 -0
  1359. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js +2 -0
  1360. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js.map +1 -0
  1361. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts +106 -0
  1362. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts.map +1 -0
  1363. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js +2 -0
  1364. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js.map +1 -0
  1365. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts +28 -0
  1366. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts.map +1 -0
  1367. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js +2 -0
  1368. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js.map +1 -0
  1369. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts +57 -0
  1370. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts.map +1 -0
  1371. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js +2 -0
  1372. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js.map +1 -0
  1373. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts +14 -0
  1374. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts.map +1 -0
  1375. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js +2 -0
  1376. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js.map +1 -0
  1377. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts +118 -0
  1378. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts.map +1 -0
  1379. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js +2 -0
  1380. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js.map +1 -0
  1381. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts +26 -0
  1382. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts.map +1 -0
  1383. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js +2 -0
  1384. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js.map +1 -0
  1385. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts +10 -0
  1386. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts.map +1 -0
  1387. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js +2 -0
  1388. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js.map +1 -0
  1389. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts +164 -0
  1390. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts.map +1 -0
  1391. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js +2 -0
  1392. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js.map +1 -0
  1393. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts +9 -0
  1394. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts.map +1 -0
  1395. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js +2 -0
  1396. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js.map +1 -0
  1397. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts +419 -0
  1398. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts.map +1 -0
  1399. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js +2 -0
  1400. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js.map +1 -0
  1401. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts +67 -0
  1402. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts.map +1 -0
  1403. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js +2 -0
  1404. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js.map +1 -0
  1405. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts +26 -0
  1406. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts.map +1 -0
  1407. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js +2 -0
  1408. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js.map +1 -0
  1409. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts +32 -0
  1410. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts.map +1 -0
  1411. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js +2 -0
  1412. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js.map +1 -0
  1413. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts +7 -0
  1414. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts.map +1 -0
  1415. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js +2 -0
  1416. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js.map +1 -0
  1417. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts +26 -0
  1418. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts.map +1 -0
  1419. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js +2 -0
  1420. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js.map +1 -0
  1421. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts +27 -0
  1422. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts.map +1 -0
  1423. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js +2 -0
  1424. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js.map +1 -0
  1425. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts +26 -0
  1426. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts.map +1 -0
  1427. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js +2 -0
  1428. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js.map +1 -0
  1429. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts +86 -0
  1430. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts.map +1 -0
  1431. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js +2 -0
  1432. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js.map +1 -0
  1433. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts +109 -0
  1434. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts.map +1 -0
  1435. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js +40 -0
  1436. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js.map +1 -0
  1437. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts +235 -0
  1438. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts.map +1 -0
  1439. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js +71 -0
  1440. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js.map +1 -0
  1441. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts +57 -0
  1442. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts.map +1 -0
  1443. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js +23 -0
  1444. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js.map +1 -0
  1445. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts +10 -0
  1446. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts.map +1 -0
  1447. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js +11 -0
  1448. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js.map +1 -0
  1449. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts +56 -0
  1450. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts.map +1 -0
  1451. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js +27 -0
  1452. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js.map +1 -0
  1453. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts +1535 -0
  1454. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts.map +1 -0
  1455. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js +95 -0
  1456. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js.map +1 -0
  1457. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts +64 -0
  1458. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts.map +1 -0
  1459. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js +25 -0
  1460. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js.map +1 -0
  1461. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts +92 -0
  1462. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts.map +1 -0
  1463. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js +26 -0
  1464. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js.map +1 -0
  1465. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts +20 -0
  1466. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts.map +1 -0
  1467. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js +15 -0
  1468. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js.map +1 -0
  1469. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts +129 -0
  1470. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts.map +1 -0
  1471. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js +32 -0
  1472. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js.map +1 -0
  1473. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts +48 -0
  1474. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts.map +1 -0
  1475. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js +12 -0
  1476. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js.map +1 -0
  1477. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts +19 -0
  1478. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts.map +1 -0
  1479. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js +19 -0
  1480. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js.map +1 -0
  1481. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts +18 -0
  1482. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts.map +1 -0
  1483. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js +6 -0
  1484. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js.map +1 -0
  1485. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts +656 -0
  1486. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts.map +1 -0
  1487. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js +95 -0
  1488. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js.map +1 -0
  1489. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts +1173 -0
  1490. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts.map +1 -0
  1491. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js +547 -0
  1492. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js.map +1 -0
  1493. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts +583 -0
  1494. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts.map +1 -0
  1495. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js +93 -0
  1496. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js.map +1 -0
  1497. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts +114 -0
  1498. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts.map +1 -0
  1499. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js +35 -0
  1500. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js.map +1 -0
  1501. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts +56 -0
  1502. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts.map +1 -0
  1503. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js +22 -0
  1504. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js.map +1 -0
  1505. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts +105 -0
  1506. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts.map +1 -0
  1507. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js +46 -0
  1508. package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js.map +1 -0
  1509. package/dist/runtime/server/node_modules/@paperclipai/shared/package.json +33 -0
  1510. package/dist/runtime/server/package.json +5 -0
  1511. package/dist/runtime/server/ui-dist/android-chrome-192x192.png +0 -0
  1512. package/dist/runtime/server/ui-dist/android-chrome-512x512.png +0 -0
  1513. package/dist/runtime/server/ui-dist/apple-touch-icon.png +0 -0
  1514. package/dist/runtime/server/ui-dist/assets/OnboardingWizard-DQqBk_u-.js +839 -0
  1515. package/dist/runtime/server/ui-dist/assets/_basePickBy-CycqvnCH.js +1 -0
  1516. package/dist/runtime/server/ui-dist/assets/_baseUniq-jJI66QE5.js +1 -0
  1517. package/dist/runtime/server/ui-dist/assets/apl-B4CMkyY2.js +1 -0
  1518. package/dist/runtime/server/ui-dist/assets/arc-DAfOGkhs.js +1 -0
  1519. package/dist/runtime/server/ui-dist/assets/architectureDiagram-VXUJARFQ-Bseplhn_.js +36 -0
  1520. package/dist/runtime/server/ui-dist/assets/asciiarmor-Df11BRmG.js +1 -0
  1521. package/dist/runtime/server/ui-dist/assets/asn1-EdZsLKOL.js +1 -0
  1522. package/dist/runtime/server/ui-dist/assets/asterisk-B-8jnY81.js +1 -0
  1523. package/dist/runtime/server/ui-dist/assets/blockDiagram-VD42YOAC-CImRkHxE.js +122 -0
  1524. package/dist/runtime/server/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
  1525. package/dist/runtime/server/ui-dist/assets/c4Diagram-YG6GDRKO-DocRJ0-4.js +10 -0
  1526. package/dist/runtime/server/ui-dist/assets/channel-BBXTGjGr.js +1 -0
  1527. package/dist/runtime/server/ui-dist/assets/chunk-4BX2VUAB-C_QZ3yOc.js +1 -0
  1528. package/dist/runtime/server/ui-dist/assets/chunk-55IACEB6-B83lcfpC.js +1 -0
  1529. package/dist/runtime/server/ui-dist/assets/chunk-B4BG7PRW-_ZGkSCBB.js +165 -0
  1530. package/dist/runtime/server/ui-dist/assets/chunk-DI55MBZ5-D84JXXQK.js +220 -0
  1531. package/dist/runtime/server/ui-dist/assets/chunk-FMBD7UC4-MA5md7TF.js +15 -0
  1532. package/dist/runtime/server/ui-dist/assets/chunk-QN33PNHL-pBntDM8z.js +1 -0
  1533. package/dist/runtime/server/ui-dist/assets/chunk-QZHKN3VN-BaIMiSo-.js +1 -0
  1534. package/dist/runtime/server/ui-dist/assets/chunk-TZMSLE5B-CrjyhaCL.js +1 -0
  1535. package/dist/runtime/server/ui-dist/assets/classDiagram-2ON5EDUG-BNttVhse.js +1 -0
  1536. package/dist/runtime/server/ui-dist/assets/classDiagram-v2-WZHVMYZB-BNttVhse.js +1 -0
  1537. package/dist/runtime/server/ui-dist/assets/clike-B9uivgTg.js +1 -0
  1538. package/dist/runtime/server/ui-dist/assets/clojure-BMjYHr_A.js +1 -0
  1539. package/dist/runtime/server/ui-dist/assets/clone-dcpmW7Wd.js +1 -0
  1540. package/dist/runtime/server/ui-dist/assets/cmake-BQqOBYOt.js +1 -0
  1541. package/dist/runtime/server/ui-dist/assets/cobol-CWcv1MsR.js +1 -0
  1542. package/dist/runtime/server/ui-dist/assets/coffeescript-S37ZYGWr.js +1 -0
  1543. package/dist/runtime/server/ui-dist/assets/commonlisp-DBKNyK5s.js +1 -0
  1544. package/dist/runtime/server/ui-dist/assets/cose-bilkent-S5V4N54A-mNFISgZf.js +1 -0
  1545. package/dist/runtime/server/ui-dist/assets/crystal-SjHAIU92.js +1 -0
  1546. package/dist/runtime/server/ui-dist/assets/css-BnMrqG3P.js +1 -0
  1547. package/dist/runtime/server/ui-dist/assets/cypher-C_CwsFkJ.js +1 -0
  1548. package/dist/runtime/server/ui-dist/assets/cytoscape.esm-BQaXIfA_.js +331 -0
  1549. package/dist/runtime/server/ui-dist/assets/d-pRatUO7H.js +1 -0
  1550. package/dist/runtime/server/ui-dist/assets/dagre-6UL2VRFP-BW8ACip_.js +4 -0
  1551. package/dist/runtime/server/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
  1552. package/dist/runtime/server/ui-dist/assets/diagram-PSM6KHXK-ByQfKnwU.js +24 -0
  1553. package/dist/runtime/server/ui-dist/assets/diagram-QEK2KX5R-CVMlaNLR.js +43 -0
  1554. package/dist/runtime/server/ui-dist/assets/diagram-S2PKOQOG-CfBIwKQh.js +24 -0
  1555. package/dist/runtime/server/ui-dist/assets/diff-DbItnlRl.js +1 -0
  1556. package/dist/runtime/server/ui-dist/assets/dockerfile-BKs6k2Af.js +1 -0
  1557. package/dist/runtime/server/ui-dist/assets/dtd-DF_7sFjM.js +1 -0
  1558. package/dist/runtime/server/ui-dist/assets/dx-root-DH9to-bY.js +280 -0
  1559. package/dist/runtime/server/ui-dist/assets/dylan-DwRh75JA.js +1 -0
  1560. package/dist/runtime/server/ui-dist/assets/ebnf-CDyGwa7X.js +1 -0
  1561. package/dist/runtime/server/ui-dist/assets/ecl-Cabwm37j.js +1 -0
  1562. package/dist/runtime/server/ui-dist/assets/eiffel-CnydiIhH.js +1 -0
  1563. package/dist/runtime/server/ui-dist/assets/elm-vLlmbW-K.js +1 -0
  1564. package/dist/runtime/server/ui-dist/assets/erDiagram-Q2GNP2WA-DjZOGwrs.js +60 -0
  1565. package/dist/runtime/server/ui-dist/assets/erlang-BNw1qcRV.js +1 -0
  1566. package/dist/runtime/server/ui-dist/assets/factor-kuTfRLto.js +1 -0
  1567. package/dist/runtime/server/ui-dist/assets/fcl-Kvtd6kyn.js +1 -0
  1568. package/dist/runtime/server/ui-dist/assets/flowDiagram-NV44I4VS-BpGnGwpO.js +162 -0
  1569. package/dist/runtime/server/ui-dist/assets/forth-Ffai-XNe.js +1 -0
  1570. package/dist/runtime/server/ui-dist/assets/fortran-DYz_wnZ1.js +1 -0
  1571. package/dist/runtime/server/ui-dist/assets/ganttDiagram-JELNMOA3-CpTGtCqK.js +267 -0
  1572. package/dist/runtime/server/ui-dist/assets/gas-Bneqetm1.js +1 -0
  1573. package/dist/runtime/server/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
  1574. package/dist/runtime/server/ui-dist/assets/gitGraphDiagram-V2S2FVAM-BQaWuAZj.js +65 -0
  1575. package/dist/runtime/server/ui-dist/assets/graph-DXdHsjCL.js +1 -0
  1576. package/dist/runtime/server/ui-dist/assets/groovy-D9Dt4D0W.js +1 -0
  1577. package/dist/runtime/server/ui-dist/assets/gtm-root-Bz1qVp9E.js +11 -0
  1578. package/dist/runtime/server/ui-dist/assets/haskell-Cw1EW3IL.js +1 -0
  1579. package/dist/runtime/server/ui-dist/assets/haxe-H-WmDvRZ.js +1 -0
  1580. package/dist/runtime/server/ui-dist/assets/http-DBlCnlav.js +1 -0
  1581. package/dist/runtime/server/ui-dist/assets/idl-BEugSyMb.js +1 -0
  1582. package/dist/runtime/server/ui-dist/assets/index-B8I0xKWu.js +1 -0
  1583. package/dist/runtime/server/ui-dist/assets/index-B8TKmcyb.js +6 -0
  1584. package/dist/runtime/server/ui-dist/assets/index-BMSNv6QN.js +13 -0
  1585. package/dist/runtime/server/ui-dist/assets/index-BYHJbnHR.js +1 -0
  1586. package/dist/runtime/server/ui-dist/assets/index-BgVlUrJs.js +2 -0
  1587. package/dist/runtime/server/ui-dist/assets/index-Bq-1_kyP.js +1 -0
  1588. package/dist/runtime/server/ui-dist/assets/index-BqPQYsKl.js +50 -0
  1589. package/dist/runtime/server/ui-dist/assets/index-BzMyBmxt.js +7 -0
  1590. package/dist/runtime/server/ui-dist/assets/index-CFpWwIka.js +1 -0
  1591. package/dist/runtime/server/ui-dist/assets/index-CKSID6Zp.js +1 -0
  1592. package/dist/runtime/server/ui-dist/assets/index-CQebjpNv.js +1 -0
  1593. package/dist/runtime/server/ui-dist/assets/index-CmOpk52T.css +1 -0
  1594. package/dist/runtime/server/ui-dist/assets/index-CmWaG74-.js +1 -0
  1595. package/dist/runtime/server/ui-dist/assets/index-CpAx3Tjk.js +3 -0
  1596. package/dist/runtime/server/ui-dist/assets/index-Crtq9e3P.js +1 -0
  1597. package/dist/runtime/server/ui-dist/assets/index-D5QPPm5h.js +1 -0
  1598. package/dist/runtime/server/ui-dist/assets/index-D8pJptAs.js +1 -0
  1599. package/dist/runtime/server/ui-dist/assets/index-DKPn8Zd0.js +1 -0
  1600. package/dist/runtime/server/ui-dist/assets/index-DRwidkWV.js +1 -0
  1601. package/dist/runtime/server/ui-dist/assets/index-DwTdFnM5.js +1 -0
  1602. package/dist/runtime/server/ui-dist/assets/index-KhE_p8qv.js +1 -0
  1603. package/dist/runtime/server/ui-dist/assets/index-LPZbBYTO.js +1 -0
  1604. package/dist/runtime/server/ui-dist/assets/index-mMQEcPHs.js +1 -0
  1605. package/dist/runtime/server/ui-dist/assets/index-nPSc8Rbx.js +1 -0
  1606. package/dist/runtime/server/ui-dist/assets/infoDiagram-HS3SLOUP-Du9idGhC.js +2 -0
  1607. package/dist/runtime/server/ui-dist/assets/init-Gi6I4Gst.js +1 -0
  1608. package/dist/runtime/server/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
  1609. package/dist/runtime/server/ui-dist/assets/journeyDiagram-XKPGCS4Q-DQHmnv0N.js +139 -0
  1610. package/dist/runtime/server/ui-dist/assets/julia-DuME0IfC.js +1 -0
  1611. package/dist/runtime/server/ui-dist/assets/kanban-definition-3W4ZIXB7-D1us-ZVV.js +89 -0
  1612. package/dist/runtime/server/ui-dist/assets/katex-O9d3_IXG.js +261 -0
  1613. package/dist/runtime/server/ui-dist/assets/layout-CLyzF__I.js +1 -0
  1614. package/dist/runtime/server/ui-dist/assets/linear-DCEHrHNY.js +1 -0
  1615. package/dist/runtime/server/ui-dist/assets/livescript-BwQOo05w.js +1 -0
  1616. package/dist/runtime/server/ui-dist/assets/lua-BgMRiT3U.js +1 -0
  1617. package/dist/runtime/server/ui-dist/assets/mathematica-DTrFuWx2.js +1 -0
  1618. package/dist/runtime/server/ui-dist/assets/mbox-CNhZ1qSd.js +1 -0
  1619. package/dist/runtime/server/ui-dist/assets/mermaid.core-DPCeJESB.js +256 -0
  1620. package/dist/runtime/server/ui-dist/assets/mindmap-definition-VGOIOE7T-BmEem54z.js +68 -0
  1621. package/dist/runtime/server/ui-dist/assets/mirc-CjQqDB4T.js +1 -0
  1622. package/dist/runtime/server/ui-dist/assets/mllike-CXdrOF99.js +1 -0
  1623. package/dist/runtime/server/ui-dist/assets/modelica-Dc1JOy9r.js +1 -0
  1624. package/dist/runtime/server/ui-dist/assets/mscgen-BA5vi2Kp.js +1 -0
  1625. package/dist/runtime/server/ui-dist/assets/mumps-BT43cFF4.js +1 -0
  1626. package/dist/runtime/server/ui-dist/assets/nginx-DdIZxoE0.js +1 -0
  1627. package/dist/runtime/server/ui-dist/assets/nsis-LdVXkNf5.js +1 -0
  1628. package/dist/runtime/server/ui-dist/assets/ntriples-BfvgReVJ.js +1 -0
  1629. package/dist/runtime/server/ui-dist/assets/octave-Ck1zUtKM.js +1 -0
  1630. package/dist/runtime/server/ui-dist/assets/ordinal-Cboi1Yqb.js +1 -0
  1631. package/dist/runtime/server/ui-dist/assets/oz-BzwKVEFT.js +1 -0
  1632. package/dist/runtime/server/ui-dist/assets/pascal--L3eBynH.js +1 -0
  1633. package/dist/runtime/server/ui-dist/assets/perl-CdXCOZ3F.js +1 -0
  1634. package/dist/runtime/server/ui-dist/assets/pieDiagram-ADFJNKIX-DjIZtNwx.js +30 -0
  1635. package/dist/runtime/server/ui-dist/assets/pig-CevX1Tat.js +1 -0
  1636. package/dist/runtime/server/ui-dist/assets/powershell-CFHJl5sT.js +1 -0
  1637. package/dist/runtime/server/ui-dist/assets/properties-C78fOPTZ.js +1 -0
  1638. package/dist/runtime/server/ui-dist/assets/protobuf-ChK-085T.js +1 -0
  1639. package/dist/runtime/server/ui-dist/assets/pug-DeIclll2.js +1 -0
  1640. package/dist/runtime/server/ui-dist/assets/puppet-DMA9R1ak.js +1 -0
  1641. package/dist/runtime/server/ui-dist/assets/python-BuPzkPfP.js +1 -0
  1642. package/dist/runtime/server/ui-dist/assets/q-pXgVlZs6.js +1 -0
  1643. package/dist/runtime/server/ui-dist/assets/quadrantDiagram-AYHSOK5B-ba-xD4cb.js +7 -0
  1644. package/dist/runtime/server/ui-dist/assets/r-B6wPVr8A.js +1 -0
  1645. package/dist/runtime/server/ui-dist/assets/requirementDiagram-UZGBJVZJ-CB358t-a.js +64 -0
  1646. package/dist/runtime/server/ui-dist/assets/rpm-CTu-6PCP.js +1 -0
  1647. package/dist/runtime/server/ui-dist/assets/ruby-B2Rjki9n.js +1 -0
  1648. package/dist/runtime/server/ui-dist/assets/sankeyDiagram-TZEHDZUN-B0oPaNiW.js +10 -0
  1649. package/dist/runtime/server/ui-dist/assets/sas-B4kiWyti.js +1 -0
  1650. package/dist/runtime/server/ui-dist/assets/scheme-C41bIUwD.js +1 -0
  1651. package/dist/runtime/server/ui-dist/assets/sequenceDiagram-WL72ISMW-D7n_ZO5c.js +145 -0
  1652. package/dist/runtime/server/ui-dist/assets/shell-CjFT_Tl9.js +1 -0
  1653. package/dist/runtime/server/ui-dist/assets/sieve-C3Gn_uJK.js +1 -0
  1654. package/dist/runtime/server/ui-dist/assets/simple-mode-GW_nhZxv.js +1 -0
  1655. package/dist/runtime/server/ui-dist/assets/smalltalk-CnHTOXQT.js +1 -0
  1656. package/dist/runtime/server/ui-dist/assets/solr-DehyRSwq.js +1 -0
  1657. package/dist/runtime/server/ui-dist/assets/sparql-DkYu6x3z.js +1 -0
  1658. package/dist/runtime/server/ui-dist/assets/spreadsheet-BCZA_wO0.js +1 -0
  1659. package/dist/runtime/server/ui-dist/assets/sql-D0XecflT.js +1 -0
  1660. package/dist/runtime/server/ui-dist/assets/stateDiagram-FKZM4ZOC-MkMtXK-v.js +1 -0
  1661. package/dist/runtime/server/ui-dist/assets/stateDiagram-v2-4FDKWEC3-Cah7upY-.js +1 -0
  1662. package/dist/runtime/server/ui-dist/assets/stex-C3f8Ysf7.js +1 -0
  1663. package/dist/runtime/server/ui-dist/assets/stylus-B533Al4x.js +1 -0
  1664. package/dist/runtime/server/ui-dist/assets/swift-BzpIVaGY.js +1 -0
  1665. package/dist/runtime/server/ui-dist/assets/tcl-DVfN8rqt.js +1 -0
  1666. package/dist/runtime/server/ui-dist/assets/textile-CnDTJFAw.js +1 -0
  1667. package/dist/runtime/server/ui-dist/assets/tiddlywiki-DO-Gjzrf.js +1 -0
  1668. package/dist/runtime/server/ui-dist/assets/tiki-DGYXhP31.js +1 -0
  1669. package/dist/runtime/server/ui-dist/assets/timeline-definition-IT6M3QCI-CjBjKaYS.js +61 -0
  1670. package/dist/runtime/server/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
  1671. package/dist/runtime/server/ui-dist/assets/treemap-GDKQZRPO-JNjc1ydw.js +162 -0
  1672. package/dist/runtime/server/ui-dist/assets/troff-wAsdV37c.js +1 -0
  1673. package/dist/runtime/server/ui-dist/assets/ttcn-CfJYG6tj.js +1 -0
  1674. package/dist/runtime/server/ui-dist/assets/ttcn-cfg-B9xdYoR4.js +1 -0
  1675. package/dist/runtime/server/ui-dist/assets/turtle-B1tBg_DP.js +1 -0
  1676. package/dist/runtime/server/ui-dist/assets/vb-CmGdzxic.js +1 -0
  1677. package/dist/runtime/server/ui-dist/assets/vbscript-BuJXcnF6.js +1 -0
  1678. package/dist/runtime/server/ui-dist/assets/velocity-D8B20fx6.js +1 -0
  1679. package/dist/runtime/server/ui-dist/assets/verilog-C6RDOZhf.js +1 -0
  1680. package/dist/runtime/server/ui-dist/assets/vhdl-lSbBsy5d.js +1 -0
  1681. package/dist/runtime/server/ui-dist/assets/webidl-ZXfAyPTL.js +1 -0
  1682. package/dist/runtime/server/ui-dist/assets/xquery-DzFWVndE.js +1 -0
  1683. package/dist/runtime/server/ui-dist/assets/xychartDiagram-PRI3JC2R-DU-mF_06.js +7 -0
  1684. package/dist/runtime/server/ui-dist/assets/yacas-BJ4BC0dw.js +1 -0
  1685. package/dist/runtime/server/ui-dist/assets/z80-Hz9HOZM7.js +1 -0
  1686. package/dist/runtime/server/ui-dist/brands/opencode-logo-dark-square.svg +18 -0
  1687. package/dist/runtime/server/ui-dist/brands/opencode-logo-light-square.svg +18 -0
  1688. package/dist/runtime/server/ui-dist/favicon-16x16.png +0 -0
  1689. package/dist/runtime/server/ui-dist/favicon-32x32.png +0 -0
  1690. package/dist/runtime/server/ui-dist/favicon.ico +0 -0
  1691. package/dist/runtime/server/ui-dist/favicon.svg +9 -0
  1692. package/dist/runtime/server/ui-dist/index.html +48 -0
  1693. package/dist/runtime/server/ui-dist/site.webmanifest +30 -0
  1694. package/dist/runtime/server/ui-dist/sw.js +42 -0
  1695. package/dist/runtime/server/ui-dist/worktree-favicon-16x16.png +0 -0
  1696. package/dist/runtime/server/ui-dist/worktree-favicon-32x32.png +0 -0
  1697. package/dist/runtime/server/ui-dist/worktree-favicon.ico +0 -0
  1698. package/dist/runtime/server/ui-dist/worktree-favicon.svg +9 -0
  1699. package/package.json +7 -4
@@ -0,0 +1,1192 @@
1
+ /**
2
+ * PluginLoader — discovery, installation, and runtime activation of plugins.
3
+ *
4
+ * This service is the entry point for the plugin system's I/O boundary:
5
+ *
6
+ * 1. **Discovery** — Scans the local plugin directory
7
+ * (`~/.paperclip/plugins/`) and `node_modules` for packages matching
8
+ * the `paperclip-plugin-*` naming convention. Aggregates results with
9
+ * path-based deduplication.
10
+ *
11
+ * 2. **Installation** — `installPlugin()` downloads from npm (or reads a
12
+ * local path), validates the manifest, checks capability consistency,
13
+ * and persists the install record.
14
+ *
15
+ * 3. **Runtime activation** — `activatePlugin()` wires up a loaded plugin
16
+ * with all runtime services: resolves its entrypoint, builds
17
+ * capability-gated host handlers, spawns a worker process, syncs job
18
+ * declarations, registers event subscriptions, and discovers tools.
19
+ *
20
+ * 4. **Shutdown** — `shutdownAll()` gracefully stops all active workers
21
+ * and unregisters runtime hooks.
22
+ *
23
+ * @see PLUGIN_SPEC.md §8 — Plugin Discovery
24
+ * @see PLUGIN_SPEC.md §10 — Package Contract
25
+ * @see PLUGIN_SPEC.md §12 — Process Model
26
+ */
27
+ import { existsSync } from "node:fs";
28
+ import { readdir, readFile, rm, stat } from "node:fs/promises";
29
+ import { execFile } from "node:child_process";
30
+ import os from "node:os";
31
+ import path from "node:path";
32
+ import { fileURLToPath } from "node:url";
33
+ import { promisify } from "node:util";
34
+ import { logger } from "../middleware/logger.js";
35
+ import { pluginManifestValidator } from "./plugin-manifest-validator.js";
36
+ import { pluginCapabilityValidator } from "./plugin-capability-validator.js";
37
+ import { pluginRegistryService } from "./plugin-registry.js";
38
+ const execFileAsync = promisify(execFile);
39
+ const __dirname = path.dirname(fileURLToPath(import.meta.url));
40
+ // ---------------------------------------------------------------------------
41
+ // Constants
42
+ // ---------------------------------------------------------------------------
43
+ /**
44
+ * Naming convention for npm-published Paperclip plugins.
45
+ * Packages matching this pattern are considered Paperclip plugins.
46
+ *
47
+ * @see PLUGIN_SPEC.md §10 — Package Contract
48
+ */
49
+ export const NPM_PLUGIN_PACKAGE_PREFIX = "paperclip-plugin-";
50
+ /**
51
+ * Default local plugin directory. The loader scans this directory for
52
+ * locally-installed plugin packages.
53
+ *
54
+ * @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
55
+ */
56
+ export const DEFAULT_LOCAL_PLUGIN_DIR = path.join(os.homedir(), ".paperclip", "plugins");
57
+ const DEV_TSX_LOADER_PATH = path.resolve(__dirname, "../../../cli/node_modules/tsx/dist/loader.mjs");
58
+ function getDeclaredPageRoutePaths(manifest) {
59
+ return (manifest.ui?.slots ?? [])
60
+ .filter((slot) => slot.type === "page" && typeof slot.routePath === "string" && slot.routePath.length > 0)
61
+ .map((slot) => slot.routePath);
62
+ }
63
+ // ---------------------------------------------------------------------------
64
+ // Helpers
65
+ // ---------------------------------------------------------------------------
66
+ /**
67
+ * Check whether a package name matches the Paperclip plugin naming convention.
68
+ * Accepts both the "paperclip-plugin-" prefix and scoped "@scope/plugin-" packages.
69
+ *
70
+ * @see PLUGIN_SPEC.md §10 — Package Contract
71
+ */
72
+ export function isPluginPackageName(name) {
73
+ if (name.startsWith(NPM_PLUGIN_PACKAGE_PREFIX))
74
+ return true;
75
+ // Also accept scoped packages like @acme/plugin-linear or @paperclipai/plugin-*
76
+ if (name.includes("/")) {
77
+ const localPart = name.split("/")[1] ?? "";
78
+ return localPart.startsWith("plugin-");
79
+ }
80
+ return false;
81
+ }
82
+ /**
83
+ * Read and parse a package.json from a directory path.
84
+ * Returns null if no package.json exists.
85
+ */
86
+ async function readPackageJson(dir) {
87
+ const pkgPath = path.join(dir, "package.json");
88
+ if (!existsSync(pkgPath))
89
+ return null;
90
+ try {
91
+ const raw = await readFile(pkgPath, "utf-8");
92
+ return JSON.parse(raw);
93
+ }
94
+ catch {
95
+ return null;
96
+ }
97
+ }
98
+ /**
99
+ * Resolve the manifest entrypoint from a package.json and package root.
100
+ *
101
+ * The spec defines a "paperclipPlugin" key in package.json with a "manifest"
102
+ * subkey pointing to the manifest module. This helper resolves the path.
103
+ *
104
+ * @see PLUGIN_SPEC.md §10 — Package Contract
105
+ */
106
+ function resolveManifestPath(packageRoot, pkgJson) {
107
+ const paperclipPlugin = pkgJson["paperclipPlugin"];
108
+ if (paperclipPlugin !== null &&
109
+ typeof paperclipPlugin === "object" &&
110
+ !Array.isArray(paperclipPlugin)) {
111
+ const manifestRelPath = paperclipPlugin["manifest"];
112
+ if (typeof manifestRelPath === "string") {
113
+ // NOTE: the resolved path is returned as-is even if the file does not yet
114
+ // exist on disk (e.g. the package has not been built). Callers MUST guard
115
+ // with existsSync() before passing the path to loadManifestFromPath().
116
+ return path.resolve(packageRoot, manifestRelPath);
117
+ }
118
+ }
119
+ // Fallback: look for dist/manifest.js as a convention
120
+ const conventionalPath = path.join(packageRoot, "dist", "manifest.js");
121
+ if (existsSync(conventionalPath)) {
122
+ return conventionalPath;
123
+ }
124
+ // Fallback: look for manifest.js at package root
125
+ const rootManifestPath = path.join(packageRoot, "manifest.js");
126
+ if (existsSync(rootManifestPath)) {
127
+ return rootManifestPath;
128
+ }
129
+ return null;
130
+ }
131
+ function parseSemver(version) {
132
+ const match = version.match(/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/);
133
+ if (!match)
134
+ return null;
135
+ return {
136
+ major: Number(match[1]),
137
+ minor: Number(match[2]),
138
+ patch: Number(match[3]),
139
+ prerelease: match[4] ? match[4].split(".") : [],
140
+ };
141
+ }
142
+ function compareIdentifiers(left, right) {
143
+ const leftIsNumeric = /^\d+$/.test(left);
144
+ const rightIsNumeric = /^\d+$/.test(right);
145
+ if (leftIsNumeric && rightIsNumeric) {
146
+ return Number(left) - Number(right);
147
+ }
148
+ if (leftIsNumeric)
149
+ return -1;
150
+ if (rightIsNumeric)
151
+ return 1;
152
+ return left.localeCompare(right);
153
+ }
154
+ function compareSemver(left, right) {
155
+ const leftParsed = parseSemver(left);
156
+ const rightParsed = parseSemver(right);
157
+ if (!leftParsed || !rightParsed) {
158
+ throw new Error(`Invalid semver comparison: '${left}' vs '${right}'`);
159
+ }
160
+ const coreOrder = ["major", "minor", "patch"].map((key) => leftParsed[key] - rightParsed[key]).find((delta) => delta !== 0);
161
+ if (coreOrder) {
162
+ return coreOrder;
163
+ }
164
+ if (leftParsed.prerelease.length === 0 && rightParsed.prerelease.length === 0) {
165
+ return 0;
166
+ }
167
+ if (leftParsed.prerelease.length === 0)
168
+ return 1;
169
+ if (rightParsed.prerelease.length === 0)
170
+ return -1;
171
+ const maxLength = Math.max(leftParsed.prerelease.length, rightParsed.prerelease.length);
172
+ for (let index = 0; index < maxLength; index += 1) {
173
+ const leftId = leftParsed.prerelease[index];
174
+ const rightId = rightParsed.prerelease[index];
175
+ if (leftId === undefined)
176
+ return -1;
177
+ if (rightId === undefined)
178
+ return 1;
179
+ const diff = compareIdentifiers(leftId, rightId);
180
+ if (diff !== 0)
181
+ return diff;
182
+ }
183
+ return 0;
184
+ }
185
+ function getMinimumHostVersion(manifest) {
186
+ return manifest.minimumHostVersion ?? manifest.minimumPaperclipVersion;
187
+ }
188
+ /**
189
+ * Extract UI contribution metadata from a manifest for route serialization.
190
+ *
191
+ * Returns `null` when the plugin does not declare any UI slots or launchers.
192
+ * Launcher declarations are aggregated from both the legacy top-level
193
+ * `launchers` field and the preferred `ui.launchers` field.
194
+ */
195
+ export function getPluginUiContributionMetadata(manifest) {
196
+ const slots = manifest.ui?.slots ?? [];
197
+ const launchers = [
198
+ ...(manifest.launchers ?? []),
199
+ ...(manifest.ui?.launchers ?? []),
200
+ ];
201
+ if (slots.length === 0 && launchers.length === 0) {
202
+ return null;
203
+ }
204
+ return {
205
+ uiEntryFile: "index.js",
206
+ slots,
207
+ launchers,
208
+ };
209
+ }
210
+ // ---------------------------------------------------------------------------
211
+ // Factory
212
+ // ---------------------------------------------------------------------------
213
+ /**
214
+ * Create a PluginLoader service.
215
+ *
216
+ * The loader is responsible for plugin discovery, installation, and runtime
217
+ * activation. It reads plugin packages from the local filesystem and npm,
218
+ * validates their manifests, registers them in the database, and — when
219
+ * runtime services are provided — initialises worker processes, event
220
+ * subscriptions, job schedules, webhook endpoints, and agent tools.
221
+ *
222
+ * Usage (discovery & install only):
223
+ * ```ts
224
+ * const loader = pluginLoader(db, { enableLocalFilesystem: true });
225
+ *
226
+ * // Discover all available plugins
227
+ * const result = await loader.discoverAll();
228
+ * for (const plugin of result.discovered) {
229
+ * console.log(plugin.packageName, plugin.manifest?.id);
230
+ * }
231
+ *
232
+ * // Install a specific plugin
233
+ * const discovered = await loader.installPlugin({
234
+ * packageName: "paperclip-plugin-linear",
235
+ * version: "^1.0.0",
236
+ * });
237
+ * ```
238
+ *
239
+ * Usage (full runtime activation at server startup):
240
+ * ```ts
241
+ * const loader = pluginLoader(db, loaderOpts, {
242
+ * workerManager,
243
+ * eventBus,
244
+ * jobScheduler,
245
+ * jobStore,
246
+ * toolDispatcher,
247
+ * lifecycleManager,
248
+ * buildHostHandlers: (pluginId, manifest) => ({ ... }),
249
+ * instanceInfo: { instanceId: "inst-1", hostVersion: "1.0.0" },
250
+ * });
251
+ *
252
+ * // Load all ready plugins at startup
253
+ * const loadResult = await loader.loadAll();
254
+ * console.log(`Loaded ${loadResult.succeeded}/${loadResult.total} plugins`);
255
+ *
256
+ * // Load a single plugin after install
257
+ * const singleResult = await loader.loadSingle(pluginId);
258
+ *
259
+ * // Shutdown all plugin workers on server exit
260
+ * await loader.shutdownAll();
261
+ * ```
262
+ *
263
+ * @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
264
+ * @see PLUGIN_SPEC.md §8.3 — Install Process
265
+ * @see PLUGIN_SPEC.md §12 — Process Model
266
+ */
267
+ export function pluginLoader(db, options = {}, runtimeServices) {
268
+ const { localPluginDir = DEFAULT_LOCAL_PLUGIN_DIR, enableLocalFilesystem = true, enableNpmDiscovery = true, } = options;
269
+ const registry = pluginRegistryService(db);
270
+ const manifestValidator = pluginManifestValidator();
271
+ const capabilityValidator = pluginCapabilityValidator();
272
+ const log = logger.child({ service: "plugin-loader" });
273
+ const hostVersion = runtimeServices?.instanceInfo.hostVersion;
274
+ async function assertPageRoutePathsAvailable(manifest) {
275
+ const requestedRoutePaths = getDeclaredPageRoutePaths(manifest);
276
+ if (requestedRoutePaths.length === 0)
277
+ return;
278
+ const uniqueRequested = new Set(requestedRoutePaths);
279
+ if (uniqueRequested.size !== requestedRoutePaths.length) {
280
+ throw new Error(`Plugin ${manifest.id} declares duplicate page routePath values`);
281
+ }
282
+ const installedPlugins = await registry.listInstalled();
283
+ for (const plugin of installedPlugins) {
284
+ if (plugin.pluginKey === manifest.id)
285
+ continue;
286
+ const installedManifest = plugin.manifestJson;
287
+ if (!installedManifest)
288
+ continue;
289
+ const installedRoutePaths = new Set(getDeclaredPageRoutePaths(installedManifest));
290
+ const conflictingRoute = requestedRoutePaths.find((routePath) => installedRoutePaths.has(routePath));
291
+ if (conflictingRoute) {
292
+ throw new Error(`Plugin ${manifest.id} routePath "${conflictingRoute}" conflicts with installed plugin ${plugin.pluginKey}`);
293
+ }
294
+ }
295
+ }
296
+ // -------------------------------------------------------------------------
297
+ // Internal helpers
298
+ // -------------------------------------------------------------------------
299
+ /**
300
+ * Fetch a plugin from npm or local path, then parse and validate its manifest.
301
+ *
302
+ * This internal helper encapsulates the core plugin retrieval and validation
303
+ * logic used by both install and upgrade operations. It handles:
304
+ * 1. Resolving the package from npm or local filesystem.
305
+ * 2. Installing the package via npm if necessary.
306
+ * 3. Reading and parsing the plugin manifest.
307
+ * 4. Validating API version compatibility.
308
+ * 5. Validating manifest capabilities.
309
+ *
310
+ * @param installOptions - Options specifying the package to fetch.
311
+ * @returns A `DiscoveredPlugin` object containing the validated manifest.
312
+ */
313
+ async function fetchAndValidate(installOptions) {
314
+ const { packageName, localPath, version, installDir } = installOptions;
315
+ if (!packageName && !localPath) {
316
+ throw new Error("Either packageName or localPath must be provided");
317
+ }
318
+ const targetInstallDir = installDir ?? localPluginDir;
319
+ // Step 1 & 2: Resolve and install package
320
+ let resolvedPackagePath;
321
+ let resolvedPackageName;
322
+ if (localPath) {
323
+ // Local path install — validate the directory exists
324
+ const absLocalPath = path.resolve(localPath);
325
+ if (!existsSync(absLocalPath)) {
326
+ throw new Error(`Local plugin path does not exist: ${absLocalPath}`);
327
+ }
328
+ resolvedPackagePath = absLocalPath;
329
+ const pkgJson = await readPackageJson(absLocalPath);
330
+ resolvedPackageName =
331
+ typeof pkgJson?.["name"] === "string"
332
+ ? pkgJson["name"]
333
+ : path.basename(absLocalPath);
334
+ log.info({ localPath: absLocalPath, packageName: resolvedPackageName }, "plugin-loader: fetching plugin from local path");
335
+ }
336
+ else {
337
+ // npm install
338
+ const spec = version ? `${packageName}@${version}` : packageName;
339
+ log.info({ spec, installDir: targetInstallDir }, "plugin-loader: fetching plugin from npm");
340
+ try {
341
+ // Use execFile (not exec) to avoid shell injection from package name/version.
342
+ // --ignore-scripts prevents preinstall/install/postinstall hooks from
343
+ // executing arbitrary code on the host before manifest validation.
344
+ await execFileAsync("npm", ["install", spec, "--prefix", targetInstallDir, "--save", "--ignore-scripts"], { timeout: 120_000 });
345
+ }
346
+ catch (err) {
347
+ throw new Error(`npm install failed for ${spec}: ${String(err)}`);
348
+ }
349
+ // Resolve the package path after installation
350
+ const nodeModulesPath = path.join(targetInstallDir, "node_modules");
351
+ resolvedPackageName = packageName;
352
+ // Handle scoped packages
353
+ if (resolvedPackageName.startsWith("@")) {
354
+ const [scope, name] = resolvedPackageName.split("/");
355
+ resolvedPackagePath = path.join(nodeModulesPath, scope, name);
356
+ }
357
+ else {
358
+ resolvedPackagePath = path.join(nodeModulesPath, resolvedPackageName);
359
+ }
360
+ if (!existsSync(resolvedPackagePath)) {
361
+ throw new Error(`Package directory not found after installation: ${resolvedPackagePath}`);
362
+ }
363
+ }
364
+ // Step 3: Read and validate plugin manifest
365
+ // Note: this.loadManifest (used via current context)
366
+ const pkgJson = await readPackageJson(resolvedPackagePath);
367
+ if (!pkgJson)
368
+ throw new Error(`Missing package.json at ${resolvedPackagePath}`);
369
+ const manifestPath = resolveManifestPath(resolvedPackagePath, pkgJson);
370
+ if (!manifestPath || !existsSync(manifestPath)) {
371
+ throw new Error(`Package ${resolvedPackageName} at ${resolvedPackagePath} does not appear to be a Paperclip plugin (no manifest found).`);
372
+ }
373
+ const manifest = await loadManifestFromPath(manifestPath);
374
+ // Step 4: Reject incompatible plugin API versions
375
+ if (!manifestValidator.getSupportedVersions().includes(manifest.apiVersion)) {
376
+ throw new Error(`Plugin ${manifest.id} declares apiVersion ${manifest.apiVersion} which is not supported by this host. ` +
377
+ `Supported versions: ${manifestValidator.getSupportedVersions().join(", ")}`);
378
+ }
379
+ // Step 5: Validate manifest capabilities are consistent
380
+ const capResult = capabilityValidator.validateManifestCapabilities(manifest);
381
+ if (!capResult.allowed) {
382
+ throw new Error(`Plugin ${manifest.id} manifest has inconsistent capabilities. ` +
383
+ `Missing required capabilities for declared features: ${capResult.missing.join(", ")}`);
384
+ }
385
+ await assertPageRoutePathsAvailable(manifest);
386
+ // Step 6: Reject plugins that require a newer host than the running server
387
+ const minimumHostVersion = getMinimumHostVersion(manifest);
388
+ if (minimumHostVersion && hostVersion) {
389
+ if (compareSemver(hostVersion, minimumHostVersion) < 0) {
390
+ throw new Error(`Plugin ${manifest.id} requires host version ${minimumHostVersion} or newer, ` +
391
+ `but this server is running ${hostVersion}`);
392
+ }
393
+ }
394
+ // Use the version declared in the manifest (required field per the spec)
395
+ const resolvedVersion = manifest.version;
396
+ return {
397
+ packagePath: resolvedPackagePath,
398
+ packageName: resolvedPackageName,
399
+ version: resolvedVersion,
400
+ source: localPath ? "local-filesystem" : "npm",
401
+ manifest,
402
+ };
403
+ }
404
+ /**
405
+ * Attempt to load and validate a plugin manifest from a resolved path.
406
+ * Returns the manifest on success or throws with a descriptive error.
407
+ */
408
+ async function loadManifestFromPath(manifestPath) {
409
+ let raw;
410
+ try {
411
+ // Dynamic import works for both .js (ESM) and .cjs (CJS) manifests
412
+ const mod = await import(manifestPath);
413
+ // The manifest may be the default export or the module itself
414
+ raw = mod["default"] ?? mod;
415
+ }
416
+ catch (err) {
417
+ throw new Error(`Failed to load manifest module at ${manifestPath}: ${String(err)}`);
418
+ }
419
+ return manifestValidator.parseOrThrow(raw);
420
+ }
421
+ /**
422
+ * Build a DiscoveredPlugin from a resolved package directory, or null
423
+ * if the package is not a Paperclip plugin.
424
+ */
425
+ async function buildDiscoveredPlugin(packagePath, source) {
426
+ const pkgJson = await readPackageJson(packagePath);
427
+ if (!pkgJson)
428
+ return null;
429
+ const packageName = typeof pkgJson["name"] === "string" ? pkgJson["name"] : "";
430
+ const version = typeof pkgJson["version"] === "string" ? pkgJson["version"] : "0.0.0";
431
+ // Determine if this is a plugin package at all
432
+ const hasPaperclipPlugin = "paperclipPlugin" in pkgJson;
433
+ const nameMatchesConvention = isPluginPackageName(packageName);
434
+ if (!hasPaperclipPlugin && !nameMatchesConvention) {
435
+ return null;
436
+ }
437
+ const manifestPath = resolveManifestPath(packagePath, pkgJson);
438
+ if (!manifestPath || !existsSync(manifestPath)) {
439
+ // Found a potential plugin package but no manifest entry point — treat
440
+ // as a discovery-only result with no manifest
441
+ return {
442
+ packagePath,
443
+ packageName,
444
+ version,
445
+ source,
446
+ manifest: null,
447
+ };
448
+ }
449
+ try {
450
+ const manifest = await loadManifestFromPath(manifestPath);
451
+ return {
452
+ packagePath,
453
+ packageName,
454
+ version,
455
+ source,
456
+ manifest,
457
+ };
458
+ }
459
+ catch (err) {
460
+ // Rethrow with context — callers catch and route to the errors array
461
+ throw new Error(`Plugin ${packageName}: ${String(err)}`);
462
+ }
463
+ }
464
+ // -------------------------------------------------------------------------
465
+ // Public API
466
+ // -------------------------------------------------------------------------
467
+ return {
468
+ // -----------------------------------------------------------------------
469
+ // discoverAll
470
+ // -----------------------------------------------------------------------
471
+ async discoverAll(npmSearchDirs) {
472
+ const allDiscovered = [];
473
+ const allErrors = [];
474
+ const sources = [];
475
+ if (enableLocalFilesystem) {
476
+ sources.push("local-filesystem");
477
+ const fsResult = await this.discoverFromLocalFilesystem();
478
+ allDiscovered.push(...fsResult.discovered);
479
+ allErrors.push(...fsResult.errors);
480
+ }
481
+ if (enableNpmDiscovery) {
482
+ sources.push("npm");
483
+ const npmResult = await this.discoverFromNpm(npmSearchDirs);
484
+ // Deduplicate against already-discovered packages (same package path)
485
+ const existingPaths = new Set(allDiscovered.map((d) => d.packagePath));
486
+ for (const plugin of npmResult.discovered) {
487
+ if (!existingPaths.has(plugin.packagePath)) {
488
+ allDiscovered.push(plugin);
489
+ }
490
+ }
491
+ allErrors.push(...npmResult.errors);
492
+ }
493
+ // Future: registry source (options.registryUrl)
494
+ if (options.registryUrl) {
495
+ sources.push("registry");
496
+ log.warn({ registryUrl: options.registryUrl }, "plugin-loader: remote registry discovery is not yet implemented");
497
+ }
498
+ log.info({
499
+ discovered: allDiscovered.length,
500
+ errors: allErrors.length,
501
+ sources,
502
+ }, "plugin-loader: discovery complete");
503
+ return { discovered: allDiscovered, errors: allErrors, sources };
504
+ },
505
+ // -----------------------------------------------------------------------
506
+ // discoverFromLocalFilesystem
507
+ // -----------------------------------------------------------------------
508
+ async discoverFromLocalFilesystem(dir) {
509
+ const scanDir = dir ?? localPluginDir;
510
+ const discovered = [];
511
+ const errors = [];
512
+ if (!existsSync(scanDir)) {
513
+ log.debug({ dir: scanDir }, "plugin-loader: local plugin directory does not exist, skipping");
514
+ return { discovered, errors, sources: ["local-filesystem"] };
515
+ }
516
+ let entries;
517
+ try {
518
+ entries = await readdir(scanDir);
519
+ }
520
+ catch (err) {
521
+ log.warn({ dir: scanDir, err }, "plugin-loader: failed to read local plugin directory");
522
+ return { discovered, errors, sources: ["local-filesystem"] };
523
+ }
524
+ for (const entry of entries) {
525
+ const entryPath = path.join(scanDir, entry);
526
+ // Check if entry is a directory
527
+ let entryStat;
528
+ try {
529
+ entryStat = await stat(entryPath);
530
+ }
531
+ catch {
532
+ continue;
533
+ }
534
+ if (!entryStat.isDirectory())
535
+ continue;
536
+ // Handle scoped packages: @scope/plugin-name is a subdirectory
537
+ if (entry.startsWith("@")) {
538
+ let scopedEntries;
539
+ try {
540
+ scopedEntries = await readdir(entryPath);
541
+ }
542
+ catch {
543
+ continue;
544
+ }
545
+ for (const scopedEntry of scopedEntries) {
546
+ const scopedPath = path.join(entryPath, scopedEntry);
547
+ try {
548
+ const scopedStat = await stat(scopedPath);
549
+ if (!scopedStat.isDirectory())
550
+ continue;
551
+ const plugin = await buildDiscoveredPlugin(scopedPath, "local-filesystem");
552
+ if (plugin)
553
+ discovered.push(plugin);
554
+ }
555
+ catch (err) {
556
+ errors.push({
557
+ packagePath: scopedPath,
558
+ packageName: `${entry}/${scopedEntry}`,
559
+ error: String(err),
560
+ });
561
+ }
562
+ }
563
+ continue;
564
+ }
565
+ try {
566
+ const plugin = await buildDiscoveredPlugin(entryPath, "local-filesystem");
567
+ if (plugin)
568
+ discovered.push(plugin);
569
+ }
570
+ catch (err) {
571
+ const pkgJson = await readPackageJson(entryPath);
572
+ const packageName = typeof pkgJson?.["name"] === "string" ? pkgJson["name"] : entry;
573
+ errors.push({ packagePath: entryPath, packageName, error: String(err) });
574
+ }
575
+ }
576
+ log.debug({ dir: scanDir, discovered: discovered.length, errors: errors.length }, "plugin-loader: local filesystem scan complete");
577
+ return { discovered, errors, sources: ["local-filesystem"] };
578
+ },
579
+ // -----------------------------------------------------------------------
580
+ // discoverFromNpm
581
+ // -----------------------------------------------------------------------
582
+ async discoverFromNpm(searchDirs) {
583
+ const discovered = [];
584
+ const errors = [];
585
+ // Determine the node_modules directories to search.
586
+ // When searchDirs is undefined OR empty, fall back to the conventional
587
+ // defaults (cwd/node_modules and localPluginDir/node_modules).
588
+ // To search nowhere explicitly, pass a non-empty array of non-existent paths.
589
+ const dirsToSearch = searchDirs && searchDirs.length > 0 ? searchDirs : [];
590
+ if (dirsToSearch.length === 0) {
591
+ // Default: search node_modules relative to the process working directory
592
+ // and also the local plugin dir's node_modules
593
+ const cwdNodeModules = path.join(process.cwd(), "node_modules");
594
+ const localNodeModules = path.join(localPluginDir, "node_modules");
595
+ if (existsSync(cwdNodeModules))
596
+ dirsToSearch.push(cwdNodeModules);
597
+ if (existsSync(localNodeModules))
598
+ dirsToSearch.push(localNodeModules);
599
+ }
600
+ for (const nodeModulesDir of dirsToSearch) {
601
+ if (!existsSync(nodeModulesDir))
602
+ continue;
603
+ let entries;
604
+ try {
605
+ entries = await readdir(nodeModulesDir);
606
+ }
607
+ catch {
608
+ continue;
609
+ }
610
+ for (const entry of entries) {
611
+ const entryPath = path.join(nodeModulesDir, entry);
612
+ // Handle scoped packages (@scope/*)
613
+ if (entry.startsWith("@")) {
614
+ let scopedEntries;
615
+ try {
616
+ scopedEntries = await readdir(entryPath);
617
+ }
618
+ catch {
619
+ continue;
620
+ }
621
+ for (const scopedEntry of scopedEntries) {
622
+ const fullName = `${entry}/${scopedEntry}`;
623
+ if (!isPluginPackageName(fullName))
624
+ continue;
625
+ const scopedPath = path.join(entryPath, scopedEntry);
626
+ try {
627
+ const plugin = await buildDiscoveredPlugin(scopedPath, "npm");
628
+ if (plugin)
629
+ discovered.push(plugin);
630
+ }
631
+ catch (err) {
632
+ errors.push({
633
+ packagePath: scopedPath,
634
+ packageName: fullName,
635
+ error: String(err),
636
+ });
637
+ }
638
+ }
639
+ continue;
640
+ }
641
+ // Non-scoped packages: check naming convention
642
+ if (!isPluginPackageName(entry))
643
+ continue;
644
+ let entryStat;
645
+ try {
646
+ entryStat = await stat(entryPath);
647
+ }
648
+ catch {
649
+ continue;
650
+ }
651
+ if (!entryStat.isDirectory())
652
+ continue;
653
+ try {
654
+ const plugin = await buildDiscoveredPlugin(entryPath, "npm");
655
+ if (plugin)
656
+ discovered.push(plugin);
657
+ }
658
+ catch (err) {
659
+ const pkgJson = await readPackageJson(entryPath);
660
+ const packageName = typeof pkgJson?.["name"] === "string" ? pkgJson["name"] : entry;
661
+ errors.push({ packagePath: entryPath, packageName, error: String(err) });
662
+ }
663
+ }
664
+ }
665
+ log.debug({ searchDirs: dirsToSearch, discovered: discovered.length, errors: errors.length }, "plugin-loader: npm discovery scan complete");
666
+ return { discovered, errors, sources: ["npm"] };
667
+ },
668
+ // -----------------------------------------------------------------------
669
+ // loadManifest
670
+ // -----------------------------------------------------------------------
671
+ async loadManifest(packagePath) {
672
+ const pkgJson = await readPackageJson(packagePath);
673
+ if (!pkgJson)
674
+ return null;
675
+ const hasPaperclipPlugin = "paperclipPlugin" in pkgJson;
676
+ const packageName = typeof pkgJson["name"] === "string" ? pkgJson["name"] : "";
677
+ const nameMatchesConvention = isPluginPackageName(packageName);
678
+ if (!hasPaperclipPlugin && !nameMatchesConvention) {
679
+ return null;
680
+ }
681
+ const manifestPath = resolveManifestPath(packagePath, pkgJson);
682
+ if (!manifestPath || !existsSync(manifestPath))
683
+ return null;
684
+ return loadManifestFromPath(manifestPath);
685
+ },
686
+ // -----------------------------------------------------------------------
687
+ // installPlugin
688
+ // -----------------------------------------------------------------------
689
+ async installPlugin(installOptions) {
690
+ const discovered = await fetchAndValidate(installOptions);
691
+ // Step 6: Persist install record in Postgres (include packagePath for local installs so the worker can be resolved)
692
+ await registry.install({
693
+ packageName: discovered.packageName,
694
+ packagePath: discovered.source === "local-filesystem" ? discovered.packagePath : undefined,
695
+ }, discovered.manifest);
696
+ log.info({
697
+ pluginId: discovered.manifest.id,
698
+ packageName: discovered.packageName,
699
+ version: discovered.version,
700
+ capabilities: discovered.manifest.capabilities,
701
+ }, "plugin-loader: plugin installed successfully");
702
+ return discovered;
703
+ },
704
+ // -----------------------------------------------------------------------
705
+ // upgradePlugin
706
+ // -----------------------------------------------------------------------
707
+ /**
708
+ * Upgrade an already-installed plugin to a newer version.
709
+ *
710
+ * This method:
711
+ * 1. Fetches and validates the new plugin package using `fetchAndValidate`.
712
+ * 2. Ensures the new manifest ID matches the existing plugin ID for safety.
713
+ * 3. Updates the plugin record in the registry with the new version and manifest.
714
+ *
715
+ * @param pluginId - The UUID of the plugin to upgrade.
716
+ * @param upgradeOptions - Options for the upgrade (packageName, localPath, version).
717
+ * @returns The old and new manifests, along with the discovery metadata.
718
+ * @throws {Error} If the plugin is not found or if the new manifest ID differs.
719
+ */
720
+ async upgradePlugin(pluginId, upgradeOptions) {
721
+ const plugin = (await registry.getById(pluginId));
722
+ if (!plugin)
723
+ throw new Error(`Plugin not found: ${pluginId}`);
724
+ const oldManifest = plugin.manifestJson;
725
+ const { packageName = plugin.packageName,
726
+ // For local-path installs, fall back to the stored packagePath so
727
+ // `upgradePlugin` can re-read the manifest from disk without needing
728
+ // the caller to re-supply the path every time.
729
+ localPath = plugin.packagePath ?? undefined, version, } = upgradeOptions;
730
+ log.info({ pluginId, packageName, version, localPath }, "plugin-loader: upgrading plugin");
731
+ // 1. Fetch/Install the new version
732
+ const discovered = await fetchAndValidate({
733
+ packageName,
734
+ localPath,
735
+ version,
736
+ installDir: localPluginDir,
737
+ });
738
+ const newManifest = discovered.manifest;
739
+ // 2. Validate it's the same plugin ID
740
+ if (newManifest.id !== oldManifest.id) {
741
+ throw new Error(`Upgrade failed: new manifest ID '${newManifest.id}' does not match existing plugin ID '${oldManifest.id}'`);
742
+ }
743
+ // 3. Detect capability escalation — new capabilities not in the old manifest
744
+ const oldCaps = new Set(oldManifest.capabilities ?? []);
745
+ const newCaps = newManifest.capabilities ?? [];
746
+ const escalated = newCaps.filter((c) => !oldCaps.has(c));
747
+ if (escalated.length > 0) {
748
+ log.warn({ pluginId, escalated, oldVersion: oldManifest.version, newVersion: newManifest.version }, "plugin-loader: upgrade introduces new capabilities — requires admin approval");
749
+ throw new Error(`Upgrade for "${pluginId}" introduces new capabilities that require approval: ${escalated.join(", ")}. ` +
750
+ `The previous version declared [${[...oldCaps].join(", ")}]. ` +
751
+ `Please review and approve the capability escalation before upgrading.`);
752
+ }
753
+ // 4. Update the existing record
754
+ await registry.update(pluginId, {
755
+ packageName: discovered.packageName,
756
+ version: discovered.version,
757
+ manifest: newManifest,
758
+ });
759
+ return {
760
+ oldManifest,
761
+ newManifest,
762
+ discovered,
763
+ };
764
+ },
765
+ // -----------------------------------------------------------------------
766
+ // isSupportedApiVersion
767
+ // -----------------------------------------------------------------------
768
+ isSupportedApiVersion(apiVersion) {
769
+ return manifestValidator.getSupportedVersions().includes(apiVersion);
770
+ },
771
+ // -----------------------------------------------------------------------
772
+ // cleanupInstallArtifacts
773
+ // -----------------------------------------------------------------------
774
+ async cleanupInstallArtifacts(plugin) {
775
+ const managedTargets = new Set();
776
+ const managedNodeModulesDir = resolveManagedInstallPackageDir(localPluginDir, plugin.packageName);
777
+ const directManagedDir = path.join(localPluginDir, plugin.packageName);
778
+ managedTargets.add(managedNodeModulesDir);
779
+ if (isPathInsideDir(directManagedDir, localPluginDir)) {
780
+ managedTargets.add(directManagedDir);
781
+ }
782
+ if (plugin.packagePath && isPathInsideDir(plugin.packagePath, localPluginDir)) {
783
+ managedTargets.add(path.resolve(plugin.packagePath));
784
+ }
785
+ const packageJsonPath = path.join(localPluginDir, "package.json");
786
+ if (existsSync(packageJsonPath)) {
787
+ try {
788
+ await execFileAsync("npm", ["uninstall", plugin.packageName, "--prefix", localPluginDir, "--ignore-scripts"], { timeout: 120_000 });
789
+ }
790
+ catch (err) {
791
+ log.warn({
792
+ pluginId: plugin.id,
793
+ pluginKey: plugin.pluginKey,
794
+ packageName: plugin.packageName,
795
+ err: err instanceof Error ? err.message : String(err),
796
+ }, "plugin-loader: npm uninstall failed during cleanup, falling back to direct removal");
797
+ }
798
+ }
799
+ for (const target of managedTargets) {
800
+ if (!existsSync(target))
801
+ continue;
802
+ await rm(target, { recursive: true, force: true });
803
+ }
804
+ },
805
+ // -----------------------------------------------------------------------
806
+ // getLocalPluginDir
807
+ // -----------------------------------------------------------------------
808
+ getLocalPluginDir() {
809
+ return localPluginDir;
810
+ },
811
+ // -----------------------------------------------------------------------
812
+ // hasRuntimeServices
813
+ // -----------------------------------------------------------------------
814
+ hasRuntimeServices() {
815
+ return runtimeServices !== undefined;
816
+ },
817
+ // -----------------------------------------------------------------------
818
+ // -----------------------------------------------------------------------
819
+ // loadAll
820
+ // -----------------------------------------------------------------------
821
+ /**
822
+ * loadAll — Loads and activates all plugins that are currently in 'ready' status.
823
+ *
824
+ * This method is typically called during server startup. It fetches all ready
825
+ * plugins from the registry and attempts to activate them in parallel using
826
+ * Promise.allSettled. Failures in individual plugins do not prevent others from loading.
827
+ *
828
+ * @returns A promise that resolves with summary statistics of the load operation.
829
+ */
830
+ async loadAll() {
831
+ if (!runtimeServices) {
832
+ throw new Error("Cannot loadAll: no PluginRuntimeServices provided. " +
833
+ "Pass runtime services as the third argument to pluginLoader().");
834
+ }
835
+ log.info("plugin-loader: loading all ready plugins");
836
+ // Fetch all plugins in ready status, ordered by installOrder
837
+ const readyPlugins = (await registry.listByStatus("ready"));
838
+ if (readyPlugins.length === 0) {
839
+ log.info("plugin-loader: no ready plugins to load");
840
+ return { total: 0, succeeded: 0, failed: 0, results: [] };
841
+ }
842
+ log.info({ count: readyPlugins.length }, "plugin-loader: found ready plugins to load");
843
+ // Load plugins in parallel
844
+ const results = await Promise.allSettled(readyPlugins.map((plugin) => activatePlugin(plugin)));
845
+ const loadResults = results.map((r, i) => {
846
+ if (r.status === "fulfilled")
847
+ return r.value;
848
+ return {
849
+ plugin: readyPlugins[i],
850
+ success: false,
851
+ error: String(r.reason),
852
+ registered: { worker: false, eventSubscriptions: 0, jobs: 0, webhooks: 0, tools: 0 },
853
+ };
854
+ });
855
+ const succeeded = loadResults.filter((r) => r.success).length;
856
+ const failed = loadResults.filter((r) => !r.success).length;
857
+ log.info({
858
+ total: readyPlugins.length,
859
+ succeeded,
860
+ failed,
861
+ }, "plugin-loader: loadAll complete");
862
+ return {
863
+ total: readyPlugins.length,
864
+ succeeded,
865
+ failed,
866
+ results: loadResults,
867
+ };
868
+ },
869
+ // -----------------------------------------------------------------------
870
+ // loadSingle
871
+ // -----------------------------------------------------------------------
872
+ /**
873
+ * loadSingle — Loads and activates a single plugin by its ID.
874
+ *
875
+ * This method retrieves the plugin from the registry, ensures it's in a valid
876
+ * state, and then calls activatePlugin to start its worker and register its
877
+ * capabilities (tools, jobs, etc.).
878
+ *
879
+ * @param pluginId - The UUID of the plugin to load.
880
+ * @returns A promise that resolves with the result of the activation.
881
+ */
882
+ async loadSingle(pluginId) {
883
+ if (!runtimeServices) {
884
+ throw new Error("Cannot loadSingle: no PluginRuntimeServices provided. " +
885
+ "Pass runtime services as the third argument to pluginLoader().");
886
+ }
887
+ const plugin = (await registry.getById(pluginId));
888
+ if (!plugin) {
889
+ throw new Error(`Plugin not found: ${pluginId}`);
890
+ }
891
+ // If the plugin is in 'installed' status, transition it to 'ready' first.
892
+ // lifecycleManager.load() transitions the status AND activates the plugin
893
+ // via activateReadyPlugin() → loadSingle() (recursive call with 'ready'
894
+ // status) → activatePlugin(). We must NOT call activatePlugin() again here,
895
+ // as that would double-start the worker and duplicate registrations.
896
+ if (plugin.status === "installed") {
897
+ await runtimeServices.lifecycleManager.load(pluginId);
898
+ const updated = (await registry.getById(pluginId));
899
+ if (!updated)
900
+ throw new Error(`Plugin not found after status update: ${pluginId}`);
901
+ return {
902
+ plugin: updated,
903
+ success: true,
904
+ registered: { worker: true, eventSubscriptions: 0, jobs: 0, webhooks: 0, tools: 0 },
905
+ };
906
+ }
907
+ if (plugin.status !== "ready") {
908
+ throw new Error(`Cannot load plugin in status '${plugin.status}'. ` +
909
+ `Plugin must be in 'installed' or 'ready' status.`);
910
+ }
911
+ return activatePlugin(plugin);
912
+ },
913
+ // -----------------------------------------------------------------------
914
+ // unloadSingle
915
+ // -----------------------------------------------------------------------
916
+ async unloadSingle(pluginId, pluginKey) {
917
+ if (!runtimeServices) {
918
+ throw new Error("Cannot unloadSingle: no PluginRuntimeServices provided.");
919
+ }
920
+ log.info({ pluginId, pluginKey }, "plugin-loader: unloading single plugin");
921
+ const { workerManager, eventBus, jobScheduler, toolDispatcher, } = runtimeServices;
922
+ // 1. Unregister from job scheduler (cancels in-flight runs)
923
+ try {
924
+ await jobScheduler.unregisterPlugin(pluginId);
925
+ }
926
+ catch (err) {
927
+ log.warn({ pluginId, err: err instanceof Error ? err.message : String(err) }, "plugin-loader: failed to unregister from job scheduler (best-effort)");
928
+ }
929
+ // 2. Clear event subscriptions
930
+ eventBus.clearPlugin(pluginKey);
931
+ // 3. Unregister agent tools
932
+ toolDispatcher.unregisterPluginTools(pluginKey);
933
+ // 4. Stop the worker process
934
+ try {
935
+ if (workerManager.isRunning(pluginId)) {
936
+ await workerManager.stopWorker(pluginId);
937
+ }
938
+ }
939
+ catch (err) {
940
+ log.warn({ pluginId, err: err instanceof Error ? err.message : String(err) }, "plugin-loader: failed to stop worker during unload (best-effort)");
941
+ }
942
+ log.info({ pluginId, pluginKey }, "plugin-loader: plugin unloaded successfully");
943
+ },
944
+ // -----------------------------------------------------------------------
945
+ // shutdownAll
946
+ // -----------------------------------------------------------------------
947
+ async shutdownAll() {
948
+ if (!runtimeServices) {
949
+ throw new Error("Cannot shutdownAll: no PluginRuntimeServices provided.");
950
+ }
951
+ log.info("plugin-loader: shutting down all plugins");
952
+ const { workerManager, jobScheduler } = runtimeServices;
953
+ // 1. Stop the job scheduler tick loop
954
+ jobScheduler.stop();
955
+ // 2. Stop all worker processes
956
+ await workerManager.stopAll();
957
+ log.info("plugin-loader: all plugins shut down");
958
+ },
959
+ };
960
+ // -------------------------------------------------------------------------
961
+ // Internal: activatePlugin — shared logic for loadAll and loadSingle
962
+ // -------------------------------------------------------------------------
963
+ /**
964
+ * Activate a single plugin: spawn its worker, register event subscriptions,
965
+ * sync jobs, register tools.
966
+ *
967
+ * This is the core orchestration logic shared by `loadAll()` and `loadSingle()`.
968
+ * Failures are caught and reported in the result; the plugin is marked as
969
+ * `error` in the database when activation fails.
970
+ */
971
+ async function activatePlugin(plugin) {
972
+ const manifest = plugin.manifestJson;
973
+ const pluginId = plugin.id;
974
+ const pluginKey = plugin.pluginKey;
975
+ const registered = {
976
+ worker: false,
977
+ eventSubscriptions: 0,
978
+ jobs: 0,
979
+ webhooks: 0,
980
+ tools: 0,
981
+ };
982
+ // Guard: runtime services must exist (callers already checked)
983
+ if (!runtimeServices) {
984
+ return {
985
+ plugin,
986
+ success: false,
987
+ error: "No runtime services available",
988
+ registered,
989
+ };
990
+ }
991
+ const { workerManager, eventBus, jobScheduler, jobStore, toolDispatcher, lifecycleManager, buildHostHandlers, instanceInfo, } = runtimeServices;
992
+ try {
993
+ log.info({ pluginId, pluginKey, version: plugin.version }, "plugin-loader: activating plugin");
994
+ // ------------------------------------------------------------------
995
+ // 1. Resolve worker entrypoint
996
+ // ------------------------------------------------------------------
997
+ const workerEntrypoint = resolveWorkerEntrypoint(plugin, localPluginDir);
998
+ // ------------------------------------------------------------------
999
+ // 2. Build host handlers for this plugin
1000
+ // ------------------------------------------------------------------
1001
+ const hostHandlers = buildHostHandlers(pluginId, manifest);
1002
+ // ------------------------------------------------------------------
1003
+ // 3. Retrieve plugin config (if any)
1004
+ // ------------------------------------------------------------------
1005
+ let config = {};
1006
+ try {
1007
+ const configRow = await registry.getConfig(pluginId);
1008
+ if (configRow && typeof configRow === "object" && "configJson" in configRow) {
1009
+ config = configRow.configJson ?? {};
1010
+ }
1011
+ }
1012
+ catch {
1013
+ // Config may not exist yet — use empty object
1014
+ log.debug({ pluginId }, "plugin-loader: no config found, using empty config");
1015
+ }
1016
+ // ------------------------------------------------------------------
1017
+ // 4. Spawn worker process
1018
+ // ------------------------------------------------------------------
1019
+ const workerOptions = {
1020
+ entrypointPath: workerEntrypoint,
1021
+ manifest,
1022
+ config,
1023
+ instanceInfo,
1024
+ apiVersion: manifest.apiVersion,
1025
+ hostHandlers,
1026
+ autoRestart: true,
1027
+ };
1028
+ // Repo-local plugin installs can resolve workspace TS sources at runtime
1029
+ // (for example @paperclipai/shared exports). Run those workers through
1030
+ // the tsx loader so first-party example plugins work in development.
1031
+ if (plugin.packagePath && existsSync(DEV_TSX_LOADER_PATH)) {
1032
+ workerOptions.execArgv = ["--import", DEV_TSX_LOADER_PATH];
1033
+ }
1034
+ await workerManager.startWorker(pluginId, workerOptions);
1035
+ registered.worker = true;
1036
+ log.info({ pluginId, pluginKey }, "plugin-loader: worker started");
1037
+ // ------------------------------------------------------------------
1038
+ // 5. Sync job declarations and register with scheduler
1039
+ // ------------------------------------------------------------------
1040
+ const jobDeclarations = manifest.jobs ?? [];
1041
+ if (jobDeclarations.length > 0) {
1042
+ await jobStore.syncJobDeclarations(pluginId, jobDeclarations);
1043
+ await jobScheduler.registerPlugin(pluginId);
1044
+ registered.jobs = jobDeclarations.length;
1045
+ log.info({ pluginId, pluginKey, jobs: jobDeclarations.length }, "plugin-loader: job declarations synced and plugin registered with scheduler");
1046
+ }
1047
+ // ------------------------------------------------------------------
1048
+ // 6. Register event subscriptions
1049
+ //
1050
+ // Note: Event subscriptions are declared at runtime by the plugin
1051
+ // worker via the SDK's ctx.events.on() calls. The event bus manages
1052
+ // per-plugin subscription scoping. Here we ensure the event bus has
1053
+ // a scoped handle ready for this plugin — the actual subscriptions
1054
+ // are registered by the host handler layer when the worker calls
1055
+ // events.subscribe via RPC.
1056
+ //
1057
+ // The bus.forPlugin() call creates the scoped handle if needed;
1058
+ // any previous subscriptions for this plugin are preserved if the
1059
+ // worker is restarting.
1060
+ // ------------------------------------------------------------------
1061
+ const _scopedBus = eventBus.forPlugin(pluginKey);
1062
+ registered.eventSubscriptions = eventBus.subscriptionCount(pluginKey);
1063
+ log.debug({ pluginId, pluginKey }, "plugin-loader: event bus scoped handle ready");
1064
+ // ------------------------------------------------------------------
1065
+ // 7. Register webhook endpoints (manifest-declared)
1066
+ //
1067
+ // Webhooks are statically declared in the manifest. The actual
1068
+ // endpoint routing is handled by the plugin routes module which
1069
+ // checks the manifest for declared webhooks. No explicit
1070
+ // registration step is needed here — the manifest is persisted
1071
+ // in the DB and the route handler reads it at request time.
1072
+ //
1073
+ // We track the count for the result reporting.
1074
+ // ------------------------------------------------------------------
1075
+ const webhookDeclarations = manifest.webhooks ?? [];
1076
+ registered.webhooks = webhookDeclarations.length;
1077
+ if (webhookDeclarations.length > 0) {
1078
+ log.info({ pluginId, pluginKey, webhooks: webhookDeclarations.length }, "plugin-loader: webhook endpoints declared in manifest");
1079
+ }
1080
+ // ------------------------------------------------------------------
1081
+ // 8. Register agent tools
1082
+ // ------------------------------------------------------------------
1083
+ const toolDeclarations = manifest.tools ?? [];
1084
+ if (toolDeclarations.length > 0) {
1085
+ toolDispatcher.registerPluginTools(pluginKey, manifest);
1086
+ registered.tools = toolDeclarations.length;
1087
+ log.info({ pluginId, pluginKey, tools: toolDeclarations.length }, "plugin-loader: agent tools registered");
1088
+ }
1089
+ // ------------------------------------------------------------------
1090
+ // Done — plugin fully activated
1091
+ // ------------------------------------------------------------------
1092
+ log.info({
1093
+ pluginId,
1094
+ pluginKey,
1095
+ version: plugin.version,
1096
+ registered,
1097
+ }, "plugin-loader: plugin activated successfully");
1098
+ return { plugin, success: true, registered };
1099
+ }
1100
+ catch (err) {
1101
+ const errorMessage = err instanceof Error ? err.message : String(err);
1102
+ log.error({ pluginId, pluginKey, err: errorMessage }, "plugin-loader: failed to activate plugin");
1103
+ // Mark the plugin as errored in the database so it is not retried
1104
+ // automatically on next startup without operator intervention.
1105
+ try {
1106
+ await lifecycleManager.markError(pluginId, `Activation failed: ${errorMessage}`);
1107
+ }
1108
+ catch (markErr) {
1109
+ log.error({
1110
+ pluginId,
1111
+ err: markErr instanceof Error ? markErr.message : String(markErr),
1112
+ }, "plugin-loader: failed to mark plugin as error after activation failure");
1113
+ }
1114
+ return {
1115
+ plugin,
1116
+ success: false,
1117
+ error: errorMessage,
1118
+ registered,
1119
+ };
1120
+ }
1121
+ }
1122
+ }
1123
+ // ---------------------------------------------------------------------------
1124
+ // Worker entrypoint resolution
1125
+ // ---------------------------------------------------------------------------
1126
+ /**
1127
+ * Resolve the absolute path to a plugin's worker entrypoint from its manifest
1128
+ * and known install locations.
1129
+ *
1130
+ * The manifest `entrypoints.worker` field is relative to the package root.
1131
+ * We check the local plugin directory (where the package was installed) and
1132
+ * also the package directory if it was a local-path install.
1133
+ *
1134
+ * @see PLUGIN_SPEC.md §10 — Package Contract
1135
+ */
1136
+ function resolveWorkerEntrypoint(plugin, localPluginDir) {
1137
+ const manifest = plugin.manifestJson;
1138
+ const workerRelPath = manifest.entrypoints.worker;
1139
+ // For local-path installs we persist the resolved package path; use it first
1140
+ if (plugin.packagePath && existsSync(plugin.packagePath)) {
1141
+ const entrypoint = path.resolve(plugin.packagePath, workerRelPath);
1142
+ if (entrypoint.startsWith(path.resolve(plugin.packagePath)) && existsSync(entrypoint)) {
1143
+ return entrypoint;
1144
+ }
1145
+ }
1146
+ // Try the local plugin directory (standard npm install location)
1147
+ const packageName = plugin.packageName;
1148
+ let packageDir;
1149
+ if (packageName.startsWith("@")) {
1150
+ // Scoped package: @scope/plugin-name → localPluginDir/node_modules/@scope/plugin-name
1151
+ const [scope, name] = packageName.split("/");
1152
+ packageDir = path.join(localPluginDir, "node_modules", scope, name);
1153
+ }
1154
+ else {
1155
+ packageDir = path.join(localPluginDir, "node_modules", packageName);
1156
+ }
1157
+ // Also check if the package exists directly under localPluginDir
1158
+ // (for direct local-path installs or symlinked packages)
1159
+ const directDir = path.join(localPluginDir, packageName);
1160
+ // Try in order: node_modules path, direct path
1161
+ for (const dir of [packageDir, directDir]) {
1162
+ const entrypoint = path.resolve(dir, workerRelPath);
1163
+ // Security: ensure entrypoint is actually inside the directory (prevent path traversal)
1164
+ if (!entrypoint.startsWith(path.resolve(dir))) {
1165
+ continue;
1166
+ }
1167
+ if (existsSync(entrypoint)) {
1168
+ return entrypoint;
1169
+ }
1170
+ }
1171
+ // Fallback: try the worker path as-is (absolute or relative to cwd)
1172
+ // ONLY if it's already an absolute path and we trust the manifest (which we've already validated)
1173
+ if (path.isAbsolute(workerRelPath) && existsSync(workerRelPath)) {
1174
+ return workerRelPath;
1175
+ }
1176
+ throw new Error(`Worker entrypoint not found for plugin "${plugin.pluginKey}". ` +
1177
+ `Checked: ${path.resolve(packageDir, workerRelPath)}, ` +
1178
+ `${path.resolve(directDir, workerRelPath)}`);
1179
+ }
1180
+ function resolveManagedInstallPackageDir(localPluginDir, packageName) {
1181
+ if (packageName.startsWith("@")) {
1182
+ return path.join(localPluginDir, "node_modules", ...packageName.split("/"));
1183
+ }
1184
+ return path.join(localPluginDir, "node_modules", packageName);
1185
+ }
1186
+ function isPathInsideDir(candidatePath, parentDir) {
1187
+ const resolvedCandidate = path.resolve(candidatePath);
1188
+ const resolvedParent = path.resolve(parentDir);
1189
+ const relative = path.relative(resolvedParent, resolvedCandidate);
1190
+ return relative === "" || (!relative.startsWith("..") && !path.isAbsolute(relative));
1191
+ }
1192
+ //# sourceMappingURL=plugin-loader.js.map