veryfront 0.1.519 → 0.1.520

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 (616) hide show
  1. package/esm/cli/commands/analyze-chunks/handler.js +2 -2
  2. package/esm/cli/commands/build/handler.d.ts.map +1 -1
  3. package/esm/cli/commands/build/handler.js +2 -2
  4. package/esm/cli/commands/clean/handler.js +2 -2
  5. package/esm/cli/commands/demo/handler.js +2 -2
  6. package/esm/cli/commands/deploy/command.d.ts.map +1 -1
  7. package/esm/cli/commands/deploy/command.js +2 -2
  8. package/esm/cli/commands/dev/handler.js +2 -2
  9. package/esm/cli/commands/doctor/handler.js +2 -2
  10. package/esm/cli/commands/files/command.js +5 -5
  11. package/esm/cli/commands/generate/handler.js +2 -2
  12. package/esm/cli/commands/install/handler.js +2 -2
  13. package/esm/cli/commands/install/install.js +3 -3
  14. package/esm/cli/commands/install/types.d.ts.map +1 -1
  15. package/esm/cli/commands/install/types.js +6 -6
  16. package/esm/cli/commands/install/uninstall.js +2 -2
  17. package/esm/cli/commands/knowledge/command.js +2 -2
  18. package/esm/cli/commands/lock/handler.js +2 -2
  19. package/esm/cli/commands/mcp/handler.js +2 -2
  20. package/esm/cli/commands/merge/command.d.ts.map +1 -1
  21. package/esm/cli/commands/merge/command.js +2 -2
  22. package/esm/cli/commands/open/command.d.ts.map +1 -1
  23. package/esm/cli/commands/open/command.js +2 -2
  24. package/esm/cli/commands/pull/command.d.ts.map +1 -1
  25. package/esm/cli/commands/pull/command.js +2 -2
  26. package/esm/cli/commands/push/command.d.ts.map +1 -1
  27. package/esm/cli/commands/push/command.js +2 -2
  28. package/esm/cli/commands/routes/handler.js +2 -2
  29. package/esm/cli/commands/schema/handler.js +2 -2
  30. package/esm/cli/commands/serve/handler.js +2 -2
  31. package/esm/cli/commands/start/handler.js +2 -2
  32. package/esm/cli/commands/studio/handler.js +2 -2
  33. package/esm/cli/commands/styles/command.js +2 -2
  34. package/esm/cli/commands/styles/handler.js +2 -2
  35. package/esm/cli/commands/task/handler.js +2 -2
  36. package/esm/cli/commands/test/handler.js +2 -2
  37. package/esm/cli/commands/up/command.d.ts.map +1 -1
  38. package/esm/cli/commands/up/command.js +2 -2
  39. package/esm/cli/commands/uploads/command.js +5 -5
  40. package/esm/cli/commands/worker/handler.js +2 -2
  41. package/esm/cli/commands/workflow/handler.js +2 -2
  42. package/esm/cli/main.js +6 -4
  43. package/esm/cli/mcp/jsonrpc.d.ts.map +1 -1
  44. package/esm/cli/mcp/jsonrpc.js +5 -5
  45. package/esm/cli/mcp/remote-file-tools.js +13 -13
  46. package/esm/cli/mcp/tools/bootstrap-tool.js +2 -2
  47. package/esm/cli/mcp/tools/build-tool.js +2 -2
  48. package/esm/cli/mcp/tools/catalog-tools.js +6 -6
  49. package/esm/cli/mcp/tools/context7-tools.js +5 -5
  50. package/esm/cli/mcp/tools/deploy-tool.js +2 -2
  51. package/esm/cli/mcp/tools/dev-tools.js +7 -7
  52. package/esm/cli/mcp/tools/introspection-tools.js +4 -4
  53. package/esm/cli/mcp/tools/project-tools.js +5 -5
  54. package/esm/cli/mcp/tools/run-lint-tool.js +2 -2
  55. package/esm/cli/mcp/tools/run-tests-tool.js +2 -2
  56. package/esm/cli/mcp/tools/scaffold-tools.d.ts.map +1 -1
  57. package/esm/cli/mcp/tools/scaffold-tools.js +23 -15
  58. package/esm/cli/mcp/tools/skill-tools.d.ts.map +1 -1
  59. package/esm/cli/mcp/tools/skill-tools.js +5 -5
  60. package/esm/cli/mcp/tools.js +6 -6
  61. package/esm/cli/shared/config.d.ts.map +1 -1
  62. package/esm/cli/shared/config.js +4 -4
  63. package/esm/cli/shared/ensure-content-processor.js +1 -1
  64. package/esm/cli/shared/types.d.ts.map +1 -1
  65. package/esm/cli/shared/types.js +2 -2
  66. package/esm/cli/skills/types.d.ts.map +1 -1
  67. package/esm/cli/skills/types.js +2 -2
  68. package/esm/cli/templates/manifest.d.ts +405 -405
  69. package/esm/cli/templates/manifest.js +454 -454
  70. package/esm/deno.d.ts +10 -15
  71. package/esm/deno.js +23 -26
  72. package/esm/deps/jsr.io/@std/yaml/1.1.0/_chars.d.ts +33 -0
  73. package/esm/deps/jsr.io/@std/yaml/1.1.0/_chars.d.ts.map +1 -0
  74. package/esm/deps/jsr.io/@std/yaml/1.1.0/_chars.js +48 -0
  75. package/esm/deps/jsr.io/@std/yaml/1.1.0/_loader_state.d.ts +64 -0
  76. package/esm/deps/jsr.io/@std/yaml/1.1.0/_loader_state.d.ts.map +1 -0
  77. package/esm/deps/jsr.io/@std/yaml/1.1.0/_loader_state.js +1371 -0
  78. package/esm/deps/jsr.io/@std/yaml/1.1.0/_schema.d.ts +44 -0
  79. package/esm/deps/jsr.io/@std/yaml/1.1.0/_schema.d.ts.map +1 -0
  80. package/esm/deps/jsr.io/@std/yaml/1.1.0/_schema.js +117 -0
  81. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/binary.d.ts +3 -0
  82. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/binary.d.ts.map +1 -0
  83. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/binary.js +103 -0
  84. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/bool.d.ts +3 -0
  85. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/bool.d.ts.map +1 -0
  86. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/bool.js +32 -0
  87. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/float.d.ts +3 -0
  88. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/float.d.ts.map +1 -0
  89. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/float.js +96 -0
  90. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/int.d.ts +3 -0
  91. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/int.d.ts.map +1 -0
  92. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/int.js +159 -0
  93. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/map.d.ts +3 -0
  94. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/map.d.ts.map +1 -0
  95. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/map.js +14 -0
  96. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/merge.d.ts +3 -0
  97. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/merge.d.ts.map +1 -0
  98. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/merge.js +10 -0
  99. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/nil.d.ts +3 -0
  100. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/nil.d.ts.map +1 -0
  101. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/nil.js +22 -0
  102. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/omap.d.ts +3 -0
  103. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/omap.d.ts.map +1 -0
  104. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/omap.js +29 -0
  105. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/pairs.d.ts +3 -0
  106. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/pairs.d.ts.map +1 -0
  107. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/pairs.js +19 -0
  108. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/regexp.d.ts +3 -0
  109. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/regexp.d.ts.map +1 -0
  110. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/regexp.js +30 -0
  111. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/seq.d.ts +3 -0
  112. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/seq.d.ts.map +1 -0
  113. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/seq.js +10 -0
  114. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/set.d.ts +3 -0
  115. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/set.d.ts.map +1 -0
  116. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/set.js +14 -0
  117. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/str.d.ts +3 -0
  118. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/str.d.ts.map +1 -0
  119. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/str.js +9 -0
  120. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/timestamp.d.ts +3 -0
  121. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/timestamp.d.ts.map +1 -0
  122. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/timestamp.js +81 -0
  123. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/undefined.d.ts +3 -0
  124. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/undefined.d.ts.map +1 -0
  125. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type/undefined.js +20 -0
  126. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type.d.ts +32 -0
  127. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type.d.ts.map +1 -0
  128. package/esm/deps/jsr.io/@std/yaml/1.1.0/_type.js +6 -0
  129. package/esm/deps/jsr.io/@std/yaml/1.1.0/_utils.d.ts +4 -0
  130. package/esm/deps/jsr.io/@std/yaml/1.1.0/_utils.d.ts.map +1 -0
  131. package/esm/deps/jsr.io/@std/yaml/1.1.0/_utils.js +13 -0
  132. package/esm/deps/jsr.io/@std/yaml/1.1.0/parse.d.ts +76 -0
  133. package/esm/deps/jsr.io/@std/yaml/1.1.0/parse.d.ts.map +1 -0
  134. package/esm/deps/jsr.io/@std/yaml/1.1.0/parse.js +91 -0
  135. package/esm/extensions/ext-auth-jwt/src/index.d.ts.map +1 -1
  136. package/esm/extensions/ext-auth-jwt/src/index.js +25 -4
  137. package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/markdown-compile.d.ts +1 -1
  138. package/esm/extensions/ext-content-mdx/src/compiler/markdown-compile.d.ts.map +1 -0
  139. package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/mdx-compile.d.ts +1 -1
  140. package/esm/extensions/ext-content-mdx/src/compiler/mdx-compile.d.ts.map +1 -0
  141. package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/mdx-compile.js +10 -4
  142. package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/index.d.ts +3 -3
  143. package/esm/extensions/ext-content-mdx/src/index.d.ts.map +1 -0
  144. package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/index.js +4 -4
  145. package/esm/extensions/ext-content-mdx/src/plugins/plugin-loader.d.ts.map +1 -0
  146. package/esm/extensions/ext-content-mdx/src/plugins/rehype-node-positions.d.ts.map +1 -0
  147. package/esm/extensions/ext-content-mdx/src/plugins/remark-headings.d.ts.map +1 -0
  148. package/esm/extensions/ext-content-mdx/src/plugins/remark-mdx-utils.d.ts.map +1 -0
  149. package/esm/extensions/ext-css-tailwind/src/index.js +1 -1
  150. package/esm/extensions/ext-db-sqlite/src/index.d.ts +15 -0
  151. package/esm/extensions/ext-db-sqlite/src/index.d.ts.map +1 -0
  152. package/esm/extensions/ext-db-sqlite/src/index.js +36 -0
  153. package/esm/extensions/ext-document-kreuzberg/src/index.d.ts +9 -0
  154. package/esm/extensions/ext-document-kreuzberg/src/index.d.ts.map +1 -0
  155. package/esm/extensions/ext-document-kreuzberg/src/index.js +71 -0
  156. package/esm/extensions/{ext-node-compatibility → ext-document-kreuzberg}/src/kreuzberg.d.ts.map +1 -1
  157. package/esm/extensions/{ext-node-compatibility → ext-document-kreuzberg}/src/kreuzberg.js +4 -4
  158. package/esm/extensions/ext-sandbox-shell-tools/src/index.d.ts +16 -0
  159. package/esm/extensions/ext-sandbox-shell-tools/src/index.d.ts.map +1 -0
  160. package/esm/extensions/ext-sandbox-shell-tools/src/index.js +22 -0
  161. package/esm/extensions/{ext-zod → ext-schema-zod}/src/adapter.d.ts +1 -1
  162. package/esm/extensions/ext-schema-zod/src/adapter.d.ts.map +1 -0
  163. package/esm/extensions/{ext-zod → ext-schema-zod}/src/adapter.js +1 -1
  164. package/esm/extensions/{ext-zod → ext-schema-zod}/src/index.d.ts +2 -2
  165. package/esm/extensions/ext-schema-zod/src/index.d.ts.map +1 -0
  166. package/esm/extensions/{ext-zod → ext-schema-zod}/src/index.js +4 -4
  167. package/esm/extensions/{ext-zod → ext-schema-zod}/src/json-schema.d.ts +2 -2
  168. package/esm/extensions/ext-schema-zod/src/json-schema.d.ts.map +1 -0
  169. package/esm/extensions/{ext-zod → ext-schema-zod}/src/json-schema.js +2 -2
  170. package/esm/extensions/ext-tracing-opentelemetry/src/index.d.ts +49 -0
  171. package/esm/extensions/ext-tracing-opentelemetry/src/index.d.ts.map +1 -0
  172. package/esm/extensions/ext-tracing-opentelemetry/src/index.js +223 -0
  173. package/esm/src/agent/ag-ui/detached-start.d.ts.map +1 -1
  174. package/esm/src/agent/ag-ui/detached-start.js +3 -3
  175. package/esm/src/agent/ag-ui/host-support.d.ts.map +1 -1
  176. package/esm/src/agent/ag-ui/host-support.js +4 -4
  177. package/esm/src/agent/ag-ui/request-shared.js +1 -1
  178. package/esm/src/agent/ag-ui/run-control.d.ts.map +1 -1
  179. package/esm/src/agent/ag-ui/run-control.js +2 -2
  180. package/esm/src/agent/conversation/bootstrap.d.ts.map +1 -1
  181. package/esm/src/agent/conversation/bootstrap.js +3 -3
  182. package/esm/src/agent/conversation/run-events.d.ts.map +1 -1
  183. package/esm/src/agent/conversation/run-events.js +2 -2
  184. package/esm/src/agent/default-hosted-invoke-agent-tool.d.ts.map +1 -1
  185. package/esm/src/agent/default-hosted-invoke-agent-tool.js +3 -3
  186. package/esm/src/agent/durable.d.ts.map +1 -1
  187. package/esm/src/agent/durable.js +7 -7
  188. package/esm/src/agent/external-agent-worker-client.d.ts +65 -90
  189. package/esm/src/agent/external-agent-worker-client.d.ts.map +1 -1
  190. package/esm/src/agent/external-agent-worker-client.js +85 -70
  191. package/esm/src/agent/hosted/ag-ui-chat-request.d.ts.map +1 -1
  192. package/esm/src/agent/hosted/ag-ui-chat-request.js +3 -3
  193. package/esm/src/agent/hosted/agent-project-steering.d.ts +7 -8
  194. package/esm/src/agent/hosted/agent-project-steering.d.ts.map +1 -1
  195. package/esm/src/agent/hosted/agent-project-steering.js +12 -9
  196. package/esm/src/agent/hosted/chat-request.d.ts.map +1 -1
  197. package/esm/src/agent/hosted/chat-request.js +4 -4
  198. package/esm/src/agent/hosted/child-tool-input.d.ts.map +1 -1
  199. package/esm/src/agent/hosted/child-tool-input.js +2 -2
  200. package/esm/src/agent/index.d.ts +4 -2
  201. package/esm/src/agent/index.d.ts.map +1 -1
  202. package/esm/src/agent/index.js +4 -2
  203. package/esm/src/agent/invoke-agent-child-runs.d.ts.map +1 -1
  204. package/esm/src/agent/invoke-agent-child-runs.js +4 -4
  205. package/esm/src/agent/runtime/agent-definition-files.d.ts +17 -17
  206. package/esm/src/agent/runtime/agent-definition-files.d.ts.map +1 -1
  207. package/esm/src/agent/runtime/agent-definition-files.js +22 -16
  208. package/esm/src/agent/runtime/agent-definition.d.ts.map +1 -1
  209. package/esm/src/agent/runtime/agent-definition.js +4 -4
  210. package/esm/src/agent/runtime/agent-invocation-contract.d.ts.map +1 -1
  211. package/esm/src/agent/runtime/agent-invocation-contract.js +14 -14
  212. package/esm/src/agent/runtime/client-profile.d.ts.map +1 -1
  213. package/esm/src/agent/runtime/client-profile.js +4 -4
  214. package/esm/src/agent/runtime/load-skill-tool.js +2 -2
  215. package/esm/src/agent/runtime/project-files-client.d.ts.map +1 -1
  216. package/esm/src/agent/runtime/project-files-client.js +3 -3
  217. package/esm/src/agent/runtime/skill-metadata.d.ts.map +1 -1
  218. package/esm/src/agent/runtime/skill-metadata.js +2 -2
  219. package/esm/src/agent/schemas/agent.schema.d.ts +33 -33
  220. package/esm/src/agent/service/auth.d.ts +3 -0
  221. package/esm/src/agent/service/auth.d.ts.map +1 -1
  222. package/esm/src/agent/service/auth.js +15 -11
  223. package/esm/src/agent/service/config.d.ts +15 -126
  224. package/esm/src/agent/service/config.d.ts.map +1 -1
  225. package/esm/src/agent/service/config.js +53 -49
  226. package/esm/src/agent/service/node-runtime-infrastructure.js +1 -1
  227. package/esm/src/agent/service/node-telemetry.d.ts +5 -12
  228. package/esm/src/agent/service/node-telemetry.d.ts.map +1 -1
  229. package/esm/src/agent/service/node-telemetry.js +17 -36
  230. package/esm/src/agent/service/registration.d.ts +62 -85
  231. package/esm/src/agent/service/registration.d.ts.map +1 -1
  232. package/esm/src/agent/service/registration.js +68 -66
  233. package/esm/src/agent/testing/agent-tester.d.ts +45 -0
  234. package/esm/src/agent/testing/agent-tester.d.ts.map +1 -0
  235. package/esm/src/agent/testing/agent-tester.js +127 -0
  236. package/esm/src/agent/testing/index.d.ts +9 -0
  237. package/esm/src/agent/testing/index.d.ts.map +1 -0
  238. package/esm/src/agent/testing/index.js +8 -0
  239. package/esm/src/agent/testing/live-evals/formatting.d.ts +11 -0
  240. package/esm/src/agent/testing/live-evals/formatting.d.ts.map +1 -0
  241. package/esm/src/agent/testing/live-evals/formatting.js +71 -0
  242. package/esm/src/agent/testing/live-evals/index.d.ts +6 -0
  243. package/esm/src/agent/testing/live-evals/index.d.ts.map +1 -0
  244. package/esm/src/agent/testing/live-evals/index.js +5 -0
  245. package/esm/src/agent/testing/live-evals/performance.d.ts +15 -0
  246. package/esm/src/agent/testing/live-evals/performance.d.ts.map +1 -0
  247. package/esm/src/agent/testing/live-evals/performance.js +21 -0
  248. package/esm/src/agent/testing/live-evals/report.d.ts +46 -0
  249. package/esm/src/agent/testing/live-evals/report.d.ts.map +1 -0
  250. package/esm/src/agent/testing/live-evals/report.js +73 -0
  251. package/esm/src/agent/testing/live-evals/request.d.ts +30 -0
  252. package/esm/src/agent/testing/live-evals/request.d.ts.map +1 -0
  253. package/esm/src/agent/testing/live-evals/request.js +46 -0
  254. package/esm/src/agent/testing/live-evals/result.d.ts +52 -0
  255. package/esm/src/agent/testing/live-evals/result.d.ts.map +1 -0
  256. package/esm/src/agent/testing/live-evals/result.js +44 -0
  257. package/esm/src/agent/veryfront-cloud-agent-service.d.ts.map +1 -1
  258. package/esm/src/agent/veryfront-cloud-agent-service.js +47 -10
  259. package/esm/src/build/compiler/mdx-compiler/frontmatter-parser.js +1 -1
  260. package/esm/src/build/compiler/mdx-compiler/mdx-processor.d.ts.map +1 -1
  261. package/esm/src/build/compiler/mdx-compiler/mdx-processor.js +8 -16
  262. package/esm/src/build/compiler/mdx-to-js.d.ts.map +1 -1
  263. package/esm/src/build/compiler/mdx-to-js.js +10 -8
  264. package/esm/src/cache/schemas/cache-backend.schema.d.ts.map +1 -1
  265. package/esm/src/cache/schemas/cache-backend.schema.js +3 -3
  266. package/esm/src/cache/schemas/cache-key.schema.d.ts.map +1 -1
  267. package/esm/src/cache/schemas/cache-key.schema.js +2 -2
  268. package/esm/src/channels/control-plane.d.ts.map +1 -1
  269. package/esm/src/channels/control-plane.js +11 -11
  270. package/esm/src/channels/invoke.d.ts.map +1 -1
  271. package/esm/src/channels/invoke.js +13 -13
  272. package/esm/src/chat/ag-ui.d.ts.map +1 -1
  273. package/esm/src/chat/ag-ui.js +6 -6
  274. package/esm/src/chat/conversation.d.ts.map +1 -1
  275. package/esm/src/chat/conversation.js +6 -6
  276. package/esm/src/chat/types.d.ts.map +1 -1
  277. package/esm/src/chat/types.js +8 -8
  278. package/esm/src/config/schemas/config.schema.d.ts.map +1 -1
  279. package/esm/src/config/schemas/config.schema.js +2 -2
  280. package/esm/src/data/schemas/data.schema.d.ts.map +1 -1
  281. package/esm/src/data/schemas/data.schema.js +7 -7
  282. package/esm/src/embedding/upload-loader.d.ts +1 -1
  283. package/esm/src/embedding/upload-loader.js +8 -8
  284. package/esm/src/extensions/auth/auth-provider.d.ts +10 -2
  285. package/esm/src/extensions/auth/auth-provider.d.ts.map +1 -1
  286. package/esm/src/extensions/builtin-extensions.d.ts +1 -0
  287. package/esm/src/extensions/builtin-extensions.d.ts.map +1 -1
  288. package/esm/src/extensions/builtin-extensions.js +32 -8
  289. package/esm/src/extensions/cache/cache-store.d.ts +1 -1
  290. package/esm/src/extensions/cache/cache-store.js +1 -1
  291. package/esm/src/extensions/compat/index.d.ts +2 -2
  292. package/esm/src/extensions/compat/index.d.ts.map +1 -1
  293. package/esm/src/extensions/compat/index.js +1 -1
  294. package/esm/src/extensions/compat/{node-compat.d.ts → native-services.d.ts} +19 -25
  295. package/esm/src/extensions/compat/native-services.d.ts.map +1 -0
  296. package/esm/src/extensions/compat/native-services.js +10 -0
  297. package/esm/src/extensions/{transform → content}/content-processor.d.ts +9 -3
  298. package/esm/src/extensions/content/content-processor.d.ts.map +1 -0
  299. package/esm/src/extensions/{transform → content}/content-processor.js +3 -3
  300. package/esm/src/extensions/{transform → content}/index.d.ts +1 -1
  301. package/esm/src/extensions/content/index.d.ts.map +1 -0
  302. package/esm/src/extensions/{transform → content}/index.js +1 -1
  303. package/esm/src/extensions/contracts.d.ts +2 -0
  304. package/esm/src/extensions/contracts.d.ts.map +1 -1
  305. package/esm/src/extensions/contracts.js +4 -0
  306. package/esm/src/extensions/database/database-client.d.ts +1 -1
  307. package/esm/src/extensions/database/database-client.js +1 -1
  308. package/esm/src/extensions/index.d.ts +2 -0
  309. package/esm/src/extensions/index.d.ts.map +1 -1
  310. package/esm/src/extensions/index.js +1 -0
  311. package/esm/src/extensions/llm/embedding-provider.d.ts +1 -1
  312. package/esm/src/extensions/llm/embedding-provider.js +1 -1
  313. package/esm/src/extensions/recommendations.d.ts.map +1 -1
  314. package/esm/src/extensions/recommendations.js +6 -7
  315. package/esm/src/extensions/sandbox/index.d.ts +9 -0
  316. package/esm/src/extensions/sandbox/index.d.ts.map +1 -0
  317. package/esm/src/extensions/sandbox/index.js +7 -0
  318. package/esm/src/extensions/sandbox/shell-tools.d.ts +36 -0
  319. package/esm/src/extensions/sandbox/shell-tools.d.ts.map +1 -0
  320. package/esm/src/extensions/sandbox/shell-tools.js +1 -0
  321. package/esm/src/extensions/schema/schema-validator.d.ts +1 -1
  322. package/esm/src/extensions/schema/schema-validator.js +1 -1
  323. package/esm/src/extensions/tracing/index.d.ts +3 -1
  324. package/esm/src/extensions/tracing/index.d.ts.map +1 -1
  325. package/esm/src/extensions/tracing/index.js +2 -1
  326. package/esm/src/extensions/tracing/node-telemetry-provider.d.ts +40 -0
  327. package/esm/src/extensions/tracing/node-telemetry-provider.d.ts.map +1 -0
  328. package/esm/src/extensions/tracing/node-telemetry-provider.js +8 -0
  329. package/esm/src/html/schemas/html.schema.d.ts.map +1 -1
  330. package/esm/src/html/schemas/html.schema.js +7 -7
  331. package/esm/src/integrations/schema.d.ts +4 -4
  332. package/esm/src/integrations/schema.d.ts.map +1 -1
  333. package/esm/src/integrations/schema.js +11 -11
  334. package/esm/src/internal-agents/run-stream.js +2 -2
  335. package/esm/src/issues/mcp.js +7 -7
  336. package/esm/src/issues/schemas/issue.schema.d.ts.map +1 -1
  337. package/esm/src/issues/schemas/issue.schema.js +12 -12
  338. package/esm/src/jobs/schemas.d.ts.map +1 -1
  339. package/esm/src/jobs/schemas.js +29 -29
  340. package/esm/src/mcp/schemas/mcp.schema.d.ts.map +1 -1
  341. package/esm/src/mcp/schemas/mcp.schema.js +4 -4
  342. package/esm/src/oauth/schemas/oauth.schema.d.ts.map +1 -1
  343. package/esm/src/oauth/schemas/oauth.schema.js +8 -8
  344. package/esm/src/platform/compat/kv/factory.js +7 -7
  345. package/esm/src/platform/compat/opaque-deps.d.ts +4 -3
  346. package/esm/src/platform/compat/opaque-deps.d.ts.map +1 -1
  347. package/esm/src/platform/compat/opaque-deps.js +9 -8
  348. package/esm/src/platform/compat/std/front-matter-yaml.d.ts +1 -2
  349. package/esm/src/platform/compat/std/front-matter-yaml.d.ts.map +1 -1
  350. package/esm/src/platform/compat/std/front-matter-yaml.js +17 -21
  351. package/esm/src/rendering/layouts/layout-applicator.d.ts.map +1 -1
  352. package/esm/src/rendering/layouts/layout-applicator.js +9 -14
  353. package/esm/src/repositories/schemas/repository.schema.d.ts.map +1 -1
  354. package/esm/src/repositories/schemas/repository.schema.js +4 -4
  355. package/esm/src/resource/schemas/resource.schema.d.ts.map +1 -1
  356. package/esm/src/resource/schemas/resource.schema.js +3 -3
  357. package/esm/src/sandbox/agent-service-tools.d.ts +1 -0
  358. package/esm/src/sandbox/agent-service-tools.d.ts.map +1 -1
  359. package/esm/src/sandbox/shell-tools.d.ts +3 -36
  360. package/esm/src/sandbox/shell-tools.d.ts.map +1 -1
  361. package/esm/src/sandbox/shell-tools.js +2 -2
  362. package/esm/src/schemas/define.d.ts +2 -2
  363. package/esm/src/schemas/define.d.ts.map +1 -1
  364. package/esm/src/schemas/define.js +4 -10
  365. package/esm/src/schemas/index.d.ts +2 -1
  366. package/esm/src/schemas/index.d.ts.map +1 -1
  367. package/esm/src/schemas/index.js +2 -1
  368. package/esm/src/schemas/lazy.d.ts +3 -0
  369. package/esm/src/schemas/lazy.d.ts.map +1 -0
  370. package/esm/src/schemas/lazy.js +54 -0
  371. package/esm/src/server/bootstrap.d.ts.map +1 -1
  372. package/esm/src/server/bootstrap.js +2 -1
  373. package/esm/src/server/dev-ui/manifest.d.ts +17 -17
  374. package/esm/src/server/dev-ui/manifest.js +17 -17
  375. package/esm/src/server/schemas/action.schema.d.ts.map +1 -1
  376. package/esm/src/server/schemas/action.schema.js +2 -2
  377. package/esm/src/tool/host-tools.js +1 -1
  378. package/esm/src/tool/schema/zod-json-schema.d.ts +1 -1
  379. package/esm/src/tool/schema/zod-json-schema.js +2 -2
  380. package/esm/src/transforms/md/compiler/md-compiler.d.ts +1 -1
  381. package/esm/src/transforms/md/compiler/md-compiler.d.ts.map +1 -1
  382. package/esm/src/transforms/mdx/compiler/import-rewriter.d.ts +1 -1
  383. package/esm/src/transforms/mdx/compiler/import-rewriter.d.ts.map +1 -1
  384. package/esm/src/transforms/mdx/compiler/index.d.ts +2 -2
  385. package/esm/src/transforms/mdx/compiler/index.d.ts.map +1 -1
  386. package/esm/src/transforms/mdx/compiler/mdx-compiler.d.ts +1 -1
  387. package/esm/src/transforms/mdx/compiler/mdx-compiler.d.ts.map +1 -1
  388. package/esm/src/utils/version-constant.d.ts +1 -1
  389. package/esm/src/utils/version-constant.js +1 -1
  390. package/esm/src/workflow/blob/veryfront-cloud-storage.js +5 -5
  391. package/esm/src/workflow/schemas/workflow.schema.d.ts +14 -14
  392. package/esm/src/workflow/schemas/workflow.schema.d.ts.map +1 -1
  393. package/esm/src/workflow/schemas/workflow.schema.js +18 -18
  394. package/package.json +21 -8
  395. package/src/cli/commands/analyze-chunks/handler.ts +2 -2
  396. package/src/cli/commands/build/handler.ts +2 -2
  397. package/src/cli/commands/clean/handler.ts +2 -2
  398. package/src/cli/commands/demo/handler.ts +2 -2
  399. package/src/cli/commands/deploy/command.ts +2 -2
  400. package/src/cli/commands/dev/handler.ts +2 -2
  401. package/src/cli/commands/doctor/handler.ts +2 -2
  402. package/src/cli/commands/files/command.ts +5 -5
  403. package/src/cli/commands/generate/handler.ts +2 -2
  404. package/src/cli/commands/install/handler.ts +2 -2
  405. package/src/cli/commands/install/install.ts +3 -3
  406. package/src/cli/commands/install/types.ts +6 -6
  407. package/src/cli/commands/install/uninstall.ts +2 -2
  408. package/src/cli/commands/knowledge/command.ts +2 -2
  409. package/src/cli/commands/lock/handler.ts +2 -2
  410. package/src/cli/commands/mcp/handler.ts +2 -2
  411. package/src/cli/commands/merge/command.ts +2 -2
  412. package/src/cli/commands/open/command.ts +2 -2
  413. package/src/cli/commands/pull/command.ts +2 -2
  414. package/src/cli/commands/push/command.ts +2 -2
  415. package/src/cli/commands/routes/handler.ts +2 -2
  416. package/src/cli/commands/schema/handler.ts +2 -2
  417. package/src/cli/commands/serve/handler.ts +2 -2
  418. package/src/cli/commands/start/handler.ts +2 -2
  419. package/src/cli/commands/studio/handler.ts +2 -2
  420. package/src/cli/commands/styles/command.ts +2 -2
  421. package/src/cli/commands/styles/handler.ts +2 -2
  422. package/src/cli/commands/task/handler.ts +2 -2
  423. package/src/cli/commands/test/handler.ts +2 -2
  424. package/src/cli/commands/up/command.ts +2 -2
  425. package/src/cli/commands/uploads/command.ts +5 -5
  426. package/src/cli/commands/worker/handler.ts +2 -2
  427. package/src/cli/commands/workflow/handler.ts +2 -2
  428. package/src/cli/main.ts +6 -4
  429. package/src/cli/mcp/jsonrpc.ts +5 -5
  430. package/src/cli/mcp/remote-file-tools.ts +13 -13
  431. package/src/cli/mcp/tools/bootstrap-tool.ts +2 -2
  432. package/src/cli/mcp/tools/build-tool.ts +2 -2
  433. package/src/cli/mcp/tools/catalog-tools.ts +6 -6
  434. package/src/cli/mcp/tools/context7-tools.ts +5 -5
  435. package/src/cli/mcp/tools/deploy-tool.ts +2 -2
  436. package/src/cli/mcp/tools/dev-tools.ts +7 -7
  437. package/src/cli/mcp/tools/introspection-tools.ts +4 -4
  438. package/src/cli/mcp/tools/project-tools.ts +5 -5
  439. package/src/cli/mcp/tools/run-lint-tool.ts +2 -2
  440. package/src/cli/mcp/tools/run-tests-tool.ts +2 -2
  441. package/src/cli/mcp/tools/scaffold-tools.ts +23 -15
  442. package/src/cli/mcp/tools/skill-tools.ts +5 -5
  443. package/src/cli/mcp/tools.ts +6 -6
  444. package/src/cli/shared/config.ts +4 -4
  445. package/src/cli/shared/ensure-content-processor.ts +2 -2
  446. package/src/cli/shared/types.ts +2 -2
  447. package/src/cli/skills/types.ts +2 -2
  448. package/src/cli/templates/manifest.js +454 -454
  449. package/src/deno.js +23 -26
  450. package/src/deps/jsr.io/@std/yaml/1.1.0/_chars.ts +55 -0
  451. package/src/deps/jsr.io/@std/yaml/1.1.0/_loader_state.ts +1845 -0
  452. package/src/deps/jsr.io/@std/yaml/1.1.0/_schema.ts +183 -0
  453. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/binary.ts +127 -0
  454. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/bool.ts +37 -0
  455. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/float.ts +112 -0
  456. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/int.ts +174 -0
  457. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/map.ts +17 -0
  458. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/merge.ts +13 -0
  459. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/nil.ts +27 -0
  460. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/omap.ts +30 -0
  461. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/pairs.ts +22 -0
  462. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/regexp.ts +33 -0
  463. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/seq.ts +13 -0
  464. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/set.ts +17 -0
  465. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/str.ts +12 -0
  466. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/timestamp.ts +101 -0
  467. package/src/deps/jsr.io/@std/yaml/1.1.0/_type/undefined.ts +23 -0
  468. package/src/deps/jsr.io/@std/yaml/1.1.0/_type.ts +49 -0
  469. package/src/deps/jsr.io/@std/yaml/1.1.0/_utils.ts +16 -0
  470. package/src/deps/jsr.io/@std/yaml/1.1.0/parse.ts +125 -0
  471. package/src/extensions/ext-auth-jwt/src/index.ts +31 -3
  472. package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/markdown-compile.ts +1 -4
  473. package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/mdx-compile.ts +13 -7
  474. package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/index.ts +5 -5
  475. package/src/extensions/ext-css-tailwind/src/index.ts +1 -1
  476. package/src/extensions/ext-db-sqlite/src/index.ts +45 -0
  477. package/src/extensions/ext-document-kreuzberg/src/index.ts +95 -0
  478. package/src/extensions/{ext-node-compatibility → ext-document-kreuzberg}/src/kreuzberg.ts +4 -4
  479. package/src/extensions/ext-sandbox-shell-tools/src/index.ts +38 -0
  480. package/src/extensions/{ext-zod → ext-schema-zod}/src/adapter.ts +1 -1
  481. package/src/extensions/{ext-zod → ext-schema-zod}/src/index.ts +4 -4
  482. package/src/extensions/{ext-zod → ext-schema-zod}/src/json-schema.ts +2 -2
  483. package/src/extensions/ext-tracing-opentelemetry/src/index.ts +290 -0
  484. package/src/src/agent/ag-ui/detached-start.ts +3 -3
  485. package/src/src/agent/ag-ui/host-support.ts +4 -4
  486. package/src/src/agent/ag-ui/request-shared.ts +1 -1
  487. package/src/src/agent/ag-ui/run-control.ts +2 -2
  488. package/src/src/agent/conversation/bootstrap.ts +3 -3
  489. package/src/src/agent/conversation/run-events.ts +2 -2
  490. package/src/src/agent/default-hosted-invoke-agent-tool.ts +7 -3
  491. package/src/src/agent/durable.ts +13 -8
  492. package/src/src/agent/external-agent-worker-client.ts +193 -88
  493. package/src/src/agent/hosted/ag-ui-chat-request.ts +5 -3
  494. package/src/src/agent/hosted/agent-project-steering.ts +22 -12
  495. package/src/src/agent/hosted/chat-request.ts +6 -4
  496. package/src/src/agent/hosted/child-tool-input.ts +2 -2
  497. package/src/src/agent/index.ts +4 -2
  498. package/src/src/agent/invoke-agent-child-runs.ts +10 -5
  499. package/src/src/agent/runtime/agent-definition-files.ts +53 -26
  500. package/src/src/agent/runtime/agent-definition.ts +8 -5
  501. package/src/src/agent/runtime/agent-invocation-contract.ts +14 -14
  502. package/src/src/agent/runtime/client-profile.ts +4 -4
  503. package/src/src/agent/runtime/load-skill-tool.ts +2 -2
  504. package/src/src/agent/runtime/project-files-client.ts +3 -3
  505. package/src/src/agent/runtime/skill-metadata.ts +2 -2
  506. package/src/src/agent/service/auth.ts +23 -14
  507. package/src/src/agent/service/config.ts +77 -50
  508. package/src/src/agent/service/node-runtime-infrastructure.ts +1 -1
  509. package/src/src/agent/service/node-telemetry.ts +34 -57
  510. package/src/src/agent/service/registration.ts +157 -82
  511. package/src/src/agent/testing/agent-tester.ts +202 -0
  512. package/src/src/agent/testing/index.ts +44 -0
  513. package/src/src/agent/testing/live-evals/formatting.ts +106 -0
  514. package/src/src/agent/testing/live-evals/index.ts +30 -0
  515. package/src/src/agent/testing/live-evals/performance.ts +52 -0
  516. package/src/src/agent/testing/live-evals/report.ts +155 -0
  517. package/src/src/agent/testing/live-evals/request.ts +60 -0
  518. package/src/src/agent/testing/live-evals/result.ts +96 -0
  519. package/src/src/agent/veryfront-cloud-agent-service.ts +62 -13
  520. package/src/src/build/compiler/mdx-compiler/frontmatter-parser.ts +1 -1
  521. package/src/src/build/compiler/mdx-compiler/mdx-processor.ts +9 -20
  522. package/src/src/build/compiler/mdx-to-js.ts +11 -8
  523. package/src/src/cache/schemas/cache-backend.schema.ts +3 -3
  524. package/src/src/cache/schemas/cache-key.schema.ts +2 -2
  525. package/src/src/channels/control-plane.ts +13 -11
  526. package/src/src/channels/invoke.ts +13 -13
  527. package/src/src/chat/ag-ui.ts +6 -6
  528. package/src/src/chat/conversation.ts +6 -6
  529. package/src/src/chat/types.ts +8 -8
  530. package/src/src/config/schemas/config.schema.ts +2 -2
  531. package/src/src/data/schemas/data.schema.ts +7 -7
  532. package/src/src/embedding/upload-loader.ts +9 -9
  533. package/src/src/extensions/auth/auth-provider.ts +14 -2
  534. package/src/src/extensions/builtin-extensions.ts +33 -8
  535. package/src/src/extensions/cache/cache-store.ts +1 -1
  536. package/src/src/extensions/compat/index.ts +5 -4
  537. package/src/src/extensions/compat/{node-compat.ts → native-services.ts} +18 -24
  538. package/src/src/extensions/{transform → content}/content-processor.ts +9 -3
  539. package/src/src/extensions/{transform → content}/index.ts +1 -1
  540. package/src/src/extensions/contracts.ts +6 -0
  541. package/src/src/extensions/database/database-client.ts +1 -1
  542. package/src/src/extensions/index.ts +11 -0
  543. package/src/src/extensions/llm/embedding-provider.ts +1 -1
  544. package/src/src/extensions/recommendations.ts +6 -7
  545. package/src/src/extensions/sandbox/index.ts +18 -0
  546. package/src/src/extensions/sandbox/shell-tools.ts +42 -0
  547. package/src/src/extensions/schema/schema-validator.ts +1 -1
  548. package/src/src/extensions/tracing/index.ts +9 -1
  549. package/src/src/extensions/tracing/node-telemetry-provider.ts +45 -0
  550. package/src/src/html/schemas/html.schema.ts +7 -7
  551. package/src/src/integrations/schema.ts +11 -11
  552. package/src/src/internal-agents/run-stream.ts +2 -2
  553. package/src/src/issues/mcp.ts +7 -7
  554. package/src/src/issues/schemas/issue.schema.ts +12 -12
  555. package/src/src/jobs/schemas.ts +39 -30
  556. package/src/src/mcp/schemas/mcp.schema.ts +4 -4
  557. package/src/src/oauth/schemas/oauth.schema.ts +8 -8
  558. package/src/src/platform/compat/kv/factory.ts +8 -8
  559. package/src/src/platform/compat/opaque-deps.ts +10 -9
  560. package/src/src/platform/compat/std/front-matter-yaml.ts +18 -29
  561. package/src/src/rendering/layouts/layout-applicator.ts +10 -18
  562. package/src/src/repositories/schemas/repository.schema.ts +4 -4
  563. package/src/src/resource/schemas/resource.schema.ts +3 -3
  564. package/src/src/sandbox/agent-service-tools.ts +1 -0
  565. package/src/src/sandbox/shell-tools.ts +17 -42
  566. package/src/src/schemas/define.ts +4 -10
  567. package/src/src/schemas/index.ts +2 -1
  568. package/src/src/schemas/lazy.ts +65 -0
  569. package/src/src/server/bootstrap.ts +5 -1
  570. package/src/src/server/dev-ui/manifest.js +17 -17
  571. package/src/src/server/schemas/action.schema.ts +2 -2
  572. package/src/src/tool/host-tools.ts +1 -1
  573. package/src/src/tool/schema/zod-json-schema.ts +2 -2
  574. package/src/src/transforms/md/compiler/md-compiler.ts +1 -1
  575. package/src/src/transforms/mdx/compiler/import-rewriter.ts +1 -1
  576. package/src/src/transforms/mdx/compiler/index.ts +2 -2
  577. package/src/src/transforms/mdx/compiler/mdx-compiler.ts +1 -1
  578. package/src/src/utils/version-constant.ts +1 -1
  579. package/src/src/workflow/blob/veryfront-cloud-storage.ts +5 -5
  580. package/src/src/workflow/schemas/workflow.schema.ts +18 -18
  581. package/esm/extensions/ext-node-compatibility/src/index.d.ts +0 -11
  582. package/esm/extensions/ext-node-compatibility/src/index.d.ts.map +0 -1
  583. package/esm/extensions/ext-node-compatibility/src/index.js +0 -106
  584. package/esm/extensions/ext-transform-mdx/src/compiler/markdown-compile.d.ts.map +0 -1
  585. package/esm/extensions/ext-transform-mdx/src/compiler/mdx-compile.d.ts.map +0 -1
  586. package/esm/extensions/ext-transform-mdx/src/index.d.ts.map +0 -1
  587. package/esm/extensions/ext-transform-mdx/src/plugins/plugin-loader.d.ts.map +0 -1
  588. package/esm/extensions/ext-transform-mdx/src/plugins/rehype-node-positions.d.ts.map +0 -1
  589. package/esm/extensions/ext-transform-mdx/src/plugins/remark-headings.d.ts.map +0 -1
  590. package/esm/extensions/ext-transform-mdx/src/plugins/remark-mdx-utils.d.ts.map +0 -1
  591. package/esm/extensions/ext-zod/src/adapter.d.ts.map +0 -1
  592. package/esm/extensions/ext-zod/src/index.d.ts.map +0 -1
  593. package/esm/extensions/ext-zod/src/json-schema.d.ts.map +0 -1
  594. package/esm/src/extensions/compat/node-compat.d.ts.map +0 -1
  595. package/esm/src/extensions/compat/node-compat.js +0 -8
  596. package/esm/src/extensions/transform/content-processor.d.ts.map +0 -1
  597. package/esm/src/extensions/transform/index.d.ts.map +0 -1
  598. package/esm/src/transforms/plugins/plugin-loader.d.ts +0 -19
  599. package/esm/src/transforms/plugins/plugin-loader.d.ts.map +0 -1
  600. package/esm/src/transforms/plugins/plugin-loader.js +0 -24
  601. package/src/extensions/ext-node-compatibility/src/index.ts +0 -140
  602. package/src/src/transforms/plugins/plugin-loader.ts +0 -29
  603. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/compiler/markdown-compile.js +0 -0
  604. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/plugin-loader.d.ts +0 -0
  605. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/plugin-loader.js +0 -0
  606. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/rehype-node-positions.d.ts +0 -0
  607. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/rehype-node-positions.js +0 -0
  608. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-headings.d.ts +0 -0
  609. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-headings.js +0 -0
  610. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-mdx-utils.d.ts +0 -0
  611. /package/esm/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-mdx-utils.js +0 -0
  612. /package/esm/extensions/{ext-node-compatibility → ext-document-kreuzberg}/src/kreuzberg.d.ts +0 -0
  613. /package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/plugin-loader.ts +0 -0
  614. /package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/rehype-node-positions.ts +0 -0
  615. /package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-headings.ts +0 -0
  616. /package/src/extensions/{ext-transform-mdx → ext-content-mdx}/src/plugins/remark-mdx-utils.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import * as dntShim from "../../../_dnt.shims.js";
