@owlmeans/viable-common 0.0.4

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 (453) hide show
  1. package/README.md +68 -0
  2. package/agent-meta/manifest.json +16 -0
  3. package/agent-meta/skills/viable-common/SKILL.md +179 -0
  4. package/build/agent/index.d.ts +4 -0
  5. package/build/agent/index.d.ts.map +1 -0
  6. package/build/agent/index.js +3 -0
  7. package/build/agent/index.js.map +1 -0
  8. package/build/agent/memory.d.ts +12 -0
  9. package/build/agent/memory.d.ts.map +1 -0
  10. package/build/agent/memory.js +11 -0
  11. package/build/agent/memory.js.map +1 -0
  12. package/build/agent/spectator/consts.d.ts +9 -0
  13. package/build/agent/spectator/consts.d.ts.map +1 -0
  14. package/build/agent/spectator/consts.js +10 -0
  15. package/build/agent/spectator/consts.js.map +1 -0
  16. package/build/agent/spectator/index.d.ts +3 -0
  17. package/build/agent/spectator/index.d.ts.map +1 -0
  18. package/build/agent/spectator/index.js +2 -0
  19. package/build/agent/spectator/index.js.map +1 -0
  20. package/build/agent/spectator/types.d.ts +13 -0
  21. package/build/agent/spectator/types.d.ts.map +1 -0
  22. package/build/agent/spectator/types.js +2 -0
  23. package/build/agent/spectator/types.js.map +1 -0
  24. package/build/agent/types.d.ts +10 -0
  25. package/build/agent/types.d.ts.map +1 -0
  26. package/build/agent/types.js +2 -0
  27. package/build/agent/types.js.map +1 -0
  28. package/build/areas/consts.d.ts +88 -0
  29. package/build/areas/consts.d.ts.map +1 -0
  30. package/build/areas/consts.js +106 -0
  31. package/build/areas/consts.js.map +1 -0
  32. package/build/areas/index.d.ts +3 -0
  33. package/build/areas/index.d.ts.map +1 -0
  34. package/build/areas/index.js +2 -0
  35. package/build/areas/index.js.map +1 -0
  36. package/build/areas/types.d.ts +28 -0
  37. package/build/areas/types.d.ts.map +1 -0
  38. package/build/areas/types.js +2 -0
  39. package/build/areas/types.js.map +1 -0
  40. package/build/ba/consts.d.ts +38 -0
  41. package/build/ba/consts.d.ts.map +1 -0
  42. package/build/ba/consts.js +41 -0
  43. package/build/ba/consts.js.map +1 -0
  44. package/build/ba/helpers.d.ts +41 -0
  45. package/build/ba/helpers.d.ts.map +1 -0
  46. package/build/ba/helpers.js +79 -0
  47. package/build/ba/helpers.js.map +1 -0
  48. package/build/ba/index.d.ts +5 -0
  49. package/build/ba/index.d.ts.map +1 -0
  50. package/build/ba/index.js +4 -0
  51. package/build/ba/index.js.map +1 -0
  52. package/build/ba/schemas.d.ts +13 -0
  53. package/build/ba/schemas.d.ts.map +1 -0
  54. package/build/ba/schemas.js +181 -0
  55. package/build/ba/schemas.js.map +1 -0
  56. package/build/ba/types.d.ts +113 -0
  57. package/build/ba/types.d.ts.map +1 -0
  58. package/build/ba/types.js +2 -0
  59. package/build/ba/types.js.map +1 -0
  60. package/build/blueprint/case.d.ts +73 -0
  61. package/build/blueprint/case.d.ts.map +1 -0
  62. package/build/blueprint/case.js +244 -0
  63. package/build/blueprint/case.js.map +1 -0
  64. package/build/blueprint/consts.d.ts +11 -0
  65. package/build/blueprint/consts.d.ts.map +1 -0
  66. package/build/blueprint/consts.js +11 -0
  67. package/build/blueprint/consts.js.map +1 -0
  68. package/build/blueprint/index.d.ts +6 -0
  69. package/build/blueprint/index.d.ts.map +1 -0
  70. package/build/blueprint/index.js +6 -0
  71. package/build/blueprint/index.js.map +1 -0
  72. package/build/blueprint/resolve.d.ts +51 -0
  73. package/build/blueprint/resolve.d.ts.map +1 -0
  74. package/build/blueprint/resolve.js +108 -0
  75. package/build/blueprint/resolve.js.map +1 -0
  76. package/build/blueprint/schemas.d.ts +41 -0
  77. package/build/blueprint/schemas.d.ts.map +1 -0
  78. package/build/blueprint/schemas.js +27 -0
  79. package/build/blueprint/schemas.js.map +1 -0
  80. package/build/blueprint/types.d.ts +186 -0
  81. package/build/blueprint/types.d.ts.map +1 -0
  82. package/build/blueprint/types.js +32 -0
  83. package/build/blueprint/types.js.map +1 -0
  84. package/build/branding.d.ts +19 -0
  85. package/build/branding.d.ts.map +1 -0
  86. package/build/branding.js +32 -0
  87. package/build/branding.js.map +1 -0
  88. package/build/connect/consts.d.ts +378 -0
  89. package/build/connect/consts.d.ts.map +1 -0
  90. package/build/connect/consts.js +425 -0
  91. package/build/connect/consts.js.map +1 -0
  92. package/build/connect/entrypoints.d.ts +41 -0
  93. package/build/connect/entrypoints.d.ts.map +1 -0
  94. package/build/connect/entrypoints.js +141 -0
  95. package/build/connect/entrypoints.js.map +1 -0
  96. package/build/connect/errors.d.ts +50 -0
  97. package/build/connect/errors.d.ts.map +1 -0
  98. package/build/connect/errors.js +77 -0
  99. package/build/connect/errors.js.map +1 -0
  100. package/build/connect/index.d.ts +8 -0
  101. package/build/connect/index.d.ts.map +1 -0
  102. package/build/connect/index.js +6 -0
  103. package/build/connect/index.js.map +1 -0
  104. package/build/connect/ops.d.ts +192 -0
  105. package/build/connect/ops.d.ts.map +1 -0
  106. package/build/connect/ops.js +2 -0
  107. package/build/connect/ops.js.map +1 -0
  108. package/build/connect/references.d.ts +194 -0
  109. package/build/connect/references.d.ts.map +1 -0
  110. package/build/connect/references.js +62 -0
  111. package/build/connect/references.js.map +1 -0
  112. package/build/connect/schemas.d.ts +59 -0
  113. package/build/connect/schemas.d.ts.map +1 -0
  114. package/build/connect/schemas.js +346 -0
  115. package/build/connect/schemas.js.map +1 -0
  116. package/build/connect/types.d.ts +428 -0
  117. package/build/connect/types.d.ts.map +1 -0
  118. package/build/connect/types.js +2 -0
  119. package/build/connect/types.js.map +1 -0
  120. package/build/consts.d.ts +9 -0
  121. package/build/consts.d.ts.map +1 -0
  122. package/build/consts.js +31 -0
  123. package/build/consts.js.map +1 -0
  124. package/build/convert/consts.d.ts +539 -0
  125. package/build/convert/consts.d.ts.map +1 -0
  126. package/build/convert/consts.js +630 -0
  127. package/build/convert/consts.js.map +1 -0
  128. package/build/convert/helpers.d.ts +91 -0
  129. package/build/convert/helpers.d.ts.map +1 -0
  130. package/build/convert/helpers.js +301 -0
  131. package/build/convert/helpers.js.map +1 -0
  132. package/build/convert/index.d.ts +11 -0
  133. package/build/convert/index.d.ts.map +1 -0
  134. package/build/convert/index.js +4 -0
  135. package/build/convert/index.js.map +1 -0
  136. package/build/convert/schemas.d.ts +62 -0
  137. package/build/convert/schemas.d.ts.map +1 -0
  138. package/build/convert/schemas.js +626 -0
  139. package/build/convert/schemas.js.map +1 -0
  140. package/build/convert/types.d.ts +683 -0
  141. package/build/convert/types.d.ts.map +1 -0
  142. package/build/convert/types.js +2 -0
  143. package/build/convert/types.js.map +1 -0
  144. package/build/design/consts.d.ts +25 -0
  145. package/build/design/consts.d.ts.map +1 -0
  146. package/build/design/consts.js +26 -0
  147. package/build/design/consts.js.map +1 -0
  148. package/build/design/helpers.d.ts +60 -0
  149. package/build/design/helpers.d.ts.map +1 -0
  150. package/build/design/helpers.js +221 -0
  151. package/build/design/helpers.js.map +1 -0
  152. package/build/design/index.d.ts +6 -0
  153. package/build/design/index.d.ts.map +1 -0
  154. package/build/design/index.js +5 -0
  155. package/build/design/index.js.map +1 -0
  156. package/build/design/runtime.d.ts +126 -0
  157. package/build/design/runtime.d.ts.map +1 -0
  158. package/build/design/runtime.js +65 -0
  159. package/build/design/runtime.js.map +1 -0
  160. package/build/design/schemas.d.ts +21 -0
  161. package/build/design/schemas.d.ts.map +1 -0
  162. package/build/design/schemas.js +369 -0
  163. package/build/design/schemas.js.map +1 -0
  164. package/build/design/types.d.ts +199 -0
  165. package/build/design/types.d.ts.map +1 -0
  166. package/build/design/types.js +2 -0
  167. package/build/design/types.js.map +1 -0
  168. package/build/dev/consts.d.ts +32 -0
  169. package/build/dev/consts.d.ts.map +1 -0
  170. package/build/dev/consts.js +33 -0
  171. package/build/dev/consts.js.map +1 -0
  172. package/build/dev/index.d.ts +4 -0
  173. package/build/dev/index.d.ts.map +1 -0
  174. package/build/dev/index.js +3 -0
  175. package/build/dev/index.js.map +1 -0
  176. package/build/dev/schemas.d.ts +15 -0
  177. package/build/dev/schemas.d.ts.map +1 -0
  178. package/build/dev/schemas.js +116 -0
  179. package/build/dev/schemas.js.map +1 -0
  180. package/build/dev/types.d.ts +42 -0
  181. package/build/dev/types.d.ts.map +1 -0
  182. package/build/dev/types.js +2 -0
  183. package/build/dev/types.js.map +1 -0
  184. package/build/execution/consts.d.ts +36 -0
  185. package/build/execution/consts.d.ts.map +1 -0
  186. package/build/execution/consts.js +37 -0
  187. package/build/execution/consts.js.map +1 -0
  188. package/build/execution/index.d.ts +3 -0
  189. package/build/execution/index.d.ts.map +1 -0
  190. package/build/execution/index.js +2 -0
  191. package/build/execution/index.js.map +1 -0
  192. package/build/execution/types.d.ts +50 -0
  193. package/build/execution/types.d.ts.map +1 -0
  194. package/build/execution/types.js +2 -0
  195. package/build/execution/types.js.map +1 -0
  196. package/build/index.d.ts +22 -0
  197. package/build/index.d.ts.map +1 -0
  198. package/build/index.js +21 -0
  199. package/build/index.js.map +1 -0
  200. package/build/integrity/consts.d.ts +226 -0
  201. package/build/integrity/consts.d.ts.map +1 -0
  202. package/build/integrity/consts.js +401 -0
  203. package/build/integrity/consts.js.map +1 -0
  204. package/build/integrity/index.d.ts +4 -0
  205. package/build/integrity/index.d.ts.map +1 -0
  206. package/build/integrity/index.js +3 -0
  207. package/build/integrity/index.js.map +1 -0
  208. package/build/integrity/types.d.ts +35 -0
  209. package/build/integrity/types.d.ts.map +1 -0
  210. package/build/integrity/types.js +2 -0
  211. package/build/integrity/types.js.map +1 -0
  212. package/build/integrity/verify.d.ts +23 -0
  213. package/build/integrity/verify.d.ts.map +1 -0
  214. package/build/integrity/verify.js +198 -0
  215. package/build/integrity/verify.js.map +1 -0
  216. package/build/metadata/consts.d.ts +101 -0
  217. package/build/metadata/consts.d.ts.map +1 -0
  218. package/build/metadata/consts.js +104 -0
  219. package/build/metadata/consts.js.map +1 -0
  220. package/build/metadata/index.d.ts +3 -0
  221. package/build/metadata/index.d.ts.map +1 -0
  222. package/build/metadata/index.js +3 -0
  223. package/build/metadata/index.js.map +1 -0
  224. package/build/metadata/types.d.ts +286 -0
  225. package/build/metadata/types.d.ts.map +1 -0
  226. package/build/metadata/types.js +39 -0
  227. package/build/metadata/types.js.map +1 -0
  228. package/build/moderation/consts.d.ts +58 -0
  229. package/build/moderation/consts.d.ts.map +1 -0
  230. package/build/moderation/consts.js +60 -0
  231. package/build/moderation/consts.js.map +1 -0
  232. package/build/moderation/index.d.ts +5 -0
  233. package/build/moderation/index.d.ts.map +1 -0
  234. package/build/moderation/index.js +4 -0
  235. package/build/moderation/index.js.map +1 -0
  236. package/build/moderation/schemas.d.ts +19 -0
  237. package/build/moderation/schemas.d.ts.map +1 -0
  238. package/build/moderation/schemas.js +26 -0
  239. package/build/moderation/schemas.js.map +1 -0
  240. package/build/moderation/types.d.ts +64 -0
  241. package/build/moderation/types.d.ts.map +1 -0
  242. package/build/moderation/types.js +2 -0
  243. package/build/moderation/types.js.map +1 -0
  244. package/build/moderation/utils.d.ts +21 -0
  245. package/build/moderation/utils.d.ts.map +1 -0
  246. package/build/moderation/utils.js +31 -0
  247. package/build/moderation/utils.js.map +1 -0
  248. package/build/preview/consts.d.ts +10 -0
  249. package/build/preview/consts.d.ts.map +1 -0
  250. package/build/preview/consts.js +11 -0
  251. package/build/preview/consts.js.map +1 -0
  252. package/build/preview/index.d.ts +3 -0
  253. package/build/preview/index.d.ts.map +1 -0
  254. package/build/preview/index.js +2 -0
  255. package/build/preview/index.js.map +1 -0
  256. package/build/preview/types.d.ts +60 -0
  257. package/build/preview/types.d.ts.map +1 -0
  258. package/build/preview/types.js +2 -0
  259. package/build/preview/types.js.map +1 -0
  260. package/build/scaffold/consts.d.ts +25 -0
  261. package/build/scaffold/consts.d.ts.map +1 -0
  262. package/build/scaffold/consts.js +26 -0
  263. package/build/scaffold/consts.js.map +1 -0
  264. package/build/scaffold/helpers.d.ts +35 -0
  265. package/build/scaffold/helpers.d.ts.map +1 -0
  266. package/build/scaffold/helpers.js +54 -0
  267. package/build/scaffold/helpers.js.map +1 -0
  268. package/build/scaffold/index.d.ts +5 -0
  269. package/build/scaffold/index.d.ts.map +1 -0
  270. package/build/scaffold/index.js +4 -0
  271. package/build/scaffold/index.js.map +1 -0
  272. package/build/scaffold/schemas.d.ts +5 -0
  273. package/build/scaffold/schemas.d.ts.map +1 -0
  274. package/build/scaffold/schemas.js +273 -0
  275. package/build/scaffold/schemas.js.map +1 -0
  276. package/build/scaffold/types.d.ts +144 -0
  277. package/build/scaffold/types.d.ts.map +1 -0
  278. package/build/scaffold/types.js +2 -0
  279. package/build/scaffold/types.js.map +1 -0
  280. package/build/skills/catalogue.d.ts +47 -0
  281. package/build/skills/catalogue.d.ts.map +1 -0
  282. package/build/skills/catalogue.js +1566 -0
  283. package/build/skills/catalogue.js.map +1 -0
  284. package/build/skills/consts.d.ts +104 -0
  285. package/build/skills/consts.d.ts.map +1 -0
  286. package/build/skills/consts.js +170 -0
  287. package/build/skills/consts.js.map +1 -0
  288. package/build/skills/index.d.ts +4 -0
  289. package/build/skills/index.d.ts.map +1 -0
  290. package/build/skills/index.js +4 -0
  291. package/build/skills/index.js.map +1 -0
  292. package/build/skills/roles.d.ts +52 -0
  293. package/build/skills/roles.d.ts.map +1 -0
  294. package/build/skills/roles.js +256 -0
  295. package/build/skills/roles.js.map +1 -0
  296. package/build/slot/consts.d.ts +305 -0
  297. package/build/slot/consts.d.ts.map +1 -0
  298. package/build/slot/consts.js +376 -0
  299. package/build/slot/consts.js.map +1 -0
  300. package/build/slot/helpers.d.ts +25 -0
  301. package/build/slot/helpers.d.ts.map +1 -0
  302. package/build/slot/helpers.js +27 -0
  303. package/build/slot/helpers.js.map +1 -0
  304. package/build/slot/index.d.ts +6 -0
  305. package/build/slot/index.d.ts.map +1 -0
  306. package/build/slot/index.js +5 -0
  307. package/build/slot/index.js.map +1 -0
  308. package/build/slot/layout.d.ts +72 -0
  309. package/build/slot/layout.d.ts.map +1 -0
  310. package/build/slot/layout.js +82 -0
  311. package/build/slot/layout.js.map +1 -0
  312. package/build/slot/schemas.d.ts +12 -0
  313. package/build/slot/schemas.d.ts.map +1 -0
  314. package/build/slot/schemas.js +43 -0
  315. package/build/slot/schemas.js.map +1 -0
  316. package/build/slot/types.d.ts +147 -0
  317. package/build/slot/types.d.ts.map +1 -0
  318. package/build/slot/types.js +2 -0
  319. package/build/slot/types.js.map +1 -0
  320. package/build/topology/card.d.ts +23 -0
  321. package/build/topology/card.d.ts.map +1 -0
  322. package/build/topology/card.js +95 -0
  323. package/build/topology/card.js.map +1 -0
  324. package/build/topology/consts.d.ts +32 -0
  325. package/build/topology/consts.d.ts.map +1 -0
  326. package/build/topology/consts.js +55 -0
  327. package/build/topology/consts.js.map +1 -0
  328. package/build/topology/helpers.d.ts +44 -0
  329. package/build/topology/helpers.d.ts.map +1 -0
  330. package/build/topology/helpers.js +112 -0
  331. package/build/topology/helpers.js.map +1 -0
  332. package/build/topology/index.d.ts +5 -0
  333. package/build/topology/index.d.ts.map +1 -0
  334. package/build/topology/index.js +4 -0
  335. package/build/topology/index.js.map +1 -0
  336. package/build/topology/types.d.ts +83 -0
  337. package/build/topology/types.d.ts.map +1 -0
  338. package/build/topology/types.js +2 -0
  339. package/build/topology/types.js.map +1 -0
  340. package/build/types.d.ts +88 -0
  341. package/build/types.d.ts.map +1 -0
  342. package/build/types.js +2 -0
  343. package/build/types.js.map +1 -0
  344. package/build/ux/consts.d.ts +5 -0
  345. package/build/ux/consts.d.ts.map +1 -0
  346. package/build/ux/consts.js +6 -0
  347. package/build/ux/consts.js.map +1 -0
  348. package/build/ux/index.d.ts +4 -0
  349. package/build/ux/index.d.ts.map +1 -0
  350. package/build/ux/index.js +3 -0
  351. package/build/ux/index.js.map +1 -0
  352. package/build/ux/schemas.d.ts +8 -0
  353. package/build/ux/schemas.d.ts.map +1 -0
  354. package/build/ux/schemas.js +91 -0
  355. package/build/ux/schemas.js.map +1 -0
  356. package/build/ux/types.d.ts +21 -0
  357. package/build/ux/types.d.ts.map +1 -0
  358. package/build/ux/types.js +2 -0
  359. package/build/ux/types.js.map +1 -0
  360. package/package.json +71 -0
  361. package/src/agent/index.ts +4 -0
  362. package/src/agent/memory.ts +16 -0
  363. package/src/agent/spectator/consts.ts +10 -0
  364. package/src/agent/spectator/index.ts +3 -0
  365. package/src/agent/spectator/types.ts +14 -0
  366. package/src/agent/types.ts +10 -0
  367. package/src/areas/consts.ts +112 -0
  368. package/src/areas/index.ts +3 -0
  369. package/src/areas/types.ts +29 -0
  370. package/src/ba/consts.ts +40 -0
  371. package/src/ba/helpers.ts +93 -0
  372. package/src/ba/index.ts +5 -0
  373. package/src/ba/schemas.ts +196 -0
  374. package/src/ba/types.ts +125 -0
  375. package/src/blueprint/case.ts +272 -0
  376. package/src/blueprint/consts.ts +11 -0
  377. package/src/blueprint/index.ts +6 -0
  378. package/src/blueprint/resolve.ts +133 -0
  379. package/src/blueprint/schemas.ts +44 -0
  380. package/src/blueprint/types.ts +204 -0
  381. package/src/branding.ts +34 -0
  382. package/src/connect/consts.ts +441 -0
  383. package/src/connect/entrypoints.ts +291 -0
  384. package/src/connect/errors.ts +91 -0
  385. package/src/connect/index.ts +7 -0
  386. package/src/connect/ops.ts +208 -0
  387. package/src/connect/references.ts +89 -0
  388. package/src/connect/schemas.ts +384 -0
  389. package/src/connect/types.ts +456 -0
  390. package/src/consts.ts +34 -0
  391. package/src/convert/consts.ts +672 -0
  392. package/src/convert/helpers.ts +340 -0
  393. package/src/convert/index.ts +10 -0
  394. package/src/convert/schemas.ts +663 -0
  395. package/src/convert/types.ts +741 -0
  396. package/src/design/consts.ts +26 -0
  397. package/src/design/helpers.ts +255 -0
  398. package/src/design/index.ts +5 -0
  399. package/src/design/runtime.ts +142 -0
  400. package/src/design/schemas.ts +384 -0
  401. package/src/design/types.ts +191 -0
  402. package/src/dev/consts.ts +35 -0
  403. package/src/dev/index.ts +4 -0
  404. package/src/dev/schemas.ts +124 -0
  405. package/src/dev/types.ts +47 -0
  406. package/src/execution/consts.ts +37 -0
  407. package/src/execution/index.ts +3 -0
  408. package/src/execution/types.ts +55 -0
  409. package/src/index.ts +22 -0
  410. package/src/integrity/consts.ts +477 -0
  411. package/src/integrity/index.ts +3 -0
  412. package/src/integrity/types.ts +37 -0
  413. package/src/integrity/verify.ts +221 -0
  414. package/src/metadata/consts.ts +118 -0
  415. package/src/metadata/index.ts +3 -0
  416. package/src/metadata/types.ts +310 -0
  417. package/src/moderation/consts.ts +59 -0
  418. package/src/moderation/index.ts +4 -0
  419. package/src/moderation/schemas.ts +28 -0
  420. package/src/moderation/types.ts +68 -0
  421. package/src/moderation/utils.ts +35 -0
  422. package/src/preview/consts.ts +9 -0
  423. package/src/preview/index.ts +3 -0
  424. package/src/preview/types.ts +79 -0
  425. package/src/scaffold/consts.ts +26 -0
  426. package/src/scaffold/helpers.ts +84 -0
  427. package/src/scaffold/index.ts +4 -0
  428. package/src/scaffold/schemas.ts +283 -0
  429. package/src/scaffold/types.ts +118 -0
  430. package/src/skills/catalogue.ts +1617 -0
  431. package/src/skills/consts.ts +183 -0
  432. package/src/skills/index.ts +4 -0
  433. package/src/skills/roles.ts +299 -0
  434. package/src/slot/consts.ts +393 -0
  435. package/src/slot/helpers.ts +34 -0
  436. package/src/slot/index.ts +5 -0
  437. package/src/slot/layout.ts +141 -0
  438. package/src/slot/schemas.ts +46 -0
  439. package/src/slot/types.ts +164 -0
  440. package/src/topology/card.ts +106 -0
  441. package/src/topology/consts.ts +59 -0
  442. package/src/topology/helpers.ts +138 -0
  443. package/src/topology/index.ts +5 -0
  444. package/src/topology/types.ts +86 -0
  445. package/src/types.ts +104 -0
  446. package/src/ux/consts.ts +5 -0
  447. package/src/ux/index.ts +4 -0
  448. package/src/ux/schemas.ts +97 -0
  449. package/src/ux/types.ts +25 -0
  450. package/tests/connect-convert.spec.ts +161 -0
  451. package/tests/convert.spec.ts +318 -0
  452. package/tests/design.spec.ts +136 -0
  453. package/tsconfig.json +16 -0
