@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 @@
1
+ {"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/integrity/consts.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export * from './consts.js';
2
+ export * from './verify.js';
3
+ export type * from './types.js';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/integrity/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,mBAAmB,YAAY,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './consts.js';
2
+ export * from './verify.js';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integrity/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,35 @@
1
+ import type { IntegrityRule, TargetLayout } from './consts.js';
2
+ /** One reason a tree was refused. */
3
+ export interface IntegrityViolation {
4
+ /** Sandbox-relative path the rule was applied to. */
5
+ path: string;
6
+ rule: IntegrityRule;
7
+ /** One sentence, safe to show a user and to write into `slot.lastError`. */
8
+ detail: string;
9
+ }
10
+ /**
11
+ * The verdict on a target tree.
12
+ *
13
+ * `ok` is the only thing a caller should branch on. `violations` is what a user is shown and
14
+ * what lands in the slot's error — an integrity failure that says only "refused" leaves the
15
+ * owner of a pulled repository with no idea which file to fix.
16
+ */
17
+ export interface TargetIntegrityReport {
18
+ ok: boolean;
19
+ violations: IntegrityViolation[];
20
+ /**
21
+ * The layout the tree was verified AGAINST, which is the layout it was detected as.
22
+ *
23
+ * Reported rather than inferred by the caller, because a second detection is a second answer:
24
+ * this one is the one the violations were produced under, and everything downstream — what a
25
+ * slot record says the target is, whether the agent may generate into it — has to agree with
26
+ * the verdict rather than re-derive it from a volume that may have changed since.
27
+ */
28
+ layout: TargetLayout;
29
+ }
30
+ /**
31
+ * The file map handed to the verifier: every path in `TARGET_INTEGRITY_FILES`, with `null` for
32
+ * one that could not be read. The verifier does no IO — see `verifyTargetShape`.
33
+ */
34
+ export type TargetFileMap = Record<string, string | null>;
35
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/integrity/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAE9D,qCAAqC;AACrC,MAAM,WAAW,kBAAkB;IACjC,qDAAqD;IACrD,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,aAAa,CAAA;IACnB,4EAA4E;IAC5E,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,OAAO,CAAA;IACX,UAAU,EAAE,kBAAkB,EAAE,CAAA;IAChC;;;;;;;OAOG;IACH,MAAM,EAAE,YAAY,CAAA;CACrB;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/integrity/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ import type { TargetFileMap, TargetIntegrityReport } from './types.js';
2
+ /**
3
+ * Decide whether a tree is the generated application, from its files alone.
4
+ *
5
+ * Pure and IO-free on purpose. The publisher reads the sandbox and calls this; a test reads
6
+ * the template and calls this; both then agree by construction. It is also why the check is
7
+ * cheap enough to sit in front of every spawn rather than only at the moments someone
8
+ * remembered to guard.
9
+ *
10
+ * The tree picks the manifest it is verified against. A slot holds the layout it was
11
+ * initialized with for the life of the project and nothing migrates it, so asserting the
12
+ * current layout unconditionally does not make the check stricter — it aims it at a tree that
13
+ * was never there, and every legacy slot answers with one `missing` violation per file it was
14
+ * never supposed to have. That refuses the application the platform itself generated.
15
+ *
16
+ * Every rule collects rather than short-circuits: a tree that fails is usually a person's
17
+ * repository, and telling them one thing at a time turns a fix into a dozen round trips
18
+ * through a pull that reverts itself each time.
19
+ */
20
+ export declare const verifyTargetShape: (files: TargetFileMap) => TargetIntegrityReport;
21
+ /** One line per violation — what goes into a log, `slot.lastError`, or a build diagnostic. */
22
+ export declare const formatIntegrityReport: (report: TargetIntegrityReport) => string;
23
+ //# sourceMappingURL=verify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verify.d.ts","sourceRoot":"","sources":["../../src/integrity/verify.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAsB,aAAa,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAE1F;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,iBAAiB,UAAW,aAAa,KAAG,qBAgMxD,CAAA;AAED,8FAA8F;AAC9F,eAAO,MAAM,qBAAqB,WAAY,qBAAqB,KAAG,MACmB,CAAA"}
@@ -0,0 +1,198 @@
1
+ import { detectTargetLayout, IntegrityRule, TARGET_FORBIDDEN_SCRIPTS, TARGET_SLUG_PATTERN, targetManifest, targetPackageName, targetRequiredDeps } from './consts.js';
2
+ /**
3
+ * Decide whether a tree is the generated application, from its files alone.
4
+ *
5
+ * Pure and IO-free on purpose. The publisher reads the sandbox and calls this; a test reads
6
+ * the template and calls this; both then agree by construction. It is also why the check is
7
+ * cheap enough to sit in front of every spawn rather than only at the moments someone
8
+ * remembered to guard.
9
+ *
10
+ * The tree picks the manifest it is verified against. A slot holds the layout it was
11
+ * initialized with for the life of the project and nothing migrates it, so asserting the
12
+ * current layout unconditionally does not make the check stricter — it aims it at a tree that
13
+ * was never there, and every legacy slot answers with one `missing` violation per file it was
14
+ * never supposed to have. That refuses the application the platform itself generated.
15
+ *
16
+ * Every rule collects rather than short-circuits: a tree that fails is usually a person's
17
+ * repository, and telling them one thing at a time turns a fix into a dozen round trips
18
+ * through a pull that reverts itself each time.
19
+ */
20
+ export const verifyTargetShape = (files) => {
21
+ const violations = [];
22
+ const layout = detectTargetLayout(files);
23
+ const manifest = targetManifest(layout);
24
+ // Only this layout's files. The caller reads the union of every layout's list so that the
25
+ // probes are in hand before the layout is known — reporting the other layout's paths as
26
+ // missing would refuse both trees at once.
27
+ for (const path of manifest.files) {
28
+ if (files[path] == null) {
29
+ violations.push({
30
+ path, rule: IntegrityRule.Missing,
31
+ detail: `${path} is missing — a Viable project always has it.`
32
+ });
33
+ }
34
+ }
35
+ // The slug is read once, from the root, and every package name is checked against it. A
36
+ // project the user renamed is still the project; a package that does not carry the root's
37
+ // name is a different tree wearing the workspace layout.
38
+ const slug = checkRoot();
39
+ checkInstallConfig();
40
+ for (const pkg of manifest.packages) {
41
+ checkPackage(pkg, slug);
42
+ }
43
+ checkMarkers();
44
+ return { ok: violations.length === 0, violations, layout };
45
+ function checkRoot() {
46
+ const found = readJson('package.json');
47
+ if (found == null)
48
+ return null;
49
+ const name = typeof found.name === 'string' ? found.name : '';
50
+ if (!TARGET_SLUG_PATTERN.test(name)) {
51
+ violations.push({
52
+ path: 'package.json', rule: IntegrityRule.PackageName,
53
+ detail: `The root package name "${String(found.name)}" is not a project slug`
54
+ + ` — lowercase letters, digits and inner hyphens, up to 32 characters.`
55
+ });
56
+ }
57
+ if (found.type !== 'module') {
58
+ violations.push({
59
+ path: 'package.json', rule: IntegrityRule.ModuleType,
60
+ detail: 'The root package must declare "type": "module".'
61
+ });
62
+ }
63
+ // The workspace list is what makes the packages resolve to each other. Both spellings are
64
+ // the same tree: the glob `create-app` emits, or the entries written out.
65
+ const declared = Array.isArray(found.workspaces) ? found.workspaces : [];
66
+ const isGlob = declared.length === 1 && declared[0] === manifest.workspaceGlob;
67
+ const isExplicit = declared.length === manifest.workspaceEntries.length
68
+ && manifest.workspaceEntries.every(entry => declared.includes(entry));
69
+ if (!isGlob && !isExplicit) {
70
+ violations.push({
71
+ path: 'package.json', rule: IntegrityRule.Workspaces,
72
+ detail: `The root package must declare the workspaces as ["${manifest.workspaceGlob}"]`
73
+ + ` or as exactly ${manifest.workspaceEntries.join(', ')}.`
74
+ });
75
+ }
76
+ checkScripts('package.json', found);
77
+ return TARGET_SLUG_PATTERN.test(name) ? name : null;
78
+ }
79
+ /**
80
+ * `bunfig.toml` decides where `bun install` fetches from and how it links.
81
+ *
82
+ * A registry line pointed elsewhere makes every dependency in the tree arbitrary code
83
+ * regardless of how well-formed the manifests are, so it is checked as a shape rather than
84
+ * a marker: nothing but the hoisted-linker install block belongs in it.
85
+ */
86
+ function checkInstallConfig() {
87
+ const content = files['bunfig.toml'];
88
+ if (content == null)
89
+ return;
90
+ const offending = content.split('\n')
91
+ .map(line => line.trim())
92
+ .filter(line => line.length > 0 && !line.startsWith('#'))
93
+ .filter(line => !/^\[install\]$/.test(line) && !/^linker\s*=/.test(line));
94
+ if (offending.length > 0) {
95
+ violations.push({
96
+ path: 'bunfig.toml', rule: IntegrityRule.InstallConfig,
97
+ detail: 'bunfig.toml may only declare the hoisted install linker.'
98
+ });
99
+ }
100
+ }
101
+ function checkPackage(pkg, slug) {
102
+ const path = `${manifest.dir}/${pkg}/package.json`;
103
+ const found = readJson(path);
104
+ if (found == null)
105
+ return;
106
+ // With no readable slug the name and the workspace dependencies have nothing to be checked
107
+ // against; the root violation already says why, and repeating it per package is noise.
108
+ if (slug != null) {
109
+ const expected = targetPackageName(slug, pkg);
110
+ if (found.name !== expected) {
111
+ violations.push({
112
+ path, rule: IntegrityRule.PackageName,
113
+ detail: `Package must be named "${expected}", not "${String(found.name)}".`
114
+ });
115
+ }
116
+ }
117
+ if (found.type !== 'module') {
118
+ violations.push({
119
+ path, rule: IntegrityRule.ModuleType,
120
+ detail: `Package "${pkg}" must declare "type": "module".`
121
+ });
122
+ }
123
+ const scripts = asRecord(found.scripts);
124
+ if (scripts.build !== manifest.buildScripts[pkg]) {
125
+ // The one the platform actually spawns.
126
+ violations.push({
127
+ path, rule: IntegrityRule.BuildScript,
128
+ detail: `The build script of "${pkg}" must be exactly \`${manifest.buildScripts[pkg]}\`.`
129
+ });
130
+ }
131
+ checkScripts(path, found);
132
+ if (slug == null)
133
+ return;
134
+ const deps = { ...asRecord(found.dependencies), ...asRecord(found.devDependencies) };
135
+ for (const dep of targetRequiredDeps(slug, pkg, layout)) {
136
+ if (deps[dep] == null) {
137
+ violations.push({
138
+ path, rule: IntegrityRule.RequiredDependency,
139
+ detail: `Package "${pkg}" must depend on ${dep}.`
140
+ });
141
+ }
142
+ }
143
+ }
144
+ /** Lifecycle hooks run on `bun install`, before anything else has a chance to refuse. */
145
+ function checkScripts(path, found) {
146
+ const scripts = asRecord(found.scripts);
147
+ for (const hook of TARGET_FORBIDDEN_SCRIPTS) {
148
+ if (scripts[hook] != null) {
149
+ violations.push({
150
+ path, rule: IntegrityRule.LifecycleScript,
151
+ detail: `Lifecycle script "${hook}" is not allowed in a target project.`
152
+ });
153
+ }
154
+ }
155
+ }
156
+ function checkMarkers() {
157
+ for (const [path, markers] of Object.entries(manifest.markers)) {
158
+ const content = files[path];
159
+ if (content == null)
160
+ continue;
161
+ const absent = markers.filter(marker => !content.includes(marker));
162
+ if (absent.length > 0) {
163
+ violations.push({
164
+ path, rule: IntegrityRule.EntryMarker,
165
+ detail: `${path} does not look like the generated app's entry: ${absent.join(', ')} not found.`
166
+ });
167
+ }
168
+ }
169
+ }
170
+ function readJson(path) {
171
+ const content = files[path];
172
+ if (content == null)
173
+ return null;
174
+ try {
175
+ const parsed = JSON.parse(content);
176
+ return typeof parsed === 'object' && parsed !== null
177
+ ? parsed
178
+ : reportUnreadable(path);
179
+ }
180
+ catch {
181
+ return reportUnreadable(path);
182
+ }
183
+ }
184
+ function reportUnreadable(path) {
185
+ violations.push({
186
+ path, rule: IntegrityRule.Unreadable, detail: `${path} is not a readable JSON object.`
187
+ });
188
+ return null;
189
+ }
190
+ function asRecord(value) {
191
+ return typeof value === 'object' && value !== null
192
+ ? value
193
+ : {};
194
+ }
195
+ };
196
+ /** One line per violation — what goes into a log, `slot.lastError`, or a build diagnostic. */
197
+ export const formatIntegrityReport = (report) => report.violations.map(violation => `${violation.path}: ${violation.detail}`).join('\n');
198
+ //# sourceMappingURL=verify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verify.js","sourceRoot":"","sources":["../../src/integrity/verify.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,101 @@
1
+ import type { SpecCategory } from '../ba/consts.js';
2
+ /**
3
+ * Where the pipeline's markdown lives in a generated target.
4
+ *
5
+ * The tree follows the AGENTS.md / Agent Skills open standard rather than a private `.viable/`
6
+ * directory, because the target is an ordinary repository that people and other agents open: a
7
+ * brief belongs in `docs/`, and durable cross-run knowledge belongs in the agent memory graph
8
+ * every harness already reads. A directory only this pipeline understands is invisible to all of
9
+ * them, and a project the user takes home keeps none of it.
10
+ *
11
+ * The split is by AUDIENCE, not by writer. `docs/` is the product — read by a person, published
12
+ * with the repository, meaningful without the agent. `.agents/memory/` is working state — read by
13
+ * the next run to know what the last one allocated, decided and observed.
14
+ */
15
+ export declare const HARNESS_DIR = ".agents";
16
+ export declare const MEMORY_DIR = ".agents/memory";
17
+ export declare const DOCS_DIR = "docs";
18
+ export declare const STORIES_DIR = "docs/stories";
19
+ export declare const ENTITIES_DIR = "docs/entities";
20
+ /** Co-located specs keep their names and their place — beside the source file they describe. */
21
+ export declare const SPEC_SUFFIX = ".spec.md";
22
+ export declare const UX_SUFFIX = ".ux.md";
23
+ export declare const UI_SUFFIX = ".ui.md";
24
+ /**
25
+ * Everything under `docs/` is plain markdown: the directory says what a file is, so the name
26
+ * does not have to. `docs/stories/CHK-1.md`, not `docs/stories/CHK-1.story.md`.
27
+ */
28
+ export declare const STORY_SUFFIX = ".md";
29
+ export declare const ENTITY_SUFFIX = ".md";
30
+ /** The project brief — `docs/project.md`, the first file anyone opens. */
31
+ export declare const PROJECT_META_NAME = "project";
32
+ export declare const PROJECT_META_FILE = "docs/project.md";
33
+ /**
34
+ * The name registry — `.agents/memory/registry.md`.
35
+ *
36
+ * Project-level, not per-story: a resource alias is a physical table name and an entity directory
37
+ * is a repository-wide invariant, so a later story has to see what an earlier one allocated. Each
38
+ * entry records the story that introduced it, which keeps provenance without splitting the file.
39
+ *
40
+ * A memory node rather than a doc: it is what the NEXT run must not contradict, and it is
41
+ * meaningless to a reader of the product.
42
+ */
43
+ export declare const REGISTRY_NAME = "registry";
44
+ export declare const REGISTRY_FILE = ".agents/memory/registry.md";
45
+ /**
46
+ * The project's rolling history — `.agents/memory/history.md`.
47
+ *
48
+ * A file of its own rather than a section of `docs/project.md`, because `writeProject` rebuilds
49
+ * that file's whole body out of `AgentProject`: a history section there would be destroyed by the
50
+ * next brief update, silently and with nothing failing.
51
+ *
52
+ * It answers "where are we" for every model call that reads it, so it is folded under a ceiling
53
+ * rather than appended to.
54
+ */
55
+ export declare const HISTORY_NAME = "history";
56
+ export declare const HISTORY_FILE = ".agents/memory/history.md";
57
+ /**
58
+ * Recorded layout deviations — `.agents/memory/layout.md`.
59
+ *
60
+ * The generated target IS-A `@owlmeans/create-app` project, and the pipeline derives every path
61
+ * from that assumption. A repository the user has since reshaped by hand is still theirs, so a
62
+ * deviation is RECORDED here instead of being corrected: the next run reads it and addresses the
63
+ * tree that exists rather than re-deriving one that does not.
64
+ */
65
+ export declare const LAYOUT_NAME = "layout";
66
+ export declare const LAYOUT_FILE = ".agents/memory/layout.md";
67
+ /**
68
+ * The deployment topology — `.agents/memory/topology.md`.
69
+ *
70
+ * Which runtimes the project actually runs (api, web, worker), what each binds, and which queues
71
+ * carry work between them. A worker exists only once something needs one, so this is the record
72
+ * of that decision — the thing a later run must not silently re-decide.
73
+ */
74
+ export declare const TOPOLOGY_NAME = "topology";
75
+ export declare const TOPOLOGY_FILE = ".agents/memory/topology.md";
76
+ /**
77
+ * The ceiling on the whole rendered history block, in characters.
78
+ *
79
+ * Enforced by truncation after the model answers, never by asking it to obey a limit. The parts
80
+ * below are budgeted to fit inside it with room for their separators.
81
+ */
82
+ export declare const HISTORY_MAX_CHARS = 3000;
83
+ export declare const HISTORY_LAST_EVENT_CHARS = 200;
84
+ export declare const HISTORY_SUMMARY_CHARS = 1600;
85
+ export declare const HISTORY_RECENT_CHARS = 140;
86
+ /** How many events stay verbatim before older ones are folded into the prose. */
87
+ export declare const HISTORY_RECENT_MAX = 8;
88
+ /** The heading the verbatim tail is written under. */
89
+ export declare const HISTORY_RECENT_HEADING = "Recent";
90
+ export declare const METADATA_SUFFIX: Record<SpecCategory, string>;
91
+ /**
92
+ * Suffixes that mark a CO-LOCATED metadata file — one sitting beside the source it describes.
93
+ *
94
+ * Only these three, because everything else the pipeline writes now lives under a directory of
95
+ * its own: excluding pipeline markdown from a source listing is a question about the path, not
96
+ * about the tail. Adding `.md` here would hide every README in the project.
97
+ */
98
+ export declare const METADATA_SUFFIXES: string[];
99
+ /** The trees the pipeline writes into — excluded wholesale when source files are enumerated. */
100
+ export declare const METADATA_DIRS: string[];
101
+ //# sourceMappingURL=consts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../src/metadata/consts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,YAAY,CAAA;AACpC,eAAO,MAAM,UAAU,mBAA0B,CAAA;AACjD,eAAO,MAAM,QAAQ,SAAS,CAAA;AAE9B,eAAO,MAAM,WAAW,iBAAwB,CAAA;AAChD,eAAO,MAAM,YAAY,kBAAyB,CAAA;AAElD,gGAAgG;AAChG,eAAO,MAAM,WAAW,aAAa,CAAA;AACrC,eAAO,MAAM,SAAS,WAAW,CAAA;AACjC,eAAO,MAAM,SAAS,WAAW,CAAA;AAEjC;;;GAGG;AACH,eAAO,MAAM,YAAY,QAAQ,CAAA;AACjC,eAAO,MAAM,aAAa,QAAQ,CAAA;AAElC,0EAA0E;AAC1E,eAAO,MAAM,iBAAiB,YAAY,CAAA;AAC1C,eAAO,MAAM,iBAAiB,oBAAwC,CAAA;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,aAAa,CAAA;AACvC,eAAO,MAAM,aAAa,+BAAsC,CAAA;AAEhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,YAAY,CAAA;AACrC,eAAO,MAAM,YAAY,8BAAqC,CAAA;AAE9D;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,WAAW,CAAA;AACnC,eAAO,MAAM,WAAW,6BAAoC,CAAA;AAE5D;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,aAAa,CAAA;AACvC,eAAO,MAAM,aAAa,+BAAsC,CAAA;AAEhE;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,OAAO,CAAA;AACrC,eAAO,MAAM,wBAAwB,MAAM,CAAA;AAC3C,eAAO,MAAM,qBAAqB,OAAO,CAAA;AACzC,eAAO,MAAM,oBAAoB,MAAM,CAAA;AACvC,iFAAiF;AACjF,eAAO,MAAM,kBAAkB,IAAI,CAAA;AACnC,sDAAsD;AACtD,eAAO,MAAM,sBAAsB,WAAW,CAAA;AAE9C,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAIxD,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,UAAsC,CAAA;AAEpE,gGAAgG;AAChG,eAAO,MAAM,aAAa,UAA0B,CAAA"}
@@ -0,0 +1,104 @@
1
+ /**
2
+ * Where the pipeline's markdown lives in a generated target.
3
+ *
4
+ * The tree follows the AGENTS.md / Agent Skills open standard rather than a private `.viable/`
5
+ * directory, because the target is an ordinary repository that people and other agents open: a
6
+ * brief belongs in `docs/`, and durable cross-run knowledge belongs in the agent memory graph
7
+ * every harness already reads. A directory only this pipeline understands is invisible to all of
8
+ * them, and a project the user takes home keeps none of it.
9
+ *
10
+ * The split is by AUDIENCE, not by writer. `docs/` is the product — read by a person, published
11
+ * with the repository, meaningful without the agent. `.agents/memory/` is working state — read by
12
+ * the next run to know what the last one allocated, decided and observed.
13
+ */
14
+ export const HARNESS_DIR = '.agents';
15
+ export const MEMORY_DIR = `${HARNESS_DIR}/memory`;
16
+ export const DOCS_DIR = 'docs';
17
+ export const STORIES_DIR = `${DOCS_DIR}/stories`;
18
+ export const ENTITIES_DIR = `${DOCS_DIR}/entities`;
19
+ /** Co-located specs keep their names and their place — beside the source file they describe. */
20
+ export const SPEC_SUFFIX = '.spec.md';
21
+ export const UX_SUFFIX = '.ux.md';
22
+ export const UI_SUFFIX = '.ui.md';
23
+ /**
24
+ * Everything under `docs/` is plain markdown: the directory says what a file is, so the name
25
+ * does not have to. `docs/stories/CHK-1.md`, not `docs/stories/CHK-1.story.md`.
26
+ */
27
+ export const STORY_SUFFIX = '.md';
28
+ export const ENTITY_SUFFIX = '.md';
29
+ /** The project brief — `docs/project.md`, the first file anyone opens. */
30
+ export const PROJECT_META_NAME = 'project';
31
+ export const PROJECT_META_FILE = `${DOCS_DIR}/${PROJECT_META_NAME}.md`;
32
+ /**
33
+ * The name registry — `.agents/memory/registry.md`.
34
+ *
35
+ * Project-level, not per-story: a resource alias is a physical table name and an entity directory
36
+ * is a repository-wide invariant, so a later story has to see what an earlier one allocated. Each
37
+ * entry records the story that introduced it, which keeps provenance without splitting the file.
38
+ *
39
+ * A memory node rather than a doc: it is what the NEXT run must not contradict, and it is
40
+ * meaningless to a reader of the product.
41
+ */
42
+ export const REGISTRY_NAME = 'registry';
43
+ export const REGISTRY_FILE = `${MEMORY_DIR}/${REGISTRY_NAME}.md`;
44
+ /**
45
+ * The project's rolling history — `.agents/memory/history.md`.
46
+ *
47
+ * A file of its own rather than a section of `docs/project.md`, because `writeProject` rebuilds
48
+ * that file's whole body out of `AgentProject`: a history section there would be destroyed by the
49
+ * next brief update, silently and with nothing failing.
50
+ *
51
+ * It answers "where are we" for every model call that reads it, so it is folded under a ceiling
52
+ * rather than appended to.
53
+ */
54
+ export const HISTORY_NAME = 'history';
55
+ export const HISTORY_FILE = `${MEMORY_DIR}/${HISTORY_NAME}.md`;
56
+ /**
57
+ * Recorded layout deviations — `.agents/memory/layout.md`.
58
+ *
59
+ * The generated target IS-A `@owlmeans/create-app` project, and the pipeline derives every path
60
+ * from that assumption. A repository the user has since reshaped by hand is still theirs, so a
61
+ * deviation is RECORDED here instead of being corrected: the next run reads it and addresses the
62
+ * tree that exists rather than re-deriving one that does not.
63
+ */
64
+ export const LAYOUT_NAME = 'layout';
65
+ export const LAYOUT_FILE = `${MEMORY_DIR}/${LAYOUT_NAME}.md`;
66
+ /**
67
+ * The deployment topology — `.agents/memory/topology.md`.
68
+ *
69
+ * Which runtimes the project actually runs (api, web, worker), what each binds, and which queues
70
+ * carry work between them. A worker exists only once something needs one, so this is the record
71
+ * of that decision — the thing a later run must not silently re-decide.
72
+ */
73
+ export const TOPOLOGY_NAME = 'topology';
74
+ export const TOPOLOGY_FILE = `${MEMORY_DIR}/${TOPOLOGY_NAME}.md`;
75
+ /**
76
+ * The ceiling on the whole rendered history block, in characters.
77
+ *
78
+ * Enforced by truncation after the model answers, never by asking it to obey a limit. The parts
79
+ * below are budgeted to fit inside it with room for their separators.
80
+ */
81
+ export const HISTORY_MAX_CHARS = 3000;
82
+ export const HISTORY_LAST_EVENT_CHARS = 200;
83
+ export const HISTORY_SUMMARY_CHARS = 1600;
84
+ export const HISTORY_RECENT_CHARS = 140;
85
+ /** How many events stay verbatim before older ones are folded into the prose. */
86
+ export const HISTORY_RECENT_MAX = 8;
87
+ /** The heading the verbatim tail is written under. */
88
+ export const HISTORY_RECENT_HEADING = 'Recent';
89
+ export const METADATA_SUFFIX = {
90
+ ba: SPEC_SUFFIX,
91
+ ux: UX_SUFFIX,
92
+ ui: UI_SUFFIX,
93
+ };
94
+ /**
95
+ * Suffixes that mark a CO-LOCATED metadata file — one sitting beside the source it describes.
96
+ *
97
+ * Only these three, because everything else the pipeline writes now lives under a directory of
98
+ * its own: excluding pipeline markdown from a source listing is a question about the path, not
99
+ * about the tail. Adding `.md` here would hide every README in the project.
100
+ */
101
+ export const METADATA_SUFFIXES = [SPEC_SUFFIX, UX_SUFFIX, UI_SUFFIX];
102
+ /** The trees the pipeline writes into — excluded wholesale when source files are enumerated. */
103
+ export const METADATA_DIRS = [HARNESS_DIR, DOCS_DIR];
104
+ //# sourceMappingURL=consts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/metadata/consts.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAA;AACpC,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,WAAW,SAAS,CAAA;AACjD,MAAM,CAAC,MAAM,QAAQ,GAAG,MAAM,CAAA;AAE9B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,QAAQ,UAAU,CAAA;AAChD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,QAAQ,WAAW,CAAA;AAElD,gGAAgG;AAChG,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAA;AACrC,MAAM,CAAC,MAAM,SAAS,GAAG,QAAQ,CAAA;AACjC,MAAM,CAAC,MAAM,SAAS,GAAG,QAAQ,CAAA;AAEjC;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,KAAK,CAAA;AACjC,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAA;AAElC,0EAA0E;AAC1E,MAAM,CAAC,MAAM,iBAAiB,GAAG,SAAS,CAAA;AAC1C,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,QAAQ,IAAI,iBAAiB,KAAK,CAAA;AAEtE;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,UAAU,CAAA;AACvC,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,UAAU,IAAI,aAAa,KAAK,CAAA;AAEhE;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,SAAS,CAAA;AACrC,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,UAAU,IAAI,YAAY,KAAK,CAAA;AAE9D;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAA;AACnC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,UAAU,IAAI,WAAW,KAAK,CAAA;AAE5D;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,UAAU,CAAA;AACvC,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,UAAU,IAAI,aAAa,KAAK,CAAA;AAEhE;;;;;GAKG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,CAAA;AACrC,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;AAC3C,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,CAAA;AACzC,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAA;AACvC,iFAAiF;AACjF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAA;AACnC,sDAAsD;AACtD,MAAM,CAAC,MAAM,sBAAsB,GAAG,QAAQ,CAAA;AAE9C,MAAM,CAAC,MAAM,eAAe,GAAiC;IAC3D,EAAE,EAAE,WAAW;IACf,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;CACd,CAAA;AAED;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAA;AAEpE,gGAAgG;AAChG,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './consts.js';
2
+ export * from './types.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/metadata/index.ts"],"names":[],"mappings":"AACA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './consts.js';
2
+ export * from './types.js';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/metadata/index.ts"],"names":[],"mappings":"AACA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}