2
- import { defineSchema } from "../../../src/schemas/index.js";
2
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
3
3
  import { createArgParser, parseArgsOrThrow } from "../../shared/args.js";
4
4
  import { createErrorEnvelope, createSuccessEnvelope, isJsonMode, outputJson, } from "../../shared/json-output.js";
5
5
  import { parseTestOutput } from "./command.js";
@@ -7,7 +7,7 @@ const getTestArgsSchema = defineSchema((v) => v.object({
7
7
  filter: v.string().optional(),
8
8
  parallel: v.boolean().default(false),
9
9
  }));
10
- const TestArgsSchema = getTestArgsSchema();
10
+ const TestArgsSchema = lazySchema(getTestArgsSchema);
11
11
  const parseTestArgs = createArgParser(TestArgsSchema, {
12
12
  filter: { keys: ["filter"], type: "string", positional: 0 },
13
13
  parallel: { keys: ["parallel"], type: "boolean" },
@@ -1 +1 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/up/command.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAO3E,OAAO,EAAE,KAAK,iBAAiB,EAAwB,MAAM,8BAA8B,CAAC;AAQ5F,eAAO,MAAM,eAAe;;;GAK3B,CAAC;AAEF,eAAO,MAAM,YAAY;;;GAAoB,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC;AAExE,eAAO,MAAM,WAAW;;;GAGtB,CAAC;AAyEH,wBAAsB,SAAS,CAC7B,OAAO,GAAE,OAAO,CAAC,SAAS,CAAM,EAChC,GAAG,GAAE,iBAA0C,GAC9C,OAAO,CAAC,IAAI,CAAC,CA+Gf"}
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/up/command.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAO3E,OAAO,EAAE,KAAK,iBAAiB,EAAwB,MAAM,8BAA8B,CAAC;AAQ5F,eAAO,MAAM,eAAe;;;GAK3B,CAAC;AAEF,eAAO,MAAM,YAAY;;;GAA8B,CAAC;AAExD,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC;AAExE,eAAO,MAAM,WAAW;;;GAGtB,CAAC;AAyEH,wBAAsB,SAAS,CAC7B,OAAO,GAAE,OAAO,CAAC,SAAS,CAAM,EAChC,GAAG,GAAE,iBAA0C,GAC9C,OAAO,CAAC,IAAI,CAAC,CA+Gf"}
@@ -1,4 +1,4 @@
1
- import { defineSchema } from "../../../src/schemas/index.js";
1
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
2
2
  import { cliLogger } from "../../utils/index.js";
3
3
  import { cwd } from "../../../src/platform/index.js";
4
4
  import { join } from "../../../src/platform/compat/path/index.js";
@@ -16,7 +16,7 @@ export const getUpArgsSchema = defineSchema((v) => v.object({
16
16
  force: v.boolean().default(false),
17
17
  dryRun: v.boolean().default(false),
18
18
  }));
19
- export const UpArgsSchema = getUpArgsSchema();
19
+ export const UpArgsSchema = lazySchema(getUpArgsSchema);
20
20
  export const parseUpArgs = createArgParser(UpArgsSchema, {
21
21
  force: CommonArgs.force,
22
22
  dryRun: CommonArgs.dryRun,
@@ -1,4 +1,4 @@
1
- import { defineSchema } from "../../../src/schemas/index.js";
1
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
2
2
  import { createFileSystem, cwd, lookupMimeType } from "../../../src/platform/index.js";
3
3
  import { dirname, join, normalize, resolve } from "../../../src/platform/compat/path/index.js";
4
4
  import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
@@ -14,7 +14,7 @@ const getUploadListArgsSchema = defineSchema((v) => v.object({
14
14
  json: v.boolean().default(false),
15
15
  quiet: v.boolean().default(false),
16
16
  }));
17
- const UploadListArgsSchema = getUploadListArgsSchema();
17
+ const UploadListArgsSchema = lazySchema(getUploadListArgsSchema);
18
18
  const getUploadPullArgsSchema = defineSchema((v) => v.object({
19
19
  projectSlug: v.string().optional(),
20
20
  projectDir: v.string().optional(),
@@ -25,7 +25,7 @@ const getUploadPullArgsSchema = defineSchema((v) => v.object({
25
25
  json: v.boolean().default(false),
26
26
  quiet: v.boolean().default(false),
27
27
  }));
28
- const UploadPullArgsSchema = getUploadPullArgsSchema();
28
+ const UploadPullArgsSchema = lazySchema(getUploadPullArgsSchema);
29
29
  const getUploadPutArgsSchema = defineSchema((v) => v.object({
30
30
  projectSlug: v.string().optional(),
31
31
  projectDir: v.string().optional(),
@@ -35,7 +35,7 @@ const getUploadPutArgsSchema = defineSchema((v) => v.object({
35
35
  json: v.boolean().default(false),
36
36
  quiet: v.boolean().default(false),
37
37
  }));
38
- const UploadPutArgsSchema = getUploadPutArgsSchema();
38
+ const UploadPutArgsSchema = lazySchema(getUploadPutArgsSchema);
39
39
  const getUploadDeleteArgsSchema = defineSchema((v) => v.object({
40
40
  projectSlug: v.string().optional(),
41
41
  projectDir: v.string().optional(),
@@ -43,7 +43,7 @@ const getUploadDeleteArgsSchema = defineSchema((v) => v.object({
43
43
  json: v.boolean().default(false),
44
44
  quiet: v.boolean().default(false),
45
45
  }));
46
- const UploadDeleteArgsSchema = getUploadDeleteArgsSchema();
46
+ const UploadDeleteArgsSchema = lazySchema(getUploadDeleteArgsSchema);
47
47
  function getBooleanArg(args, ...keys) {
48
48
  return keys.some((key) => Boolean(args[key]));
49
49
  }
@@ -1,4 +1,4 @@
1
- import { defineSchema } from "../../../src/schemas/index.js";
1
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
2
2
  import { createArgParser, parseArgsOrThrow } from "../../shared/args.js";
3
3
  const getWorkerArgsSchema = defineSchema((v) => v.object({
4
4
  redisUrl: v.string().default("redis://localhost:6379"),
@@ -9,7 +9,7 @@ const getWorkerArgsSchema = defineSchema((v) => v.object({
9
9
  entrypoint: v.string().optional(),
10
10
  debug: v.boolean().default(false),
11
11
  }));
12
- const WorkerArgsSchema = getWorkerArgsSchema();
12
+ const WorkerArgsSchema = lazySchema(getWorkerArgsSchema);
13
13
  export const parseWorkerArgs = createArgParser(WorkerArgsSchema, {
14
14
  redisUrl: { keys: ["redis-url", "redis"], type: "string" },
15
15
  concurrency: { keys: ["concurrency", "c"], type: "number" },
@@ -1,4 +1,4 @@
1
- import { defineSchema } from "../../../src/schemas/index.js";
1
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
2
2
  import { createArgParser, parseArgsOrThrow } from "../../shared/args.js";
3
3
  const getWorkflowArgsSchema = defineSchema((v) => v.object({
4
4
  action: v.enum(["run"]),
@@ -6,7 +6,7 @@ const getWorkflowArgsSchema = defineSchema((v) => v.object({
6
6
  input: v.string().optional(),
7
7
  debug: v.boolean().default(false),
8
8
  }));
9
- const WorkflowArgsSchema = getWorkflowArgsSchema();
9
+ const WorkflowArgsSchema = lazySchema(getWorkflowArgsSchema);
10
10
  export const parseWorkflowArgs = createArgParser(WorkflowArgsSchema, {
11
11
  action: { keys: ["action"], type: "string", positional: 0 },
12
12
  name: { keys: ["name"], type: "string", positional: 1 },
package/esm/cli/main.js CHANGED
@@ -13,13 +13,15 @@
13
13
  import "../_dnt.polyfills.js";
14
14
  import * as dntShim from "../_dnt.shims.js";
15
15
  await import("../src/platform/compat/esbuild-init.js");
16
- // Register the default Bundler + ModuleLexer contracts shipped with the
17
- // binary so bootstrap paths can resolve them without the user having to
18
- // declare @veryfront/ext-bundler-esbuild as a project extension. User-installed
19
- // extensions (orchestrated later) can still override these.
16
+ // Register default contracts shipped with the binary so CLI startup and
17
+ // bootstrap paths can resolve them before project extensions load.
20
18
  {
21
19
  const { register } = await import("../src/extensions/contracts.js");
22
20
  const { tryResolve } = await import("../src/extensions/index.js");
21
+ if (!tryResolve("SchemaValidator")) {
22
+ const { createZodAdapter } = await import("../extensions/ext-schema-zod/src/index.js");
23
+ register("SchemaValidator", createZodAdapter());
24
+ }
23
25
  if (!tryResolve("Bundler") || !tryResolve("ModuleLexer")) {
24
26
  const { EsbuildBundler, EsModuleLexer } = await import("../extensions/ext-bundler-esbuild/src/index.js");
25
27
  if (!tryResolve("Bundler"))
@@ -1 +1 @@
1
- {"version":3,"file":"jsonrpc.d.ts","sourceRoot":"","sources":["../../../src/cli/mcp/jsonrpc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;GAOnC,CAAC;AACF,eAAO,MAAM,oBAAoB;;;;;GAA4B,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,OAAO,CAAC;KAChB,CAAC;CACH;AAED;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;CAMjB,CAAC;AAEX;;;GAGG;AACH,qBAAa,YAAa,SAAQ,KAAK;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;gBACV,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAI1C;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,OAAO,GAAG,eAAe,CAStD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAAE,MAAM,EAAE,OAAO,GAAG,eAAe,CAEjG;AAED;;GAEG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAC/B,CAAC,EAAE,OAAO,EACV,IAAI,CAAC,EAAE,MAAM,GACZ,eAAe,CAgBjB;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAgC,CAAC;AAE1F;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAKvE;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,CAMxD;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,OAAO,EACf,UAAU,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,EACjF,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAWzB;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;GAKpC,CAAC;AACF,eAAO,MAAM,qBAAqB;;;GAA6B,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,yBAAyB;;GAIrC,CAAC;AACF,eAAO,MAAM,sBAAsB;;GAA8B,CAAC;AAElE;;GAEG;AACH,eAAO,MAAM,4BAA4B;;GAIxC,CAAC;AACF,eAAO,MAAM,yBAAyB;;GAAiC,CAAC"}
1
+ {"version":3,"file":"jsonrpc.d.ts","sourceRoot":"","sources":["../../../src/cli/mcp/jsonrpc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;GAOnC,CAAC;AACF,eAAO,MAAM,oBAAoB;;;;;GAAsC,CAAC;AAExE,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,OAAO,CAAC;KAChB,CAAC;CACH;AAED;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;CAMjB,CAAC;AAEX;;;GAGG;AACH,qBAAa,YAAa,SAAQ,KAAK;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;gBACV,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAI1C;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,OAAO,GAAG,eAAe,CAStD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAAE,MAAM,EAAE,OAAO,GAAG,eAAe,CAEjG;AAED;;GAEG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAC/B,CAAC,EAAE,OAAO,EACV,IAAI,CAAC,EAAE,MAAM,GACZ,eAAe,CAgBjB;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAgC,CAAC;AAE1F;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAKvE;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,CAMxD;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,OAAO,EACf,UAAU,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,EACjF,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAWzB;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;GAKpC,CAAC;AACF,eAAO,MAAM,qBAAqB;;;GAAuC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;GAIrC,CAAC;AACF,eAAO,MAAM,sBAAsB;;GAAwC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,4BAA4B;;GAIxC,CAAC;AACF,eAAO,MAAM,yBAAyB;;GAA2C,CAAC"}
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * @module cli/mcp/jsonrpc
5
5
  */
6
- import { defineSchema } from "../../src/schemas/index.js";
6
+ import { defineSchema, lazySchema } from "../../src/schemas/index.js";
7
7
  /**
8
8
  * JSON-RPC 2.0 request (validated at runtime for external input)
9
9
  */
@@ -13,7 +13,7 @@ export const getJSONRPCRequestSchema = defineSchema((v) => v.object({
13
13
  method: v.string(),
14
14
  params: v.unknown().optional(),
15
15
  }));
16
- export const JSONRPCRequestSchema = getJSONRPCRequestSchema();
16
+ export const JSONRPCRequestSchema = lazySchema(getJSONRPCRequestSchema);
17
17
  /**
18
18
  * JSON-RPC standard error codes
19
19
  */
@@ -122,18 +122,18 @@ export const getToolsCallParamsSchema = defineSchema((v) => v.object({
122
122
  name: v.string(),
123
123
  arguments: v.record(v.string(), v.unknown()).optional(),
124
124
  }));
125
- export const ToolsCallParamsSchema = getToolsCallParamsSchema();
125
+ export const ToolsCallParamsSchema = lazySchema(getToolsCallParamsSchema);
126
126
  /**
127
127
  * Validate and extract prompts/get params
128
128
  */
129
129
  export const getPromptsGetParamsSchema = defineSchema((v) => v.object({
130
130
  name: v.string(),
131
131
  }));
132
- export const PromptsGetParamsSchema = getPromptsGetParamsSchema();
132
+ export const PromptsGetParamsSchema = lazySchema(getPromptsGetParamsSchema);
133
133
  /**
134
134
  * Validate and extract resources/read params
135
135
  */
136
136
  export const getResourcesReadParamsSchema = defineSchema((v) => v.object({
137
137
  uri: v.string(),
138
138
  }));
139
- export const ResourcesReadParamsSchema = getResourcesReadParamsSchema();
139
+ export const ResourcesReadParamsSchema = lazySchema(getResourcesReadParamsSchema);
@@ -8,7 +8,7 @@
8
8
  * Authentication: Uses the API token from environment or proxy context.
9
9
  * API Base: Configurable via VERYFRONT_API_BASE_URL (default: https://api.veryfront.com)
10
10
  */
11
- import { defineSchema } from "../../src/schemas/index.js";
11
+ import { defineSchema, lazySchema } from "../../src/schemas/index.js";
12
12
  import { getEnvironmentConfig } from "../../src/config/index.js";
13
13
  import { withSpan } from "../../src/observability/tracing/otlp-setup.js";
14
14
  import { randomSuffix } from "../shared/slug.js";
@@ -91,7 +91,7 @@ const getRemoteListFilesInput = defineSchema((v) => v.object({
91
91
  pattern: v.string().optional().describe("File pattern filter (e.g., *.tsx, pages/*)"),
92
92
  limit: v.number().optional().default(50).describe("Maximum number of files to return (default: 50)"),
93
93
  }));
94
- const remoteListFilesInput = getRemoteListFilesInput();
94
+ const remoteListFilesInput = lazySchema(getRemoteListFilesInput);
95
95
  export const vfRemoteListFiles = {
96
96
  name: "vf_remote_list_files",
97
97
  title: "List Remote Files",
@@ -124,7 +124,7 @@ const getRemoteGetFileInput = defineSchema((v) => v.object({
124
124
  path: v.string().describe("File path (e.g., pages/index.mdx, app/page.tsx)"),
125
125
  branch: v.string().optional().describe("Branch name (omit for main branch)"),
126
126
  }));
127
- const remoteGetFileInput = getRemoteGetFileInput();
127
+ const remoteGetFileInput = lazySchema(getRemoteGetFileInput);
128
128
  export const vfRemoteGetFile = {
129
129
  name: "vf_remote_get_file",
130
130
  title: "Get Remote File",
@@ -154,7 +154,7 @@ const getRemoteUpdateFileInput = defineSchema((v) => v.object({
154
154
  content: v.string().describe("New file content"),
155
155
  branch: v.string().optional().describe("Branch name (omit for main branch)"),
156
156
  }));
157
- const remoteUpdateFileInput = getRemoteUpdateFileInput();
157
+ const remoteUpdateFileInput = lazySchema(getRemoteUpdateFileInput);
158
158
  export const vfRemoteUpdateFile = {
159
159
  name: "vf_remote_update_file",
160
160
  title: "Update Remote File",
@@ -188,7 +188,7 @@ const getRemoteDeleteFileInput = defineSchema((v) => v.object({
188
188
  path: v.string().describe("File path to delete"),
189
189
  branch: v.string().optional().describe("Branch name (omit for main branch)"),
190
190
  }));
191
- const remoteDeleteFileInput = getRemoteDeleteFileInput();
191
+ const remoteDeleteFileInput = lazySchema(getRemoteDeleteFileInput);
192
192
  export const vfRemoteDeleteFile = {
193
193
  name: "vf_remote_delete_file",
194
194
  title: "Delete Remote File",
@@ -220,7 +220,7 @@ const getRemoteSearchFilesInput = defineSchema((v) => v.object({
220
220
  max_results: v.number().optional().default(50).describe("Maximum results (default: 50)"),
221
221
  branch: v.string().optional().describe("Branch name (omit for main branch)"),
222
222
  }));
223
- const remoteSearchFilesInput = getRemoteSearchFilesInput();
223
+ const remoteSearchFilesInput = lazySchema(getRemoteSearchFilesInput);
224
224
  export const vfRemoteSearchFiles = {
225
225
  name: "vf_remote_search_files",
226
226
  title: "Search Remote Files",
@@ -256,7 +256,7 @@ const getRemoteMoveFileInput = defineSchema((v) => v.object({
256
256
  destination_path: v.string().describe("New file path"),
257
257
  branch: v.string().optional().describe("Branch name (omit for main branch)"),
258
258
  }));
259
- const remoteMoveFileInput = getRemoteMoveFileInput();
259
+ const remoteMoveFileInput = lazySchema(getRemoteMoveFileInput);
260
260
  export const vfRemoteMoveFile = {
261
261
  name: "vf_remote_move_file",
262
262
  title: "Move Remote File",
@@ -288,7 +288,7 @@ const getRemoteListBranchesInput = defineSchema((v) => v.object({
288
288
  search: v.string().optional().describe("Search filter for branch name"),
289
289
  status: v.enum(["active", "merged", "all"]).optional().default("all").describe("Filter by branch status (default: all)"),
290
290
  }));
291
- const remoteListBranchesInput = getRemoteListBranchesInput();
291
+ const remoteListBranchesInput = lazySchema(getRemoteListBranchesInput);
292
292
  export const vfRemoteListBranches = {
293
293
  name: "vf_remote_list_branches",
294
294
  title: "List Remote Branches",
@@ -316,7 +316,7 @@ const getRemoteCreateBranchInput = defineSchema((v) => v.object({
316
316
  name: v.string().describe("Branch name"),
317
317
  base_branch_id: v.string().optional().describe("Base branch ID to create from (omit for main branch)"),
318
318
  }));
319
- const remoteCreateBranchInput = getRemoteCreateBranchInput();
319
+ const remoteCreateBranchInput = lazySchema(getRemoteCreateBranchInput);
320
320
  export const vfRemoteCreateBranch = {
321
321
  name: "vf_remote_create_branch",
322
322
  title: "Create Remote Branch",
@@ -340,7 +340,7 @@ const getRemoteMergeBranchInput = defineSchema((v) => v.object({
340
340
  branch_id: v.string().describe("Branch ID to merge"),
341
341
  target_branch_id: v.string().optional().describe("Target branch ID to merge into (omit to merge into main)"),
342
342
  }));
343
- const remoteMergeBranchInput = getRemoteMergeBranchInput();
343
+ const remoteMergeBranchInput = lazySchema(getRemoteMergeBranchInput);
344
344
  export const vfRemoteMergeBranch = {
345
345
  name: "vf_remote_merge_branch",
346
346
  title: "Merge Remote Branch",
@@ -370,7 +370,7 @@ const getRemoteDeleteBranchInput = defineSchema((v) => v.object({
370
370
  project: v.string().describe("Project slug or ID"),
371
371
  branch_id: v.string().describe("Branch ID to delete"),
372
372
  }));
373
- const remoteDeleteBranchInput = getRemoteDeleteBranchInput();
373
+ const remoteDeleteBranchInput = lazySchema(getRemoteDeleteBranchInput);
374
374
  export const vfRemoteDeleteBranch = {
375
375
  name: "vf_remote_delete_branch",
376
376
  title: "Delete Remote Branch",
@@ -397,7 +397,7 @@ const getRemoteCreateProjectInput = defineSchema((v) => v.object({
397
397
  templateSlug: v.string().optional().describe("Template project slug to fork from (e.g., 'blank', 'ai-agent', 'docs-agent')"),
398
398
  is_public: v.boolean().optional().describe("Whether the project is public (default: false)"),
399
399
  }));
400
- const remoteCreateProjectInput = getRemoteCreateProjectInput();
400
+ const remoteCreateProjectInput = lazySchema(getRemoteCreateProjectInput);
401
401
  export const vfRemoteCreateProject = {
402
402
  name: "vf_remote_create_project",
403
403
  title: "Create Remote Project",
@@ -422,7 +422,7 @@ const getRemoteCloneProjectInput = defineSchema((v) => v.object({
422
422
  target_slug: v.string().describe("Slug for the new project (lowercase letters, numbers, hyphens only). A random suffix is appended if the slug is already taken."),
423
423
  file_pattern: v.string().optional().describe("Optional file pattern to filter which files to clone (e.g., '*.tsx')"),
424
424
  }));
425
- const remoteCloneProjectInput = getRemoteCloneProjectInput();
425
+ const remoteCloneProjectInput = lazySchema(getRemoteCloneProjectInput);
426
426
  export const vfRemoteCloneProject = {
427
427
  name: "vf_remote_clone_project",
428
428
  title: "Clone Remote Project",
@@ -4,14 +4,14 @@
4
4
  * Returns everything an agent needs at session start in a single call:
5
5
  * project context, coding conventions, current errors, and server status.
6
6
  */
7
- import { defineSchema } from "../../../src/schemas/index.js";
7
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
8
8
  import { getErrorCollector } from "../../../src/observability/index.js";
9
9
  import { vfGetProjectContext } from "./project-tools.js";
10
10
  import { vfGetConventions } from "./scaffold-tools.js";
11
11
  const getBootstrapInput = defineSchema((v) => v.object({
12
12
  projectPath: v.string().optional().describe("Project directory (defaults to current working directory)"),
13
13
  }));
14
- const bootstrapInput = getBootstrapInput();
14
+ const bootstrapInput = lazySchema(getBootstrapInput);
15
15
  export const vfBootstrap = {
16
16
  name: "vf_bootstrap",
17
17
  title: "Bootstrap",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * MCP tool for production builds.
3
3
  */
4
- import { defineSchema } from "../../../src/schemas/index.js";
4
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
5
5
  import { cwd } from "../../../src/platform/index.js";
6
6
  import { join } from "../../../src/platform/compat/path/index.js";
7
7
  import { buildProduction } from "../../../src/build/index.js";
@@ -35,7 +35,7 @@ const getBuildInput = defineSchema((v) => v.object({
35
35
  .default(false)
36
36
  .describe("Preview the build without writing files to disk. Defaults to false."),
37
37
  }));
38
- const buildInput = getBuildInput();
38
+ const buildInput = lazySchema(getBuildInput);
39
39
  export const vfBuild = {
40
40
  name: "vf_build",
41
41
  title: "Production Build",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * MCP tools for catalog browsing and project creation.
3
3
  */
4
- import { defineSchema } from "../../../src/schemas/index.js";
4
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
5
5
  import { join } from "../../../src/platform/compat/path/index.js";
6
6
  import { cwd } from "../../../src/platform/index.js";
7
7
  import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
@@ -284,7 +284,7 @@ const USECASES = [
284
284
  // Tool: vf_list_examples
285
285
  // ============================================================================
286
286
  const getListExamplesInput = defineSchema((v) => v.object({}));
287
- const listExamplesInput = getListExamplesInput();
287
+ const listExamplesInput = lazySchema(getListExamplesInput);
288
288
  export const vfListExamples = {
289
289
  name: "vf_list_examples",
290
290
  title: "List Examples",
@@ -297,7 +297,7 @@ export const vfListExamples = {
297
297
  // Tool: vf_list_templates
298
298
  // ============================================================================
299
299
  const getListTemplatesInput = defineSchema((v) => v.object({}));
300
- const listTemplatesInput = getListTemplatesInput();
300
+ const listTemplatesInput = lazySchema(getListTemplatesInput);
301
301
  export const vfListTemplates = {
302
302
  name: "vf_list_templates",
303
303
  title: "List Templates",
@@ -316,7 +316,7 @@ const getListIntegrationsInput = defineSchema((v) => v.object({
316
316
  .default("all")
317
317
  .describe("Filter integrations by category"),
318
318
  }));
319
- const listIntegrationsInput = getListIntegrationsInput();
319
+ const listIntegrationsInput = lazySchema(getListIntegrationsInput);
320
320
  export const vfListIntegrations = {
321
321
  name: "vf_list_integrations",
322
322
  title: "List Integrations",
@@ -334,7 +334,7 @@ export const vfListIntegrations = {
334
334
  // Tool: vf_list_usecases
335
335
  // ============================================================================
336
336
  const getListUsecasesInput = defineSchema((v) => v.object({}));
337
- const listUsecasesInput = getListUsecasesInput();
337
+ const listUsecasesInput = lazySchema(getListUsecasesInput);
338
338
  export const vfListUsecases = {
339
339
  name: "vf_list_usecases",
340
340
  title: "List Use Cases",
@@ -370,7 +370,7 @@ const getCreateProjectInput = defineSchema((v) => v.object({
370
370
  .optional()
371
371
  .describe("Parent directory to create project in (defaults to current directory)"),
372
372
  }));
373
- const createProjectInput = getCreateProjectInput();
373
+ const createProjectInput = lazySchema(getCreateProjectInput);
374
374
  export const vfCreateProject = {
375
375
  name: "vf_create_project",
376
376
  title: "Create Project",
@@ -1,5 +1,5 @@
1
1
  import * as dntShim from "../../../_dnt.shims.js";
2
- import { defineSchema } from "../../../src/schemas/index.js";
2
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
3
3
  import { createContext7ToolSource } from "../../../src/tool/index.js";
4
4
  let _source;
5
5
  function getSource() {
@@ -23,14 +23,14 @@ const c7ResolveLibrary = {
23
23
  idempotentHint: true,
24
24
  openWorldHint: true,
25
25
  },
26
- inputSchema: defineSchema((v) => v.object({
26
+ inputSchema: lazySchema(defineSchema((v) => v.object({
27
27
  libraryName: v
28
28
  .string()
29
29
  .describe("Library name to search for. Use the official name with proper punctuation — e.g., 'Next.js' not 'nextjs'."),
30
30
  query: v
31
31
  .string()
32
32
  .describe("The question or task you need help with. Used to rank results by relevance."),
33
- }))(),
33
+ }))),
34
34
  execute: async (input) => {
35
35
  if (!isContext7Available()) {
36
36
  return {
@@ -61,14 +61,14 @@ const c7QueryDocs = {
61
61
  idempotentHint: true,
62
62
  openWorldHint: true,
63
63
  },
64
- inputSchema: defineSchema((v) => v.object({
64
+ inputSchema: lazySchema(defineSchema((v) => v.object({
65
65
  libraryId: v
66
66
  .string()
67
67
  .describe("Context7-compatible library ID (e.g., '/vercel/next.js', '/supabase/supabase')."),
68
68
  query: v
69
69
  .string()
70
70
  .describe("The question or task you need help with. Be specific and include relevant details."),
71
- }))(),
71
+ }))),
72
72
  execute: async (input) => {
73
73
  if (!isContext7Available()) {
74
74
  return {
@@ -4,7 +4,7 @@
4
4
  * Creates a release from a branch and deploys it to an environment.
5
5
  * Wraps the same API calls used by the `vf deploy` CLI command.
6
6
  */
7
- import { defineSchema } from "../../../src/schemas/index.js";
7
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
8
8
  import { getEnvironmentConfig } from "../../../src/config/index.js";
9
9
  import { createApiClient, resolveConfig } from "../../shared/config.js";
10
10
  import { createDeployment, createRelease, getEnvironmentByName, } from "../../commands/deploy/command.js";
@@ -13,7 +13,7 @@ const getTriggerDeployInput = defineSchema((v) => v.object({
13
13
  environment: v.string().optional().default("production").describe("Target environment name. Defaults to 'production'."),
14
14
  branch: v.string().optional().default("main").describe("Git branch to create the release from. Defaults to 'main'."),
15
15
  }));
16
- const triggerDeployInput = getTriggerDeployInput();
16
+ const triggerDeployInput = lazySchema(getTriggerDeployInput);
17
17
  /**
18
18
  * Trigger a deploy via the Veryfront API.
19
19
  *
@@ -2,7 +2,7 @@
2
2
  * MCP tools for development workflow (HMR, preview, debug, flywheel).
3
3
  */
4
4
  import * as dntShim from "../../../_dnt.shims.js";
5
- import { defineSchema } from "../../../src/schemas/index.js";
5
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
6
6
  import { getEnvironmentConfig } from "../../../src/config/index.js";
7
7
  import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
8
8
  import { ReloadNotifier } from "../../../src/server/index.js";
@@ -17,7 +17,7 @@ const getHotReloadInput = defineSchema((v) => v.object({
17
17
  .optional()
18
18
  .describe("Specific file to trigger reload for. Example: 'app/page.tsx'. Omit to reload all."),
19
19
  }));
20
- const hotReloadInput = getHotReloadInput();
20
+ const hotReloadInput = lazySchema(getHotReloadInput);
21
21
  export const vfHotReload = {
22
22
  name: "vf_hot_reload",
23
23
  title: "Hot Reload",
@@ -45,7 +45,7 @@ const getGetDebugContextInput = defineSchema((v) => v.object({
45
45
  .optional()
46
46
  .describe("Project slug to check (for multi-project mode)"),
47
47
  }));
48
- const getDebugContextInput = getGetDebugContextInput();
48
+ const getDebugContextInput = lazySchema(getGetDebugContextInput);
49
49
  export const vfGetDebugContext = {
50
50
  name: "vf_get_debug_context",
51
51
  title: "Debug Context",
@@ -86,7 +86,7 @@ const getTriggerHmrInput = defineSchema((v) => v.object({
86
86
  path: v.string().describe("File path that changed. Example: 'app/page.tsx'."),
87
87
  port: v.number().int().min(1).max(65535).optional().default(8080).describe("Dev server port (defaults to 8080)"),
88
88
  }));
89
- const triggerHmrInput = getTriggerHmrInput();
89
+ const triggerHmrInput = lazySchema(getTriggerHmrInput);
90
90
  export const vfTriggerHmr = {
91
91
  name: "vf_trigger_hmr",
92
92
  title: "Trigger HMR",
@@ -125,7 +125,7 @@ const getPreviewRouteInput = defineSchema((v) => v.object({
125
125
  .default("status")
126
126
  .describe("Output format: 'html' for full page, 'json' for API response, 'status' for just HTTP status. Defaults to 'status'."),
127
127
  }));
128
- const previewRouteInput = getPreviewRouteInput();
128
+ const previewRouteInput = lazySchema(getPreviewRouteInput);
129
129
  export const vfPreviewRoute = {
130
130
  name: "vf_preview_route",
131
131
  title: "Preview Route",
@@ -185,7 +185,7 @@ const getWaitForReadyInput = defineSchema((v) => v.object({
185
185
  .default(500)
186
186
  .describe("Polling interval in milliseconds (defaults to 500)"),
187
187
  }));
188
- const waitForReadyInput = getWaitForReadyInput();
188
+ const waitForReadyInput = lazySchema(getWaitForReadyInput);
189
189
  export const vfWaitForReady = {
190
190
  name: "vf_wait_for_ready",
191
191
  title: "Wait for Ready",
@@ -225,7 +225,7 @@ export const vfWaitForReady = {
225
225
  const getGetFlywheelStatusInput = defineSchema((v) => v.object({
226
226
  port: v.number().int().min(1).max(65535).optional().default(8080).describe("Server port (defaults to 8080)"),
227
227
  }));
228
- const getFlywheelStatusInput = getGetFlywheelStatusInput();
228
+ const getFlywheelStatusInput = lazySchema(getGetFlywheelStatusInput);
229
229
  export const vfGetFlywheelStatus = {
230
230
  name: "vf_get_flywheel_status",
231
231
  title: "Flywheel Status",
@@ -1,10 +1,10 @@
1
- import { defineSchema } from "../../../src/schemas/index.js";
1
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
2
2
  import { generateCommandSchema, generateSchema } from "../../commands/schema/command.js";
3
3
  import { VERSION } from "../../utils/index.js";
4
- const getSchemaInput = defineSchema((v) => v.object({
4
+ const getSchemaInput = lazySchema(defineSchema((v) => v.object({
5
5
  command: v.string().optional().describe("Get schema for a specific command"),
6
6
  category: v.string().optional().describe("Filter by category"),
7
- }))();
7
+ })));
8
8
  const vfGetSchema = {
9
9
  name: "vf_get_schema",
10
10
  title: "Get CLI Schema",
@@ -18,7 +18,7 @@ const vfGetSchema = {
18
18
  return generateSchema(input.category);
19
19
  },
20
20
  };
21
- const getProjectInfoInput = defineSchema((v) => v.object({}))();
21
+ const getProjectInfoInput = lazySchema(defineSchema((v) => v.object({})));
22
22
  const vfGetProjectInfo = {
23
23
  name: "vf_get_project_info",
24
24
  title: "Get Project Info",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * MCP tools for project discovery and analysis.
3
3
  */
4
- import { defineSchema } from "../../../src/schemas/index.js";
4
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
5
5
  import { join } from "../../../src/platform/compat/path/index.js";
6
6
  import { cwd } from "../../../src/platform/index.js";
7
7
  import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
@@ -13,7 +13,7 @@ const getListRoutesInput = defineSchema((v) => v.object({
13
13
  type: v.enum(["all", "pages", "api", "layouts"]).optional().default("all").describe("Filter routes by type"),
14
14
  projectPath: v.string().optional().describe("Project directory (defaults to current working directory)"),
15
15
  }));
16
- const listRoutesInput = getListRoutesInput();
16
+ const listRoutesInput = lazySchema(getListRoutesInput);
17
17
  export const vfListRoutes = {
18
18
  name: "vf_list_routes",
19
19
  title: "List Routes",
@@ -40,7 +40,7 @@ export const vfListRoutes = {
40
40
  const getGetProjectContextInput = defineSchema((v) => v.object({
41
41
  projectPath: v.string().optional().describe("Project directory (defaults to current working directory)"),
42
42
  }));
43
- const getProjectContextInput = getGetProjectContextInput();
43
+ const getProjectContextInput = lazySchema(getGetProjectContextInput);
44
44
  const STANDARD_DIRS = ["app", "pages", "components", "lib", "ai"];
45
45
  const BUILTIN_AUTH_ROUTES = ["login", "logout", "me", "signup", "register"];
46
46
  const FEATURE_PATTERNS = [
@@ -129,7 +129,7 @@ const getGetComponentTreeInput = defineSchema((v) => v.object({
129
129
  route: v.string().describe("Route path to analyze (e.g., '/', '/dashboard')"),
130
130
  projectPath: v.string().optional().describe("Project directory (defaults to current working directory)"),
131
131
  }));
132
- const getComponentTreeInput = getGetComponentTreeInput();
132
+ const getComponentTreeInput = lazySchema(getGetComponentTreeInput);
133
133
  function buildRoutePaths(route) {
134
134
  const segments = route.split("/").filter(Boolean);
135
135
  const paths = [""];
@@ -198,7 +198,7 @@ const getListLocalProjectsInput = defineSchema((v) => v.object({
198
198
  directory: v.string().optional().describe("Directory to scan for projects (defaults to current directory and common locations)"),
199
199
  depth: v.number().optional().default(2).describe("How deep to scan (1 = immediate children, 2 = grandchildren)"),
200
200
  }));
201
- const listLocalProjectsInput = getListLocalProjectsInput();
201
+ const listLocalProjectsInput = lazySchema(getListLocalProjectsInput);
202
202
  async function detectVeryfrontProject(projectPath) {
203
203
  const fs = getFs();
204
204
  const configExists = await fileExists(join(projectPath, "veryfront.config.ts")) ||
@@ -5,12 +5,12 @@
5
5
  * Reuses parseLintJsonOutput from the CLI lint command.
6
6
  */
7
7
  import * as dntShim from "../../../_dnt.shims.js";
8
- import { defineSchema } from "../../../src/schemas/index.js";
8
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
9
9
  import { parseLintJsonOutput } from "../../commands/lint/command.js";
10
10
  const getRunLintInput = defineSchema((v) => v.object({
11
11
  timeout: v.number().optional().default(120000).describe("Maximum time to wait for lint completion in milliseconds. Defaults to 120000 (2 minutes)."),
12
12
  }));
13
- const runLintInput = getRunLintInput();
13
+ const runLintInput = lazySchema(getRunLintInput);
14
14
  const PROCESS_CLEANUP_TIMEOUT_MS = 1000;
15
15
  async function waitForProcessCleanup(outputSettled) {
16
16
  let cleanupTimeout;
@@ -5,14 +5,14 @@
5
5
  * Reuses parseTestOutput from the CLI test command.
6
6
  */
7
7
  import * as dntShim from "../../../_dnt.shims.js";
8
- import { defineSchema } from "../../../src/schemas/index.js";
8
+ import { defineSchema, lazySchema } from "../../../src/schemas/index.js";
9
9
  import { parseTestOutput } from "../../commands/test/command.js";
10
10
  const getRunTestsInput = defineSchema((v) => v.object({
11
11
  filter: v.string().optional().describe("Filter tests by name pattern. Example: 'router' to run only tests matching 'router'."),
12
12
  parallel: v.boolean().optional().default(false).describe("Run tests in parallel. Defaults to false."),
13
13
  timeout: v.number().optional().default(300000).describe("Maximum time to wait for test completion in milliseconds. Defaults to 300000 (5 minutes)."),
14
14
  }));
15
- const runTestsInput = getRunTestsInput();
15
+ const runTestsInput = lazySchema(getRunTestsInput);
16
16
  /** Build the deno test command args from input options. */
17
17
  export function buildTestArgs(input) {
18
18
  return [
@@ -1 +1 @@
1
- {"version":3,"file":"scaffold-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/scaffold-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAG3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAML,KAAK,cAAc,EAGpB,MAAM,cAAc,CAAC;AAkItB,QAAA,MAAM,gBAAgB;;;;;GAerB,CAAC;AAGF,KAAK,aAAa,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC;AA+CtE,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,aAAa,EAAE,cAAc,CAiD7D,CAAC;AAMF,QAAA,MAAM,sBAAsB;;GAQ3B,CAAC;AAGF,KAAK,mBAAmB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC;AAElF,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACtE;AA4HD,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,mBAAmB,EAAE,UAAU,EAAE,CAevE,CAAC"}
1
+ {"version":3,"file":"scaffold-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/scaffold-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAG3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAML,KAAK,cAAc,EAGpB,MAAM,cAAc,CAAC;AAsItB,QAAA,MAAM,gBAAgB;;;;;GAerB,CAAC;AAGF,KAAK,aAAa,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC;AA+CtE,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,aAAa,EAAE,cAAc,CAiD7D,CAAC;AAMF,QAAA,MAAM,sBAAsB;;GAQ3B,CAAC;AAGF,KAAK,mBAAmB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC;AAElF,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACtE;AAgID,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,mBAAmB,EAAE,UAAU,EAAE,CAevE,CAAC"}