@@ -0,0 +1,456 @@
1
+ import type {
2
+ ArchitectureCase, ConversionDecision, ConversionEstimate, ConversionStackRef, ConversionStage,
3
+ ConversionStatus, ConvertibilityReason, ConvertibilityVerdict, OriginKind, OriginShape,
4
+ OriginState, StoryEstimateBand
5
+ } from '../convert/index.js'
6
+ import type {
7
+ ConnectExecutor, ConnectHarness, ConnectJobBlock, ConnectJobKind, ConnectJobStatus, ConnectLlm,
8
+ ConnectSessionStatus, ConnectTarget, ConnectTransport, ModelTier
9
+ } from './consts.js'
10
+ import type { InquiryAnswerPayload, InquiryPayload } from './ops.js'
11
+
12
+ /**
13
+ * What a parent agent can do, as it reports itself.
14
+ *
15
+ * `tiers` is what decides whether the local-LLM mode is usable at all: a parent that names no
16
+ * model for a tier still gets tasks, clamped to the nearest tier it does offer.
17
+ */
18
+ export interface ConnectCapabilities {
19
+ harness: ConnectHarness
20
+ /** Tier → the parent's own name for the model it will run that tier on. Display only. */
21
+ tiers: Partial<Record<ModelTier, string>>
22
+ /** Whether the parent can run a task in an isolated subagent rather than its own conversation. */
23
+ subagents: boolean
24
+ /** Whether the parent can ask for low reasoning effort explicitly. */
25
+ effortControl: boolean
26
+ /** Which operation kinds this connector will execute. */
27
+ executors: ConnectExecutor[]
28
+ /** What the local machine has, learned from the configure op. Absent until one has run. */
29
+ services?: ConnectServices
30
+ }
31
+
32
+ /** What a local machine actually provides. Reported by the connector, never assumed. */
33
+ export interface ConnectServices {
34
+ db: boolean
35
+ valkey: boolean
36
+ }
37
+
38
+ export interface ConnectSession {
39
+ id?: string
40
+ profileId: string
41
+ entityId: string
42
+ projectId?: string
43
+ /** The absolute directory the target lives in, for a local target. Identity for supersede. */
44
+ projectDir?: string
45
+ target: ConnectTarget
46
+ llm: ConnectLlm
47
+ harness: ConnectHarness
48
+ clientVersion: string
49
+ capabilities: ConnectCapabilities
50
+ status: ConnectSessionStatus
51
+ /** How the connector is receiving operations right now. */
52
+ transport?: ConnectTransport
53
+ openedAt: Date
54
+ lastSeenAt: Date
55
+ closedAt?: Date
56
+ createdAt: Date
57
+ updatedAt?: Date
58
+ }
59
+
60
+ /** What a connector asks for when it attaches. */
61
+ export interface ConnectSessionOpen {
62
+ projectId?: string
63
+ projectDir?: string
64
+ target: ConnectTarget
65
+ harness: ConnectHarness
66
+ clientVersion: string
67
+ capabilities: ConnectCapabilities
68
+ }
69
+
70
+ export interface ConnectSessionParams {
71
+ sessionId: string
72
+ }
73
+
74
+ export interface ConnectSessionView {
75
+ id: string
76
+ target: ConnectTarget
77
+ llm: ConnectLlm
78
+ projectId?: string
79
+ status: ConnectSessionStatus
80
+ /** Operations waiting for this session right now. */
81
+ pending: number
82
+ expiresAt: string
83
+ }
84
+
85
+ /**
86
+ * A derived view of "what the platform is doing for this project right now".
87
+ *
88
+ * Never stored. It is composed per request from the project lock, the slot record, the story
89
+ * record, the latest pipeline run row and the operations queued for the project — the same facts
90
+ * the manager UI reads, arranged for a caller that has one question ("may I stop waiting?") and
91
+ * one follow-up ("what do I call next?").
92
+ */
93
+ export interface ConnectJob {
94
+ id: string
95
+ kind: ConnectJobKind
96
+ status: ConnectJobStatus
97
+ projectId: string
98
+ storyId?: string
99
+ runId?: string
100
+ /** The pipeline step in flight, when a run row says. */
101
+ phase?: string
102
+ progress?: ConnectJobProgress
103
+ blockedOn?: ConnectJobBlock
104
+ /**
105
+ * The question a parked run is waiting on — present exactly when it is blocked on one.
106
+ *
107
+ * Carried on the job rather than left to a second lookup because a parent reads a job and
108
+ * nothing else while it polls: a run that stopped for a person, described only as "blocked",
109
+ * is a run whose parent waits out the timeout for a question it was never shown. It is also
110
+ * the ONLY way back to a question whose operation timed out while nobody was attached — the
111
+ * connector's own queue holds nothing at that point.
112
+ */
113
+ inquiry?: InquiryPayload
114
+ /** One sentence a parent agent can show a human. */
115
+ message?: string
116
+ /** Present on `Failed`, and on `Done` where the run recorded a warning. */
117
+ error?: string
118
+ /** Kind-specific payload once `Done`. */
119
+ result?: Record<string, unknown>
120
+ startedAt?: string
121
+ updatedAt: string
122
+ }
123
+
124
+ export interface ConnectJobProgress {
125
+ step?: string
126
+ completed: string[]
127
+ pending: string[]
128
+ }
129
+
130
+ export interface ConnectJobParams {
131
+ id: string
132
+ jobId: string
133
+ }
134
+
135
+ export interface ConnectWaitQuery {
136
+ /** Seconds to wait before answering; clamped to the pull ceiling. */
137
+ wait?: number
138
+ }
139
+
140
+ /** Paging and filtering for the story list a connector reads. */
141
+ export interface ConnectStoryQuery {
142
+ page?: number
143
+ size?: number
144
+ status?: string
145
+ area?: string
146
+ /** Free-text match against the story narrative and its code. */
147
+ q?: string
148
+ }
149
+
150
+ export interface ConnectStoryList {
151
+ items: ConnectStoryItem[]
152
+ page: number
153
+ size: number
154
+ total: number
155
+ }
156
+
157
+ export interface ConnectStoryItem {
158
+ id: string
159
+ code?: string
160
+ story: string
161
+ area?: string
162
+ status: string
163
+ primary: boolean
164
+ warning?: string
165
+ createdAt: string
166
+ }
167
+
168
+ /** What a connector needs to know about a project in one call. */
169
+ export interface ConnectProjectStatus {
170
+ project: {
171
+ id: string
172
+ name: string
173
+ alias: string
174
+ description?: string
175
+ specification?: string
176
+ vision?: string
177
+ }
178
+ slot?: {
179
+ id: string
180
+ kind: string
181
+ status: string
182
+ slug: string
183
+ host?: string
184
+ initialized?: boolean
185
+ lastError?: string
186
+ buildWarning?: string
187
+ backendWarning?: string
188
+ }
189
+ production?: { id: string, status: string, host?: string }
190
+ agent: { locked: boolean, task?: string, lockedAt?: string }
191
+ run?: {
192
+ runId: string
193
+ pipeline: string
194
+ status: string
195
+ step?: string
196
+ completed: string[]
197
+ pending: string[]
198
+ error?: string
199
+ }
200
+ session?: ConnectSessionView
201
+ /** Set for a local target: the connector should not offer cloud-only operations. */
202
+ local: boolean
203
+ }
204
+
205
+ /** The record a local project keeps so a later session knows what it is. */
206
+ export interface ConnectMarker {
207
+ version: 1
208
+ apiUrl: string
209
+ projectId: string
210
+ slug: string
211
+ entitySlug?: string
212
+ createdAt: string
213
+ }
214
+
215
+ /** The per-profile connector preference. */
216
+ export interface ConnectProfileSettings {
217
+ llmMode: ConnectLlm
218
+ }
219
+
220
+ export interface ConnectProfileSettingsView extends ConnectProfileSettings {
221
+ /** Whether the organization's plan allows the local-LLM mode at all. */
222
+ canUseLocal: boolean
223
+ /**
224
+ * The profile's preference for who performs a CONVERSION's model calls.
225
+ *
226
+ * Its own setting rather than a reading of `llmMode`, because the two answer for different
227
+ * work: a conversion reads somebody else's whole repository, which is the one job where handing
228
+ * the inference to the parent agent is the cheap default rather than the experimental option.
229
+ *
230
+ * OPTIONAL for the same reason {@link ConnectCapabilitiesView.defaults} carries `converterLlm`
231
+ * optionally: the two converter fields are answered by a platform build that does not exist yet,
232
+ * and this package is consumed by the platform through a workspace link rather than a published
233
+ * range — a required field here is a compile error in every handler that already returns this
234
+ * view. Tightened to required once the platform's conversion handlers fill them.
235
+ */
236
+ converterLlmMode?: ConnectLlm
237
+ /** Whether this caller may run a conversion's model calls on the parent agent. */
238
+ canUseConverterLocal?: boolean
239
+ }
240
+
241
+ export interface ConnectLlmBody {
242
+ llmMode: ConnectLlm
243
+ }
244
+
245
+ /** The per-project override, and what it resolves to. */
246
+ export interface ConnectProjectSettings {
247
+ /** `null` means "inherit the profile setting". */
248
+ llmMode: ConnectLlm | null
249
+ effective: ConnectLlm
250
+ canUseLocal: boolean
251
+ /**
252
+ * The project's converter override; `null` inherits the profile's.
253
+ *
254
+ * Optional on the same forward-compatibility grounds as
255
+ * {@link ConnectProfileSettingsView.converterLlmMode} — absent from an answer written before the
256
+ * platform's conversion handlers land, and never to be read as a value.
257
+ */
258
+ converterLlmMode?: ConnectLlm | null
259
+ /** What the override, the profile and the platform's own floor actually resolve to. */
260
+ converterEffective?: ConnectLlm
261
+ }
262
+
263
+ export interface ConnectProjectLlmBody {
264
+ llmMode: ConnectLlm | null
265
+ }
266
+
267
+ /** What the platform tells a connector about itself. */
268
+ export interface ConnectCapabilitiesView {
269
+ /** Tier → the platform role names that will be asked for at that tier. */
270
+ tiers: Record<ModelTier, string[]>
271
+ /** Whether this caller may open a local-LLM session. */
272
+ localLlm: boolean
273
+ /**
274
+ * The default mode for a new session, resolved from the caller's settings.
275
+ *
276
+ * `converterLlm` is OPTIONAL: an older platform does not send it, and a client that treated its
277
+ * absence as a value would pin every conversion to whatever its own default happened to be.
278
+ */
279
+ defaults: { target: ConnectTarget, llm: ConnectLlm, converterLlm?: ConnectLlm }
280
+ limits: {
281
+ pullWaitMs: number
282
+ modelTaskTimeoutMs: number
283
+ maxPending: number
284
+ }
285
+ }
286
+
287
+ /** Attach an existing project to a session. */
288
+ export interface ConnectAttachBody {
289
+ projectId?: string
290
+ slug?: string
291
+ projectDir?: string
292
+ }
293
+
294
+ /** Create a project through the connector; `target` decides where its tree will live. */
295
+ export interface ConnectCreateBody {
296
+ prompt: string
297
+ target?: ConnectTarget
298
+ }
299
+
300
+ /** Confirm a drafted project, optionally editing what the analysis produced. */
301
+ export interface ConnectConfirmBody {
302
+ name?: string
303
+ description?: string
304
+ specification?: string
305
+ vision?: string
306
+ target?: ConnectTarget
307
+ }
308
+
309
+ export interface ConnectModifyBody {
310
+ prompt: string
311
+ }
312
+
313
+ export interface ConnectStoryBody {
314
+ story: string
315
+ }
316
+
317
+ export interface ConnectPipelineParams {
318
+ id: string
319
+ runId: string
320
+ }
321
+
322
+ export interface ConnectPipelineResumeBody {
323
+ from?: string
324
+ force?: boolean
325
+ /**
326
+ * Answers to the questions a parked run is waiting on, keyed by inquiry id.
327
+ *
328
+ * A run stops at `Waiting` because a step asked something; resuming it without what it asked for
329
+ * makes it ask again. The runner MERGES these into whatever the run already carries rather than
330
+ * replacing them, so a resume that answers one of two outstanding questions keeps the other.
331
+ */
332
+ answers?: Record<string, InquiryAnswerPayload>
333
+ }
334
+
335
+ /** Start a conversion of an existing project's code. */
336
+ export interface ConnectConvertCreateBody {
337
+ name?: string
338
+ about?: string
339
+ /** Where the converted target's tree will live. */
340
+ target?: ConnectTarget
341
+ /**
342
+ * Where the code comes from.
343
+ *
344
+ * Absent for a LOCAL target the connector is already attached to: the tree is the directory the
345
+ * session opened on, and there is nothing to fetch.
346
+ */
347
+ origin?: { kind: OriginKind, repoUrl?: string, branch?: string }
348
+ }
349
+
350
+ /** Decide what happens at a stage boundary. */
351
+ export interface ConnectConvertProceedBody {
352
+ decision: ConversionDecision
353
+ /** Free text the user added to the decision; recorded, never parsed. */
354
+ note?: string
355
+ }
356
+
357
+ /** Answer one question a parked run is waiting on. */
358
+ export type ConnectInquiryAnswerBody = InquiryAnswerPayload
359
+
360
+ /**
361
+ * Whether this origin can be converted, and what it will cost.
362
+ *
363
+ * Answered BEFORE anything is provisioned or charged, from the census alone — which is why it
364
+ * carries the counts it was decided from rather than a bare verdict.
365
+ */
366
+ export interface ConvertCheck {
367
+ projectId: string
368
+ verdict: ConvertibilityVerdict
369
+ reasons: ConvertibilityReason[]
370
+ stack?: ConversionStackRef
371
+ architecture?: ArchitectureCase
372
+ shape: OriginShape
373
+ monorepo: boolean
374
+ /** Workspace members and directories nothing declares. Named, because each one is a decision. */
375
+ unlinked: string[]
376
+ files: number
377
+ bytes: number
378
+ /** Bulk data files found — sampled and described, never carried. */
379
+ bulk: number
380
+ estimate?: ConversionEstimate
381
+ }
382
+
383
+ /** Everything a caller needs to draw the conversion's current state in one call. */
384
+ export interface ConversionStatusView {
385
+ projectId: string
386
+ stage: ConversionStage
387
+ status: ConversionStatus
388
+ /** The last decision the user made. */
389
+ decision?: ConversionDecision
390
+ verdict?: ConvertibilityVerdict
391
+ stack?: ConversionStackRef
392
+ /** What the conversion is rebuilding the project ONTO. Always the Viable stack today. */
393
+ targetStack?: ConversionStackRef
394
+ architecture?: ArchitectureCase
395
+ /** One per stage that has been estimated, newest last. */
396
+ estimates: ConversionEstimate[]
397
+ storyEstimate?: StoryEstimateBand
398
+ originState: OriginState
399
+ /** How many questions the conversion answered for itself. Each one is readable in the docs. */
400
+ assumptions: number
401
+ runId?: string
402
+ /** Set exactly when `status` is `Waiting`: the question the run stopped on. */
403
+ pendingInquiry?: InquiryPayload
404
+ lastError?: string
405
+ updatedAt: string
406
+ }
407
+
408
+ /** The acknowledgement returned when a connector submits an operation result. */
409
+ export interface ConnectOpSubmission {
410
+ ok: boolean
411
+ /** The operation was already resolved; retrying a lost HTTP response is safe. */
412
+ ignored?: boolean
413
+ }
414
+
415
+ /** The deliberate small projection returned by the connector project list. */
416
+ export interface ConnectProjectSummary {
417
+ id: string
418
+ name: string
419
+ alias: string
420
+ }
421
+
422
+ /** A story item returned after creating, editing or fetching one story. */
423
+ export interface ConnectStoryMutation {
424
+ id: string
425
+ code?: string
426
+ story: string
427
+ area?: string
428
+ status: string
429
+ primary: boolean
430
+ warning?: string
431
+ createdAt: string
432
+ }
433
+
434
+ /** The success answer for deleting a story. */
435
+ export interface ConnectStoryDeletion {
436
+ deleted: boolean
437
+ }
438
+
439
+ /** The persistent state of one pipeline run, read by a connector without platform internals. */
440
+ export interface ConnectPipelineState {
441
+ runId: string
442
+ pipeline: string
443
+ version: number
444
+ status: string
445
+ step?: string
446
+ completed: string[]
447
+ pending: string[]
448
+ warnings: string[]
449
+ failedAt?: string
450
+ error?: string
451
+ note?: string
452
+ attempts: number
453
+ startedAt: string
454
+ heartbeatAt: string
455
+ updatedAt: string
456
+ }
package/src/consts.ts ADDED
@@ -0,0 +1,34 @@
1
+ import type { NonSecretScalarSlotMetadata, SlotListMetadata, SlotSecretMetadata } from "./types.js"
2
+
3
+ export enum SeniorityMode {
4
+ Junior = 'junior',
5
+ Middle = 'middle',
6
+ Senior = 'senior'
7
+ }
8
+
9
+ export const metadataConfigs = [
10
+ 'projectName',
11
+ 'oidcClientId',
12
+ 'oidcRealm',
13
+ 'oidcIssuerUrl',
14
+ 'brandingCopyright',
15
+ 'brandingOrganization',
16
+ 'brandingTermsUrl',
17
+ 'brandingPrivacyUrl',
18
+ 'brandingCredit',
19
+ 'brandingHideCreditIntent',
20
+ ] satisfies (keyof NonSecretScalarSlotMetadata)[]
21
+
22
+ export const metadataLists = [
23
+ 'permissions',
24
+ 'backendEnvVars',
25
+ 'frontendEnvVars',
26
+ 'oidcRedirectUris',
27
+ 'allowedOrigins'
28
+ ] satisfies (keyof SlotListMetadata)[]
29
+
30
+ export const metadataSecrets = [
31
+ 'oidcClientSecret',
32
+ 'dbAppPassword',
33
+ 'valkeyPassword',
34
+ ] satisfies (keyof SlotSecretMetadata)[]