@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,477 @@
1
+ /**
2
+ * The shape a target project must have before the platform will install, build or run it.
3
+ *
4
+ * A slot is a pod the platform owns, on a hostname the platform owns, holding a volume the
5
+ * user can write to — through the editor, through the agent, and through a GitHub pull that
6
+ * merges a tree nobody here has read. What the publisher then executes comes out of that
7
+ * volume: `bun run build` reads `scripts.build` from a `package.json` on the PVC, `bun install`
8
+ * runs whatever lifecycle hooks it declares, and `bun dist/index.js` runs whatever the build
9
+ * emitted. Replacing the generated app with something else is therefore not an exploit — it is
10
+ * the documented behaviour of the tools, and the manifest below is what makes it fail.
11
+ *
12
+ * Deliberately structural, never heuristic: a list of paths, a handful of exact strings, and
13
+ * a few markers. Nothing here asks a model what code means. The point is not to judge a
14
+ * program — it is to refuse a tree that is not the one the platform generated.
15
+ *
16
+ * **Two trees are the one the platform generated.** A slot's volume holds the layout it was
17
+ * initialized with for the life of the project and nothing migrates it, so the manifest is
18
+ * per-layout and the tree picks which one it is verified against ({@link detectTargetLayout}).
19
+ * Asserting the current layout unconditionally is not a stricter check — it is a check aimed at
20
+ * the wrong tree, and every legacy slot answers it with one `missing` violation per path it was
21
+ * never supposed to have. That refuses the application the platform itself generated, in front
22
+ * of every spawn, which takes the target's backend down permanently while its preview keeps
23
+ * serving the last build.
24
+ */
25
+
26
+ /** The five workspace packages of the current layout, in the order the build runs them. */
27
+ export enum TargetPackage {
28
+ Common = 'common',
29
+ Backend = 'backend',
30
+ Api = 'api',
31
+ Web = 'web',
32
+ Worker = 'worker',
33
+ }
34
+
35
+ /**
36
+ * The three workspace packages of the legacy layout.
37
+ *
38
+ * Not a renaming of {@link TargetPackage}: v1's `backend` is the HTTP SERVER (v2 split that into
39
+ * the `backend` library plus the `api` runtime) and its `frontend` is v2's `web`. The two
40
+ * vocabularies overlap in spelling and disagree in meaning, which is exactly why they are
41
+ * separate enums and every rule is looked up per layout.
42
+ */
43
+ export enum TargetLegacyPackage {
44
+ Common = 'common',
45
+ Backend = 'backend',
46
+ Frontend = 'frontend',
47
+ }
48
+
49
+ /** Directory holding the workspace packages of the current layout, relative to the sandbox root. */
50
+ export const TARGET_PACKAGES_DIR = 'sources'
51
+
52
+ /** The legacy layout's packages directory, kept so an already-published slot stays servable. */
53
+ export const TARGET_LEGACY_PACKAGES_DIR = 'packages'
54
+
55
+ /** The packages that bundle themselves — the ones carrying a rollup pair. */
56
+ export const TARGET_BUNDLED_PACKAGES = [
57
+ TargetPackage.Api, TargetPackage.Web, TargetPackage.Worker,
58
+ ] as const
59
+
60
+ /** Same, for the legacy layout: its `common` is the only `tsc -b` library. */
61
+ export const TARGET_LEGACY_BUNDLED_PACKAGES = [
62
+ TargetLegacyPackage.Backend, TargetLegacyPackage.Frontend,
63
+ ] as const
64
+
65
+ export const TARGET_LEGACY_PACKAGES = Object.values(TargetLegacyPackage)
66
+
67
+ /**
68
+ * The layout a target was generated with.
69
+ *
70
+ * Slots created before the `create-app` adoption hold `packages/{common,backend,frontend}` and
71
+ * keep running: their volume is the user's, and a platform that refuses to serve what it itself
72
+ * generated is a platform that deletes projects. Detection is by probe file rather than by a
73
+ * recorded flag, because the tree on the PVC is the only thing that is certainly true about it —
74
+ * a re-initialization replaces the tree wholesale under a running pod.
75
+ */
76
+ export enum TargetLayout {
77
+ V1 = 'v1',
78
+ V2 = 'v2',
79
+ }
80
+
81
+ /**
82
+ * What the platform generates today. The one layout a NEW project is ever created with, and
83
+ * therefore the only one anything upstream of the sandbox — code generation, path builders,
84
+ * the metadata tree — knows how to write.
85
+ */
86
+ export const TARGET_CURRENT_LAYOUT = TargetLayout.V2
87
+
88
+ /**
89
+ * Everything one layout asserts about a tree.
90
+ *
91
+ * One record per layout rather than a set of parallel constants, because the rules are the same
92
+ * questions asked of a different package set: a rule that exists for one layout and is forgotten
93
+ * for the other is a hole that nothing fails on.
94
+ */
95
+ export interface TargetLayoutManifest {
96
+ layout: TargetLayout
97
+ /** Directory holding the workspace packages, relative to the sandbox root. */
98
+ dir: string
99
+ /** Package directory names, in build order. */
100
+ packages: readonly string[]
101
+ /** The one file whose presence identifies this layout and appears in no other. */
102
+ probe: string
103
+ /** Every file the verifier reads for this layout. */
104
+ files: readonly string[]
105
+ /** Files no user-facing write may touch in a tree of this layout. */
106
+ protectedFiles: readonly string[]
107
+ /** The exact `scripts.build` each package must declare. */
108
+ buildScripts: Readonly<Record<string, string>>
109
+ /** Framework dependencies without which a package cannot be the generated app. */
110
+ requiredDeps: Readonly<Record<string, readonly string[]>>
111
+ /** The workspace siblings each package must depend on. */
112
+ workspaceDeps: Readonly<Record<string, readonly string[]>>
113
+ /** The glob spelling of the root manifest's workspace list. */
114
+ workspaceGlob: string
115
+ /** The written-out spelling of the same list. */
116
+ workspaceEntries: readonly string[]
117
+ /** Markers proving an entry file is still the framework's entry, keyed by file. */
118
+ markers: Readonly<Record<string, readonly string[]>>
119
+ }
120
+
121
+ const fileIn = (dir: string, pkg: string, path: string): string => `${dir}/${pkg}/${path}`
122
+
123
+ /** The harness files, protected in every layout — see {@link TARGET_PROTECTED_FILES}. */
124
+ const HARNESS_PROTECTED = ['.claude/settings.json', '.agents/scripts/link-skills.sh'] as const
125
+
126
+ /** Root-level files protected in every layout. */
127
+ const ROOT_PROTECTED = ['package.json', 'bunfig.toml', 'bun.lock', 'index.js'] as const
128
+
129
+ const protectedOf = (
130
+ dir: string, packages: readonly string[], bundled: readonly string[]
131
+ ): readonly string[] => [
132
+ ...ROOT_PROTECTED,
133
+ ...HARNESS_PROTECTED,
134
+ ...packages.flatMap(pkg => [fileIn(dir, pkg, 'package.json'), fileIn(dir, pkg, 'tsconfig.json')]),
135
+ ...bundled.flatMap(pkg =>
136
+ [fileIn(dir, pkg, 'rollup.config.js'), fileIn(dir, pkg, 'rollup.build.mjs')]),
137
+ ]
138
+
139
+ const v2 = (pkg: TargetPackage, path: string): string =>
140
+ fileIn(TARGET_PACKAGES_DIR, pkg, path)
141
+ const v1 = (pkg: TargetLegacyPackage, path: string): string =>
142
+ fileIn(TARGET_LEGACY_PACKAGES_DIR, pkg, path)
143
+
144
+ /**
145
+ * The current layout: five workspace packages under `sources/`.
146
+ *
147
+ * `common` and `backend` are libraries the other three import, so they emit declarations with
148
+ * `tsc -b` rather than a bundle; `api`, `web` and `worker` each bundle themselves.
149
+ */
150
+ const V2_MANIFEST: TargetLayoutManifest = {
151
+ layout: TargetLayout.V2,
152
+ dir: TARGET_PACKAGES_DIR,
153
+ packages: Object.values(TargetPackage),
154
+ // The same file the publisher's own filesystem detection probes for (`sources/api`), so the
155
+ // two answers about one volume cannot disagree.
156
+ probe: v2(TargetPackage.Api, 'package.json'),
157
+ files: [
158
+ 'package.json',
159
+ 'bunfig.toml',
160
+ v2(TargetPackage.Common, 'package.json'),
161
+ v2(TargetPackage.Common, 'tsconfig.json'),
162
+ v2(TargetPackage.Common, 'src/index.ts'),
163
+ v2(TargetPackage.Common, 'src/entrypoints.ts'),
164
+ v2(TargetPackage.Backend, 'package.json'),
165
+ v2(TargetPackage.Backend, 'tsconfig.json'),
166
+ v2(TargetPackage.Backend, 'src/index.ts'),
167
+ v2(TargetPackage.Backend, 'src/context.ts'),
168
+ v2(TargetPackage.Backend, 'src/config.ts'),
169
+ v2(TargetPackage.Api, 'package.json'),
170
+ v2(TargetPackage.Api, 'tsconfig.json'),
171
+ v2(TargetPackage.Api, 'rollup.config.js'),
172
+ v2(TargetPackage.Api, 'rollup.build.mjs'),
173
+ v2(TargetPackage.Api, 'src/index.ts'),
174
+ v2(TargetPackage.Api, 'src/owlmeans.ts'),
175
+ v2(TargetPackage.Api, 'src/config.ts'),
176
+ v2(TargetPackage.Api, 'src/entrypoints.ts'),
177
+ v2(TargetPackage.Web, 'package.json'),
178
+ v2(TargetPackage.Web, 'tsconfig.json'),
179
+ v2(TargetPackage.Web, 'rollup.config.js'),
180
+ v2(TargetPackage.Web, 'rollup.build.mjs'),
181
+ v2(TargetPackage.Web, 'src/index.tsx'),
182
+ v2(TargetPackage.Web, 'src/owlmeans.ts'),
183
+ v2(TargetPackage.Web, 'src/config.ts'),
184
+ v2(TargetPackage.Web, 'src/entrypoints.ts'),
185
+ v2(TargetPackage.Worker, 'package.json'),
186
+ v2(TargetPackage.Worker, 'tsconfig.json'),
187
+ v2(TargetPackage.Worker, 'rollup.config.js'),
188
+ v2(TargetPackage.Worker, 'rollup.build.mjs'),
189
+ v2(TargetPackage.Worker, 'src/index.ts'),
190
+ v2(TargetPackage.Worker, 'src/owlmeans.ts'),
191
+ v2(TargetPackage.Worker, 'src/config.ts'),
192
+ v2(TargetPackage.Worker, 'src/entrypoints.ts'),
193
+ ],
194
+ protectedFiles: protectedOf(
195
+ TARGET_PACKAGES_DIR, Object.values(TargetPackage), TARGET_BUNDLED_PACKAGES),
196
+ buildScripts: {
197
+ [TargetPackage.Common]: 'tsc -b',
198
+ [TargetPackage.Backend]: 'tsc -b',
199
+ [TargetPackage.Api]: 'bun ./rollup.build.mjs',
200
+ [TargetPackage.Web]: 'bun ./rollup.build.mjs',
201
+ [TargetPackage.Worker]: 'bun ./rollup.build.mjs',
202
+ },
203
+ requiredDeps: {
204
+ [TargetPackage.Common]: ['@owlmeans/context', '@owlmeans/entrypoint'],
205
+ [TargetPackage.Backend]: ['@owlmeans/context', '@owlmeans/postgres-resource'],
206
+ [TargetPackage.Api]: ['@owlmeans/server-app'],
207
+ [TargetPackage.Web]: ['@owlmeans/web-client'],
208
+ [TargetPackage.Worker]: ['@owlmeans/queue', '@owlmeans/redis-queue'],
209
+ },
210
+ // `api` and `worker` both reach the database through `backend`, which is the whole reason
211
+ // `backend` is a library: two runtimes, one context factory, one set of resources. A `worker`
212
+ // that stopped depending on `backend` is processing jobs against something else.
213
+ workspaceDeps: {
214
+ [TargetPackage.Common]: [],
215
+ [TargetPackage.Backend]: [TargetPackage.Common],
216
+ [TargetPackage.Api]: [TargetPackage.Common, TargetPackage.Backend],
217
+ [TargetPackage.Web]: [TargetPackage.Common],
218
+ [TargetPackage.Worker]: [TargetPackage.Backend],
219
+ },
220
+ workspaceGlob: `${TARGET_PACKAGES_DIR}/*`,
221
+ workspaceEntries: Object.values(TargetPackage).map(pkg => `${TARGET_PACKAGES_DIR}/${pkg}`),
222
+ markers: {
223
+ [v2(TargetPackage.Common, 'src/index.ts')]: ['./entrypoints.js'],
224
+ [v2(TargetPackage.Backend, 'src/index.ts')]: ['./context.js'],
225
+ [v2(TargetPackage.Backend, 'src/context.ts')]: ['@owlmeans/context', 'makeContext'],
226
+ [v2(TargetPackage.Api, 'src/index.ts')]: ['./owlmeans.js', 'initOwlMeans'],
227
+ [v2(TargetPackage.Api, 'src/owlmeans.ts')]: ['@owlmeans/server-app', 'makeContext'],
228
+ [v2(TargetPackage.Web, 'src/index.tsx')]: ['@owlmeans/web-client', 'renderApp', './owlmeans'],
229
+ [v2(TargetPackage.Web, 'src/owlmeans.ts')]: ['makeContext', 'owlCtx'],
230
+ // The worker binds nothing but its health port; what makes it a worker is that it listens.
231
+ [v2(TargetPackage.Worker, 'src/index.ts')]: ['./owlmeans.js', 'initOwlMeans'],
232
+ [v2(TargetPackage.Worker, 'src/owlmeans.ts')]: ['@owlmeans/queue', 'makeContext'],
233
+ // The build configuration itself: what it reads and what it emits. These are the paths the
234
+ // publisher spawns and serves, so a config that redirects either one is a different program.
235
+ // Matched loosely enough to survive the `path.resolve(srcDir, …)` the template writes them
236
+ // with, and strictly enough that an input or an output somewhere else fails.
237
+ [v2(TargetPackage.Api, 'rollup.config.js')]: ['input:', 'index.ts', 'dist', 'index.js'],
238
+ [v2(TargetPackage.Web, 'rollup.config.js')]: ['input:', 'index.tsx', 'dist', 'bundle.js'],
239
+ [v2(TargetPackage.Worker, 'rollup.config.js')]: ['input:', 'index.ts', 'dist', 'index.js'],
240
+ },
241
+ }
242
+
243
+ /**
244
+ * The legacy layout: three workspace packages under `packages/`.
245
+ *
246
+ * Frozen — nothing generates one any more, and every rule here is stated against the trees that
247
+ * exist rather than against a template this repository still ships (it does not). `backend` is
248
+ * the HTTP server AND the data layer, which is why it carries both `@owlmeans/server-app` and
249
+ * `@owlmeans/postgres-resource`; `common` is the only library.
250
+ */
251
+ const V1_MANIFEST: TargetLayoutManifest = {
252
+ layout: TargetLayout.V1,
253
+ dir: TARGET_LEGACY_PACKAGES_DIR,
254
+ packages: TARGET_LEGACY_PACKAGES,
255
+ // `packages/backend` again — the publisher's own marker for this layout.
256
+ probe: v1(TargetLegacyPackage.Backend, 'package.json'),
257
+ files: [
258
+ 'package.json',
259
+ 'bunfig.toml',
260
+ v1(TargetLegacyPackage.Common, 'package.json'),
261
+ v1(TargetLegacyPackage.Common, 'tsconfig.json'),
262
+ v1(TargetLegacyPackage.Common, 'src/index.ts'),
263
+ v1(TargetLegacyPackage.Common, 'src/entrypoints.ts'),
264
+ v1(TargetLegacyPackage.Backend, 'package.json'),
265
+ v1(TargetLegacyPackage.Backend, 'tsconfig.json'),
266
+ v1(TargetLegacyPackage.Backend, 'rollup.config.js'),
267
+ v1(TargetLegacyPackage.Backend, 'rollup.build.mjs'),
268
+ v1(TargetLegacyPackage.Backend, 'src/index.ts'),
269
+ v1(TargetLegacyPackage.Backend, 'src/owlmeans.ts'),
270
+ v1(TargetLegacyPackage.Backend, 'src/config.ts'),
271
+ v1(TargetLegacyPackage.Backend, 'src/entrypoints.ts'),
272
+ v1(TargetLegacyPackage.Frontend, 'package.json'),
273
+ v1(TargetLegacyPackage.Frontend, 'tsconfig.json'),
274
+ v1(TargetLegacyPackage.Frontend, 'rollup.config.js'),
275
+ v1(TargetLegacyPackage.Frontend, 'rollup.build.mjs'),
276
+ v1(TargetLegacyPackage.Frontend, 'src/index.tsx'),
277
+ v1(TargetLegacyPackage.Frontend, 'src/owlmeans.ts'),
278
+ v1(TargetLegacyPackage.Frontend, 'src/config.ts'),
279
+ v1(TargetLegacyPackage.Frontend, 'src/entrypoints.ts'),
280
+ ],
281
+ protectedFiles: protectedOf(
282
+ TARGET_LEGACY_PACKAGES_DIR, TARGET_LEGACY_PACKAGES, TARGET_LEGACY_BUNDLED_PACKAGES),
283
+ buildScripts: {
284
+ [TargetLegacyPackage.Common]: 'tsc -b',
285
+ [TargetLegacyPackage.Backend]: 'bun ./rollup.build.mjs',
286
+ [TargetLegacyPackage.Frontend]: 'bun ./rollup.build.mjs',
287
+ },
288
+ requiredDeps: {
289
+ [TargetLegacyPackage.Common]: ['@owlmeans/context', '@owlmeans/entrypoint'],
290
+ [TargetLegacyPackage.Backend]: ['@owlmeans/server-app', '@owlmeans/postgres-resource'],
291
+ [TargetLegacyPackage.Frontend]: ['@owlmeans/web-client'],
292
+ },
293
+ workspaceDeps: {
294
+ [TargetLegacyPackage.Common]: [],
295
+ [TargetLegacyPackage.Backend]: [TargetLegacyPackage.Common],
296
+ [TargetLegacyPackage.Frontend]: [TargetLegacyPackage.Common],
297
+ },
298
+ workspaceGlob: `${TARGET_LEGACY_PACKAGES_DIR}/*`,
299
+ workspaceEntries: TARGET_LEGACY_PACKAGES.map(pkg => `${TARGET_LEGACY_PACKAGES_DIR}/${pkg}`),
300
+ markers: {
301
+ [v1(TargetLegacyPackage.Common, 'src/index.ts')]: ['./entrypoints.js'],
302
+ [v1(TargetLegacyPackage.Backend, 'src/index.ts')]: ['./owlmeans.js', 'initOwlMeans'],
303
+ [v1(TargetLegacyPackage.Backend, 'src/owlmeans.ts')]: ['@owlmeans/server-app', 'makeContext'],
304
+ [v1(TargetLegacyPackage.Frontend, 'src/index.tsx')]:
305
+ ['@owlmeans/web-client', 'renderApp', './owlmeans'],
306
+ [v1(TargetLegacyPackage.Frontend, 'src/owlmeans.ts')]: ['makeContext', 'owlCtx'],
307
+ [v1(TargetLegacyPackage.Backend, 'rollup.config.js')]:
308
+ ['input:', 'index.ts', 'dist', 'index.js'],
309
+ [v1(TargetLegacyPackage.Frontend, 'rollup.config.js')]:
310
+ ['input:', 'index.tsx', 'dist', 'bundle.js'],
311
+ },
312
+ }
313
+
314
+ /**
315
+ * Every layout the platform is willing to run, keyed by its own name.
316
+ *
317
+ * Declared current-first, and the order is load-bearing: detection walks it and takes the first
318
+ * probe it finds, so a half-migrated tree carrying both is verified against the layout the
319
+ * platform generates today rather than against the frozen one.
320
+ */
321
+ export const TARGET_LAYOUTS: Readonly<Record<TargetLayout, TargetLayoutManifest>> = {
322
+ [TargetLayout.V2]: V2_MANIFEST,
323
+ [TargetLayout.V1]: V1_MANIFEST,
324
+ }
325
+
326
+ /** What one layout asserts. */
327
+ export const targetManifest = (layout: TargetLayout): TargetLayoutManifest =>
328
+ TARGET_LAYOUTS[layout]
329
+
330
+ /**
331
+ * Whether a tree of this layout can still be GENERATED INTO.
332
+ *
333
+ * A legacy target is served, built and run exactly like any other — that is the whole point of
334
+ * verifying it against its own manifest. What no longer works on it is code generation: every
335
+ * path builder, every stamped import specifier and the whole `docs/` metadata tree name the
336
+ * current layout's packages, so a story implemented into a legacy tree writes files into
337
+ * directories its workspace does not contain. That fails silently — the build succeeds, the
338
+ * story completes and the application does not change — which is why the platform refuses
339
+ * instead, and names re-initialization as the one cure.
340
+ *
341
+ * `undefined` reads as current: a publisher that predates layout reporting omits it, and reading
342
+ * that silence as legacy would refuse development for every slot already in the cluster.
343
+ */
344
+ export const isLegacyLayout = (layout: TargetLayout | string | undefined | null): boolean =>
345
+ layout != null && layout !== TARGET_CURRENT_LAYOUT
346
+
347
+ /**
348
+ * The files whose presence tells the layouts apart.
349
+ *
350
+ * Each layout's probe is a path the other cannot have. They are members of their own layout's
351
+ * file list too, so a caller that reads {@link TARGET_INTEGRITY_FILES} always has both in hand —
352
+ * which is the whole reason detection works at all. It did not before: the probe for the legacy
353
+ * layout was declared but never read, so `detectTargetLayout` could only ever answer `V2`.
354
+ */
355
+ export const TARGET_LAYOUT_PROBE_FILES: readonly string[] =
356
+ Object.values(TARGET_LAYOUTS).map(manifest => manifest.probe)
357
+
358
+ /**
359
+ * Which layout a tree is in, from its files alone — IO-free, like everything else here.
360
+ *
361
+ * A tree that shows neither probe is reported as the current layout: it is not a target at all,
362
+ * and the integrity report is what has to say so, in the vocabulary of the layout the platform
363
+ * generates today.
364
+ */
365
+ export const detectTargetLayout = (files: Record<string, string | null>): TargetLayout => {
366
+ for (const manifest of Object.values(TARGET_LAYOUTS)) {
367
+ if (files[manifest.probe] != null) {
368
+ return manifest.layout
369
+ }
370
+ }
371
+
372
+ return TARGET_CURRENT_LAYOUT
373
+ }
374
+
375
+ /**
376
+ * Files a caller must read and hand to `verifyTargetShape`.
377
+ *
378
+ * The UNION over every layout, because a caller reads before it knows which layout it is holding
379
+ * and the probes are what settle that. The verifier reports only the files its selected layout
380
+ * actually requires, so the extra reads cost a `stat` each and never a violation.
381
+ *
382
+ * The verifier is pure and does no IO of its own — the publisher reads these from the PVC, and
383
+ * a test reads them from the template tree. A path that does not exist is passed as `null`,
384
+ * which the verifier reports rather than skipping: absence is a violation for everything here.
385
+ */
386
+ export const TARGET_INTEGRITY_FILES: readonly string[] = [
387
+ ...new Set(Object.values(TARGET_LAYOUTS).flatMap(manifest => manifest.files)),
388
+ ]
389
+
390
+ /**
391
+ * Files no user-facing write may touch, through any path — the union over every layout.
392
+ *
393
+ * These are the ones that decide what gets EXECUTED — the build scripts, the package manifests
394
+ * that name them, the compiler configuration that resolves them, and the install configuration.
395
+ * The agent harness is here for the same reason: `.claude/settings.json` declares a
396
+ * `SessionStart` hook and `.agents/scripts/link-skills.sh` is the command it spawns, so a write
397
+ * to either runs code in the slot the next time an agent session opens, with no build and no
398
+ * request involved. The agent's own generator already refuses the wiring sources
399
+ * (`WIRING_SOURCES`), but that guard is LLM-scoped: it never saw a manual editor save and never
400
+ * saw a git merge.
401
+ *
402
+ * The union rather than the current layout's list, because this is a path-shaped refusal with
403
+ * nothing to gain from being narrow: a v2 path cannot exist in a v1 tree, so covering both costs
404
+ * nothing and covers the legacy slots that were left writable.
405
+ */
406
+ export const TARGET_PROTECTED_FILES: readonly string[] = [
407
+ ...new Set(Object.values(TARGET_LAYOUTS).flatMap(manifest => manifest.protectedFiles)),
408
+ ]
409
+
410
+ /**
411
+ * What a target's root package may be named — and therefore what every other name in the tree is.
412
+ *
413
+ * The root manifest's `name` IS the project slug: it is what the user chose, what the hostname
414
+ * carries, and what each workspace package prefixes itself with. Verification reads it once and
415
+ * checks the rest AGAINST it, so a renamed project stays verifiable instead of being refused for
416
+ * no longer being called `project`.
417
+ *
418
+ * The pattern is the npm-name subset a hostname label also accepts, because the two are the same
419
+ * string: lowercase alphanumerics and inner hyphens, 1–32 characters, never starting or ending
420
+ * with a hyphen.
421
+ */
422
+ export const TARGET_SLUG_PATTERN = /^[a-z0-9](?:[a-z0-9-]{0,30}[a-z0-9])?$/
423
+
424
+ /** `<slug>-<package>` — the only way a workspace package is ever named, in either layout. */
425
+ export const targetPackageName = (slug: string, pkg: string): string => `${slug}-${pkg}`
426
+
427
+ /**
428
+ * npm lifecycle hooks, forbidden in every one of the target's manifests.
429
+ *
430
+ * `bun install` runs these, and the target's install runs as part of ordinary provisioning and
431
+ * of every `Reinstall`. A `postinstall` added to a pulled `package.json` is the shortest path
432
+ * from "merged a branch" to "ran a command in the slot", and it does not need the build to
433
+ * succeed or the app to work.
434
+ */
435
+ export const TARGET_FORBIDDEN_SCRIPTS = [
436
+ 'preinstall', 'install', 'postinstall', 'preprepare', 'prepare', 'postprepare',
437
+ 'prepublish', 'prepublishOnly', 'postpublish', 'prepack', 'postpack',
438
+ ] as const
439
+
440
+ /** Everything one package must declare, once the root manifest has named the slug. */
441
+ export const targetRequiredDeps = (
442
+ slug: string, pkg: string, layout: TargetLayout = TARGET_CURRENT_LAYOUT
443
+ ): string[] => {
444
+ const manifest = targetManifest(layout)
445
+
446
+ return [
447
+ ...(manifest.requiredDeps[pkg] ?? []),
448
+ ...(manifest.workspaceDeps[pkg] ?? []).map(dep => targetPackageName(slug, dep)),
449
+ ]
450
+ }
451
+
452
+ /**
453
+ * The current layout's own rules, kept as named constants because consumers outside the verifier
454
+ * ask about the tree the platform generates today — never about a frozen one.
455
+ */
456
+ export const TARGET_BUILD_SCRIPTS: Readonly<Record<string, string>> = V2_MANIFEST.buildScripts
457
+ export const TARGET_REQUIRED_DEPS: Readonly<Record<string, readonly string[]>> =
458
+ V2_MANIFEST.requiredDeps
459
+ export const TARGET_WORKSPACE_DEPS: Readonly<Record<string, readonly string[]>> =
460
+ V2_MANIFEST.workspaceDeps
461
+ export const TARGET_ENTRY_MARKERS: Readonly<Record<string, readonly string[]>> = V2_MANIFEST.markers
462
+ export const TARGET_WORKSPACE_GLOB = V2_MANIFEST.workspaceGlob
463
+ export const TARGET_WORKSPACE_ENTRIES: readonly string[] = V2_MANIFEST.workspaceEntries
464
+
465
+ /** Rule ids carried on a violation, so a consumer can branch without parsing prose. */
466
+ export enum IntegrityRule {
467
+ Missing = 'missing',
468
+ Unreadable = 'unreadable',
469
+ PackageName = 'package-name',
470
+ ModuleType = 'module-type',
471
+ Workspaces = 'workspaces',
472
+ BuildScript = 'build-script',
473
+ LifecycleScript = 'lifecycle-script',
474
+ RequiredDependency = 'required-dependency',
475
+ EntryMarker = 'entry-marker',
476
+ InstallConfig = 'install-config',
477
+ }
@@ -0,0 +1,3 @@
1
+ export * from './consts.js'
2
+ export * from './verify.js'
3
+ export type * from './types.js'
@@ -0,0 +1,37 @@
1
+ import type { IntegrityRule, TargetLayout } from './consts.js'
2
+
3
+ /** One reason a tree was refused. */
4
+ export interface IntegrityViolation {
5
+ /** Sandbox-relative path the rule was applied to. */
6
+ path: string
7
+ rule: IntegrityRule
8
+ /** One sentence, safe to show a user and to write into `slot.lastError`. */
9
+ detail: string
10
+ }
11
+
12
+ /**
13
+ * The verdict on a target tree.
14
+ *
15
+ * `ok` is the only thing a caller should branch on. `violations` is what a user is shown and
16
+ * what lands in the slot's error — an integrity failure that says only "refused" leaves the
17
+ * owner of a pulled repository with no idea which file to fix.
18
+ */
19
+ export interface TargetIntegrityReport {
20
+ ok: boolean
21
+ violations: IntegrityViolation[]
22
+ /**
23
+ * The layout the tree was verified AGAINST, which is the layout it was detected as.
24
+ *
25
+ * Reported rather than inferred by the caller, because a second detection is a second answer:
26
+ * this one is the one the violations were produced under, and everything downstream — what a
27
+ * slot record says the target is, whether the agent may generate into it — has to agree with
28
+ * the verdict rather than re-derive it from a volume that may have changed since.
29
+ */
30
+ layout: TargetLayout
31
+ }
32
+
33
+ /**
34
+ * The file map handed to the verifier: every path in `TARGET_INTEGRITY_FILES`, with `null` for
35
+ * one that could not be read. The verifier does no IO — see `verifyTargetShape`.
36
+ */
37
+ export type TargetFileMap = Record<string, string | null>