p-dev-harness 0.3.1 → 0.4.0

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 (1862) hide show
  1. package/README.md +12 -4
  2. package/dist/agents/cursor-provider.d.ts.map +1 -1
  3. package/dist/agents/cursor-provider.js +9 -8
  4. package/dist/agents/cursor-provider.js.map +1 -1
  5. package/dist/agents/index.d.ts +3 -4
  6. package/dist/agents/index.d.ts.map +1 -1
  7. package/dist/agents/index.js +2 -5
  8. package/dist/agents/index.js.map +1 -1
  9. package/dist/agents/types.d.ts +36 -2
  10. package/dist/agents/types.d.ts.map +1 -1
  11. package/dist/artifacts/redact.d.ts +2 -0
  12. package/dist/artifacts/redact.d.ts.map +1 -1
  13. package/dist/artifacts/redact.js +15 -1
  14. package/dist/artifacts/redact.js.map +1 -1
  15. package/dist/artifacts/write-json-out-manifest.d.ts +17 -0
  16. package/dist/artifacts/write-json-out-manifest.d.ts.map +1 -0
  17. package/dist/artifacts/write-json-out-manifest.js +68 -0
  18. package/dist/artifacts/write-json-out-manifest.js.map +1 -0
  19. package/dist/cli/commands/canary-runner-config.d.ts +2 -0
  20. package/dist/cli/commands/canary-runner-config.d.ts.map +1 -0
  21. package/dist/cli/commands/canary-runner-config.js +6 -0
  22. package/dist/cli/commands/canary-runner-config.js.map +1 -0
  23. package/dist/cli/commands/doctor.d.ts.map +1 -1
  24. package/dist/cli/commands/doctor.js +129 -0
  25. package/dist/cli/commands/doctor.js.map +1 -1
  26. package/dist/cli/commands/resolve-route.d.ts.map +1 -1
  27. package/dist/cli/commands/resolve-route.js +5 -0
  28. package/dist/cli/commands/resolve-route.js.map +1 -1
  29. package/dist/cli/commands/run.d.ts +1 -0
  30. package/dist/cli/commands/run.d.ts.map +1 -1
  31. package/dist/cli/commands/run.js +54 -12
  32. package/dist/cli/commands/run.js.map +1 -1
  33. package/dist/cli/commands/sync-managed-runner.d.ts +7 -0
  34. package/dist/cli/commands/sync-managed-runner.d.ts.map +1 -0
  35. package/dist/cli/commands/sync-managed-runner.js +89 -0
  36. package/dist/cli/commands/sync-managed-runner.js.map +1 -0
  37. package/dist/cli/program.d.ts.map +1 -1
  38. package/dist/cli/program.js +27 -0
  39. package/dist/cli/program.js.map +1 -1
  40. package/dist/config/assert-cloud-config-fingerprint.d.ts +10 -0
  41. package/dist/config/assert-cloud-config-fingerprint.d.ts.map +1 -0
  42. package/dist/config/assert-cloud-config-fingerprint.js +26 -0
  43. package/dist/config/assert-cloud-config-fingerprint.js.map +1 -0
  44. package/dist/config/cloud-config-fingerprint.d.ts +26 -0
  45. package/dist/config/cloud-config-fingerprint.d.ts.map +1 -0
  46. package/dist/config/cloud-config-fingerprint.js +64 -0
  47. package/dist/config/cloud-config-fingerprint.js.map +1 -0
  48. package/dist/config/legacy-linear-top-level.d.ts +16 -0
  49. package/dist/config/legacy-linear-top-level.d.ts.map +1 -0
  50. package/dist/config/legacy-linear-top-level.js +42 -0
  51. package/dist/config/legacy-linear-top-level.js.map +1 -0
  52. package/dist/config/linear-association-gate.d.ts +26 -0
  53. package/dist/config/linear-association-gate.d.ts.map +1 -0
  54. package/dist/config/linear-association-gate.js +46 -0
  55. package/dist/config/linear-association-gate.js.map +1 -0
  56. package/dist/config/resolve-linear-team.d.ts +10 -0
  57. package/dist/config/resolve-linear-team.d.ts.map +1 -0
  58. package/dist/config/resolve-linear-team.js +24 -0
  59. package/dist/config/resolve-linear-team.js.map +1 -0
  60. package/dist/config/resolve-linear-workspace.d.ts +83 -0
  61. package/dist/config/resolve-linear-workspace.d.ts.map +1 -0
  62. package/dist/config/resolve-linear-workspace.js +244 -0
  63. package/dist/config/resolve-linear-workspace.js.map +1 -0
  64. package/dist/config/role-models.d.ts +160 -0
  65. package/dist/config/role-models.d.ts.map +1 -0
  66. package/dist/config/role-models.js +31 -0
  67. package/dist/config/role-models.js.map +1 -0
  68. package/dist/config/runner-upgrade-sync-gate.d.ts +10 -0
  69. package/dist/config/runner-upgrade-sync-gate.d.ts.map +1 -0
  70. package/dist/config/runner-upgrade-sync-gate.js +24 -0
  71. package/dist/config/runner-upgrade-sync-gate.js.map +1 -0
  72. package/dist/config/schema.d.ts +266 -0
  73. package/dist/config/schema.d.ts.map +1 -1
  74. package/dist/config/schema.js +14 -0
  75. package/dist/config/schema.js.map +1 -1
  76. package/dist/config/types.d.ts +1 -1
  77. package/dist/config/types.d.ts.map +1 -1
  78. package/dist/config/workspace-root.d.ts +7 -0
  79. package/dist/config/workspace-root.d.ts.map +1 -0
  80. package/dist/config/workspace-root.js +21 -0
  81. package/dist/config/workspace-root.js.map +1 -0
  82. package/dist/cursor/agent-factory.d.ts +8 -0
  83. package/dist/cursor/agent-factory.d.ts.map +1 -1
  84. package/dist/cursor/agent-factory.js +34 -5
  85. package/dist/cursor/agent-factory.js.map +1 -1
  86. package/dist/cursor/builder-resume-errors.d.ts +3 -0
  87. package/dist/cursor/builder-resume-errors.d.ts.map +1 -0
  88. package/dist/cursor/builder-resume-errors.js +32 -0
  89. package/dist/cursor/builder-resume-errors.js.map +1 -0
  90. package/dist/cursor/model.d.ts +18 -22
  91. package/dist/cursor/model.d.ts.map +1 -1
  92. package/dist/cursor/model.js +73 -25
  93. package/dist/cursor/model.js.map +1 -1
  94. package/dist/cursor/run-observer.d.ts +8 -1
  95. package/dist/cursor/run-observer.d.ts.map +1 -1
  96. package/dist/cursor/run-observer.js +9 -1
  97. package/dist/cursor/run-observer.js.map +1 -1
  98. package/dist/github/auth-verification-retry.d.ts +12 -0
  99. package/dist/github/auth-verification-retry.d.ts.map +1 -0
  100. package/dist/github/auth-verification-retry.js +47 -0
  101. package/dist/github/auth-verification-retry.js.map +1 -0
  102. package/dist/github/client.d.ts +53 -4
  103. package/dist/github/client.d.ts.map +1 -1
  104. package/dist/github/client.js +108 -7
  105. package/dist/github/client.js.map +1 -1
  106. package/dist/gui/configure-health.js +2 -2
  107. package/dist/gui/configure-health.js.map +1 -1
  108. package/dist/gui/repo-root.d.ts +3 -0
  109. package/dist/gui/repo-root.d.ts.map +1 -1
  110. package/dist/gui/repo-root.js +16 -1
  111. package/dist/gui/repo-root.js.map +1 -1
  112. package/dist/gui/start-configure-stable.js +6 -2
  113. package/dist/gui/start-configure-stable.js.map +1 -1
  114. package/dist/gui/start-gui.js +7 -3
  115. package/dist/gui/start-gui.js.map +1 -1
  116. package/dist/linear/client.d.ts +4 -0
  117. package/dist/linear/client.d.ts.map +1 -1
  118. package/dist/linear/client.js +7 -0
  119. package/dist/linear/client.js.map +1 -1
  120. package/dist/linear/comments.d.ts +9 -0
  121. package/dist/linear/comments.d.ts.map +1 -1
  122. package/dist/linear/comments.js +34 -0
  123. package/dist/linear/comments.js.map +1 -1
  124. package/dist/linear/issue-query.d.ts +1 -0
  125. package/dist/linear/issue-query.d.ts.map +1 -1
  126. package/dist/linear/issue-query.js +3 -0
  127. package/dist/linear/issue-query.js.map +1 -1
  128. package/dist/linear/markers.d.ts +7 -0
  129. package/dist/linear/markers.d.ts.map +1 -1
  130. package/dist/linear/markers.js +21 -0
  131. package/dist/linear/markers.js.map +1 -1
  132. package/dist/linear/parser.d.ts +2 -1
  133. package/dist/linear/parser.d.ts.map +1 -1
  134. package/dist/linear/parser.js +46 -0
  135. package/dist/linear/parser.js.map +1 -1
  136. package/dist/linear/project-harness-metadata.d.ts +10 -0
  137. package/dist/linear/project-harness-metadata.d.ts.map +1 -0
  138. package/dist/linear/project-harness-metadata.js +109 -0
  139. package/dist/linear/project-harness-metadata.js.map +1 -0
  140. package/dist/linear/project-metadata-sync.d.ts +29 -0
  141. package/dist/linear/project-metadata-sync.d.ts.map +1 -0
  142. package/dist/linear/project-metadata-sync.js +64 -0
  143. package/dist/linear/project-metadata-sync.js.map +1 -0
  144. package/dist/linear/run-status-comment.d.ts +49 -0
  145. package/dist/linear/run-status-comment.d.ts.map +1 -0
  146. package/dist/linear/run-status-comment.js +118 -0
  147. package/dist/linear/run-status-comment.js.map +1 -0
  148. package/dist/linear/writer.d.ts +8 -0
  149. package/dist/linear/writer.d.ts.map +1 -1
  150. package/dist/linear/writer.js +13 -0
  151. package/dist/linear/writer.js.map +1 -1
  152. package/dist/observability/adapters/fake.d.ts +17 -0
  153. package/dist/observability/adapters/fake.d.ts.map +1 -0
  154. package/dist/observability/adapters/fake.js +205 -0
  155. package/dist/observability/adapters/fake.js.map +1 -0
  156. package/dist/observability/adapters/noop.d.ts +5 -0
  157. package/dist/observability/adapters/noop.d.ts.map +1 -0
  158. package/dist/observability/adapters/noop.js +51 -0
  159. package/dist/observability/adapters/noop.js.map +1 -0
  160. package/dist/observability/adapters/posthog.d.ts +12 -0
  161. package/dist/observability/adapters/posthog.d.ts.map +1 -0
  162. package/dist/observability/adapters/posthog.js +142 -0
  163. package/dist/observability/adapters/posthog.js.map +1 -0
  164. package/dist/observability/adapters/sentry.d.ts +12 -0
  165. package/dist/observability/adapters/sentry.d.ts.map +1 -0
  166. package/dist/observability/adapters/sentry.js +217 -0
  167. package/dist/observability/adapters/sentry.js.map +1 -0
  168. package/dist/observability/analytics-schemas.d.ts +59 -0
  169. package/dist/observability/analytics-schemas.d.ts.map +1 -0
  170. package/dist/observability/analytics-schemas.js +119 -0
  171. package/dist/observability/analytics-schemas.js.map +1 -0
  172. package/dist/observability/consent.d.ts +14 -0
  173. package/dist/observability/consent.d.ts.map +1 -0
  174. package/dist/observability/consent.js +35 -0
  175. package/dist/observability/consent.js.map +1 -0
  176. package/dist/observability/constants.d.ts +18 -0
  177. package/dist/observability/constants.d.ts.map +1 -0
  178. package/dist/observability/constants.js +18 -0
  179. package/dist/observability/constants.js.map +1 -0
  180. package/dist/observability/context.d.ts +21 -0
  181. package/dist/observability/context.d.ts.map +1 -0
  182. package/dist/observability/context.js +105 -0
  183. package/dist/observability/context.js.map +1 -0
  184. package/dist/observability/facade-runtime-state.d.ts +17 -0
  185. package/dist/observability/facade-runtime-state.d.ts.map +1 -0
  186. package/dist/observability/facade-runtime-state.js +23 -0
  187. package/dist/observability/facade-runtime-state.js.map +1 -0
  188. package/dist/observability/facade.d.ts +44 -0
  189. package/dist/observability/facade.d.ts.map +1 -0
  190. package/dist/observability/facade.js +432 -0
  191. package/dist/observability/facade.js.map +1 -0
  192. package/dist/observability/fatal-handlers.d.ts +4 -0
  193. package/dist/observability/fatal-handlers.d.ts.map +1 -0
  194. package/dist/observability/fatal-handlers.js +54 -0
  195. package/dist/observability/fatal-handlers.js.map +1 -0
  196. package/dist/observability/identity.d.ts +4 -0
  197. package/dist/observability/identity.d.ts.map +1 -0
  198. package/dist/observability/identity.js +11 -0
  199. package/dist/observability/identity.js.map +1 -0
  200. package/dist/observability/index.d.ts +9 -0
  201. package/dist/observability/index.d.ts.map +1 -0
  202. package/dist/observability/index.js +6 -0
  203. package/dist/observability/index.js.map +1 -0
  204. package/dist/observability/local-state.d.ts +14 -0
  205. package/dist/observability/local-state.d.ts.map +1 -0
  206. package/dist/observability/local-state.js +107 -0
  207. package/dist/observability/local-state.js.map +1 -0
  208. package/dist/observability/package-config.d.ts +11 -0
  209. package/dist/observability/package-config.d.ts.map +1 -0
  210. package/dist/observability/package-config.js +117 -0
  211. package/dist/observability/package-config.js.map +1 -0
  212. package/dist/observability/posthog-dashboard-contract.d.ts +46 -0
  213. package/dist/observability/posthog-dashboard-contract.d.ts.map +1 -0
  214. package/dist/observability/posthog-dashboard-contract.js +200 -0
  215. package/dist/observability/posthog-dashboard-contract.js.map +1 -0
  216. package/dist/observability/privacy-schema.d.ts +13 -0
  217. package/dist/observability/privacy-schema.d.ts.map +1 -0
  218. package/dist/observability/privacy-schema.js +204 -0
  219. package/dist/observability/privacy-schema.js.map +1 -0
  220. package/dist/observability/product-error-messages.d.ts +2 -0
  221. package/dist/observability/product-error-messages.d.ts.map +1 -0
  222. package/dist/observability/product-error-messages.js +15 -0
  223. package/dist/observability/product-error-messages.js.map +1 -0
  224. package/dist/observability/product-errors.d.ts +12 -0
  225. package/dist/observability/product-errors.d.ts.map +1 -0
  226. package/dist/observability/product-errors.js +109 -0
  227. package/dist/observability/product-errors.js.map +1 -0
  228. package/dist/observability/provisioning-analytics.d.ts +12 -0
  229. package/dist/observability/provisioning-analytics.d.ts.map +1 -0
  230. package/dist/observability/provisioning-analytics.js +11 -0
  231. package/dist/observability/provisioning-analytics.js.map +1 -0
  232. package/dist/observability/redaction.d.ts +10 -0
  233. package/dist/observability/redaction.d.ts.map +1 -0
  234. package/dist/observability/redaction.js +72 -0
  235. package/dist/observability/redaction.js.map +1 -0
  236. package/dist/observability/runtime-eligibility.d.ts +6 -0
  237. package/dist/observability/runtime-eligibility.d.ts.map +1 -0
  238. package/dist/observability/runtime-eligibility.js +33 -0
  239. package/dist/observability/runtime-eligibility.js.map +1 -0
  240. package/dist/observability/sentry-outbound-privacy.d.ts +12 -0
  241. package/dist/observability/sentry-outbound-privacy.d.ts.map +1 -0
  242. package/dist/observability/sentry-outbound-privacy.js +168 -0
  243. package/dist/observability/sentry-outbound-privacy.js.map +1 -0
  244. package/dist/observability/session-dedupe.d.ts +8 -0
  245. package/dist/observability/session-dedupe.d.ts.map +1 -0
  246. package/dist/observability/session-dedupe.js +42 -0
  247. package/dist/observability/session-dedupe.js.map +1 -0
  248. package/dist/observability/session-handoff.d.ts +10 -0
  249. package/dist/observability/session-handoff.d.ts.map +1 -0
  250. package/dist/observability/session-handoff.js +25 -0
  251. package/dist/observability/session-handoff.js.map +1 -0
  252. package/dist/observability/transport-lifecycle.d.ts +20 -0
  253. package/dist/observability/transport-lifecycle.d.ts.map +1 -0
  254. package/dist/observability/transport-lifecycle.js +69 -0
  255. package/dist/observability/transport-lifecycle.js.map +1 -0
  256. package/dist/observability/types.d.ts +189 -0
  257. package/dist/observability/types.d.ts.map +1 -0
  258. package/dist/observability/types.js +2 -0
  259. package/dist/observability/types.js.map +1 -0
  260. package/dist/p-dev/cli.d.ts +1 -1
  261. package/dist/p-dev/cli.d.ts.map +1 -1
  262. package/dist/p-dev/cli.js +1 -1
  263. package/dist/p-dev/cli.js.map +1 -1
  264. package/dist/p-dev/git-object-plumbing.d.ts +20 -0
  265. package/dist/p-dev/git-object-plumbing.d.ts.map +1 -1
  266. package/dist/p-dev/git-object-plumbing.js +106 -13
  267. package/dist/p-dev/git-object-plumbing.js.map +1 -1
  268. package/dist/p-dev/launch.d.ts.map +1 -1
  269. package/dist/p-dev/launch.js +77 -15
  270. package/dist/p-dev/launch.js.map +1 -1
  271. package/dist/p-dev/main.js +9 -1
  272. package/dist/p-dev/main.js.map +1 -1
  273. package/dist/p-dev/package-paths.d.ts +12 -0
  274. package/dist/p-dev/package-paths.d.ts.map +1 -1
  275. package/dist/p-dev/package-paths.js +48 -2
  276. package/dist/p-dev/package-paths.js.map +1 -1
  277. package/dist/p-dev/workspace-snapshot-generator.d.ts.map +1 -1
  278. package/dist/p-dev/workspace-snapshot-generator.js +18 -0
  279. package/dist/p-dev/workspace-snapshot-generator.js.map +1 -1
  280. package/dist/p-dev/workspace-snapshot-manifest.d.ts.map +1 -1
  281. package/dist/p-dev/workspace-snapshot-manifest.js +48 -0
  282. package/dist/p-dev/workspace-snapshot-manifest.js.map +1 -1
  283. package/dist/p-dev/workspace-snapshot-types.d.ts +8 -0
  284. package/dist/p-dev/workspace-snapshot-types.d.ts.map +1 -1
  285. package/dist/preview/preview-capability.d.ts +9 -0
  286. package/dist/preview/preview-capability.d.ts.map +1 -0
  287. package/dist/preview/preview-capability.js +15 -0
  288. package/dist/preview/preview-capability.js.map +1 -0
  289. package/dist/product/initialization-state.d.ts +15 -0
  290. package/dist/product/initialization-state.d.ts.map +1 -0
  291. package/dist/product/initialization-state.js +37 -0
  292. package/dist/product/initialization-state.js.map +1 -0
  293. package/dist/product/product-marker.d.ts +77 -0
  294. package/dist/product/product-marker.d.ts.map +1 -0
  295. package/dist/product/product-marker.js +62 -0
  296. package/dist/product/product-marker.js.map +1 -0
  297. package/dist/product/read-product-marker.d.ts +15 -0
  298. package/dist/product/read-product-marker.d.ts.map +1 -0
  299. package/dist/product/read-product-marker.js +28 -0
  300. package/dist/product/read-product-marker.js.map +1 -0
  301. package/dist/prompts/builder.d.ts +10 -1
  302. package/dist/prompts/builder.d.ts.map +1 -1
  303. package/dist/prompts/builder.js +16 -2
  304. package/dist/prompts/builder.js.map +1 -1
  305. package/dist/resolver/errors.d.ts +1 -1
  306. package/dist/resolver/errors.d.ts.map +1 -1
  307. package/dist/resolver/errors.js.map +1 -1
  308. package/dist/resolver/target-repo.d.ts +4 -1
  309. package/dist/resolver/target-repo.d.ts.map +1 -1
  310. package/dist/resolver/target-repo.js +40 -0
  311. package/dist/resolver/target-repo.js.map +1 -1
  312. package/dist/runner/builder-thread-acquire.d.ts +41 -0
  313. package/dist/runner/builder-thread-acquire.d.ts.map +1 -0
  314. package/dist/runner/builder-thread-acquire.js +224 -0
  315. package/dist/runner/builder-thread-acquire.js.map +1 -0
  316. package/dist/runner/builder-thread-evidence.d.ts +13 -0
  317. package/dist/runner/builder-thread-evidence.d.ts.map +1 -0
  318. package/dist/runner/builder-thread-evidence.js +23 -0
  319. package/dist/runner/builder-thread-evidence.js.map +1 -0
  320. package/dist/runner/builder-thread-idempotency.d.ts +17 -0
  321. package/dist/runner/builder-thread-idempotency.d.ts.map +1 -0
  322. package/dist/runner/builder-thread-idempotency.js +12 -0
  323. package/dist/runner/builder-thread-idempotency.js.map +1 -0
  324. package/dist/runner/builder-thread-lineage-errors.d.ts +7 -0
  325. package/dist/runner/builder-thread-lineage-errors.d.ts.map +1 -0
  326. package/dist/runner/builder-thread-lineage-errors.js +11 -0
  327. package/dist/runner/builder-thread-lineage-errors.js.map +1 -0
  328. package/dist/runner/builder-thread-lineage.d.ts +18 -0
  329. package/dist/runner/builder-thread-lineage.d.ts.map +1 -0
  330. package/dist/runner/builder-thread-lineage.js +342 -0
  331. package/dist/runner/builder-thread-lineage.js.map +1 -0
  332. package/dist/runner/builder-thread-types.d.ts +30 -0
  333. package/dist/runner/builder-thread-types.d.ts.map +1 -0
  334. package/dist/runner/builder-thread-types.js +2 -0
  335. package/dist/runner/builder-thread-types.js.map +1 -0
  336. package/dist/runner/delivery-dedup.d.ts +26 -0
  337. package/dist/runner/delivery-dedup.d.ts.map +1 -0
  338. package/dist/runner/delivery-dedup.js +44 -0
  339. package/dist/runner/delivery-dedup.js.map +1 -0
  340. package/dist/runner/failure-finalization.d.ts +34 -0
  341. package/dist/runner/failure-finalization.d.ts.map +1 -0
  342. package/dist/runner/failure-finalization.js +154 -0
  343. package/dist/runner/failure-finalization.js.map +1 -0
  344. package/dist/runner/fixture.d.ts +1 -1
  345. package/dist/runner/fixture.d.ts.map +1 -1
  346. package/dist/runner/fixture.js +3 -0
  347. package/dist/runner/fixture.js.map +1 -1
  348. package/dist/runner/phases/handoff.d.ts.map +1 -1
  349. package/dist/runner/phases/handoff.js +59 -32
  350. package/dist/runner/phases/handoff.js.map +1 -1
  351. package/dist/runner/phases/implementation.d.ts.map +1 -1
  352. package/dist/runner/phases/implementation.js +147 -24
  353. package/dist/runner/phases/implementation.js.map +1 -1
  354. package/dist/runner/phases/integration-repair.d.ts +18 -0
  355. package/dist/runner/phases/integration-repair.d.ts.map +1 -1
  356. package/dist/runner/phases/integration-repair.js +93 -7
  357. package/dist/runner/phases/integration-repair.js.map +1 -1
  358. package/dist/runner/phases/merge.d.ts.map +1 -1
  359. package/dist/runner/phases/merge.js +129 -51
  360. package/dist/runner/phases/merge.js.map +1 -1
  361. package/dist/runner/phases/planning.d.ts.map +1 -1
  362. package/dist/runner/phases/planning.js +46 -8
  363. package/dist/runner/phases/planning.js.map +1 -1
  364. package/dist/runner/phases/production-sync.d.ts.map +1 -1
  365. package/dist/runner/phases/production-sync.js +28 -4
  366. package/dist/runner/phases/production-sync.js.map +1 -1
  367. package/dist/runner/phases/revision.d.ts.map +1 -1
  368. package/dist/runner/phases/revision.js +112 -32
  369. package/dist/runner/phases/revision.js.map +1 -1
  370. package/dist/runner/preflight.d.ts +2 -0
  371. package/dist/runner/preflight.d.ts.map +1 -1
  372. package/dist/runner/preflight.js +112 -3
  373. package/dist/runner/preflight.js.map +1 -1
  374. package/dist/runner/resolve-route.d.ts +1 -0
  375. package/dist/runner/resolve-route.d.ts.map +1 -1
  376. package/dist/runner/resolve-route.js +26 -0
  377. package/dist/runner/resolve-route.js.map +1 -1
  378. package/dist/runner/run-generation.d.ts +2 -0
  379. package/dist/runner/run-generation.d.ts.map +1 -0
  380. package/dist/runner/run-generation.js +19 -0
  381. package/dist/runner/run-generation.js.map +1 -0
  382. package/dist/runner/uninitialized-product-routing.d.ts +24 -0
  383. package/dist/runner/uninitialized-product-routing.d.ts.map +1 -0
  384. package/dist/runner/uninitialized-product-routing.js +70 -0
  385. package/dist/runner/uninitialized-product-routing.js.map +1 -0
  386. package/dist/setup/config-builder.d.ts.map +1 -1
  387. package/dist/setup/config-builder.js +12 -0
  388. package/dist/setup/config-builder.js.map +1 -1
  389. package/dist/setup/control-plane-readiness.d.ts +8 -1
  390. package/dist/setup/control-plane-readiness.d.ts.map +1 -1
  391. package/dist/setup/control-plane-readiness.js +63 -19
  392. package/dist/setup/control-plane-readiness.js.map +1 -1
  393. package/dist/setup/control-plane-setup-state.d.ts +13 -3
  394. package/dist/setup/control-plane-setup-state.d.ts.map +1 -1
  395. package/dist/setup/control-plane-setup-state.js +30 -3
  396. package/dist/setup/control-plane-setup-state.js.map +1 -1
  397. package/dist/setup/control-plane-state-lock.d.ts +12 -0
  398. package/dist/setup/control-plane-state-lock.d.ts.map +1 -0
  399. package/dist/setup/control-plane-state-lock.js +79 -0
  400. package/dist/setup/control-plane-state-lock.js.map +1 -0
  401. package/dist/setup/control-plane-types.d.ts +72 -1
  402. package/dist/setup/control-plane-types.d.ts.map +1 -1
  403. package/dist/setup/first-run-readiness.d.ts +4 -0
  404. package/dist/setup/first-run-readiness.d.ts.map +1 -1
  405. package/dist/setup/first-run-readiness.js +2 -2
  406. package/dist/setup/first-run-readiness.js.map +1 -1
  407. package/dist/setup/git-askpass-credentials.d.ts +19 -0
  408. package/dist/setup/git-askpass-credentials.d.ts.map +1 -0
  409. package/dist/setup/git-askpass-credentials.js +60 -0
  410. package/dist/setup/git-askpass-credentials.js.map +1 -0
  411. package/dist/setup/github-dispatch-token.d.ts +4 -0
  412. package/dist/setup/github-dispatch-token.d.ts.map +1 -1
  413. package/dist/setup/github-dispatch-token.js +23 -3
  414. package/dist/setup/github-dispatch-token.js.map +1 -1
  415. package/dist/setup/github-remote-provider.d.ts +44 -0
  416. package/dist/setup/github-remote-provider.d.ts.map +1 -1
  417. package/dist/setup/github-remote-provider.js +22 -2
  418. package/dist/setup/github-remote-provider.js.map +1 -1
  419. package/dist/setup/github-remote-setup-live.d.ts +30 -1
  420. package/dist/setup/github-remote-setup-live.d.ts.map +1 -1
  421. package/dist/setup/github-remote-setup-live.js +68 -11
  422. package/dist/setup/github-remote-setup-live.js.map +1 -1
  423. package/dist/setup/github-repository-name.d.ts +15 -0
  424. package/dist/setup/github-repository-name.d.ts.map +1 -0
  425. package/dist/setup/github-repository-name.js +54 -0
  426. package/dist/setup/github-repository-name.js.map +1 -0
  427. package/dist/setup/github-target-repository-provider-live.d.ts +35 -0
  428. package/dist/setup/github-target-repository-provider-live.d.ts.map +1 -0
  429. package/dist/setup/github-target-repository-provider-live.js +236 -0
  430. package/dist/setup/github-target-repository-provider-live.js.map +1 -0
  431. package/dist/setup/github-target-repository-provider-mock.d.ts +47 -0
  432. package/dist/setup/github-target-repository-provider-mock.d.ts.map +1 -0
  433. package/dist/setup/github-target-repository-provider-mock.js +189 -0
  434. package/dist/setup/github-target-repository-provider-mock.js.map +1 -0
  435. package/dist/setup/github-target-repository-provider.d.ts +44 -0
  436. package/dist/setup/github-target-repository-provider.d.ts.map +1 -0
  437. package/dist/setup/github-target-repository-provider.js +7 -0
  438. package/dist/setup/github-target-repository-provider.js.map +1 -0
  439. package/dist/setup/github-workflow-permissions.d.ts +1 -1
  440. package/dist/setup/github-workflow-permissions.d.ts.map +1 -1
  441. package/dist/setup/github-workflow-permissions.js +1 -1
  442. package/dist/setup/github-workflow-permissions.js.map +1 -1
  443. package/dist/setup/gui-view-model.d.ts +5 -0
  444. package/dist/setup/gui-view-model.d.ts.map +1 -1
  445. package/dist/setup/gui-view-model.js +5 -0
  446. package/dist/setup/gui-view-model.js.map +1 -1
  447. package/dist/setup/harness-dispatch-repo.d.ts +16 -2
  448. package/dist/setup/harness-dispatch-repo.d.ts.map +1 -1
  449. package/dist/setup/harness-dispatch-repo.js +113 -22
  450. package/dist/setup/harness-dispatch-repo.js.map +1 -1
  451. package/dist/setup/harness-managed-repo-marker.d.ts +1 -0
  452. package/dist/setup/harness-managed-repo-marker.d.ts.map +1 -1
  453. package/dist/setup/harness-managed-repo-marker.js +18 -0
  454. package/dist/setup/harness-managed-repo-marker.js.map +1 -1
  455. package/dist/setup/harness-provisioning-last-run.d.ts +27 -0
  456. package/dist/setup/harness-provisioning-last-run.d.ts.map +1 -0
  457. package/dist/setup/harness-provisioning-last-run.js +94 -0
  458. package/dist/setup/harness-provisioning-last-run.js.map +1 -0
  459. package/dist/setup/harness-provisioning-pending-state.d.ts +1 -1
  460. package/dist/setup/harness-provisioning-pending-state.d.ts.map +1 -1
  461. package/dist/setup/harness-provisioning-pending-state.js.map +1 -1
  462. package/dist/setup/harness-provisioning-progress.d.ts +58 -0
  463. package/dist/setup/harness-provisioning-progress.d.ts.map +1 -0
  464. package/dist/setup/harness-provisioning-progress.js +134 -0
  465. package/dist/setup/harness-provisioning-progress.js.map +1 -0
  466. package/dist/setup/harness-repo-provisioning.d.ts +11 -0
  467. package/dist/setup/harness-repo-provisioning.d.ts.map +1 -1
  468. package/dist/setup/harness-repo-provisioning.js +98 -6
  469. package/dist/setup/harness-repo-provisioning.js.map +1 -1
  470. package/dist/setup/harness-snapshot-git-transport.d.ts +92 -0
  471. package/dist/setup/harness-snapshot-git-transport.d.ts.map +1 -0
  472. package/dist/setup/harness-snapshot-git-transport.js +544 -0
  473. package/dist/setup/harness-snapshot-git-transport.js.map +1 -0
  474. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts +1 -1
  475. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts.map +1 -1
  476. package/dist/setup/harness-snapshot-provisioning-helpers.js.map +1 -1
  477. package/dist/setup/harness-snapshot-provisioning.d.ts +12 -1
  478. package/dist/setup/harness-snapshot-provisioning.d.ts.map +1 -1
  479. package/dist/setup/harness-snapshot-provisioning.js +298 -73
  480. package/dist/setup/harness-snapshot-provisioning.js.map +1 -1
  481. package/dist/setup/harness-step-readiness-server.d.ts +11 -0
  482. package/dist/setup/harness-step-readiness-server.d.ts.map +1 -0
  483. package/dist/setup/harness-step-readiness-server.js +24 -0
  484. package/dist/setup/harness-step-readiness-server.js.map +1 -0
  485. package/dist/setup/harness-step-readiness.d.ts +21 -0
  486. package/dist/setup/harness-step-readiness.d.ts.map +1 -0
  487. package/dist/setup/harness-step-readiness.js +40 -0
  488. package/dist/setup/harness-step-readiness.js.map +1 -0
  489. package/dist/setup/harness-workspace-snapshot-loader.d.ts +6 -1
  490. package/dist/setup/harness-workspace-snapshot-loader.d.ts.map +1 -1
  491. package/dist/setup/harness-workspace-snapshot-loader.js +45 -12
  492. package/dist/setup/harness-workspace-snapshot-loader.js.map +1 -1
  493. package/dist/setup/initial-setup-lifecycle.d.ts +51 -0
  494. package/dist/setup/initial-setup-lifecycle.d.ts.map +1 -0
  495. package/dist/setup/initial-setup-lifecycle.js +93 -0
  496. package/dist/setup/initial-setup-lifecycle.js.map +1 -0
  497. package/dist/setup/linear-category-labels.d.ts +2 -0
  498. package/dist/setup/linear-category-labels.d.ts.map +1 -0
  499. package/dist/setup/linear-category-labels.js +19 -0
  500. package/dist/setup/linear-category-labels.js.map +1 -0
  501. package/dist/setup/linear-setup-apply.d.ts +1 -0
  502. package/dist/setup/linear-setup-apply.d.ts.map +1 -1
  503. package/dist/setup/linear-setup-apply.js +67 -16
  504. package/dist/setup/linear-setup-apply.js.map +1 -1
  505. package/dist/setup/linear-setup-client.d.ts +24 -0
  506. package/dist/setup/linear-setup-client.d.ts.map +1 -1
  507. package/dist/setup/linear-setup-client.js +61 -0
  508. package/dist/setup/linear-setup-client.js.map +1 -1
  509. package/dist/setup/linear-setup-plan.d.ts +22 -1
  510. package/dist/setup/linear-setup-plan.d.ts.map +1 -1
  511. package/dist/setup/linear-setup-plan.js +69 -6
  512. package/dist/setup/linear-setup-plan.js.map +1 -1
  513. package/dist/setup/linear-setup-progress.d.ts +30 -0
  514. package/dist/setup/linear-setup-progress.d.ts.map +1 -0
  515. package/dist/setup/linear-setup-progress.js +71 -0
  516. package/dist/setup/linear-setup-progress.js.map +1 -0
  517. package/dist/setup/linear-status-contract.d.ts +2 -1
  518. package/dist/setup/linear-status-contract.d.ts.map +1 -1
  519. package/dist/setup/linear-status-contract.js +26 -67
  520. package/dist/setup/linear-status-contract.js.map +1 -1
  521. package/dist/setup/linear-workflow-status-repair.d.ts +36 -0
  522. package/dist/setup/linear-workflow-status-repair.d.ts.map +1 -0
  523. package/dist/setup/linear-workflow-status-repair.js +187 -0
  524. package/dist/setup/linear-workflow-status-repair.js.map +1 -0
  525. package/dist/setup/linear-workspace-apply.d.ts +25 -0
  526. package/dist/setup/linear-workspace-apply.d.ts.map +1 -0
  527. package/dist/setup/linear-workspace-apply.js +212 -0
  528. package/dist/setup/linear-workspace-apply.js.map +1 -0
  529. package/dist/setup/linear-workspace-drift.d.ts +2 -0
  530. package/dist/setup/linear-workspace-drift.d.ts.map +1 -0
  531. package/dist/setup/linear-workspace-drift.js +2 -0
  532. package/dist/setup/linear-workspace-drift.js.map +1 -0
  533. package/dist/setup/linear-workspace-migration.d.ts +43 -0
  534. package/dist/setup/linear-workspace-migration.d.ts.map +1 -0
  535. package/dist/setup/linear-workspace-migration.js +212 -0
  536. package/dist/setup/linear-workspace-migration.js.map +1 -0
  537. package/dist/setup/linear-workspace-plan.d.ts +92 -0
  538. package/dist/setup/linear-workspace-plan.d.ts.map +1 -0
  539. package/dist/setup/linear-workspace-plan.js +283 -0
  540. package/dist/setup/linear-workspace-plan.js.map +1 -0
  541. package/dist/setup/local-readiness-checks.d.ts +17 -0
  542. package/dist/setup/local-readiness-checks.d.ts.map +1 -1
  543. package/dist/setup/local-readiness-checks.js +86 -23
  544. package/dist/setup/local-readiness-checks.js.map +1 -1
  545. package/dist/setup/mock-target-workflow-finalization.d.ts.map +1 -1
  546. package/dist/setup/mock-target-workflow-finalization.js +27 -4
  547. package/dist/setup/mock-target-workflow-finalization.js.map +1 -1
  548. package/dist/setup/packaged-default-route.d.ts +15 -0
  549. package/dist/setup/packaged-default-route.d.ts.map +1 -0
  550. package/dist/setup/packaged-default-route.js +17 -0
  551. package/dist/setup/packaged-default-route.js.map +1 -0
  552. package/dist/setup/release-sync-managed-runner.d.ts +61 -0
  553. package/dist/setup/release-sync-managed-runner.d.ts.map +1 -0
  554. package/dist/setup/release-sync-managed-runner.js +364 -0
  555. package/dist/setup/release-sync-managed-runner.js.map +1 -0
  556. package/dist/setup/remote-apply-actions.d.ts.map +1 -1
  557. package/dist/setup/remote-apply-actions.js +23 -0
  558. package/dist/setup/remote-apply-actions.js.map +1 -1
  559. package/dist/setup/runner-upgrade-canary-dispatch.d.ts +19 -0
  560. package/dist/setup/runner-upgrade-canary-dispatch.d.ts.map +1 -0
  561. package/dist/setup/runner-upgrade-canary-dispatch.js +38 -0
  562. package/dist/setup/runner-upgrade-canary-dispatch.js.map +1 -0
  563. package/dist/setup/runner-upgrade-canary.d.ts +23 -0
  564. package/dist/setup/runner-upgrade-canary.d.ts.map +1 -0
  565. package/dist/setup/runner-upgrade-canary.js +146 -0
  566. package/dist/setup/runner-upgrade-canary.js.map +1 -0
  567. package/dist/setup/runner-upgrade-evidence.d.ts +14 -0
  568. package/dist/setup/runner-upgrade-evidence.d.ts.map +1 -0
  569. package/dist/setup/runner-upgrade-evidence.js +9 -0
  570. package/dist/setup/runner-upgrade-evidence.js.map +1 -0
  571. package/dist/setup/runner-upgrade-pending-state.d.ts +30 -0
  572. package/dist/setup/runner-upgrade-pending-state.d.ts.map +1 -0
  573. package/dist/setup/runner-upgrade-pending-state.js +75 -0
  574. package/dist/setup/runner-upgrade-pending-state.js.map +1 -0
  575. package/dist/setup/runner-upgrade-progress.d.ts +38 -0
  576. package/dist/setup/runner-upgrade-progress.d.ts.map +1 -0
  577. package/dist/setup/runner-upgrade-progress.js +95 -0
  578. package/dist/setup/runner-upgrade-progress.js.map +1 -0
  579. package/dist/setup/runner-upgrade-provider-live.d.ts +5 -0
  580. package/dist/setup/runner-upgrade-provider-live.d.ts.map +1 -0
  581. package/dist/setup/runner-upgrade-provider-live.js +338 -0
  582. package/dist/setup/runner-upgrade-provider-live.js.map +1 -0
  583. package/dist/setup/runner-upgrade-provider.d.ts +231 -0
  584. package/dist/setup/runner-upgrade-provider.d.ts.map +1 -0
  585. package/dist/setup/runner-upgrade-provider.js +466 -0
  586. package/dist/setup/runner-upgrade-provider.js.map +1 -0
  587. package/dist/setup/runner-upgrade-status-cache.d.ts +13 -0
  588. package/dist/setup/runner-upgrade-status-cache.d.ts.map +1 -0
  589. package/dist/setup/runner-upgrade-status-cache.js +39 -0
  590. package/dist/setup/runner-upgrade-status-cache.js.map +1 -0
  591. package/dist/setup/runner-upgrade-three-way.d.ts +28 -0
  592. package/dist/setup/runner-upgrade-three-way.d.ts.map +1 -0
  593. package/dist/setup/runner-upgrade-three-way.js +102 -0
  594. package/dist/setup/runner-upgrade-three-way.js.map +1 -0
  595. package/dist/setup/runner-upgrade-timeouts.d.ts +72 -0
  596. package/dist/setup/runner-upgrade-timeouts.d.ts.map +1 -0
  597. package/dist/setup/runner-upgrade-timeouts.js +261 -0
  598. package/dist/setup/runner-upgrade-timeouts.js.map +1 -0
  599. package/dist/setup/runner-upgrade-types.d.ts +84 -0
  600. package/dist/setup/runner-upgrade-types.d.ts.map +1 -0
  601. package/dist/setup/runner-upgrade-types.js +64 -0
  602. package/dist/setup/runner-upgrade-types.js.map +1 -0
  603. package/dist/setup/runner-upgrade-worker.d.ts +17 -0
  604. package/dist/setup/runner-upgrade-worker.d.ts.map +1 -0
  605. package/dist/setup/runner-upgrade-worker.js +115 -0
  606. package/dist/setup/runner-upgrade-worker.js.map +1 -0
  607. package/dist/setup/runner-upgrade.d.ts +57 -0
  608. package/dist/setup/runner-upgrade.d.ts.map +1 -0
  609. package/dist/setup/runner-upgrade.js +1311 -0
  610. package/dist/setup/runner-upgrade.js.map +1 -0
  611. package/dist/setup/service-verification.d.ts +18 -1
  612. package/dist/setup/service-verification.d.ts.map +1 -1
  613. package/dist/setup/service-verification.js +110 -19
  614. package/dist/setup/service-verification.js.map +1 -1
  615. package/dist/setup/settings-config-patch.d.ts +69 -0
  616. package/dist/setup/settings-config-patch.d.ts.map +1 -0
  617. package/dist/setup/settings-config-patch.js +312 -0
  618. package/dist/setup/settings-config-patch.js.map +1 -0
  619. package/dist/setup/setup-state.d.ts +1 -0
  620. package/dist/setup/setup-state.d.ts.map +1 -1
  621. package/dist/setup/setup-state.js +11 -1
  622. package/dist/setup/setup-state.js.map +1 -1
  623. package/dist/setup/step6-automatic-control-state.d.ts +21 -0
  624. package/dist/setup/step6-automatic-control-state.d.ts.map +1 -0
  625. package/dist/setup/step6-automatic-control-state.js +28 -0
  626. package/dist/setup/step6-automatic-control-state.js.map +1 -0
  627. package/dist/setup/sync-harness-config-cloud.d.ts +23 -0
  628. package/dist/setup/sync-harness-config-cloud.d.ts.map +1 -0
  629. package/dist/setup/sync-harness-config-cloud.js +91 -0
  630. package/dist/setup/sync-harness-config-cloud.js.map +1 -0
  631. package/dist/setup/target-repo-provisioning-pending-state.d.ts +42 -0
  632. package/dist/setup/target-repo-provisioning-pending-state.d.ts.map +1 -0
  633. package/dist/setup/target-repo-provisioning-pending-state.js +95 -0
  634. package/dist/setup/target-repo-provisioning-pending-state.js.map +1 -0
  635. package/dist/setup/target-repo-provisioning.d.ts +67 -0
  636. package/dist/setup/target-repo-provisioning.d.ts.map +1 -0
  637. package/dist/setup/target-repo-provisioning.js +473 -0
  638. package/dist/setup/target-repo-provisioning.js.map +1 -0
  639. package/dist/setup/target-workflow-finalization-progress.d.ts +43 -0
  640. package/dist/setup/target-workflow-finalization-progress.d.ts.map +1 -0
  641. package/dist/setup/target-workflow-finalization-progress.js +83 -0
  642. package/dist/setup/target-workflow-finalization-progress.js.map +1 -0
  643. package/dist/setup/target-workflow-finalization-types.d.ts +21 -1
  644. package/dist/setup/target-workflow-finalization-types.d.ts.map +1 -1
  645. package/dist/setup/target-workflow-finalization-types.js +75 -0
  646. package/dist/setup/target-workflow-finalization-types.js.map +1 -1
  647. package/dist/setup/target-workflow-finalization.d.ts.map +1 -1
  648. package/dist/setup/target-workflow-finalization.js +618 -15
  649. package/dist/setup/target-workflow-finalization.js.map +1 -1
  650. package/dist/setup/target-workflow-setup.d.ts.map +1 -1
  651. package/dist/setup/target-workflow-setup.js +2 -0
  652. package/dist/setup/target-workflow-setup.js.map +1 -1
  653. package/dist/setup/test-only-runner-upgrade-provider.d.ts +11 -0
  654. package/dist/setup/test-only-runner-upgrade-provider.d.ts.map +1 -0
  655. package/dist/setup/test-only-runner-upgrade-provider.js +37 -0
  656. package/dist/setup/test-only-runner-upgrade-provider.js.map +1 -0
  657. package/dist/setup/test-only-target-repo-provisioning-provider.d.ts +7 -0
  658. package/dist/setup/test-only-target-repo-provisioning-provider.d.ts.map +1 -0
  659. package/dist/setup/test-only-target-repo-provisioning-provider.js +33 -0
  660. package/dist/setup/test-only-target-repo-provisioning-provider.js.map +1 -0
  661. package/dist/setup/vercel-bridge-artifact.d.ts +7 -0
  662. package/dist/setup/vercel-bridge-artifact.d.ts.map +1 -0
  663. package/dist/setup/vercel-bridge-artifact.js +164 -0
  664. package/dist/setup/vercel-bridge-artifact.js.map +1 -0
  665. package/dist/setup/vercel-bridge-deploy.d.ts +42 -0
  666. package/dist/setup/vercel-bridge-deploy.d.ts.map +1 -0
  667. package/dist/setup/vercel-bridge-deploy.js +138 -0
  668. package/dist/setup/vercel-bridge-deploy.js.map +1 -0
  669. package/dist/setup/vercel-bridge-diagnostics.js +1 -1
  670. package/dist/setup/vercel-bridge-diagnostics.js.map +1 -1
  671. package/dist/setup/vercel-bridge-options.d.ts +2 -0
  672. package/dist/setup/vercel-bridge-options.d.ts.map +1 -1
  673. package/dist/setup/vercel-bridge-options.js +2 -0
  674. package/dist/setup/vercel-bridge-options.js.map +1 -1
  675. package/dist/setup/vercel-bridge-orchestration-summary.d.ts +13 -0
  676. package/dist/setup/vercel-bridge-orchestration-summary.d.ts.map +1 -0
  677. package/dist/setup/vercel-bridge-orchestration-summary.js +22 -0
  678. package/dist/setup/vercel-bridge-orchestration-summary.js.map +1 -0
  679. package/dist/setup/vercel-bridge-project-marker.d.ts +5 -0
  680. package/dist/setup/vercel-bridge-project-marker.d.ts.map +1 -0
  681. package/dist/setup/vercel-bridge-project-marker.js +6 -0
  682. package/dist/setup/vercel-bridge-project-marker.js.map +1 -0
  683. package/dist/setup/vercel-bridge-readiness.d.ts +1 -0
  684. package/dist/setup/vercel-bridge-readiness.d.ts.map +1 -1
  685. package/dist/setup/vercel-bridge-readiness.js +1 -1
  686. package/dist/setup/vercel-bridge-readiness.js.map +1 -1
  687. package/dist/setup/vercel-bridge-redeploy-normalize.d.ts +18 -0
  688. package/dist/setup/vercel-bridge-redeploy-normalize.d.ts.map +1 -0
  689. package/dist/setup/vercel-bridge-redeploy-normalize.js +175 -0
  690. package/dist/setup/vercel-bridge-redeploy-normalize.js.map +1 -0
  691. package/dist/setup/vercel-bridge-redeploy-poll.d.ts +7 -1
  692. package/dist/setup/vercel-bridge-redeploy-poll.d.ts.map +1 -1
  693. package/dist/setup/vercel-bridge-redeploy-poll.js +329 -166
  694. package/dist/setup/vercel-bridge-redeploy-poll.js.map +1 -1
  695. package/dist/setup/vercel-bridge-redeploy-state.d.ts.map +1 -1
  696. package/dist/setup/vercel-bridge-redeploy-state.js +3 -0
  697. package/dist/setup/vercel-bridge-redeploy-state.js.map +1 -1
  698. package/dist/setup/vercel-bridge-structured-log.d.ts +5 -0
  699. package/dist/setup/vercel-bridge-structured-log.d.ts.map +1 -1
  700. package/dist/setup/vercel-bridge-structured-log.js.map +1 -1
  701. package/dist/setup/vercel-project-name.d.ts +7 -0
  702. package/dist/setup/vercel-project-name.d.ts.map +1 -0
  703. package/dist/setup/vercel-project-name.js +26 -0
  704. package/dist/setup/vercel-project-name.js.map +1 -0
  705. package/dist/setup/vercel-setup-apply.d.ts +7 -2
  706. package/dist/setup/vercel-setup-apply.d.ts.map +1 -1
  707. package/dist/setup/vercel-setup-apply.js +315 -38
  708. package/dist/setup/vercel-setup-apply.js.map +1 -1
  709. package/dist/setup/vercel-setup-client.d.ts +26 -1
  710. package/dist/setup/vercel-setup-client.d.ts.map +1 -1
  711. package/dist/setup/vercel-setup-client.js +50 -1
  712. package/dist/setup/vercel-setup-client.js.map +1 -1
  713. package/dist/setup/vercel-setup-plan.d.ts +5 -0
  714. package/dist/setup/vercel-setup-plan.d.ts.map +1 -1
  715. package/dist/setup/vercel-setup-plan.js +65 -13
  716. package/dist/setup/vercel-setup-plan.js.map +1 -1
  717. package/dist/setup/vercel-setup-summary.d.ts +3 -0
  718. package/dist/setup/vercel-setup-summary.d.ts.map +1 -1
  719. package/dist/setup/vercel-setup-summary.js +4 -0
  720. package/dist/setup/vercel-setup-summary.js.map +1 -1
  721. package/dist/setup/workflow-config-snapshot.d.ts +8 -0
  722. package/dist/setup/workflow-config-snapshot.d.ts.map +1 -0
  723. package/dist/setup/workflow-config-snapshot.js +13 -0
  724. package/dist/setup/workflow-config-snapshot.js.map +1 -0
  725. package/dist/setup/workflow-install-branch-recovery.d.ts +116 -0
  726. package/dist/setup/workflow-install-branch-recovery.d.ts.map +1 -0
  727. package/dist/setup/workflow-install-branch-recovery.js +385 -0
  728. package/dist/setup/workflow-install-branch-recovery.js.map +1 -0
  729. package/dist/setup/workflow-install-merge-errors.d.ts +5 -2
  730. package/dist/setup/workflow-install-merge-errors.d.ts.map +1 -1
  731. package/dist/setup/workflow-install-merge-errors.js +51 -17
  732. package/dist/setup/workflow-install-merge-errors.js.map +1 -1
  733. package/dist/setup/workflow-install-merge-gate.d.ts +10 -0
  734. package/dist/setup/workflow-install-merge-gate.d.ts.map +1 -0
  735. package/dist/setup/workflow-install-merge-gate.js +21 -0
  736. package/dist/setup/workflow-install-merge-gate.js.map +1 -0
  737. package/dist/setup/workflow-model-save-queue.d.ts +16 -0
  738. package/dist/setup/workflow-model-save-queue.d.ts.map +1 -0
  739. package/dist/setup/workflow-model-save-queue.js +174 -0
  740. package/dist/setup/workflow-model-save-queue.js.map +1 -0
  741. package/dist/setup/workflow-model-sync-lock.d.ts +12 -0
  742. package/dist/setup/workflow-model-sync-lock.d.ts.map +1 -0
  743. package/dist/setup/workflow-model-sync-lock.js +79 -0
  744. package/dist/setup/workflow-model-sync-lock.js.map +1 -0
  745. package/dist/setup/workflow-model-sync.d.ts +34 -0
  746. package/dist/setup/workflow-model-sync.d.ts.map +1 -0
  747. package/dist/setup/workflow-model-sync.js +163 -0
  748. package/dist/setup/workflow-model-sync.js.map +1 -0
  749. package/dist/setup/workflow-models-sync-evidence.d.ts +12 -0
  750. package/dist/setup/workflow-models-sync-evidence.d.ts.map +1 -0
  751. package/dist/setup/workflow-models-sync-evidence.js +15 -0
  752. package/dist/setup/workflow-models-sync-evidence.js.map +1 -0
  753. package/dist/types/parsed-issue.d.ts +8 -0
  754. package/dist/types/parsed-issue.d.ts.map +1 -1
  755. package/dist/types/run.d.ts +18 -3
  756. package/dist/types/run.d.ts.map +1 -1
  757. package/dist/validate/issue.d.ts +5 -0
  758. package/dist/validate/issue.d.ts.map +1 -1
  759. package/dist/validate/issue.js +23 -3
  760. package/dist/validate/issue.js.map +1 -1
  761. package/dist/validate/types.d.ts +3 -0
  762. package/dist/validate/types.d.ts.map +1 -1
  763. package/dist/webhook/dispatch-statuses.d.ts +1 -1
  764. package/dist/webhook/dispatch-statuses.d.ts.map +1 -1
  765. package/dist/webhook/dispatch-statuses.js +4 -13
  766. package/dist/webhook/dispatch-statuses.js.map +1 -1
  767. package/dist/webhook/filter.d.ts +5 -2
  768. package/dist/webhook/filter.d.ts.map +1 -1
  769. package/dist/webhook/filter.js +15 -1
  770. package/dist/webhook/filter.js.map +1 -1
  771. package/dist/webhook/handle-linear-webhook.d.ts.map +1 -1
  772. package/dist/webhook/handle-linear-webhook.js +15 -1
  773. package/dist/webhook/handle-linear-webhook.js.map +1 -1
  774. package/dist/webhook/parse-linear-issue-event.d.ts +6 -0
  775. package/dist/webhook/parse-linear-issue-event.d.ts.map +1 -1
  776. package/dist/webhook/parse-linear-issue-event.js +2 -0
  777. package/dist/webhook/parse-linear-issue-event.js.map +1 -1
  778. package/dist/webhook/types.d.ts +3 -1
  779. package/dist/webhook/types.d.ts.map +1 -1
  780. package/dist/workflow/canonical-product-development-workflow.d.ts +106 -0
  781. package/dist/workflow/canonical-product-development-workflow.d.ts.map +1 -0
  782. package/dist/workflow/canonical-product-development-workflow.js +425 -0
  783. package/dist/workflow/canonical-product-development-workflow.js.map +1 -0
  784. package/dist/workflow/canonical-workflow-gate.d.ts +33 -0
  785. package/dist/workflow/canonical-workflow-gate.d.ts.map +1 -0
  786. package/dist/workflow/canonical-workflow-gate.js +164 -0
  787. package/dist/workflow/canonical-workflow-gate.js.map +1 -0
  788. package/dist/workflow/canonical-workflow-validation.d.ts +44 -0
  789. package/dist/workflow/canonical-workflow-validation.d.ts.map +1 -0
  790. package/dist/workflow/canonical-workflow-validation.js +193 -0
  791. package/dist/workflow/canonical-workflow-validation.js.map +1 -0
  792. package/dist/workflow/finalize-harness-run.d.ts +2 -0
  793. package/dist/workflow/finalize-harness-run.d.ts.map +1 -0
  794. package/dist/workflow/finalize-harness-run.js +62 -0
  795. package/dist/workflow/finalize-harness-run.js.map +1 -0
  796. package/dist/workflow/preflight-canonical.d.ts +11 -0
  797. package/dist/workflow/preflight-canonical.d.ts.map +1 -0
  798. package/dist/workflow/preflight-canonical.js +20 -0
  799. package/dist/workflow/preflight-canonical.js.map +1 -0
  800. package/dist/workflow/write-fallback-manifest.d.ts +2 -0
  801. package/dist/workflow/write-fallback-manifest.d.ts.map +1 -0
  802. package/dist/workflow/write-fallback-manifest.js +30 -0
  803. package/dist/workflow/write-fallback-manifest.js.map +1 -0
  804. package/dist/workflow-page/bootstrap.d.ts +21 -0
  805. package/dist/workflow-page/bootstrap.d.ts.map +1 -0
  806. package/dist/workflow-page/bootstrap.js +185 -0
  807. package/dist/workflow-page/bootstrap.js.map +1 -0
  808. package/dist/workflow-page/catalog-validation.d.ts +33 -0
  809. package/dist/workflow-page/catalog-validation.d.ts.map +1 -0
  810. package/dist/workflow-page/catalog-validation.js +105 -0
  811. package/dist/workflow-page/catalog-validation.js.map +1 -0
  812. package/dist/workflow-page/constants.d.ts +7 -0
  813. package/dist/workflow-page/constants.d.ts.map +1 -0
  814. package/dist/workflow-page/constants.js +18 -0
  815. package/dist/workflow-page/constants.js.map +1 -0
  816. package/dist/workflow-page/current-workflow.d.ts +18 -0
  817. package/dist/workflow-page/current-workflow.d.ts.map +1 -0
  818. package/dist/workflow-page/current-workflow.js +142 -0
  819. package/dist/workflow-page/current-workflow.js.map +1 -0
  820. package/dist/workflow-page/fingerprint.d.ts +3 -0
  821. package/dist/workflow-page/fingerprint.d.ts.map +1 -0
  822. package/dist/workflow-page/fingerprint.js +8 -0
  823. package/dist/workflow-page/fingerprint.js.map +1 -0
  824. package/dist/workflow-page/fixture-definition.d.ts +13 -0
  825. package/dist/workflow-page/fixture-definition.d.ts.map +1 -0
  826. package/dist/workflow-page/fixture-definition.js +2 -0
  827. package/dist/workflow-page/fixture-definition.js.map +1 -0
  828. package/dist/workflow-page/fixture-role-models.d.ts +19 -0
  829. package/dist/workflow-page/fixture-role-models.d.ts.map +1 -0
  830. package/dist/workflow-page/fixture-role-models.js +32 -0
  831. package/dist/workflow-page/fixture-role-models.js.map +1 -0
  832. package/dist/workflow-page/fixtures/basic-current-workflow.d.ts +5 -0
  833. package/dist/workflow-page/fixtures/basic-current-workflow.d.ts.map +1 -0
  834. package/dist/workflow-page/fixtures/basic-current-workflow.js +36 -0
  835. package/dist/workflow-page/fixtures/basic-current-workflow.js.map +1 -0
  836. package/dist/workflow-page/fixtures/branching-pr-review.d.ts +3 -0
  837. package/dist/workflow-page/fixtures/branching-pr-review.d.ts.map +1 -0
  838. package/dist/workflow-page/fixtures/branching-pr-review.js +10 -0
  839. package/dist/workflow-page/fixtures/branching-pr-review.js.map +1 -0
  840. package/dist/workflow-page/fixtures/canonical-violations.d.ts +6 -0
  841. package/dist/workflow-page/fixtures/canonical-violations.d.ts.map +1 -0
  842. package/dist/workflow-page/fixtures/canonical-violations.js +19 -0
  843. package/dist/workflow-page/fixtures/canonical-violations.js.map +1 -0
  844. package/dist/workflow-page/fixtures/credential-errors.d.ts +3 -0
  845. package/dist/workflow-page/fixtures/credential-errors.d.ts.map +1 -0
  846. package/dist/workflow-page/fixtures/credential-errors.js +12 -0
  847. package/dist/workflow-page/fixtures/credential-errors.js.map +1 -0
  848. package/dist/workflow-page/fixtures/empty-linear-statuses.d.ts +3 -0
  849. package/dist/workflow-page/fixtures/empty-linear-statuses.d.ts.map +1 -0
  850. package/dist/workflow-page/fixtures/empty-linear-statuses.js +9 -0
  851. package/dist/workflow-page/fixtures/empty-linear-statuses.js.map +1 -0
  852. package/dist/workflow-page/fixtures/hundred-node-performance.d.ts +3 -0
  853. package/dist/workflow-page/fixtures/hundred-node-performance.d.ts.map +1 -0
  854. package/dist/workflow-page/fixtures/hundred-node-performance.js +21 -0
  855. package/dist/workflow-page/fixtures/hundred-node-performance.js.map +1 -0
  856. package/dist/workflow-page/fixtures/index.d.ts +6 -0
  857. package/dist/workflow-page/fixtures/index.d.ts.map +1 -0
  858. package/dist/workflow-page/fixtures/index.js +24 -0
  859. package/dist/workflow-page/fixtures/index.js.map +1 -0
  860. package/dist/workflow-page/fixtures/model-catalog-snapshot.d.ts +10 -0
  861. package/dist/workflow-page/fixtures/model-catalog-snapshot.d.ts.map +1 -0
  862. package/dist/workflow-page/fixtures/model-catalog-snapshot.js +29 -0
  863. package/dist/workflow-page/fixtures/model-catalog-snapshot.js.map +1 -0
  864. package/dist/workflow-page/fixtures/workflow-scopes.d.ts +4 -0
  865. package/dist/workflow-page/fixtures/workflow-scopes.d.ts.map +1 -0
  866. package/dist/workflow-page/fixtures/workflow-scopes.js +16 -0
  867. package/dist/workflow-page/fixtures/workflow-scopes.js.map +1 -0
  868. package/dist/workflow-page/linear-status-source.d.ts +15 -0
  869. package/dist/workflow-page/linear-status-source.d.ts.map +1 -0
  870. package/dist/workflow-page/linear-status-source.js +44 -0
  871. package/dist/workflow-page/linear-status-source.js.map +1 -0
  872. package/dist/workflow-page/model-catalog-lookup.d.ts +3 -0
  873. package/dist/workflow-page/model-catalog-lookup.d.ts.map +1 -0
  874. package/dist/workflow-page/model-catalog-lookup.js +4 -0
  875. package/dist/workflow-page/model-catalog-lookup.js.map +1 -0
  876. package/dist/workflow-page/model-catalog-utils.d.ts +19 -0
  877. package/dist/workflow-page/model-catalog-utils.d.ts.map +1 -0
  878. package/dist/workflow-page/model-catalog-utils.js +46 -0
  879. package/dist/workflow-page/model-catalog-utils.js.map +1 -0
  880. package/dist/workflow-page/model-catalog.d.ts +12 -0
  881. package/dist/workflow-page/model-catalog.d.ts.map +1 -0
  882. package/dist/workflow-page/model-catalog.js +40 -0
  883. package/dist/workflow-page/model-catalog.js.map +1 -0
  884. package/dist/workflow-page/scope-branches.d.ts +11 -0
  885. package/dist/workflow-page/scope-branches.d.ts.map +1 -0
  886. package/dist/workflow-page/scope-branches.js +18 -0
  887. package/dist/workflow-page/scope-branches.js.map +1 -0
  888. package/dist/workflow-page/source-context.d.ts +13 -0
  889. package/dist/workflow-page/source-context.d.ts.map +1 -0
  890. package/dist/workflow-page/source-context.js +61 -0
  891. package/dist/workflow-page/source-context.js.map +1 -0
  892. package/dist/workflow-page/types.d.ts +108 -0
  893. package/dist/workflow-page/types.d.ts.map +1 -0
  894. package/dist/workflow-page/types.js +2 -0
  895. package/dist/workflow-page/types.js.map +1 -0
  896. package/dist/workflow-page/workflow-scopes.d.ts +16 -0
  897. package/dist/workflow-page/workflow-scopes.d.ts.map +1 -0
  898. package/dist/workflow-page/workflow-scopes.js +55 -0
  899. package/dist/workflow-page/workflow-scopes.js.map +1 -0
  900. package/gui/.next/BUILD_ID +1 -1
  901. package/gui/.next/app-build-manifest.json +376 -115
  902. package/gui/.next/app-path-routes-manifest.json +44 -15
  903. package/gui/.next/build-manifest.json +12 -12
  904. package/gui/.next/next-minimal-server.js.nft.json +1 -1
  905. package/gui/.next/next-server.js.nft.json +1 -1
  906. package/gui/.next/prerender-manifest.json +0 -24
  907. package/gui/.next/required-server-files.json +4 -3
  908. package/gui/.next/routes-manifest.json +54 -0
  909. package/gui/.next/server/app/_not-found/page.js +2 -2
  910. package/gui/.next/server/app/_not-found/page.js.nft.json +1 -1
  911. package/gui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  912. package/gui/.next/server/app/_not-found.html +1 -1
  913. package/gui/.next/server/app/_not-found.rsc +3 -3
  914. package/gui/.next/server/app/api/observability/event/route.js +1 -0
  915. package/gui/.next/server/app/api/observability/event/route.js.nft.json +1 -0
  916. package/gui/.next/server/app/api/observability/event/route_client-reference-manifest.js +1 -0
  917. package/gui/.next/server/app/api/observability/preferences/route.js +1 -0
  918. package/gui/.next/server/app/api/observability/preferences/route.js.nft.json +1 -0
  919. package/gui/.next/server/app/api/observability/preferences/route_client-reference-manifest.js +1 -0
  920. package/gui/.next/server/app/api/operations/bootstrap/route.js +1 -0
  921. package/gui/.next/server/app/api/operations/bootstrap/route.js.nft.json +1 -0
  922. package/gui/.next/server/app/api/operations/bootstrap/route_client-reference-manifest.js +1 -0
  923. package/gui/.next/server/app/api/operations/draft/route.js +1 -0
  924. package/gui/.next/server/app/api/operations/draft/route.js.nft.json +1 -0
  925. package/gui/.next/server/app/api/operations/draft/route_client-reference-manifest.js +1 -0
  926. package/gui/.next/server/app/api/settings/apply-config-patch/route.js +8 -0
  927. package/gui/.next/server/app/api/settings/apply-config-patch/route.js.nft.json +1 -0
  928. package/gui/.next/server/app/api/settings/apply-config-patch/route_client-reference-manifest.js +1 -0
  929. package/gui/.next/server/app/api/settings/preview-config-patch/route.js +8 -0
  930. package/gui/.next/server/app/api/settings/preview-config-patch/route.js.nft.json +1 -0
  931. package/gui/.next/server/app/api/settings/preview-config-patch/route_client-reference-manifest.js +1 -0
  932. package/gui/.next/server/app/api/setup/apply-connect-services/route.js +1 -1
  933. package/gui/.next/server/app/api/setup/apply-connect-services/route.js.nft.json +1 -1
  934. package/gui/.next/server/app/api/setup/apply-connect-services/route_client-reference-manifest.js +1 -1
  935. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js +1 -1
  936. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js.nft.json +1 -1
  937. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  938. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js +1 -1
  939. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js.nft.json +1 -1
  940. package/gui/.next/server/app/api/setup/apply-harness-secrets/route_client-reference-manifest.js +1 -1
  941. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js +1 -1
  942. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js.nft.json +1 -1
  943. package/gui/.next/server/app/api/setup/apply-linear-setup/route_client-reference-manifest.js +1 -1
  944. package/gui/.next/server/app/api/setup/apply-linear-workspace/route.js +1 -0
  945. package/gui/.next/server/app/api/setup/apply-linear-workspace/route.js.nft.json +1 -0
  946. package/gui/.next/server/app/api/setup/apply-linear-workspace/route_client-reference-manifest.js +1 -0
  947. package/gui/.next/server/app/api/setup/apply-local-files/route.js +1 -1
  948. package/gui/.next/server/app/api/setup/apply-local-files/route.js.nft.json +1 -1
  949. package/gui/.next/server/app/api/setup/apply-local-files/route_client-reference-manifest.js +1 -1
  950. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route.js +1 -0
  951. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route.js.nft.json +1 -0
  952. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route_client-reference-manifest.js +1 -0
  953. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route.js +1 -0
  954. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route.js.nft.json +1 -0
  955. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route_client-reference-manifest.js +1 -0
  956. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js +1 -1
  957. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js.nft.json +1 -1
  958. package/gui/.next/server/app/api/setup/apply-target-workflow/route_client-reference-manifest.js +1 -1
  959. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js +1 -1
  960. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js.nft.json +1 -1
  961. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route_client-reference-manifest.js +1 -1
  962. package/gui/.next/server/app/api/setup/complete-initial-setup/route.js +1 -0
  963. package/gui/.next/server/app/api/setup/complete-initial-setup/route.js.nft.json +1 -0
  964. package/gui/.next/server/app/api/setup/complete-initial-setup/route_client-reference-manifest.js +1 -0
  965. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js +1 -1
  966. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js.nft.json +1 -1
  967. package/gui/.next/server/app/api/setup/finalize-target-workflow/route_client-reference-manifest.js +1 -1
  968. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route.js +1 -0
  969. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route.js.nft.json +1 -0
  970. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route_client-reference-manifest.js +1 -0
  971. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js +1 -1
  972. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js.nft.json +1 -1
  973. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route_client-reference-manifest.js +1 -1
  974. package/gui/.next/server/app/api/setup/linear-options/route.js +1 -1
  975. package/gui/.next/server/app/api/setup/linear-options/route.js.nft.json +1 -1
  976. package/gui/.next/server/app/api/setup/linear-options/route_client-reference-manifest.js +1 -1
  977. package/gui/.next/server/app/api/setup/linear-setup-progress/route.js +1 -0
  978. package/gui/.next/server/app/api/setup/linear-setup-progress/route.js.nft.json +1 -0
  979. package/gui/.next/server/app/api/setup/linear-setup-progress/route_client-reference-manifest.js +1 -0
  980. package/gui/.next/server/app/api/setup/linear-summary/route.js +1 -1
  981. package/gui/.next/server/app/api/setup/linear-summary/route.js.nft.json +1 -1
  982. package/gui/.next/server/app/api/setup/linear-summary/route_client-reference-manifest.js +1 -1
  983. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route.js +1 -0
  984. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route.js.nft.json +1 -0
  985. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route_client-reference-manifest.js +1 -0
  986. package/gui/.next/server/app/api/setup/local-readiness/route.js +3 -1
  987. package/gui/.next/server/app/api/setup/local-readiness/route.js.nft.json +1 -1
  988. package/gui/.next/server/app/api/setup/local-readiness/route_client-reference-manifest.js +1 -1
  989. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js +1 -1
  990. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js.nft.json +1 -1
  991. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route_client-reference-manifest.js +1 -1
  992. package/gui/.next/server/app/api/setup/preview-connect-services/route.js +1 -1
  993. package/gui/.next/server/app/api/setup/preview-connect-services/route.js.nft.json +1 -1
  994. package/gui/.next/server/app/api/setup/preview-connect-services/route_client-reference-manifest.js +1 -1
  995. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js +1 -1
  996. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js.nft.json +1 -1
  997. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  998. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js +1 -1
  999. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js.nft.json +1 -1
  1000. package/gui/.next/server/app/api/setup/preview-harness-secrets/route_client-reference-manifest.js +1 -1
  1001. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js +1 -1
  1002. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js.nft.json +1 -1
  1003. package/gui/.next/server/app/api/setup/preview-linear-setup/route_client-reference-manifest.js +1 -1
  1004. package/gui/.next/server/app/api/setup/preview-linear-workspace/route.js +1 -0
  1005. package/gui/.next/server/app/api/setup/preview-linear-workspace/route.js.nft.json +1 -0
  1006. package/gui/.next/server/app/api/setup/preview-linear-workspace/route_client-reference-manifest.js +1 -0
  1007. package/gui/.next/server/app/api/setup/preview-local-files/route.js +1 -1
  1008. package/gui/.next/server/app/api/setup/preview-local-files/route.js.nft.json +1 -1
  1009. package/gui/.next/server/app/api/setup/preview-local-files/route_client-reference-manifest.js +1 -1
  1010. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route.js +1 -0
  1011. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route.js.nft.json +1 -0
  1012. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route_client-reference-manifest.js +1 -0
  1013. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route.js +1 -0
  1014. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route.js.nft.json +1 -0
  1015. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route_client-reference-manifest.js +1 -0
  1016. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js +1 -1
  1017. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js.nft.json +1 -1
  1018. package/gui/.next/server/app/api/setup/preview-target-workflow/route_client-reference-manifest.js +1 -1
  1019. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js +1 -1
  1020. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js.nft.json +1 -1
  1021. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route_client-reference-manifest.js +1 -1
  1022. package/gui/.next/server/app/api/setup/remote-summary/route.js +1 -1
  1023. package/gui/.next/server/app/api/setup/remote-summary/route.js.nft.json +1 -1
  1024. package/gui/.next/server/app/api/setup/remote-summary/route_client-reference-manifest.js +1 -1
  1025. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route.js +1 -0
  1026. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route.js.nft.json +1 -0
  1027. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route_client-reference-manifest.js +1 -0
  1028. package/gui/.next/server/app/api/setup/runner-upgrade-status/route.js +1 -0
  1029. package/gui/.next/server/app/api/setup/runner-upgrade-status/route.js.nft.json +1 -0
  1030. package/gui/.next/server/app/api/setup/runner-upgrade-status/route_client-reference-manifest.js +1 -0
  1031. package/gui/.next/server/app/api/setup/summary/route.js +1 -1
  1032. package/gui/.next/server/app/api/setup/summary/route.js.nft.json +1 -1
  1033. package/gui/.next/server/app/api/setup/summary/route_client-reference-manifest.js +1 -1
  1034. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js +1 -1
  1035. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js.nft.json +1 -1
  1036. package/gui/.next/server/app/api/setup/vercel-bridge-options/route_client-reference-manifest.js +1 -1
  1037. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js +1 -1
  1038. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js.nft.json +1 -1
  1039. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route_client-reference-manifest.js +1 -1
  1040. package/gui/.next/server/app/api/setup/vercel-summary/route.js +1 -1
  1041. package/gui/.next/server/app/api/setup/vercel-summary/route.js.nft.json +1 -1
  1042. package/gui/.next/server/app/api/setup/vercel-summary/route_client-reference-manifest.js +1 -1
  1043. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js +1 -1
  1044. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js.nft.json +1 -1
  1045. package/gui/.next/server/app/api/setup/verify-harness-repo/route_client-reference-manifest.js +1 -1
  1046. package/gui/.next/server/app/api/setup/verify-service/route.js +1 -1
  1047. package/gui/.next/server/app/api/setup/verify-service/route.js.nft.json +1 -1
  1048. package/gui/.next/server/app/api/setup/verify-service/route_client-reference-manifest.js +1 -1
  1049. package/gui/.next/server/app/api/setup/verify-target-repo/route.js +1 -1
  1050. package/gui/.next/server/app/api/setup/verify-target-repo/route.js.nft.json +1 -1
  1051. package/gui/.next/server/app/api/setup/verify-target-repo/route_client-reference-manifest.js +1 -1
  1052. package/gui/.next/server/app/api/workflow/bootstrap/route.js +1 -0
  1053. package/gui/.next/server/app/api/workflow/bootstrap/route.js.nft.json +1 -0
  1054. package/gui/.next/server/app/api/workflow/bootstrap/route_client-reference-manifest.js +1 -0
  1055. package/gui/.next/server/app/api/workflow/models/route.js +1 -0
  1056. package/gui/.next/server/app/api/workflow/models/route.js.nft.json +1 -0
  1057. package/gui/.next/server/app/api/workflow/models/route_client-reference-manifest.js +1 -0
  1058. package/gui/.next/server/app/operations/page.js +2 -0
  1059. package/gui/.next/server/app/operations/page.js.nft.json +1 -0
  1060. package/gui/.next/server/app/operations/page_client-reference-manifest.js +1 -0
  1061. package/gui/.next/server/app/page.js +3 -2
  1062. package/gui/.next/server/app/page.js.nft.json +1 -1
  1063. package/gui/.next/server/app/page_client-reference-manifest.js +1 -1
  1064. package/gui/.next/server/app/settings/(console)/connections/page.js +2 -0
  1065. package/gui/.next/server/app/settings/(console)/connections/page.js.nft.json +1 -0
  1066. package/gui/.next/server/app/settings/(console)/connections/page_client-reference-manifest.js +1 -0
  1067. package/gui/.next/server/app/settings/(console)/data-sharing/page.js +2 -0
  1068. package/gui/.next/server/app/settings/(console)/data-sharing/page.js.nft.json +1 -0
  1069. package/gui/.next/server/app/settings/(console)/data-sharing/page_client-reference-manifest.js +1 -0
  1070. package/gui/.next/server/app/settings/(console)/deployments/page.js +2 -0
  1071. package/gui/.next/server/app/settings/(console)/deployments/page.js.nft.json +1 -0
  1072. package/gui/.next/server/app/settings/(console)/deployments/page_client-reference-manifest.js +1 -0
  1073. package/gui/.next/server/app/settings/(console)/linear/page.js +10 -0
  1074. package/gui/.next/server/app/settings/(console)/linear/page.js.nft.json +1 -0
  1075. package/gui/.next/server/app/settings/(console)/linear/page_client-reference-manifest.js +1 -0
  1076. package/gui/.next/server/app/settings/(console)/models/page.js +2 -0
  1077. package/gui/.next/server/app/settings/(console)/models/page.js.nft.json +1 -0
  1078. package/gui/.next/server/app/settings/(console)/models/page_client-reference-manifest.js +1 -0
  1079. package/gui/.next/server/app/settings/(console)/page.js +2 -0
  1080. package/gui/.next/server/app/settings/(console)/page.js.nft.json +1 -0
  1081. package/gui/.next/server/app/settings/(console)/page_client-reference-manifest.js +1 -0
  1082. package/gui/.next/server/app/settings/(console)/repositories/page.js +6 -0
  1083. package/gui/.next/server/app/settings/(console)/repositories/page.js.nft.json +1 -0
  1084. package/gui/.next/server/app/settings/(console)/repositories/page_client-reference-manifest.js +1 -0
  1085. package/gui/.next/server/app/settings/configure/page.js +4 -4
  1086. package/gui/.next/server/app/settings/configure/page.js.nft.json +1 -1
  1087. package/gui/.next/server/app/settings/configure/page_client-reference-manifest.js +1 -1
  1088. package/gui/.next/server/app/workflow/page.js +2 -0
  1089. package/gui/.next/server/app/workflow/page.js.nft.json +1 -0
  1090. package/gui/.next/server/app/workflow/page_client-reference-manifest.js +1 -0
  1091. package/gui/.next/server/app-paths-manifest.json +44 -15
  1092. package/gui/.next/server/chunks/105.js +2 -0
  1093. package/gui/.next/server/chunks/1304.js +200 -0
  1094. package/gui/.next/server/chunks/1536.js +1 -0
  1095. package/gui/.next/server/chunks/1948.js +59 -0
  1096. package/gui/.next/server/chunks/2470.js +3 -0
  1097. package/gui/.next/server/chunks/2581.js +2 -0
  1098. package/gui/.next/server/chunks/383.js +1 -1
  1099. package/gui/.next/server/chunks/521.js +1 -0
  1100. package/gui/.next/server/chunks/553.js +1 -0
  1101. package/gui/.next/server/chunks/5827.js +1 -0
  1102. package/gui/.next/server/chunks/6408.js +1 -0
  1103. package/gui/.next/server/chunks/641.js +1 -0
  1104. package/gui/.next/server/chunks/6482.js +1 -0
  1105. package/gui/.next/server/chunks/6801.js +1 -0
  1106. package/gui/.next/server/chunks/6890.js +1 -0
  1107. package/gui/.next/server/chunks/7201.js +1 -0
  1108. package/gui/.next/server/chunks/7221.js +1 -0
  1109. package/gui/.next/server/chunks/{332.js → 7332.js} +1 -1
  1110. package/gui/.next/server/chunks/7527.js +1 -0
  1111. package/gui/.next/server/chunks/8312.js +1 -0
  1112. package/gui/.next/server/chunks/8476.js +8 -0
  1113. package/gui/.next/server/chunks/8764.js +16 -0
  1114. package/gui/.next/server/chunks/8819.js +22 -0
  1115. package/gui/.next/server/chunks/8825.js +1 -0
  1116. package/gui/.next/server/chunks/9148.js +1 -0
  1117. package/gui/.next/server/chunks/9454.js +1 -0
  1118. package/gui/.next/server/instrumentation.js +1 -0
  1119. package/gui/.next/server/instrumentation.js.nft.json +1 -0
  1120. package/gui/.next/server/middleware-build-manifest.js +1 -1
  1121. package/gui/.next/server/pages/404.html +1 -1
  1122. package/gui/.next/server/pages/500.html +1 -1
  1123. package/gui/.next/server/pages/_document.js +1 -1
  1124. package/gui/.next/server/pages/_document.js.nft.json +1 -1
  1125. package/gui/.next/server/pages/_error.js +2 -2
  1126. package/gui/.next/server/pages/_error.js.nft.json +1 -1
  1127. package/gui/.next/server/pages-manifest.json +1 -1
  1128. package/gui/.next/server/webpack-runtime.js +1 -1
  1129. package/gui/.next/static/chunks/3800-379a4b854a7eb1dc.js +1 -0
  1130. package/gui/.next/static/chunks/464-7503c96bb839c213.js +1 -0
  1131. package/gui/.next/static/chunks/5567-672d065d2668f1ea.js +1 -0
  1132. package/gui/.next/static/chunks/6240-d3f8028539091853.js +1 -0
  1133. package/gui/.next/static/chunks/7420-cb03f2f94db611c4.js +1 -0
  1134. package/gui/.next/static/chunks/8002-528c2e589bc54111.js +1 -0
  1135. package/gui/.next/static/chunks/9188-540635591aa2baf5.js +1 -0
  1136. package/gui/.next/static/chunks/9289-00509b3e0c520cce.js +1 -0
  1137. package/gui/.next/static/chunks/9576-6d94e3d152f876e7.js +1 -0
  1138. package/gui/.next/static/chunks/app/_not-found/page-89865576110e31f0.js +1 -0
  1139. package/gui/.next/static/chunks/app/api/observability/event/route-08ffe80f6f4603f6.js +1 -0
  1140. package/gui/.next/static/chunks/app/api/observability/preferences/route-08ffe80f6f4603f6.js +1 -0
  1141. package/gui/.next/static/chunks/app/api/operations/bootstrap/route-08ffe80f6f4603f6.js +1 -0
  1142. package/gui/.next/static/chunks/app/api/operations/draft/route-08ffe80f6f4603f6.js +1 -0
  1143. package/gui/.next/static/chunks/app/api/settings/apply-config-patch/route-08ffe80f6f4603f6.js +1 -0
  1144. package/gui/.next/static/chunks/app/api/settings/preview-config-patch/route-08ffe80f6f4603f6.js +1 -0
  1145. package/gui/.next/static/chunks/app/api/setup/apply-connect-services/route-08ffe80f6f4603f6.js +1 -0
  1146. package/gui/.next/static/chunks/app/api/setup/apply-harness-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1147. package/gui/.next/static/chunks/app/api/setup/apply-harness-secrets/route-08ffe80f6f4603f6.js +1 -0
  1148. package/gui/.next/static/chunks/app/api/setup/apply-linear-setup/route-08ffe80f6f4603f6.js +1 -0
  1149. package/gui/.next/static/chunks/app/api/setup/apply-linear-workspace/route-08ffe80f6f4603f6.js +1 -0
  1150. package/gui/.next/static/chunks/app/api/setup/apply-local-files/route-08ffe80f6f4603f6.js +1 -0
  1151. package/gui/.next/static/chunks/app/api/setup/apply-runner-upgrade/route-08ffe80f6f4603f6.js +1 -0
  1152. package/gui/.next/static/chunks/app/api/setup/apply-target-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1153. package/gui/.next/static/chunks/app/api/setup/apply-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1154. package/gui/.next/static/chunks/app/api/setup/apply-vercel-bridge/route-08ffe80f6f4603f6.js +1 -0
  1155. package/gui/.next/static/chunks/app/api/setup/complete-initial-setup/route-08ffe80f6f4603f6.js +1 -0
  1156. package/gui/.next/static/chunks/app/api/setup/finalize-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1157. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-progress/route-08ffe80f6f4603f6.js +1 -0
  1158. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-summary/route-08ffe80f6f4603f6.js +1 -0
  1159. package/gui/.next/static/chunks/app/api/setup/linear-options/route-08ffe80f6f4603f6.js +1 -0
  1160. package/gui/.next/static/chunks/app/api/setup/linear-setup-progress/route-08ffe80f6f4603f6.js +1 -0
  1161. package/gui/.next/static/chunks/app/api/setup/linear-summary/route-08ffe80f6f4603f6.js +1 -0
  1162. package/gui/.next/static/chunks/app/api/setup/linear-workspace-editor-state/route-08ffe80f6f4603f6.js +1 -0
  1163. package/gui/.next/static/chunks/app/api/setup/local-readiness/route-08ffe80f6f4603f6.js +1 -0
  1164. package/gui/.next/static/chunks/app/api/setup/manual-harness-secret-values/route-08ffe80f6f4603f6.js +1 -0
  1165. package/gui/.next/static/chunks/app/api/setup/preview-connect-services/route-08ffe80f6f4603f6.js +1 -0
  1166. package/gui/.next/static/chunks/app/api/setup/preview-harness-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1167. package/gui/.next/static/chunks/app/api/setup/preview-harness-secrets/route-08ffe80f6f4603f6.js +1 -0
  1168. package/gui/.next/static/chunks/app/api/setup/preview-linear-setup/route-08ffe80f6f4603f6.js +1 -0
  1169. package/gui/.next/static/chunks/app/api/setup/preview-linear-workspace/route-08ffe80f6f4603f6.js +1 -0
  1170. package/gui/.next/static/chunks/app/api/setup/preview-local-files/route-08ffe80f6f4603f6.js +1 -0
  1171. package/gui/.next/static/chunks/app/api/setup/preview-runner-upgrade/route-08ffe80f6f4603f6.js +1 -0
  1172. package/gui/.next/static/chunks/app/api/setup/preview-target-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1173. package/gui/.next/static/chunks/app/api/setup/preview-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1174. package/gui/.next/static/chunks/app/api/setup/preview-vercel-bridge/route-08ffe80f6f4603f6.js +1 -0
  1175. package/gui/.next/static/chunks/app/api/setup/remote-summary/route-08ffe80f6f4603f6.js +1 -0
  1176. package/gui/.next/static/chunks/app/api/setup/runner-upgrade-progress/route-08ffe80f6f4603f6.js +1 -0
  1177. package/gui/.next/static/chunks/app/api/setup/runner-upgrade-status/route-08ffe80f6f4603f6.js +1 -0
  1178. package/gui/.next/static/chunks/app/api/setup/summary/route-08ffe80f6f4603f6.js +1 -0
  1179. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-options/route-08ffe80f6f4603f6.js +1 -0
  1180. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-redeploy-status/route-08ffe80f6f4603f6.js +1 -0
  1181. package/gui/.next/static/chunks/app/api/setup/vercel-summary/route-08ffe80f6f4603f6.js +1 -0
  1182. package/gui/.next/static/chunks/app/api/setup/verify-harness-repo/route-08ffe80f6f4603f6.js +1 -0
  1183. package/gui/.next/static/chunks/app/api/setup/verify-service/route-08ffe80f6f4603f6.js +1 -0
  1184. package/gui/.next/static/chunks/app/api/setup/verify-target-repo/route-08ffe80f6f4603f6.js +1 -0
  1185. package/gui/.next/static/chunks/app/api/workflow/bootstrap/route-08ffe80f6f4603f6.js +1 -0
  1186. package/gui/.next/static/chunks/app/api/workflow/models/route-08ffe80f6f4603f6.js +1 -0
  1187. package/gui/.next/static/chunks/app/layout-ec756afb9686f579.js +1 -0
  1188. package/gui/.next/static/chunks/app/operations/page-08ffe80f6f4603f6.js +1 -0
  1189. package/gui/.next/static/chunks/app/page-08ffe80f6f4603f6.js +1 -0
  1190. package/gui/.next/static/chunks/app/settings/(console)/connections/page-95847d89fc70089a.js +1 -0
  1191. package/gui/.next/static/chunks/app/settings/(console)/data-sharing/page-3e0d8fe941c7334e.js +1 -0
  1192. package/gui/.next/static/chunks/app/settings/(console)/deployments/page-e3aaff205f09b567.js +1 -0
  1193. package/gui/.next/static/chunks/app/settings/(console)/layout-74ce539ae02dc765.js +1 -0
  1194. package/gui/.next/static/chunks/app/settings/(console)/linear/page-0a1e73b5ec66af90.js +1 -0
  1195. package/gui/.next/static/chunks/app/settings/(console)/models/page-336406c2905983c9.js +1 -0
  1196. package/gui/.next/static/chunks/app/settings/(console)/page-08ffe80f6f4603f6.js +1 -0
  1197. package/gui/.next/static/chunks/app/settings/(console)/repositories/page-b1f7159c7771b16a.js +1 -0
  1198. package/gui/.next/static/chunks/app/settings/configure/loading-5f1e73b910fbd9da.js +1 -0
  1199. package/gui/.next/static/chunks/app/settings/configure/page-54b7572655b9f60f.js +1 -0
  1200. package/gui/.next/static/chunks/app/workflow/page-8087b342a6ece93c.js +1 -0
  1201. package/gui/.next/static/chunks/framework-dc88dc15d5e043e1.js +1 -0
  1202. package/gui/.next/static/chunks/main-5b390d9aaa7199a5.js +1 -0
  1203. package/gui/.next/static/chunks/main-app-7fbf1b54aaed0242.js +1 -0
  1204. package/gui/.next/static/chunks/pages/{_app-2e239ff05bfdf6d6.js → _app-50fa07b56b2d29ac.js} +1 -1
  1205. package/gui/.next/static/chunks/pages/_error-fed8688bdd23f211.js +1 -0
  1206. package/gui/.next/static/chunks/{webpack-1e50074b7e886e1b.js → webpack-b27d2f88ec3d35a4.js} +1 -1
  1207. package/gui/.next/static/css/b7b323a34ac09e0b.css +3 -0
  1208. package/gui/.next/static/wM7YWpWgyTcGc7H5h1u7U/_buildManifest.js +1 -0
  1209. package/gui/.next/trace +6 -4
  1210. package/gui/.next/types/app/api/observability/event/route.ts +347 -0
  1211. package/gui/.next/types/app/api/observability/preferences/route.ts +347 -0
  1212. package/gui/.next/types/app/api/operations/bootstrap/route.ts +347 -0
  1213. package/gui/.next/types/app/api/operations/draft/route.ts +347 -0
  1214. package/gui/.next/types/app/api/settings/apply-config-patch/route.ts +347 -0
  1215. package/gui/.next/types/app/api/settings/preview-config-patch/route.ts +347 -0
  1216. package/gui/.next/types/app/api/setup/apply-linear-workspace/route.ts +347 -0
  1217. package/gui/.next/types/app/api/setup/apply-runner-upgrade/route.ts +347 -0
  1218. package/gui/.next/types/app/api/setup/apply-target-repo-provisioning/route.ts +347 -0
  1219. package/gui/.next/types/app/api/setup/complete-initial-setup/route.ts +347 -0
  1220. package/gui/.next/types/app/api/setup/harness-provisioning-progress/route.ts +347 -0
  1221. package/gui/.next/types/app/api/setup/linear-setup-progress/route.ts +347 -0
  1222. package/gui/.next/types/app/api/setup/linear-workspace-editor-state/route.ts +347 -0
  1223. package/gui/.next/types/app/api/setup/preview-linear-workspace/route.ts +347 -0
  1224. package/gui/.next/types/app/api/setup/preview-runner-upgrade/route.ts +347 -0
  1225. package/gui/.next/types/app/api/setup/preview-target-repo-provisioning/route.ts +347 -0
  1226. package/gui/.next/types/app/api/setup/runner-upgrade-progress/route.ts +347 -0
  1227. package/gui/.next/types/app/api/setup/runner-upgrade-status/route.ts +347 -0
  1228. package/gui/.next/types/app/api/workflow/bootstrap/route.ts +347 -0
  1229. package/gui/.next/types/app/api/workflow/models/route.ts +347 -0
  1230. package/gui/.next/types/app/operations/page.ts +84 -0
  1231. package/gui/.next/types/app/settings/(console)/connections/page.ts +84 -0
  1232. package/gui/.next/types/app/settings/(console)/data-sharing/page.ts +84 -0
  1233. package/gui/.next/types/app/settings/(console)/deployments/page.ts +84 -0
  1234. package/gui/.next/types/app/settings/(console)/layout.ts +84 -0
  1235. package/gui/.next/types/app/settings/(console)/linear/page.ts +84 -0
  1236. package/gui/.next/types/app/settings/(console)/models/page.ts +84 -0
  1237. package/gui/.next/types/app/settings/(console)/page.ts +84 -0
  1238. package/gui/.next/types/app/settings/(console)/repositories/page.ts +84 -0
  1239. package/gui/.next/types/app/workflow/page.ts +84 -0
  1240. package/gui/.next/types/routes.d.ts +33 -3
  1241. package/gui/.next/types/validator.ts +270 -0
  1242. package/observability.public.json +6 -0
  1243. package/package.json +5 -1
  1244. package/templates/.harness/config.example.json +1 -0
  1245. package/workspace-snapshot/files/.agents/skills/implementation/SKILL.md +4 -0
  1246. package/workspace-snapshot/files/.agents/skills/issue-intake/SKILL.md +13 -1
  1247. package/workspace-snapshot/files/.agents/skills/planner/SKILL.md +10 -0
  1248. package/workspace-snapshot/files/.github/workflows/harness-auto-runner.yml +38 -11
  1249. package/workspace-snapshot/files/.github/workflows/p-dev-runner-config-canary.yml +24 -0
  1250. package/workspace-snapshot/files/.harness/config.example.json +1 -0
  1251. package/workspace-snapshot/files/AGENTS.md +13 -2
  1252. package/workspace-snapshot/files/ARCHITECTURE.md +23 -6
  1253. package/workspace-snapshot/files/CHANGELOG.md +50 -5
  1254. package/workspace-snapshot/files/README.md +10 -4
  1255. package/workspace-snapshot/files/ROADMAP.md +10 -1
  1256. package/workspace-snapshot/files/apps/gui/app/api/observability/event/route.ts +36 -0
  1257. package/workspace-snapshot/files/apps/gui/app/api/observability/preferences/route.ts +88 -0
  1258. package/workspace-snapshot/files/apps/gui/app/api/operations/bootstrap/route.ts +8 -0
  1259. package/workspace-snapshot/files/apps/gui/app/api/operations/draft/route.ts +15 -0
  1260. package/workspace-snapshot/files/apps/gui/app/api/settings/apply-config-patch/route.ts +52 -0
  1261. package/workspace-snapshot/files/apps/gui/app/api/settings/preview-config-patch/route.ts +40 -0
  1262. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-repo-provisioning/route.ts +6 -5
  1263. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-linear-workspace/route.ts +23 -0
  1264. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-runner-upgrade/route.ts +33 -0
  1265. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-target-repo-provisioning/route.ts +38 -0
  1266. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-vercel-bridge/route.ts +7 -1
  1267. package/workspace-snapshot/files/apps/gui/app/api/setup/complete-initial-setup/route.ts +49 -0
  1268. package/workspace-snapshot/files/apps/gui/app/api/setup/harness-provisioning-progress/route.ts +21 -0
  1269. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-setup-progress/route.ts +17 -0
  1270. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-workspace-editor-state/route.ts +17 -0
  1271. package/workspace-snapshot/files/apps/gui/app/api/setup/local-readiness/route.ts +52 -13
  1272. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-linear-workspace/route.ts +22 -0
  1273. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-runner-upgrade/route.ts +17 -0
  1274. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-target-repo-provisioning/route.ts +34 -0
  1275. package/workspace-snapshot/files/apps/gui/app/api/setup/runner-upgrade-progress/route.ts +17 -0
  1276. package/workspace-snapshot/files/apps/gui/app/api/setup/runner-upgrade-status/route.ts +72 -0
  1277. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-service/route.ts +2 -2
  1278. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-target-repo/route.ts +9 -2
  1279. package/workspace-snapshot/files/apps/gui/app/api/workflow/bootstrap/route.ts +24 -0
  1280. package/workspace-snapshot/files/apps/gui/app/api/workflow/models/route.ts +86 -0
  1281. package/workspace-snapshot/files/apps/gui/app/operations/page.tsx +23 -0
  1282. package/workspace-snapshot/files/apps/gui/app/page.tsx +8 -2
  1283. package/workspace-snapshot/files/apps/gui/app/settings/(console)/connections/page.tsx +27 -0
  1284. package/workspace-snapshot/files/apps/gui/app/settings/(console)/data-sharing/page.tsx +25 -0
  1285. package/workspace-snapshot/files/apps/gui/app/settings/(console)/deployments/page.tsx +28 -0
  1286. package/workspace-snapshot/files/apps/gui/app/settings/(console)/layout.tsx +45 -0
  1287. package/workspace-snapshot/files/apps/gui/app/settings/(console)/linear/page.tsx +20 -0
  1288. package/workspace-snapshot/files/apps/gui/app/settings/(console)/models/page.tsx +14 -0
  1289. package/workspace-snapshot/files/apps/gui/app/settings/(console)/page.tsx +7 -0
  1290. package/workspace-snapshot/files/apps/gui/app/settings/(console)/repositories/page.tsx +29 -0
  1291. package/workspace-snapshot/files/apps/gui/app/settings/configure/loading.tsx +25 -0
  1292. package/workspace-snapshot/files/apps/gui/app/settings/configure/page.tsx +76 -7
  1293. package/workspace-snapshot/files/apps/gui/app/workflow/page.tsx +24 -0
  1294. package/workspace-snapshot/files/apps/gui/components/custom/app-shell.tsx +26 -32
  1295. package/workspace-snapshot/files/apps/gui/components/custom/application-header.tsx +64 -0
  1296. package/workspace-snapshot/files/apps/gui/components/custom/configure-experience.tsx +347 -85
  1297. package/workspace-snapshot/files/apps/gui/components/custom/configure-page-content.tsx +15 -0
  1298. package/workspace-snapshot/files/apps/gui/components/custom/configure-workflow.tsx +675 -112
  1299. package/workspace-snapshot/files/apps/gui/components/custom/data-sharing-preferences.tsx +159 -0
  1300. package/workspace-snapshot/files/apps/gui/components/custom/environment-config-form.tsx +31 -13
  1301. package/workspace-snapshot/files/apps/gui/components/custom/guided-cloud-secrets-card.tsx +99 -46
  1302. package/workspace-snapshot/files/apps/gui/components/custom/guided-linear-workspace-card.tsx +974 -148
  1303. package/workspace-snapshot/files/apps/gui/components/custom/guided-local-readiness-card.tsx +153 -35
  1304. package/workspace-snapshot/files/apps/gui/components/custom/guided-operation-panel.tsx +102 -0
  1305. package/workspace-snapshot/files/apps/gui/components/custom/guided-progress-check.tsx +37 -0
  1306. package/workspace-snapshot/files/apps/gui/components/custom/guided-setup-progress.tsx +114 -0
  1307. package/workspace-snapshot/files/apps/gui/components/custom/guided-step-success-panel.tsx +50 -0
  1308. package/workspace-snapshot/files/apps/gui/components/custom/guided-step-transition.tsx +81 -27
  1309. package/workspace-snapshot/files/apps/gui/components/custom/guided-target-workflow-card.tsx +267 -60
  1310. package/workspace-snapshot/files/apps/gui/components/custom/guided-vercel-bridge-card.tsx +341 -179
  1311. package/workspace-snapshot/files/apps/gui/components/custom/observability-settings-card.tsx +23 -0
  1312. package/workspace-snapshot/files/apps/gui/components/custom/remote-action-confirmation.tsx +13 -11
  1313. package/workspace-snapshot/files/apps/gui/components/custom/review-workflow-changes-disclosure.tsx +59 -0
  1314. package/workspace-snapshot/files/apps/gui/components/custom/settings-menu.tsx +109 -0
  1315. package/workspace-snapshot/files/apps/gui/components/custom/setup-checklist.tsx +47 -29
  1316. package/workspace-snapshot/files/apps/gui/components/custom/target-repo-config-form.tsx +22 -2
  1317. package/workspace-snapshot/files/apps/gui/components/custom/target-repo-create-connect.tsx +419 -0
  1318. package/workspace-snapshot/files/apps/gui/components/custom/target-workflow-pr-card.tsx +105 -43
  1319. package/workspace-snapshot/files/apps/gui/components/custom/theme-toggle.tsx +3 -11
  1320. package/workspace-snapshot/files/apps/gui/components/custom/vercel-bridge-orchestration-status.tsx +65 -0
  1321. package/workspace-snapshot/files/apps/gui/components/custom/workflow-install-pending-panel.tsx +125 -53
  1322. package/workspace-snapshot/files/apps/gui/components/settings/editors/connections-settings-editor.tsx +261 -0
  1323. package/workspace-snapshot/files/apps/gui/components/settings/editors/deployments-settings-editor.tsx +397 -0
  1324. package/workspace-snapshot/files/apps/gui/components/settings/editors/linear-settings-editor.tsx +512 -0
  1325. package/workspace-snapshot/files/apps/gui/components/settings/editors/repositories-settings-editor.tsx +749 -0
  1326. package/workspace-snapshot/files/apps/gui/components/settings/editors/runner-upgrade-settings-card.tsx +533 -0
  1327. package/workspace-snapshot/files/apps/gui/components/settings/settings-models-client.tsx +102 -0
  1328. package/workspace-snapshot/files/apps/gui/components/settings/settings-mutation-panel.tsx +125 -0
  1329. package/workspace-snapshot/files/apps/gui/components/settings/settings-shell.tsx +46 -0
  1330. package/workspace-snapshot/files/apps/gui/components/ui/dropdown-menu.tsx +257 -0
  1331. package/workspace-snapshot/files/apps/gui/components/ui/guided-select.tsx +22 -0
  1332. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-cards-section.tsx +206 -0
  1333. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-health-panel.tsx +43 -0
  1334. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-model-control.tsx +111 -0
  1335. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-page-client.tsx +161 -0
  1336. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-scope-selector.tsx +41 -0
  1337. package/workspace-snapshot/files/apps/gui/instrumentation.ts +136 -0
  1338. package/workspace-snapshot/files/apps/gui/lib/configure-navigation-timing.ts +53 -0
  1339. package/workspace-snapshot/files/apps/gui/lib/constants/form.ts +5 -0
  1340. package/workspace-snapshot/files/apps/gui/lib/constants/layout.ts +10 -3
  1341. package/workspace-snapshot/files/apps/gui/lib/guided-setup.ts +222 -0
  1342. package/workspace-snapshot/files/apps/gui/lib/linear-association-draft.ts +93 -0
  1343. package/workspace-snapshot/files/apps/gui/lib/local-readiness-visual-queue.ts +61 -0
  1344. package/workspace-snapshot/files/apps/gui/lib/observability-client.ts +21 -0
  1345. package/workspace-snapshot/files/apps/gui/lib/observability-preferences.ts +19 -0
  1346. package/workspace-snapshot/files/apps/gui/lib/observability-request-guard.ts +136 -0
  1347. package/workspace-snapshot/files/apps/gui/lib/observability-route.ts +75 -0
  1348. package/workspace-snapshot/files/apps/gui/lib/settings/load-harness-config-summary.ts +20 -0
  1349. package/workspace-snapshot/files/apps/gui/lib/settings/load-repositories-overview.ts +37 -0
  1350. package/workspace-snapshot/files/apps/gui/lib/settings/load-settings-editor-data.ts +51 -0
  1351. package/workspace-snapshot/files/apps/gui/lib/settings/load-target-repo-overview-fields.ts +124 -0
  1352. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-feature-flag.ts +9 -0
  1353. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-ssr.ts +13 -0
  1354. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-ui-gates.ts +87 -0
  1355. package/workspace-snapshot/files/apps/gui/lib/settings/settings-mutation.ts +49 -0
  1356. package/workspace-snapshot/files/apps/gui/lib/settings/settings-navigation.ts +10 -0
  1357. package/workspace-snapshot/files/apps/gui/lib/settings/settings-setup-client.ts +312 -0
  1358. package/workspace-snapshot/files/apps/gui/lib/setup-server.ts +608 -17
  1359. package/workspace-snapshot/files/apps/gui/lib/use-theme-toggle.ts +26 -0
  1360. package/workspace-snapshot/files/apps/gui/lib/vercel-bridge-polling-ui.ts +88 -1
  1361. package/workspace-snapshot/files/apps/gui/lib/verification-state.ts +97 -1
  1362. package/workspace-snapshot/files/apps/gui/lib/workflow/api-client.ts +84 -0
  1363. package/workspace-snapshot/files/apps/gui/lib/workflow/use-model-autosave.ts +90 -0
  1364. package/workspace-snapshot/files/apps/gui/lib/workflow/use-workflow-model-save.ts +265 -0
  1365. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-health.ts +53 -0
  1366. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-ownership.ts +47 -0
  1367. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-status-content.ts +149 -0
  1368. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-violation-messages.ts +49 -0
  1369. package/workspace-snapshot/files/apps/gui/lib/workflow-server.ts +307 -0
  1370. package/workspace-snapshot/files/apps/gui/next.config.ts +8 -3
  1371. package/workspace-snapshot/files/docs/architecture/canonical-product-development-workflow.md +70 -0
  1372. package/workspace-snapshot/files/docs/architecture/linear-automation-state-machine.md +26 -10
  1373. package/workspace-snapshot/files/docs/design/product-development-harness-gui.md +0 -1
  1374. package/workspace-snapshot/files/docs/getting-started.md +2 -2
  1375. package/workspace-snapshot/files/docs/gui-local.md +3 -3
  1376. package/workspace-snapshot/files/docs/gui-remote-setup.md +2 -2
  1377. package/workspace-snapshot/files/docs/issue-intake.md +12 -0
  1378. package/workspace-snapshot/files/docs/observability-and-privacy.md +247 -0
  1379. package/workspace-snapshot/files/docs/operator-config.md +16 -1
  1380. package/workspace-snapshot/files/docs/p-dev.md +43 -9
  1381. package/workspace-snapshot/files/docs/releases/release-process.md +135 -7
  1382. package/workspace-snapshot/files/docs/releases/v0.3.1.md +42 -6
  1383. package/workspace-snapshot/files/docs/releases/v0.4.0.md +93 -0
  1384. package/workspace-snapshot/files/docs/security.md +8 -0
  1385. package/workspace-snapshot/files/docs/settings-console.md +44 -0
  1386. package/workspace-snapshot/files/harness.config.schema.json +114 -0
  1387. package/workspace-snapshot/files/package-lock.json +1881 -95
  1388. package/workspace-snapshot/files/package.json +10 -2
  1389. package/workspace-snapshot/files/packages/p-dev/README.md +12 -4
  1390. package/workspace-snapshot/files/packages/p-dev/observability.public.json +6 -0
  1391. package/workspace-snapshot/files/packages/p-dev/package.json +5 -1
  1392. package/workspace-snapshot/files/prompts/issue-intake-chatgpt.md +4 -0
  1393. package/workspace-snapshot/files/scripts/configure-browser-matrix.config.ts +40 -0
  1394. package/workspace-snapshot/files/scripts/configure-browser-matrix.spec.ts +294 -0
  1395. package/workspace-snapshot/files/scripts/configure-step4-harness-readiness.config.ts +118 -0
  1396. package/workspace-snapshot/files/scripts/configure-step4-harness-readiness.spec.ts +80 -0
  1397. package/workspace-snapshot/files/scripts/prepare-configure-browser-workspace.ts +138 -0
  1398. package/workspace-snapshot/files/scripts/prepare-p-dev-package.ts +9 -0
  1399. package/workspace-snapshot/files/scripts/workflow-browser-matrix.config.ts +27 -0
  1400. package/workspace-snapshot/files/scripts/workflow-browser-matrix.spec.ts +151 -0
  1401. package/workspace-snapshot/files/src/agents/cursor-provider.ts +12 -14
  1402. package/workspace-snapshot/files/src/agents/index.ts +8 -12
  1403. package/workspace-snapshot/files/src/agents/types.ts +40 -4
  1404. package/workspace-snapshot/files/src/artifacts/redact.ts +18 -2
  1405. package/workspace-snapshot/files/src/artifacts/write-json-out-manifest.ts +90 -0
  1406. package/workspace-snapshot/files/src/cli/commands/canary-runner-config.ts +6 -0
  1407. package/workspace-snapshot/files/src/cli/commands/doctor.ts +148 -0
  1408. package/workspace-snapshot/files/src/cli/commands/resolve-route.ts +5 -0
  1409. package/workspace-snapshot/files/src/cli/commands/run.ts +65 -17
  1410. package/workspace-snapshot/files/src/cli/commands/sync-managed-runner.ts +126 -0
  1411. package/workspace-snapshot/files/src/cli/program.ts +47 -0
  1412. package/workspace-snapshot/files/src/config/assert-cloud-config-fingerprint.ts +36 -0
  1413. package/workspace-snapshot/files/src/config/cloud-config-fingerprint.ts +90 -0
  1414. package/workspace-snapshot/files/src/config/legacy-linear-top-level.ts +69 -0
  1415. package/workspace-snapshot/files/src/config/linear-association-gate.ts +80 -0
  1416. package/workspace-snapshot/files/src/config/resolve-linear-team.ts +41 -0
  1417. package/workspace-snapshot/files/src/config/resolve-linear-workspace.ts +391 -0
  1418. package/workspace-snapshot/files/src/config/role-models.ts +39 -0
  1419. package/workspace-snapshot/files/src/config/runner-upgrade-sync-gate.ts +26 -0
  1420. package/workspace-snapshot/files/src/config/schema.ts +17 -0
  1421. package/workspace-snapshot/files/src/config/types.ts +5 -1
  1422. package/workspace-snapshot/files/src/config/workspace-root.ts +28 -0
  1423. package/workspace-snapshot/files/src/cursor/agent-factory.ts +51 -5
  1424. package/workspace-snapshot/files/src/cursor/builder-resume-errors.ts +41 -0
  1425. package/workspace-snapshot/files/src/cursor/model.ts +106 -25
  1426. package/workspace-snapshot/files/src/cursor/run-observer.ts +15 -2
  1427. package/workspace-snapshot/files/src/github/auth-verification-retry.ts +63 -0
  1428. package/workspace-snapshot/files/src/github/client.ts +204 -5
  1429. package/workspace-snapshot/files/src/gui/configure-health.ts +2 -2
  1430. package/workspace-snapshot/files/src/gui/repo-root.ts +20 -1
  1431. package/workspace-snapshot/files/src/gui/start-configure-stable.ts +6 -2
  1432. package/workspace-snapshot/files/src/gui/start-gui.ts +8 -3
  1433. package/workspace-snapshot/files/src/linear/client.ts +10 -0
  1434. package/workspace-snapshot/files/src/linear/comments.ts +52 -0
  1435. package/workspace-snapshot/files/src/linear/issue-query.ts +4 -0
  1436. package/workspace-snapshot/files/src/linear/markers.ts +28 -0
  1437. package/workspace-snapshot/files/src/linear/parser.ts +61 -1
  1438. package/workspace-snapshot/files/src/linear/project-harness-metadata.ts +147 -0
  1439. package/workspace-snapshot/files/src/linear/project-metadata-sync.ts +115 -0
  1440. package/workspace-snapshot/files/src/linear/run-status-comment.ts +197 -0
  1441. package/workspace-snapshot/files/src/linear/writer.ts +25 -0
  1442. package/workspace-snapshot/files/src/observability/adapters/fake.ts +267 -0
  1443. package/workspace-snapshot/files/src/observability/adapters/noop.ts +62 -0
  1444. package/workspace-snapshot/files/src/observability/adapters/posthog.ts +165 -0
  1445. package/workspace-snapshot/files/src/observability/adapters/sentry.ts +276 -0
  1446. package/workspace-snapshot/files/src/observability/analytics-schemas.ts +150 -0
  1447. package/workspace-snapshot/files/src/observability/consent.ts +70 -0
  1448. package/workspace-snapshot/files/src/observability/constants.ts +25 -0
  1449. package/workspace-snapshot/files/src/observability/context.ts +152 -0
  1450. package/workspace-snapshot/files/src/observability/facade-runtime-state.ts +47 -0
  1451. package/workspace-snapshot/files/src/observability/facade.ts +628 -0
  1452. package/workspace-snapshot/files/src/observability/fatal-handlers.ts +60 -0
  1453. package/workspace-snapshot/files/src/observability/identity.ts +13 -0
  1454. package/workspace-snapshot/files/src/observability/index.ts +47 -0
  1455. package/workspace-snapshot/files/src/observability/local-state.ts +142 -0
  1456. package/workspace-snapshot/files/src/observability/package-config.ts +180 -0
  1457. package/workspace-snapshot/files/src/observability/posthog-dashboard-contract.ts +277 -0
  1458. package/workspace-snapshot/files/src/observability/privacy-schema.ts +229 -0
  1459. package/workspace-snapshot/files/src/observability/product-error-messages.ts +19 -0
  1460. package/workspace-snapshot/files/src/observability/product-errors.ts +139 -0
  1461. package/workspace-snapshot/files/src/observability/provisioning-analytics.ts +28 -0
  1462. package/workspace-snapshot/files/src/observability/redaction.ts +85 -0
  1463. package/workspace-snapshot/files/src/observability/runtime-eligibility.ts +50 -0
  1464. package/workspace-snapshot/files/src/observability/sentry-outbound-privacy.ts +216 -0
  1465. package/workspace-snapshot/files/src/observability/session-dedupe.ts +73 -0
  1466. package/workspace-snapshot/files/src/observability/session-handoff.ts +47 -0
  1467. package/workspace-snapshot/files/src/observability/transport-lifecycle.ts +93 -0
  1468. package/workspace-snapshot/files/src/observability/types.ts +265 -0
  1469. package/workspace-snapshot/files/src/p-dev/cli.ts +1 -1
  1470. package/workspace-snapshot/files/src/p-dev/git-object-plumbing.ts +139 -14
  1471. package/workspace-snapshot/files/src/p-dev/launch.ts +93 -14
  1472. package/workspace-snapshot/files/src/p-dev/main.ts +12 -1
  1473. package/workspace-snapshot/files/src/p-dev/package-paths.ts +72 -2
  1474. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-generator.ts +21 -0
  1475. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-manifest.ts +53 -0
  1476. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-types.ts +8 -0
  1477. package/workspace-snapshot/files/src/preview/preview-capability.ts +21 -0
  1478. package/workspace-snapshot/files/src/product/initialization-state.ts +65 -0
  1479. package/workspace-snapshot/files/src/product/product-marker.ts +76 -0
  1480. package/workspace-snapshot/files/src/product/read-product-marker.ts +63 -0
  1481. package/workspace-snapshot/files/src/prompts/builder.ts +31 -1
  1482. package/workspace-snapshot/files/src/prompts/implementation.md +6 -0
  1483. package/workspace-snapshot/files/src/prompts/integration-repair.md +6 -0
  1484. package/workspace-snapshot/files/src/prompts/planning.md +8 -0
  1485. package/workspace-snapshot/files/src/prompts/revision.md +7 -0
  1486. package/workspace-snapshot/files/src/resolver/errors.ts +3 -1
  1487. package/workspace-snapshot/files/src/resolver/target-repo.ts +60 -1
  1488. package/workspace-snapshot/files/src/runner/builder-thread-acquire.ts +321 -0
  1489. package/workspace-snapshot/files/src/runner/builder-thread-evidence.ts +40 -0
  1490. package/workspace-snapshot/files/src/runner/builder-thread-idempotency.ts +27 -0
  1491. package/workspace-snapshot/files/src/runner/builder-thread-lineage-errors.ts +23 -0
  1492. package/workspace-snapshot/files/src/runner/builder-thread-lineage.ts +555 -0
  1493. package/workspace-snapshot/files/src/runner/builder-thread-types.ts +41 -0
  1494. package/workspace-snapshot/files/src/runner/delivery-dedup.ts +78 -0
  1495. package/workspace-snapshot/files/src/runner/failure-finalization.ts +234 -0
  1496. package/workspace-snapshot/files/src/runner/fixture.ts +6 -1
  1497. package/workspace-snapshot/files/src/runner/phases/handoff.ts +74 -46
  1498. package/workspace-snapshot/files/src/runner/phases/implementation.ts +174 -28
  1499. package/workspace-snapshot/files/src/runner/phases/integration-repair.ts +123 -7
  1500. package/workspace-snapshot/files/src/runner/phases/merge.ts +145 -67
  1501. package/workspace-snapshot/files/src/runner/phases/planning.ts +50 -7
  1502. package/workspace-snapshot/files/src/runner/phases/production-sync.ts +37 -4
  1503. package/workspace-snapshot/files/src/runner/phases/revision.ts +130 -44
  1504. package/workspace-snapshot/files/src/runner/preflight.ts +134 -7
  1505. package/workspace-snapshot/files/src/runner/resolve-route.ts +29 -0
  1506. package/workspace-snapshot/files/src/runner/run-generation.ts +21 -0
  1507. package/workspace-snapshot/files/src/runner/uninitialized-product-routing.ts +121 -0
  1508. package/workspace-snapshot/files/src/setup/config-builder.ts +14 -0
  1509. package/workspace-snapshot/files/src/setup/control-plane-readiness.ts +92 -18
  1510. package/workspace-snapshot/files/src/setup/control-plane-setup-state.ts +61 -5
  1511. package/workspace-snapshot/files/src/setup/control-plane-state-lock.ts +103 -0
  1512. package/workspace-snapshot/files/src/setup/control-plane-types.ts +100 -1
  1513. package/workspace-snapshot/files/src/setup/first-run-readiness.ts +9 -2
  1514. package/workspace-snapshot/files/src/setup/git-askpass-credentials.ts +80 -0
  1515. package/workspace-snapshot/files/src/setup/github-dispatch-token.ts +34 -3
  1516. package/workspace-snapshot/files/src/setup/github-remote-provider.ts +78 -2
  1517. package/workspace-snapshot/files/src/setup/github-remote-setup-live.ts +113 -11
  1518. package/workspace-snapshot/files/src/setup/github-repository-name.ts +63 -0
  1519. package/workspace-snapshot/files/src/setup/github-target-repository-provider-live.ts +323 -0
  1520. package/workspace-snapshot/files/src/setup/github-target-repository-provider-mock.ts +284 -0
  1521. package/workspace-snapshot/files/src/setup/github-target-repository-provider.ts +86 -0
  1522. package/workspace-snapshot/files/src/setup/github-workflow-permissions.ts +2 -1
  1523. package/workspace-snapshot/files/src/setup/gui-view-model.ts +10 -0
  1524. package/workspace-snapshot/files/src/setup/harness-dispatch-repo.ts +157 -25
  1525. package/workspace-snapshot/files/src/setup/harness-managed-repo-marker.ts +24 -0
  1526. package/workspace-snapshot/files/src/setup/harness-provisioning-last-run.ts +152 -0
  1527. package/workspace-snapshot/files/src/setup/harness-provisioning-pending-state.ts +3 -0
  1528. package/workspace-snapshot/files/src/setup/harness-provisioning-progress.ts +213 -0
  1529. package/workspace-snapshot/files/src/setup/harness-repo-provisioning.ts +135 -6
  1530. package/workspace-snapshot/files/src/setup/harness-snapshot-git-transport.ts +846 -0
  1531. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning-helpers.ts +4 -1
  1532. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning.ts +352 -81
  1533. package/workspace-snapshot/files/src/setup/harness-step-readiness-server.ts +39 -0
  1534. package/workspace-snapshot/files/src/setup/harness-step-readiness.ts +72 -0
  1535. package/workspace-snapshot/files/src/setup/harness-workspace-snapshot-loader.ts +59 -12
  1536. package/workspace-snapshot/files/src/setup/initial-setup-lifecycle.ts +181 -0
  1537. package/workspace-snapshot/files/src/setup/linear-category-labels.ts +18 -0
  1538. package/workspace-snapshot/files/src/setup/linear-setup-apply.ts +97 -17
  1539. package/workspace-snapshot/files/src/setup/linear-setup-client.ts +96 -0
  1540. package/workspace-snapshot/files/src/setup/linear-setup-plan.ts +105 -11
  1541. package/workspace-snapshot/files/src/setup/linear-setup-progress.ts +113 -0
  1542. package/workspace-snapshot/files/src/setup/linear-status-contract.ts +36 -77
  1543. package/workspace-snapshot/files/src/setup/linear-workflow-status-repair.ts +278 -0
  1544. package/workspace-snapshot/files/src/setup/linear-workspace-apply.ts +309 -0
  1545. package/workspace-snapshot/files/src/setup/linear-workspace-drift.ts +4 -0
  1546. package/workspace-snapshot/files/src/setup/linear-workspace-migration.ts +314 -0
  1547. package/workspace-snapshot/files/src/setup/linear-workspace-plan.ts +407 -0
  1548. package/workspace-snapshot/files/src/setup/local-readiness-checks.ts +163 -31
  1549. package/workspace-snapshot/files/src/setup/mock-target-workflow-finalization.ts +30 -4
  1550. package/workspace-snapshot/files/src/setup/packaged-default-route.ts +29 -0
  1551. package/workspace-snapshot/files/src/setup/release-sync-managed-runner.ts +604 -0
  1552. package/workspace-snapshot/files/src/setup/remote-apply-actions.ts +33 -0
  1553. package/workspace-snapshot/files/src/setup/runner-upgrade-canary-dispatch.ts +69 -0
  1554. package/workspace-snapshot/files/src/setup/runner-upgrade-canary.ts +213 -0
  1555. package/workspace-snapshot/files/src/setup/runner-upgrade-evidence.ts +30 -0
  1556. package/workspace-snapshot/files/src/setup/runner-upgrade-pending-state.ts +116 -0
  1557. package/workspace-snapshot/files/src/setup/runner-upgrade-progress.ts +150 -0
  1558. package/workspace-snapshot/files/src/setup/runner-upgrade-provider-live.ts +520 -0
  1559. package/workspace-snapshot/files/src/setup/runner-upgrade-provider.ts +852 -0
  1560. package/workspace-snapshot/files/src/setup/runner-upgrade-status-cache.ts +61 -0
  1561. package/workspace-snapshot/files/src/setup/runner-upgrade-three-way.ts +162 -0
  1562. package/workspace-snapshot/files/src/setup/runner-upgrade-timeouts.ts +386 -0
  1563. package/workspace-snapshot/files/src/setup/runner-upgrade-types.ts +176 -0
  1564. package/workspace-snapshot/files/src/setup/runner-upgrade-worker.ts +149 -0
  1565. package/workspace-snapshot/files/src/setup/runner-upgrade.ts +1926 -0
  1566. package/workspace-snapshot/files/src/setup/service-verification.ts +160 -20
  1567. package/workspace-snapshot/files/src/setup/settings-config-patch.ts +461 -0
  1568. package/workspace-snapshot/files/src/setup/setup-state.ts +12 -1
  1569. package/workspace-snapshot/files/src/setup/step6-automatic-control-state.ts +59 -0
  1570. package/workspace-snapshot/files/src/setup/sync-harness-config-cloud.ts +128 -0
  1571. package/workspace-snapshot/files/src/setup/target-repo-provisioning-pending-state.ts +160 -0
  1572. package/workspace-snapshot/files/src/setup/target-repo-provisioning.ts +704 -0
  1573. package/workspace-snapshot/files/src/setup/target-workflow-finalization-progress.ts +166 -0
  1574. package/workspace-snapshot/files/src/setup/target-workflow-finalization-types.ts +128 -1
  1575. package/workspace-snapshot/files/src/setup/target-workflow-finalization.ts +806 -15
  1576. package/workspace-snapshot/files/src/setup/target-workflow-setup.ts +2 -0
  1577. package/workspace-snapshot/files/src/setup/test-only-runner-upgrade-provider.ts +51 -0
  1578. package/workspace-snapshot/files/src/setup/test-only-target-repo-provisioning-provider.ts +47 -0
  1579. package/workspace-snapshot/files/src/setup/vercel-bridge-artifact.ts +174 -0
  1580. package/workspace-snapshot/files/src/setup/vercel-bridge-deploy.ts +217 -0
  1581. package/workspace-snapshot/files/src/setup/vercel-bridge-diagnostics.ts +1 -1
  1582. package/workspace-snapshot/files/src/setup/vercel-bridge-options.ts +4 -0
  1583. package/workspace-snapshot/files/src/setup/vercel-bridge-orchestration-summary.ts +46 -0
  1584. package/workspace-snapshot/files/src/setup/vercel-bridge-project-marker.ts +8 -0
  1585. package/workspace-snapshot/files/src/setup/vercel-bridge-readiness.ts +2 -1
  1586. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-normalize.ts +244 -0
  1587. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-poll.ts +406 -190
  1588. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-state.ts +3 -0
  1589. package/workspace-snapshot/files/src/setup/vercel-bridge-structured-log.ts +5 -0
  1590. package/workspace-snapshot/files/src/setup/vercel-project-name.ts +38 -0
  1591. package/workspace-snapshot/files/src/setup/vercel-setup-apply.ts +386 -40
  1592. package/workspace-snapshot/files/src/setup/vercel-setup-client.ts +97 -3
  1593. package/workspace-snapshot/files/src/setup/vercel-setup-plan.ts +84 -14
  1594. package/workspace-snapshot/files/src/setup/vercel-setup-summary.ts +10 -0
  1595. package/workspace-snapshot/files/src/setup/workflow-config-snapshot.ts +22 -0
  1596. package/workspace-snapshot/files/src/setup/workflow-install-branch-recovery.ts +660 -0
  1597. package/workspace-snapshot/files/src/setup/workflow-install-merge-errors.ts +70 -20
  1598. package/workspace-snapshot/files/src/setup/workflow-install-merge-gate.ts +25 -0
  1599. package/workspace-snapshot/files/src/setup/workflow-model-save-queue.ts +251 -0
  1600. package/workspace-snapshot/files/src/setup/workflow-model-sync-lock.ts +103 -0
  1601. package/workspace-snapshot/files/src/setup/workflow-model-sync.ts +259 -0
  1602. package/workspace-snapshot/files/src/setup/workflow-models-sync-evidence.ts +34 -0
  1603. package/workspace-snapshot/files/src/types/parsed-issue.ts +9 -0
  1604. package/workspace-snapshot/files/src/types/run.ts +44 -1
  1605. package/workspace-snapshot/files/src/validate/issue.ts +52 -6
  1606. package/workspace-snapshot/files/src/validate/types.ts +3 -0
  1607. package/workspace-snapshot/files/src/webhook/dispatch-statuses.ts +8 -16
  1608. package/workspace-snapshot/files/src/webhook/filter.ts +24 -1
  1609. package/workspace-snapshot/files/src/webhook/handle-linear-webhook.ts +15 -1
  1610. package/workspace-snapshot/files/src/webhook/parse-linear-issue-event.ts +4 -0
  1611. package/workspace-snapshot/files/src/webhook/types.ts +4 -1
  1612. package/workspace-snapshot/files/src/workflow/canonical-product-development-workflow.ts +584 -0
  1613. package/workspace-snapshot/files/src/workflow/canonical-workflow-gate.ts +255 -0
  1614. package/workspace-snapshot/files/src/workflow/canonical-workflow-validation.ts +297 -0
  1615. package/workspace-snapshot/files/src/workflow/finalize-harness-run.ts +83 -0
  1616. package/workspace-snapshot/files/src/workflow/preflight-canonical.ts +40 -0
  1617. package/workspace-snapshot/files/src/workflow/write-fallback-manifest.ts +39 -0
  1618. package/workspace-snapshot/files/src/workflow-page/bootstrap.ts +277 -0
  1619. package/workspace-snapshot/files/src/workflow-page/catalog-validation.ts +158 -0
  1620. package/workspace-snapshot/files/src/workflow-page/constants.ts +22 -0
  1621. package/workspace-snapshot/files/src/workflow-page/current-workflow.ts +225 -0
  1622. package/workspace-snapshot/files/src/workflow-page/fingerprint.ts +9 -0
  1623. package/workspace-snapshot/files/src/workflow-page/fixture-definition.ts +16 -0
  1624. package/workspace-snapshot/files/src/workflow-page/fixture-role-models.ts +50 -0
  1625. package/workspace-snapshot/files/src/workflow-page/fixtures/basic-current-workflow.ts +39 -0
  1626. package/workspace-snapshot/files/src/workflow-page/fixtures/branching-pr-review.ts +11 -0
  1627. package/workspace-snapshot/files/src/workflow-page/fixtures/canonical-violations.ts +50 -0
  1628. package/workspace-snapshot/files/src/workflow-page/fixtures/credential-errors.ts +13 -0
  1629. package/workspace-snapshot/files/src/workflow-page/fixtures/empty-linear-statuses.ts +10 -0
  1630. package/workspace-snapshot/files/src/workflow-page/fixtures/hundred-node-performance.ts +23 -0
  1631. package/workspace-snapshot/files/src/workflow-page/fixtures/index.ts +37 -0
  1632. package/workspace-snapshot/files/src/workflow-page/fixtures/model-catalog-snapshot.ts +34 -0
  1633. package/workspace-snapshot/files/src/workflow-page/fixtures/workflow-scopes.ts +18 -0
  1634. package/workspace-snapshot/files/src/workflow-page/linear-status-source.ts +65 -0
  1635. package/workspace-snapshot/files/src/workflow-page/model-catalog-lookup.ts +8 -0
  1636. package/workspace-snapshot/files/src/workflow-page/model-catalog-utils.ts +83 -0
  1637. package/workspace-snapshot/files/src/workflow-page/model-catalog.ts +60 -0
  1638. package/workspace-snapshot/files/src/workflow-page/scope-branches.ts +27 -0
  1639. package/workspace-snapshot/files/src/workflow-page/source-context.ts +91 -0
  1640. package/workspace-snapshot/files/src/workflow-page/types.ts +134 -0
  1641. package/workspace-snapshot/files/src/workflow-page/workflow-scopes.ts +73 -0
  1642. package/workspace-snapshot/files/tests/agents/cursor-provider.test.ts +41 -29
  1643. package/workspace-snapshot/files/tests/artifacts/redact.test.ts +11 -0
  1644. package/workspace-snapshot/files/tests/cli/json-out-manifest.test.ts +96 -0
  1645. package/workspace-snapshot/files/tests/config/cloud-config-fingerprint.test.ts +62 -0
  1646. package/workspace-snapshot/files/tests/config/legacy-linear-top-level.test.ts +86 -0
  1647. package/workspace-snapshot/files/tests/config/onboarding-cloud-runner-contract.test.ts +139 -0
  1648. package/workspace-snapshot/files/tests/config/resolve-linear-workspace.test.ts +314 -0
  1649. package/workspace-snapshot/files/tests/config/role-models.test.ts +35 -0
  1650. package/workspace-snapshot/files/tests/cursor/agent-factory.test.ts +124 -0
  1651. package/workspace-snapshot/files/tests/cursor/role-models.test.ts +52 -0
  1652. package/workspace-snapshot/files/tests/cursor/run-observer.test.ts +36 -0
  1653. package/workspace-snapshot/files/tests/fixtures/workflows/harness-auto-runner-with-production-sync.yml +36 -11
  1654. package/workspace-snapshot/files/tests/github/auth-verification-retry.test.ts +141 -0
  1655. package/workspace-snapshot/files/tests/gui/app-shell-settings-menu.test.ts +115 -0
  1656. package/workspace-snapshot/files/tests/gui/configure-fix-loop.test.ts +50 -37
  1657. package/workspace-snapshot/files/tests/gui/configure-navigation-contract.test.ts +107 -0
  1658. package/workspace-snapshot/files/tests/gui/configure-target-repo-create.test.ts +103 -0
  1659. package/workspace-snapshot/files/tests/gui/configure-workflow-readiness.test.ts +117 -0
  1660. package/workspace-snapshot/files/tests/gui/data-sharing-preferences.test.ts +43 -0
  1661. package/workspace-snapshot/files/tests/gui/design-system.test.ts +65 -5
  1662. package/workspace-snapshot/files/tests/gui/guided-linear-workspace-card.test.ts +168 -0
  1663. package/workspace-snapshot/files/tests/gui/guided-operation-ux.test.ts +100 -0
  1664. package/workspace-snapshot/files/tests/gui/guided-setup-progress.test.ts +267 -0
  1665. package/workspace-snapshot/files/tests/gui/guided-setup.test.ts +60 -0
  1666. package/workspace-snapshot/files/tests/gui/guided-target-workflow-polling.test.ts +38 -0
  1667. package/workspace-snapshot/files/tests/gui/linear-association-draft.test.ts +93 -0
  1668. package/workspace-snapshot/files/tests/gui/local-readiness-stream.test.ts +154 -0
  1669. package/workspace-snapshot/files/tests/gui/local-readiness-visual-queue.test.ts +69 -0
  1670. package/workspace-snapshot/files/tests/gui/local-readiness-workspace.test.ts +299 -0
  1671. package/workspace-snapshot/files/tests/gui/m6-configure-boundaries.test.ts +177 -35
  1672. package/workspace-snapshot/files/tests/gui/observability-preferences-route.test.ts +343 -0
  1673. package/workspace-snapshot/files/tests/gui/observability-request-guard.test.ts +177 -0
  1674. package/workspace-snapshot/files/tests/gui/packaged-harness-cloud-secrets-routes.test.ts +16 -0
  1675. package/workspace-snapshot/files/tests/gui/packaged-runner-upgrade-routes.test.ts +532 -0
  1676. package/workspace-snapshot/files/tests/gui/packaged-target-repo-provisioning-routes.test.ts +108 -0
  1677. package/workspace-snapshot/files/tests/gui/repo-root.test.ts +55 -0
  1678. package/workspace-snapshot/files/tests/gui/runner-upgrade-settings-card.test.ts +97 -0
  1679. package/workspace-snapshot/files/tests/gui/settings-cursor.test.ts +39 -0
  1680. package/workspace-snapshot/files/tests/gui/settings-deployments-autoload.test.ts +57 -0
  1681. package/workspace-snapshot/files/tests/gui/settings-mutation-editors.test.ts +154 -0
  1682. package/workspace-snapshot/files/tests/gui/settings-navigation.test.ts +95 -0
  1683. package/workspace-snapshot/files/tests/gui/settings-repositories-page.test.ts +54 -0
  1684. package/workspace-snapshot/files/tests/gui/step7-settings-polish.test.ts +180 -0
  1685. package/workspace-snapshot/files/tests/gui/target-workflow-pr-card.test.ts +68 -0
  1686. package/workspace-snapshot/files/tests/gui/vercel-bridge-polling-ui.test.ts +50 -1
  1687. package/workspace-snapshot/files/tests/gui/verification-state.test.ts +45 -0
  1688. package/workspace-snapshot/files/tests/gui/workflow-bootstrap-route.test.ts +78 -0
  1689. package/workspace-snapshot/files/tests/gui/workflow-model-autosave.test.ts +36 -0
  1690. package/workspace-snapshot/files/tests/gui/workflow-source-ui.test.ts +22 -0
  1691. package/workspace-snapshot/files/tests/gui/workflow-violation-messages.test.ts +39 -0
  1692. package/workspace-snapshot/files/tests/gui/workflow-workspace.test.ts +188 -0
  1693. package/workspace-snapshot/files/tests/linear/markers.test.ts +29 -0
  1694. package/workspace-snapshot/files/tests/linear/run-status-comment.test.ts +143 -0
  1695. package/workspace-snapshot/files/tests/observability/analytics-schemas.test.ts +74 -0
  1696. package/workspace-snapshot/files/tests/observability/context.test.ts +132 -0
  1697. package/workspace-snapshot/files/tests/observability/fatal-process.test.ts +106 -0
  1698. package/workspace-snapshot/files/tests/observability/foundation.test.ts +229 -0
  1699. package/workspace-snapshot/files/tests/observability/instrumentation-dev-startup.test.ts +79 -0
  1700. package/workspace-snapshot/files/tests/observability/lifecycle.test.ts +348 -0
  1701. package/workspace-snapshot/files/tests/observability/package-config.test.ts +66 -0
  1702. package/workspace-snapshot/files/tests/observability/packaged-config.test.ts +47 -0
  1703. package/workspace-snapshot/files/tests/observability/posthog-dashboard-contract.test.ts +133 -0
  1704. package/workspace-snapshot/files/tests/observability/posthog-envelope.test.ts +167 -0
  1705. package/workspace-snapshot/files/tests/observability/posthog-shutdown.test.ts +68 -0
  1706. package/workspace-snapshot/files/tests/observability/privacy-schema.test.ts +83 -0
  1707. package/workspace-snapshot/files/tests/observability/provisioning-analytics.test.ts +54 -0
  1708. package/workspace-snapshot/files/tests/observability/public-config-enablement.test.ts +48 -0
  1709. package/workspace-snapshot/files/tests/observability/sentry-envelope.test.ts +289 -0
  1710. package/workspace-snapshot/files/tests/observability/sentry-outbound-privacy.test.ts +141 -0
  1711. package/workspace-snapshot/files/tests/observability/sentry-privacy-assertions.ts +52 -0
  1712. package/workspace-snapshot/files/tests/observability/sentry-server-only.test.ts +68 -0
  1713. package/workspace-snapshot/files/tests/observability/sentry-transport.test.ts +88 -0
  1714. package/workspace-snapshot/files/tests/observability/session-dedupe.test.ts +117 -0
  1715. package/workspace-snapshot/files/tests/observability/snapshot-exclusion.test.ts +9 -0
  1716. package/workspace-snapshot/files/tests/p-dev/cli.test.ts +2 -2
  1717. package/workspace-snapshot/files/tests/p-dev/git-object-plumbing.test.ts +49 -0
  1718. package/workspace-snapshot/files/tests/p-dev/installed-tarball-gui.test.ts +475 -0
  1719. package/workspace-snapshot/files/tests/p-dev/installed-tarball-loopback.test.ts +986 -0
  1720. package/workspace-snapshot/files/tests/p-dev/installed-tarball-snapshot-provisioning.test.ts +361 -0
  1721. package/workspace-snapshot/files/tests/p-dev/launch.test.ts +55 -3
  1722. package/workspace-snapshot/files/tests/p-dev/package-manifest.test.ts +3 -1
  1723. package/workspace-snapshot/files/tests/p-dev/package-packed-artifact.test.ts +115 -10
  1724. package/workspace-snapshot/files/tests/p-dev/package-paths.test.ts +51 -0
  1725. package/workspace-snapshot/files/tests/p-dev/package-version.test.ts +1 -1
  1726. package/workspace-snapshot/files/tests/p-dev/packaged-workspace-setup.test.ts +1 -1
  1727. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-policy.test.ts +6 -0
  1728. package/workspace-snapshot/files/tests/product/initialization-state.test.ts +78 -0
  1729. package/workspace-snapshot/files/tests/product/read-product-marker.test.ts +46 -0
  1730. package/workspace-snapshot/files/tests/prompts/builder.test.ts +1 -0
  1731. package/workspace-snapshot/files/tests/prompts/implementation-builder.test.ts +1 -0
  1732. package/workspace-snapshot/files/tests/prompts/issue-intake-chatgpt.test.ts +1 -0
  1733. package/workspace-snapshot/files/tests/resolver/target-repo.test.ts +66 -0
  1734. package/workspace-snapshot/files/tests/runner/builder-thread-acquire.test.ts +288 -0
  1735. package/workspace-snapshot/files/tests/runner/builder-thread-idempotency.test.ts +42 -0
  1736. package/workspace-snapshot/files/tests/runner/builder-thread-lineage.test.ts +206 -0
  1737. package/workspace-snapshot/files/tests/runner/delivery-dedup.test.ts +53 -0
  1738. package/workspace-snapshot/files/tests/runner/failure-finalization-runner-upgrade.test.ts +112 -0
  1739. package/workspace-snapshot/files/tests/runner/failure-finalization.test.ts +203 -0
  1740. package/workspace-snapshot/files/tests/runner/handoff.test.ts +66 -0
  1741. package/workspace-snapshot/files/tests/runner/idempotency-handoff.test.ts +1 -0
  1742. package/workspace-snapshot/files/tests/runner/idempotency-implementation.test.ts +1 -0
  1743. package/workspace-snapshot/files/tests/runner/idempotency-revision.test.ts +1 -0
  1744. package/workspace-snapshot/files/tests/runner/idempotency.test.ts +1 -0
  1745. package/workspace-snapshot/files/tests/runner/implementation.test.ts +24 -5
  1746. package/workspace-snapshot/files/tests/runner/integration-repair.test.ts +21 -6
  1747. package/workspace-snapshot/files/tests/runner/merge-linear-metadata.test.ts +90 -0
  1748. package/workspace-snapshot/files/tests/runner/merge.test.ts +79 -0
  1749. package/workspace-snapshot/files/tests/runner/planning.test.ts +9 -0
  1750. package/workspace-snapshot/files/tests/runner/preflight-canonical.test.ts +73 -0
  1751. package/workspace-snapshot/files/tests/runner/preflight-fail-closed.integration.test.ts +418 -0
  1752. package/workspace-snapshot/files/tests/runner/preview-capability.test.ts +46 -0
  1753. package/workspace-snapshot/files/tests/runner/resolve-route.test.ts +6 -0
  1754. package/workspace-snapshot/files/tests/runner/revision.test.ts +117 -9
  1755. package/workspace-snapshot/files/tests/runner/uninitialized-product-routing.test.ts +120 -0
  1756. package/workspace-snapshot/files/tests/setup/control-plane-readiness.test.ts +86 -0
  1757. package/workspace-snapshot/files/tests/setup/control-plane-state-lock.test.ts +67 -0
  1758. package/workspace-snapshot/files/tests/setup/first-run-readiness.test.ts +134 -2
  1759. package/workspace-snapshot/files/tests/setup/github-dispatch-token.test.ts +49 -1
  1760. package/workspace-snapshot/files/tests/setup/github-repository-name.test.ts +28 -0
  1761. package/workspace-snapshot/files/tests/setup/gui-remote-storage.test.ts +0 -2
  1762. package/workspace-snapshot/files/tests/setup/harness-dispatch-repo.test.ts +292 -3
  1763. package/workspace-snapshot/files/tests/setup/harness-snapshot-bulk-fixture.ts +72 -0
  1764. package/workspace-snapshot/files/tests/setup/harness-snapshot-bulk-installed.test.ts +93 -0
  1765. package/workspace-snapshot/files/tests/setup/harness-snapshot-git-transport.test.ts +518 -0
  1766. package/workspace-snapshot/files/tests/setup/harness-step-readiness.test.ts +145 -0
  1767. package/workspace-snapshot/files/tests/setup/harness-workspace-snapshot-loader.test.ts +142 -0
  1768. package/workspace-snapshot/files/tests/setup/initial-setup-lifecycle.test.ts +220 -0
  1769. package/workspace-snapshot/files/tests/setup/linear-setup-apply.test.ts +7 -4
  1770. package/workspace-snapshot/files/tests/setup/linear-setup-plan.test.ts +46 -3
  1771. package/workspace-snapshot/files/tests/setup/linear-workflow-status-repair.test.ts +314 -0
  1772. package/workspace-snapshot/files/tests/setup/linear-workspace-migration.test.ts +173 -0
  1773. package/workspace-snapshot/files/tests/setup/linear-workspace-plan.test.ts +247 -0
  1774. package/workspace-snapshot/files/tests/setup/local-apply-actions.test.ts +13 -0
  1775. package/workspace-snapshot/files/tests/setup/local-readiness-checks.test.ts +25 -1
  1776. package/workspace-snapshot/files/tests/setup/mock-canonical-preflight.ts +14 -0
  1777. package/workspace-snapshot/files/tests/setup/packaged-default-route.test.ts +85 -0
  1778. package/workspace-snapshot/files/tests/setup/release-sync-managed-runner.test.ts +385 -0
  1779. package/workspace-snapshot/files/tests/setup/runner-upgrade-canary.test.ts +201 -0
  1780. package/workspace-snapshot/files/tests/setup/runner-upgrade-three-way.test.ts +226 -0
  1781. package/workspace-snapshot/files/tests/setup/runner-upgrade.test.ts +702 -0
  1782. package/workspace-snapshot/files/tests/setup/service-verification.test.ts +197 -18
  1783. package/workspace-snapshot/files/tests/setup/settings-config-patch.test.ts +280 -0
  1784. package/workspace-snapshot/files/tests/setup/setup-state.test.ts +47 -0
  1785. package/workspace-snapshot/files/tests/setup/step6-automatic-apply-outcome.test.ts +1 -0
  1786. package/workspace-snapshot/files/tests/setup/step6-automatic-control-state.test.ts +73 -0
  1787. package/workspace-snapshot/files/tests/setup/target-repo-provisioning.test.ts +307 -0
  1788. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-progress.test.ts +71 -0
  1789. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-step-github.test.ts +240 -0
  1790. package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-normalize.test.ts +106 -0
  1791. package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-poll.test.ts +78 -4
  1792. package/workspace-snapshot/files/tests/setup/vercel-setup-apply.test.ts +278 -3
  1793. package/workspace-snapshot/files/tests/setup/vercel-setup-client.test.ts +76 -0
  1794. package/workspace-snapshot/files/tests/setup/vercel-setup-plan.test.ts +58 -0
  1795. package/workspace-snapshot/files/tests/setup/workflow-install-branch-recovery-commit.test.ts +144 -0
  1796. package/workspace-snapshot/files/tests/setup/workflow-install-branch-recovery.test.ts +133 -0
  1797. package/workspace-snapshot/files/tests/setup/workflow-install-merge-errors.test.ts +66 -1
  1798. package/workspace-snapshot/files/tests/setup/workflow-install-merge-gate.test.ts +58 -0
  1799. package/workspace-snapshot/files/tests/setup/workflow-model-save-queue.test.ts +139 -0
  1800. package/workspace-snapshot/files/tests/setup/workflow-model-sync.test.ts +141 -0
  1801. package/workspace-snapshot/files/tests/validate-issue/uninitialized-product.test.ts +108 -0
  1802. package/workspace-snapshot/files/tests/webhook/filter.test.ts +55 -0
  1803. package/workspace-snapshot/files/tests/webhook/harness-auto-runner-workflow.test.ts +7 -0
  1804. package/workspace-snapshot/files/tests/workflow/canonical-product-development-workflow.test.ts +193 -0
  1805. package/workspace-snapshot/files/tests/workflow/canonical-workflow-validation.test.ts +202 -0
  1806. package/workspace-snapshot/files/tests/workflow/workflow-shell-safety.test.ts +5 -2
  1807. package/workspace-snapshot/files/vitest.config.ts +5 -0
  1808. package/workspace-snapshot/manifest.json +3604 -836
  1809. package/workspace-snapshot/object-pack/snapshot-2735d42c938e514f27a9b2aaf5fa2fcc68019075.idx +0 -0
  1810. package/workspace-snapshot/object-pack/snapshot-2735d42c938e514f27a9b2aaf5fa2fcc68019075.pack +0 -0
  1811. package/gui/.next/server/app/index.html +0 -1
  1812. package/gui/.next/server/app/index.meta +0 -9
  1813. package/gui/.next/server/app/index.rsc +0 -18
  1814. package/gui/.next/server/chunks/200.js +0 -1
  1815. package/gui/.next/server/chunks/477.js +0 -16
  1816. package/gui/.next/server/chunks/585.js +0 -1
  1817. package/gui/.next/server/chunks/647.js +0 -82
  1818. package/gui/.next/server/chunks/711.js +0 -1
  1819. package/gui/.next/server/chunks/900.js +0 -1
  1820. package/gui/.next/server/chunks/901.js +0 -22
  1821. package/gui/.next/static/ZGJuemeaiW4yT7CTlmjdG/_buildManifest.js +0 -1
  1822. package/gui/.next/static/chunks/661-5fc9351358e2f084.js +0 -1
  1823. package/gui/.next/static/chunks/app/_not-found/page-f15332c94524c284.js +0 -1
  1824. package/gui/.next/static/chunks/app/api/setup/apply-connect-services/route-979ec1702bd9938a.js +0 -1
  1825. package/gui/.next/static/chunks/app/api/setup/apply-harness-repo-provisioning/route-979ec1702bd9938a.js +0 -1
  1826. package/gui/.next/static/chunks/app/api/setup/apply-harness-secrets/route-979ec1702bd9938a.js +0 -1
  1827. package/gui/.next/static/chunks/app/api/setup/apply-linear-setup/route-979ec1702bd9938a.js +0 -1
  1828. package/gui/.next/static/chunks/app/api/setup/apply-local-files/route-979ec1702bd9938a.js +0 -1
  1829. package/gui/.next/static/chunks/app/api/setup/apply-target-workflow/route-979ec1702bd9938a.js +0 -1
  1830. package/gui/.next/static/chunks/app/api/setup/apply-vercel-bridge/route-979ec1702bd9938a.js +0 -1
  1831. package/gui/.next/static/chunks/app/api/setup/finalize-target-workflow/route-979ec1702bd9938a.js +0 -1
  1832. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-summary/route-979ec1702bd9938a.js +0 -1
  1833. package/gui/.next/static/chunks/app/api/setup/linear-options/route-979ec1702bd9938a.js +0 -1
  1834. package/gui/.next/static/chunks/app/api/setup/linear-summary/route-979ec1702bd9938a.js +0 -1
  1835. package/gui/.next/static/chunks/app/api/setup/local-readiness/route-979ec1702bd9938a.js +0 -1
  1836. package/gui/.next/static/chunks/app/api/setup/manual-harness-secret-values/route-979ec1702bd9938a.js +0 -1
  1837. package/gui/.next/static/chunks/app/api/setup/preview-connect-services/route-979ec1702bd9938a.js +0 -1
  1838. package/gui/.next/static/chunks/app/api/setup/preview-harness-repo-provisioning/route-979ec1702bd9938a.js +0 -1
  1839. package/gui/.next/static/chunks/app/api/setup/preview-harness-secrets/route-979ec1702bd9938a.js +0 -1
  1840. package/gui/.next/static/chunks/app/api/setup/preview-linear-setup/route-979ec1702bd9938a.js +0 -1
  1841. package/gui/.next/static/chunks/app/api/setup/preview-local-files/route-979ec1702bd9938a.js +0 -1
  1842. package/gui/.next/static/chunks/app/api/setup/preview-target-workflow/route-979ec1702bd9938a.js +0 -1
  1843. package/gui/.next/static/chunks/app/api/setup/preview-vercel-bridge/route-979ec1702bd9938a.js +0 -1
  1844. package/gui/.next/static/chunks/app/api/setup/remote-summary/route-979ec1702bd9938a.js +0 -1
  1845. package/gui/.next/static/chunks/app/api/setup/summary/route-979ec1702bd9938a.js +0 -1
  1846. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-options/route-979ec1702bd9938a.js +0 -1
  1847. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-redeploy-status/route-979ec1702bd9938a.js +0 -1
  1848. package/gui/.next/static/chunks/app/api/setup/vercel-summary/route-979ec1702bd9938a.js +0 -1
  1849. package/gui/.next/static/chunks/app/api/setup/verify-harness-repo/route-979ec1702bd9938a.js +0 -1
  1850. package/gui/.next/static/chunks/app/api/setup/verify-service/route-979ec1702bd9938a.js +0 -1
  1851. package/gui/.next/static/chunks/app/api/setup/verify-target-repo/route-979ec1702bd9938a.js +0 -1
  1852. package/gui/.next/static/chunks/app/layout-10445a363bff6a38.js +0 -1
  1853. package/gui/.next/static/chunks/app/page-979ec1702bd9938a.js +0 -1
  1854. package/gui/.next/static/chunks/app/settings/configure/page-25b2288ace2949a1.js +0 -1
  1855. package/gui/.next/static/chunks/framework-7318ce553e854ad6.js +0 -1
  1856. package/gui/.next/static/chunks/main-app-732547e2b1a794b6.js +0 -1
  1857. package/gui/.next/static/chunks/main-f7a784f5852cbbd1.js +0 -1
  1858. package/gui/.next/static/chunks/pages/_error-bda15e7831eec981.js +0 -1
  1859. package/gui/.next/static/css/781f3c93b6d7425a.css +0 -3
  1860. package/workspace-snapshot/files/apps/gui/components/custom/setup-dashboard.tsx +0 -124
  1861. package/workspace-snapshot/files/apps/gui/components/custom/setup-readonly-sections.tsx +0 -210
  1862. /package/gui/.next/static/{ZGJuemeaiW4yT7CTlmjdG → wM7YWpWgyTcGc7H5h1u7U}/_ssgManifest.js +0 -0
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "agentic-product-development-harness",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "agentic-product-development-harness",
9
- "version": "0.3.1",
9
+ "version": "0.4.0",
10
10
  "dependencies": {
11
11
  "@cursor/sdk": "^1.0.23",
12
12
  "@linear/sdk": "^40.0.0",
13
+ "@radix-ui/react-dropdown-menu": "^2.1.20",
13
14
  "@radix-ui/react-slot": "^1.2.3",
15
+ "@sentry/node": "^9.47.1",
14
16
  "class-variance-authority": "^0.7.1",
15
17
  "clsx": "^2.1.1",
16
18
  "commander": "^13.1.0",
@@ -19,6 +21,7 @@
19
21
  "lucide-react": "^0.511.0",
20
22
  "next": "^15.3.3",
21
23
  "next-themes": "^0.4.6",
24
+ "posthog-node": "^5.26.1",
22
25
  "react": "^19.1.0",
23
26
  "react-dom": "^19.1.0",
24
27
  "react-icons": "^5.7.0",
@@ -28,6 +31,7 @@
28
31
  "zod": "^3.24.2"
29
32
  },
30
33
  "devDependencies": {
34
+ "@playwright/test": "^1.61.1",
31
35
  "@tailwindcss/postcss": "^4.1.8",
32
36
  "@types/node": "^22.13.10",
33
37
  "@types/react": "^19.1.6",
@@ -658,6 +662,44 @@
658
662
  "node": ">=14"
659
663
  }
660
664
  },
665
+ "node_modules/@floating-ui/core": {
666
+ "version": "1.8.0",
667
+ "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.8.0.tgz",
668
+ "integrity": "sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==",
669
+ "license": "MIT",
670
+ "dependencies": {
671
+ "@floating-ui/utils": "^0.2.12"
672
+ }
673
+ },
674
+ "node_modules/@floating-ui/dom": {
675
+ "version": "1.8.0",
676
+ "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.8.0.tgz",
677
+ "integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==",
678
+ "license": "MIT",
679
+ "dependencies": {
680
+ "@floating-ui/core": "^1.8.0",
681
+ "@floating-ui/utils": "^0.2.12"
682
+ }
683
+ },
684
+ "node_modules/@floating-ui/react-dom": {
685
+ "version": "2.1.9",
686
+ "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.9.tgz",
687
+ "integrity": "sha512-JDjEFGCpImxDCA7JJKviA0M9+RtmJdj0m/NVU5IMgBK+AmZouAQQ7/+2GLH0GXXY0YMw9oXPB8hKdbPYg5QLYg==",
688
+ "license": "MIT",
689
+ "dependencies": {
690
+ "@floating-ui/dom": "^1.8.0"
691
+ },
692
+ "peerDependencies": {
693
+ "react": ">=16.8.0",
694
+ "react-dom": ">=16.8.0"
695
+ }
696
+ },
697
+ "node_modules/@floating-ui/utils": {
698
+ "version": "0.2.12",
699
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.12.tgz",
700
+ "integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==",
701
+ "license": "MIT"
702
+ },
661
703
  "node_modules/@graphql-typed-document-node/core": {
662
704
  "version": "3.2.0",
663
705
  "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
@@ -1236,106 +1278,1154 @@
1236
1278
  "node": ">= 10"
1237
1279
  }
1238
1280
  },
1239
- "node_modules/@next/swc-linux-arm64-gnu": {
1240
- "version": "15.5.20",
1241
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.20.tgz",
1242
- "integrity": "sha512-DMvkoBtAABOzE6pMZRW/xNm7sKqql3wzzzZJ1R/d/rp4BCxv6LykouD3tHjGY8WdQqGpZs11t+R9AtjPxvvljw==",
1243
- "cpu": [
1244
- "arm64"
1245
- ],
1281
+ "node_modules/@next/swc-linux-arm64-gnu": {
1282
+ "version": "15.5.20",
1283
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.20.tgz",
1284
+ "integrity": "sha512-DMvkoBtAABOzE6pMZRW/xNm7sKqql3wzzzZJ1R/d/rp4BCxv6LykouD3tHjGY8WdQqGpZs11t+R9AtjPxvvljw==",
1285
+ "cpu": [
1286
+ "arm64"
1287
+ ],
1288
+ "license": "MIT",
1289
+ "optional": true,
1290
+ "os": [
1291
+ "linux"
1292
+ ],
1293
+ "engines": {
1294
+ "node": ">= 10"
1295
+ }
1296
+ },
1297
+ "node_modules/@next/swc-linux-arm64-musl": {
1298
+ "version": "15.5.20",
1299
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.20.tgz",
1300
+ "integrity": "sha512-RQmDfeYBtXV2FSId7dfA1hE6M/T6+g7wdbYnFQ47tw/gUBwV+CccLVejNmCGa9yLDitk83foeg8hl/3DjfYQ5g==",
1301
+ "cpu": [
1302
+ "arm64"
1303
+ ],
1304
+ "license": "MIT",
1305
+ "optional": true,
1306
+ "os": [
1307
+ "linux"
1308
+ ],
1309
+ "engines": {
1310
+ "node": ">= 10"
1311
+ }
1312
+ },
1313
+ "node_modules/@next/swc-linux-x64-gnu": {
1314
+ "version": "15.5.20",
1315
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.20.tgz",
1316
+ "integrity": "sha512-DkWLEdKajJwdGt27M3i1VEO2kelTvZrK6Pcb7JvW2BY+nofWm7FBsBNDj7g7Pr1NuQ5PLJvqEqYa20GTsBDnKQ==",
1317
+ "cpu": [
1318
+ "x64"
1319
+ ],
1320
+ "license": "MIT",
1321
+ "optional": true,
1322
+ "os": [
1323
+ "linux"
1324
+ ],
1325
+ "engines": {
1326
+ "node": ">= 10"
1327
+ }
1328
+ },
1329
+ "node_modules/@next/swc-linux-x64-musl": {
1330
+ "version": "15.5.20",
1331
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.20.tgz",
1332
+ "integrity": "sha512-rAO5b7pKHvX+ExdmJskusDXTNbiNZfptifIPZItbUx+AOXxxTydVBsPt7Oz84DRd5mY8e0DcE8kvLj3AIfjE6w==",
1333
+ "cpu": [
1334
+ "x64"
1335
+ ],
1336
+ "license": "MIT",
1337
+ "optional": true,
1338
+ "os": [
1339
+ "linux"
1340
+ ],
1341
+ "engines": {
1342
+ "node": ">= 10"
1343
+ }
1344
+ },
1345
+ "node_modules/@next/swc-win32-arm64-msvc": {
1346
+ "version": "15.5.20",
1347
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.20.tgz",
1348
+ "integrity": "sha512-Hp3zFsN8N8Kj9+vY6L4vnZ9EtA9eXyATu0q4EfGbZTiocgPUNSfz8NWhym6xvaOmHpJ8EuoypuU1WejCPsTFtg==",
1349
+ "cpu": [
1350
+ "arm64"
1351
+ ],
1352
+ "license": "MIT",
1353
+ "optional": true,
1354
+ "os": [
1355
+ "win32"
1356
+ ],
1357
+ "engines": {
1358
+ "node": ">= 10"
1359
+ }
1360
+ },
1361
+ "node_modules/@next/swc-win32-x64-msvc": {
1362
+ "version": "15.5.20",
1363
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.20.tgz",
1364
+ "integrity": "sha512-T/L7CXpR1M0wij/xbF3rT1+7KvSkfOLr7C+ToHHWZTG2eKmb52C5WvsyGCBNtkVvDEUESWkRUbbqSH4rSbOCYQ==",
1365
+ "cpu": [
1366
+ "x64"
1367
+ ],
1368
+ "license": "MIT",
1369
+ "optional": true,
1370
+ "os": [
1371
+ "win32"
1372
+ ],
1373
+ "engines": {
1374
+ "node": ">= 10"
1375
+ }
1376
+ },
1377
+ "node_modules/@opentelemetry/api": {
1378
+ "version": "1.9.1",
1379
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
1380
+ "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
1381
+ "license": "Apache-2.0",
1382
+ "engines": {
1383
+ "node": ">=8.0.0"
1384
+ }
1385
+ },
1386
+ "node_modules/@opentelemetry/api-logs": {
1387
+ "version": "0.57.2",
1388
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.57.2.tgz",
1389
+ "integrity": "sha512-uIX52NnTM0iBh84MShlpouI7UKqkZ7MrUszTmaypHBu4r7NofznSnQRfJ+uUeDtQDj6w8eFGg5KBLDAwAPz1+A==",
1390
+ "license": "Apache-2.0",
1391
+ "dependencies": {
1392
+ "@opentelemetry/api": "^1.3.0"
1393
+ },
1394
+ "engines": {
1395
+ "node": ">=14"
1396
+ }
1397
+ },
1398
+ "node_modules/@opentelemetry/context-async-hooks": {
1399
+ "version": "1.30.1",
1400
+ "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.30.1.tgz",
1401
+ "integrity": "sha512-s5vvxXPVdjqS3kTLKMeBMvop9hbWkwzBpu+mUO2M7sZtlkyDJGwFe33wRKnbaYDo8ExRVBIIdwIGrqpxHuKttA==",
1402
+ "license": "Apache-2.0",
1403
+ "engines": {
1404
+ "node": ">=14"
1405
+ },
1406
+ "peerDependencies": {
1407
+ "@opentelemetry/api": ">=1.0.0 <1.10.0"
1408
+ }
1409
+ },
1410
+ "node_modules/@opentelemetry/core": {
1411
+ "version": "1.30.1",
1412
+ "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.1.tgz",
1413
+ "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==",
1414
+ "license": "Apache-2.0",
1415
+ "dependencies": {
1416
+ "@opentelemetry/semantic-conventions": "1.28.0"
1417
+ },
1418
+ "engines": {
1419
+ "node": ">=14"
1420
+ },
1421
+ "peerDependencies": {
1422
+ "@opentelemetry/api": ">=1.0.0 <1.10.0"
1423
+ }
1424
+ },
1425
+ "node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": {
1426
+ "version": "1.28.0",
1427
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
1428
+ "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
1429
+ "license": "Apache-2.0",
1430
+ "engines": {
1431
+ "node": ">=14"
1432
+ }
1433
+ },
1434
+ "node_modules/@opentelemetry/instrumentation": {
1435
+ "version": "0.57.2",
1436
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.57.2.tgz",
1437
+ "integrity": "sha512-BdBGhQBh8IjZ2oIIX6F2/Q3LKm/FDDKi6ccYKcBTeilh6SNdNKveDOLk73BkSJjQLJk6qe4Yh+hHw1UPhCDdrg==",
1438
+ "license": "Apache-2.0",
1439
+ "dependencies": {
1440
+ "@opentelemetry/api-logs": "0.57.2",
1441
+ "@types/shimmer": "^1.2.0",
1442
+ "import-in-the-middle": "^1.8.1",
1443
+ "require-in-the-middle": "^7.1.1",
1444
+ "semver": "^7.5.2",
1445
+ "shimmer": "^1.2.1"
1446
+ },
1447
+ "engines": {
1448
+ "node": ">=14"
1449
+ },
1450
+ "peerDependencies": {
1451
+ "@opentelemetry/api": "^1.3.0"
1452
+ }
1453
+ },
1454
+ "node_modules/@opentelemetry/instrumentation-amqplib": {
1455
+ "version": "0.46.1",
1456
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.46.1.tgz",
1457
+ "integrity": "sha512-AyXVnlCf/xV3K/rNumzKxZqsULyITJH6OVLiW6730JPRqWA7Zc9bvYoVNpN6iOpTU8CasH34SU/ksVJmObFibQ==",
1458
+ "license": "Apache-2.0",
1459
+ "dependencies": {
1460
+ "@opentelemetry/core": "^1.8.0",
1461
+ "@opentelemetry/instrumentation": "^0.57.1",
1462
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1463
+ },
1464
+ "engines": {
1465
+ "node": ">=14"
1466
+ },
1467
+ "peerDependencies": {
1468
+ "@opentelemetry/api": "^1.3.0"
1469
+ }
1470
+ },
1471
+ "node_modules/@opentelemetry/instrumentation-connect": {
1472
+ "version": "0.43.1",
1473
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.43.1.tgz",
1474
+ "integrity": "sha512-ht7YGWQuV5BopMcw5Q2hXn3I8eG8TH0J/kc/GMcW4CuNTgiP6wCu44BOnucJWL3CmFWaRHI//vWyAhaC8BwePw==",
1475
+ "license": "Apache-2.0",
1476
+ "dependencies": {
1477
+ "@opentelemetry/core": "^1.8.0",
1478
+ "@opentelemetry/instrumentation": "^0.57.1",
1479
+ "@opentelemetry/semantic-conventions": "^1.27.0",
1480
+ "@types/connect": "3.4.38"
1481
+ },
1482
+ "engines": {
1483
+ "node": ">=14"
1484
+ },
1485
+ "peerDependencies": {
1486
+ "@opentelemetry/api": "^1.3.0"
1487
+ }
1488
+ },
1489
+ "node_modules/@opentelemetry/instrumentation-dataloader": {
1490
+ "version": "0.16.1",
1491
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.16.1.tgz",
1492
+ "integrity": "sha512-K/qU4CjnzOpNkkKO4DfCLSQshejRNAJtd4esgigo/50nxCB6XCyi1dhAblUHM9jG5dRm8eu0FB+t87nIo99LYQ==",
1493
+ "license": "Apache-2.0",
1494
+ "dependencies": {
1495
+ "@opentelemetry/instrumentation": "^0.57.1"
1496
+ },
1497
+ "engines": {
1498
+ "node": ">=14"
1499
+ },
1500
+ "peerDependencies": {
1501
+ "@opentelemetry/api": "^1.3.0"
1502
+ }
1503
+ },
1504
+ "node_modules/@opentelemetry/instrumentation-express": {
1505
+ "version": "0.47.1",
1506
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-express/-/instrumentation-express-0.47.1.tgz",
1507
+ "integrity": "sha512-QNXPTWteDclR2B4pDFpz0TNghgB33UMjUt14B+BZPmtH1MwUFAfLHBaP5If0Z5NZC+jaH8oF2glgYjrmhZWmSw==",
1508
+ "license": "Apache-2.0",
1509
+ "dependencies": {
1510
+ "@opentelemetry/core": "^1.8.0",
1511
+ "@opentelemetry/instrumentation": "^0.57.1",
1512
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1513
+ },
1514
+ "engines": {
1515
+ "node": ">=14"
1516
+ },
1517
+ "peerDependencies": {
1518
+ "@opentelemetry/api": "^1.3.0"
1519
+ }
1520
+ },
1521
+ "node_modules/@opentelemetry/instrumentation-fs": {
1522
+ "version": "0.19.1",
1523
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.19.1.tgz",
1524
+ "integrity": "sha512-6g0FhB3B9UobAR60BGTcXg4IHZ6aaYJzp0Ki5FhnxyAPt8Ns+9SSvgcrnsN2eGmk3RWG5vYycUGOEApycQL24A==",
1525
+ "license": "Apache-2.0",
1526
+ "dependencies": {
1527
+ "@opentelemetry/core": "^1.8.0",
1528
+ "@opentelemetry/instrumentation": "^0.57.1"
1529
+ },
1530
+ "engines": {
1531
+ "node": ">=14"
1532
+ },
1533
+ "peerDependencies": {
1534
+ "@opentelemetry/api": "^1.3.0"
1535
+ }
1536
+ },
1537
+ "node_modules/@opentelemetry/instrumentation-generic-pool": {
1538
+ "version": "0.43.1",
1539
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.43.1.tgz",
1540
+ "integrity": "sha512-M6qGYsp1cURtvVLGDrPPZemMFEbuMmCXgQYTReC/IbimV5sGrLBjB+/hANUpRZjX67nGLdKSVLZuQQAiNz+sww==",
1541
+ "license": "Apache-2.0",
1542
+ "dependencies": {
1543
+ "@opentelemetry/instrumentation": "^0.57.1"
1544
+ },
1545
+ "engines": {
1546
+ "node": ">=14"
1547
+ },
1548
+ "peerDependencies": {
1549
+ "@opentelemetry/api": "^1.3.0"
1550
+ }
1551
+ },
1552
+ "node_modules/@opentelemetry/instrumentation-graphql": {
1553
+ "version": "0.47.1",
1554
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.47.1.tgz",
1555
+ "integrity": "sha512-EGQRWMGqwiuVma8ZLAZnExQ7sBvbOx0N/AE/nlafISPs8S+QtXX+Viy6dcQwVWwYHQPAcuY3bFt3xgoAwb4ZNQ==",
1556
+ "license": "Apache-2.0",
1557
+ "dependencies": {
1558
+ "@opentelemetry/instrumentation": "^0.57.1"
1559
+ },
1560
+ "engines": {
1561
+ "node": ">=14"
1562
+ },
1563
+ "peerDependencies": {
1564
+ "@opentelemetry/api": "^1.3.0"
1565
+ }
1566
+ },
1567
+ "node_modules/@opentelemetry/instrumentation-hapi": {
1568
+ "version": "0.45.2",
1569
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.45.2.tgz",
1570
+ "integrity": "sha512-7Ehow/7Wp3aoyCrZwQpU7a2CnoMq0XhIcioFuKjBb0PLYfBfmTsFTUyatlHu0fRxhwcRsSQRTvEhmZu8CppBpQ==",
1571
+ "license": "Apache-2.0",
1572
+ "dependencies": {
1573
+ "@opentelemetry/core": "^1.8.0",
1574
+ "@opentelemetry/instrumentation": "^0.57.1",
1575
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1576
+ },
1577
+ "engines": {
1578
+ "node": ">=14"
1579
+ },
1580
+ "peerDependencies": {
1581
+ "@opentelemetry/api": "^1.3.0"
1582
+ }
1583
+ },
1584
+ "node_modules/@opentelemetry/instrumentation-http": {
1585
+ "version": "0.57.2",
1586
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-http/-/instrumentation-http-0.57.2.tgz",
1587
+ "integrity": "sha512-1Uz5iJ9ZAlFOiPuwYg29Bf7bJJc/GeoeJIFKJYQf67nTVKFe8RHbEtxgkOmK4UGZNHKXcpW4P8cWBYzBn1USpg==",
1588
+ "license": "Apache-2.0",
1589
+ "dependencies": {
1590
+ "@opentelemetry/core": "1.30.1",
1591
+ "@opentelemetry/instrumentation": "0.57.2",
1592
+ "@opentelemetry/semantic-conventions": "1.28.0",
1593
+ "forwarded-parse": "2.1.2",
1594
+ "semver": "^7.5.2"
1595
+ },
1596
+ "engines": {
1597
+ "node": ">=14"
1598
+ },
1599
+ "peerDependencies": {
1600
+ "@opentelemetry/api": "^1.3.0"
1601
+ }
1602
+ },
1603
+ "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/semantic-conventions": {
1604
+ "version": "1.28.0",
1605
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
1606
+ "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
1607
+ "license": "Apache-2.0",
1608
+ "engines": {
1609
+ "node": ">=14"
1610
+ }
1611
+ },
1612
+ "node_modules/@opentelemetry/instrumentation-ioredis": {
1613
+ "version": "0.47.1",
1614
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.47.1.tgz",
1615
+ "integrity": "sha512-OtFGSN+kgk/aoKgdkKQnBsQFDiG8WdCxu+UrHr0bXScdAmtSzLSraLo7wFIb25RVHfRWvzI5kZomqJYEg/l1iA==",
1616
+ "license": "Apache-2.0",
1617
+ "dependencies": {
1618
+ "@opentelemetry/instrumentation": "^0.57.1",
1619
+ "@opentelemetry/redis-common": "^0.36.2",
1620
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1621
+ },
1622
+ "engines": {
1623
+ "node": ">=14"
1624
+ },
1625
+ "peerDependencies": {
1626
+ "@opentelemetry/api": "^1.3.0"
1627
+ }
1628
+ },
1629
+ "node_modules/@opentelemetry/instrumentation-kafkajs": {
1630
+ "version": "0.7.1",
1631
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.7.1.tgz",
1632
+ "integrity": "sha512-OtjaKs8H7oysfErajdYr1yuWSjMAectT7Dwr+axIoZqT9lmEOkD/H/3rgAs8h/NIuEi2imSXD+vL4MZtOuJfqQ==",
1633
+ "license": "Apache-2.0",
1634
+ "dependencies": {
1635
+ "@opentelemetry/instrumentation": "^0.57.1",
1636
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1637
+ },
1638
+ "engines": {
1639
+ "node": ">=14"
1640
+ },
1641
+ "peerDependencies": {
1642
+ "@opentelemetry/api": "^1.3.0"
1643
+ }
1644
+ },
1645
+ "node_modules/@opentelemetry/instrumentation-knex": {
1646
+ "version": "0.44.1",
1647
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.44.1.tgz",
1648
+ "integrity": "sha512-U4dQxkNhvPexffjEmGwCq68FuftFK15JgUF05y/HlK3M6W/G2iEaACIfXdSnwVNe9Qh0sPfw8LbOPxrWzGWGMQ==",
1649
+ "license": "Apache-2.0",
1650
+ "dependencies": {
1651
+ "@opentelemetry/instrumentation": "^0.57.1",
1652
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1653
+ },
1654
+ "engines": {
1655
+ "node": ">=14"
1656
+ },
1657
+ "peerDependencies": {
1658
+ "@opentelemetry/api": "^1.3.0"
1659
+ }
1660
+ },
1661
+ "node_modules/@opentelemetry/instrumentation-koa": {
1662
+ "version": "0.47.1",
1663
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.47.1.tgz",
1664
+ "integrity": "sha512-l/c+Z9F86cOiPJUllUCt09v+kICKvT+Vg1vOAJHtHPsJIzurGayucfCMq2acd/A/yxeNWunl9d9eqZ0G+XiI6A==",
1665
+ "license": "Apache-2.0",
1666
+ "dependencies": {
1667
+ "@opentelemetry/core": "^1.8.0",
1668
+ "@opentelemetry/instrumentation": "^0.57.1",
1669
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1670
+ },
1671
+ "engines": {
1672
+ "node": ">=14"
1673
+ },
1674
+ "peerDependencies": {
1675
+ "@opentelemetry/api": "^1.3.0"
1676
+ }
1677
+ },
1678
+ "node_modules/@opentelemetry/instrumentation-lru-memoizer": {
1679
+ "version": "0.44.1",
1680
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.44.1.tgz",
1681
+ "integrity": "sha512-5MPkYCvG2yw7WONEjYj5lr5JFehTobW7wX+ZUFy81oF2lr9IPfZk9qO+FTaM0bGEiymwfLwKe6jE15nHn1nmHg==",
1682
+ "license": "Apache-2.0",
1683
+ "dependencies": {
1684
+ "@opentelemetry/instrumentation": "^0.57.1"
1685
+ },
1686
+ "engines": {
1687
+ "node": ">=14"
1688
+ },
1689
+ "peerDependencies": {
1690
+ "@opentelemetry/api": "^1.3.0"
1691
+ }
1692
+ },
1693
+ "node_modules/@opentelemetry/instrumentation-mongodb": {
1694
+ "version": "0.52.0",
1695
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.52.0.tgz",
1696
+ "integrity": "sha512-1xmAqOtRUQGR7QfJFfGV/M2kC7wmI2WgZdpru8hJl3S0r4hW0n3OQpEHlSGXJAaNFyvT+ilnwkT+g5L4ljHR6g==",
1697
+ "license": "Apache-2.0",
1698
+ "dependencies": {
1699
+ "@opentelemetry/instrumentation": "^0.57.1",
1700
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1701
+ },
1702
+ "engines": {
1703
+ "node": ">=14"
1704
+ },
1705
+ "peerDependencies": {
1706
+ "@opentelemetry/api": "^1.3.0"
1707
+ }
1708
+ },
1709
+ "node_modules/@opentelemetry/instrumentation-mongoose": {
1710
+ "version": "0.46.1",
1711
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.46.1.tgz",
1712
+ "integrity": "sha512-3kINtW1LUTPkiXFRSSBmva1SXzS/72we/jL22N+BnF3DFcoewkdkHPYOIdAAk9gSicJ4d5Ojtt1/HeibEc5OQg==",
1713
+ "license": "Apache-2.0",
1714
+ "dependencies": {
1715
+ "@opentelemetry/core": "^1.8.0",
1716
+ "@opentelemetry/instrumentation": "^0.57.1",
1717
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1718
+ },
1719
+ "engines": {
1720
+ "node": ">=14"
1721
+ },
1722
+ "peerDependencies": {
1723
+ "@opentelemetry/api": "^1.3.0"
1724
+ }
1725
+ },
1726
+ "node_modules/@opentelemetry/instrumentation-mysql": {
1727
+ "version": "0.45.1",
1728
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.45.1.tgz",
1729
+ "integrity": "sha512-TKp4hQ8iKQsY7vnp/j0yJJ4ZsP109Ht6l4RHTj0lNEG1TfgTrIH5vJMbgmoYXWzNHAqBH2e7fncN12p3BP8LFg==",
1730
+ "license": "Apache-2.0",
1731
+ "dependencies": {
1732
+ "@opentelemetry/instrumentation": "^0.57.1",
1733
+ "@opentelemetry/semantic-conventions": "^1.27.0",
1734
+ "@types/mysql": "2.15.26"
1735
+ },
1736
+ "engines": {
1737
+ "node": ">=14"
1738
+ },
1739
+ "peerDependencies": {
1740
+ "@opentelemetry/api": "^1.3.0"
1741
+ }
1742
+ },
1743
+ "node_modules/@opentelemetry/instrumentation-mysql2": {
1744
+ "version": "0.45.2",
1745
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.45.2.tgz",
1746
+ "integrity": "sha512-h6Ad60FjCYdJZ5DTz1Lk2VmQsShiViKe0G7sYikb0GHI0NVvApp2XQNRHNjEMz87roFttGPLHOYVPlfy+yVIhQ==",
1747
+ "license": "Apache-2.0",
1748
+ "dependencies": {
1749
+ "@opentelemetry/instrumentation": "^0.57.1",
1750
+ "@opentelemetry/semantic-conventions": "^1.27.0",
1751
+ "@opentelemetry/sql-common": "^0.40.1"
1752
+ },
1753
+ "engines": {
1754
+ "node": ">=14"
1755
+ },
1756
+ "peerDependencies": {
1757
+ "@opentelemetry/api": "^1.3.0"
1758
+ }
1759
+ },
1760
+ "node_modules/@opentelemetry/instrumentation-pg": {
1761
+ "version": "0.51.1",
1762
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.51.1.tgz",
1763
+ "integrity": "sha512-QxgjSrxyWZc7Vk+qGSfsejPVFL1AgAJdSBMYZdDUbwg730D09ub3PXScB9d04vIqPriZ+0dqzjmQx0yWKiCi2Q==",
1764
+ "license": "Apache-2.0",
1765
+ "dependencies": {
1766
+ "@opentelemetry/core": "^1.26.0",
1767
+ "@opentelemetry/instrumentation": "^0.57.1",
1768
+ "@opentelemetry/semantic-conventions": "^1.27.0",
1769
+ "@opentelemetry/sql-common": "^0.40.1",
1770
+ "@types/pg": "8.6.1",
1771
+ "@types/pg-pool": "2.0.6"
1772
+ },
1773
+ "engines": {
1774
+ "node": ">=14"
1775
+ },
1776
+ "peerDependencies": {
1777
+ "@opentelemetry/api": "^1.3.0"
1778
+ }
1779
+ },
1780
+ "node_modules/@opentelemetry/instrumentation-redis-4": {
1781
+ "version": "0.46.1",
1782
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-redis-4/-/instrumentation-redis-4-0.46.1.tgz",
1783
+ "integrity": "sha512-UMqleEoabYMsWoTkqyt9WAzXwZ4BlFZHO40wr3d5ZvtjKCHlD4YXLm+6OLCeIi/HkX7EXvQaz8gtAwkwwSEvcQ==",
1784
+ "license": "Apache-2.0",
1785
+ "dependencies": {
1786
+ "@opentelemetry/instrumentation": "^0.57.1",
1787
+ "@opentelemetry/redis-common": "^0.36.2",
1788
+ "@opentelemetry/semantic-conventions": "^1.27.0"
1789
+ },
1790
+ "engines": {
1791
+ "node": ">=14"
1792
+ },
1793
+ "peerDependencies": {
1794
+ "@opentelemetry/api": "^1.3.0"
1795
+ }
1796
+ },
1797
+ "node_modules/@opentelemetry/instrumentation-tedious": {
1798
+ "version": "0.18.1",
1799
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.18.1.tgz",
1800
+ "integrity": "sha512-5Cuy/nj0HBaH+ZJ4leuD7RjgvA844aY2WW+B5uLcWtxGjRZl3MNLuxnNg5DYWZNPO+NafSSnra0q49KWAHsKBg==",
1801
+ "license": "Apache-2.0",
1802
+ "dependencies": {
1803
+ "@opentelemetry/instrumentation": "^0.57.1",
1804
+ "@opentelemetry/semantic-conventions": "^1.27.0",
1805
+ "@types/tedious": "^4.0.14"
1806
+ },
1807
+ "engines": {
1808
+ "node": ">=14"
1809
+ },
1810
+ "peerDependencies": {
1811
+ "@opentelemetry/api": "^1.3.0"
1812
+ }
1813
+ },
1814
+ "node_modules/@opentelemetry/instrumentation-undici": {
1815
+ "version": "0.10.1",
1816
+ "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.10.1.tgz",
1817
+ "integrity": "sha512-rkOGikPEyRpMCmNu9AQuV5dtRlDmJp2dK5sw8roVshAGoB6hH/3QjDtRhdwd75SsJwgynWUNRUYe0wAkTo16tQ==",
1818
+ "license": "Apache-2.0",
1819
+ "dependencies": {
1820
+ "@opentelemetry/core": "^1.8.0",
1821
+ "@opentelemetry/instrumentation": "^0.57.1"
1822
+ },
1823
+ "engines": {
1824
+ "node": ">=14"
1825
+ },
1826
+ "peerDependencies": {
1827
+ "@opentelemetry/api": "^1.7.0"
1828
+ }
1829
+ },
1830
+ "node_modules/@opentelemetry/redis-common": {
1831
+ "version": "0.36.2",
1832
+ "resolved": "https://registry.npmjs.org/@opentelemetry/redis-common/-/redis-common-0.36.2.tgz",
1833
+ "integrity": "sha512-faYX1N0gpLhej/6nyp6bgRjzAKXn5GOEMYY7YhciSfCoITAktLUtQ36d24QEWNA1/WA1y6qQunCe0OhHRkVl9g==",
1834
+ "license": "Apache-2.0",
1835
+ "engines": {
1836
+ "node": ">=14"
1837
+ }
1838
+ },
1839
+ "node_modules/@opentelemetry/resources": {
1840
+ "version": "1.30.1",
1841
+ "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.30.1.tgz",
1842
+ "integrity": "sha512-5UxZqiAgLYGFjS4s9qm5mBVo433u+dSPUFWVWXmLAD4wB65oMCoXaJP1KJa9DIYYMeHu3z4BZcStG3LC593cWA==",
1843
+ "license": "Apache-2.0",
1844
+ "dependencies": {
1845
+ "@opentelemetry/core": "1.30.1",
1846
+ "@opentelemetry/semantic-conventions": "1.28.0"
1847
+ },
1848
+ "engines": {
1849
+ "node": ">=14"
1850
+ },
1851
+ "peerDependencies": {
1852
+ "@opentelemetry/api": ">=1.0.0 <1.10.0"
1853
+ }
1854
+ },
1855
+ "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": {
1856
+ "version": "1.28.0",
1857
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
1858
+ "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
1859
+ "license": "Apache-2.0",
1860
+ "engines": {
1861
+ "node": ">=14"
1862
+ }
1863
+ },
1864
+ "node_modules/@opentelemetry/sdk-trace-base": {
1865
+ "version": "1.30.1",
1866
+ "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.30.1.tgz",
1867
+ "integrity": "sha512-jVPgBbH1gCy2Lb7X0AVQ8XAfgg0pJ4nvl8/IiQA6nxOsPvS+0zMJaFSs2ltXe0J6C8dqjcnpyqINDJmU30+uOg==",
1868
+ "license": "Apache-2.0",
1869
+ "dependencies": {
1870
+ "@opentelemetry/core": "1.30.1",
1871
+ "@opentelemetry/resources": "1.30.1",
1872
+ "@opentelemetry/semantic-conventions": "1.28.0"
1873
+ },
1874
+ "engines": {
1875
+ "node": ">=14"
1876
+ },
1877
+ "peerDependencies": {
1878
+ "@opentelemetry/api": ">=1.0.0 <1.10.0"
1879
+ }
1880
+ },
1881
+ "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": {
1882
+ "version": "1.28.0",
1883
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
1884
+ "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
1885
+ "license": "Apache-2.0",
1886
+ "engines": {
1887
+ "node": ">=14"
1888
+ }
1889
+ },
1890
+ "node_modules/@opentelemetry/semantic-conventions": {
1891
+ "version": "1.43.0",
1892
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.43.0.tgz",
1893
+ "integrity": "sha512-eSYWTm620tTk45EKSedaUL8MFYI8hW164hIXsgIHyxu3VobUB3fFCu5t0hQby6OoWRPsG1KkKUG2M5UadiLiVg==",
1894
+ "license": "Apache-2.0",
1895
+ "engines": {
1896
+ "node": ">=14"
1897
+ }
1898
+ },
1899
+ "node_modules/@opentelemetry/sql-common": {
1900
+ "version": "0.40.1",
1901
+ "resolved": "https://registry.npmjs.org/@opentelemetry/sql-common/-/sql-common-0.40.1.tgz",
1902
+ "integrity": "sha512-nSDlnHSqzC3pXn/wZEZVLuAuJ1MYMXPBwtv2qAbCa3847SaHItdE7SzUq/Jtb0KZmh1zfAbNi3AAMjztTT4Ugg==",
1903
+ "license": "Apache-2.0",
1904
+ "dependencies": {
1905
+ "@opentelemetry/core": "^1.1.0"
1906
+ },
1907
+ "engines": {
1908
+ "node": ">=14"
1909
+ },
1910
+ "peerDependencies": {
1911
+ "@opentelemetry/api": "^1.1.0"
1912
+ }
1913
+ },
1914
+ "node_modules/@playwright/test": {
1915
+ "version": "1.61.1",
1916
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.61.1.tgz",
1917
+ "integrity": "sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==",
1918
+ "devOptional": true,
1919
+ "license": "Apache-2.0",
1920
+ "dependencies": {
1921
+ "playwright": "1.61.1"
1922
+ },
1923
+ "bin": {
1924
+ "playwright": "cli.js"
1925
+ },
1926
+ "engines": {
1927
+ "node": ">=18"
1928
+ }
1929
+ },
1930
+ "node_modules/@posthog/core": {
1931
+ "version": "1.23.1",
1932
+ "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.1.tgz",
1933
+ "integrity": "sha512-GViD5mOv/mcbZcyzz3z9CS0R79JzxVaqEz4sP5Dsea178M/j3ZWe6gaHDZB9yuyGfcmIMQ/8K14yv+7QrK4sQQ==",
1934
+ "license": "MIT",
1935
+ "dependencies": {
1936
+ "cross-spawn": "^7.0.6"
1937
+ }
1938
+ },
1939
+ "node_modules/@prisma/instrumentation": {
1940
+ "version": "6.11.1",
1941
+ "resolved": "https://registry.npmjs.org/@prisma/instrumentation/-/instrumentation-6.11.1.tgz",
1942
+ "integrity": "sha512-mrZOev24EDhnefmnZX7WVVT7v+r9LttPRqf54ONvj6re4XMF7wFTpK2tLJi4XHB7fFp/6xhYbgRel8YV7gQiyA==",
1943
+ "license": "Apache-2.0",
1944
+ "dependencies": {
1945
+ "@opentelemetry/instrumentation": "^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0"
1946
+ },
1947
+ "peerDependencies": {
1948
+ "@opentelemetry/api": "^1.8"
1949
+ }
1950
+ },
1951
+ "node_modules/@radix-ui/primitive": {
1952
+ "version": "1.1.5",
1953
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.5.tgz",
1954
+ "integrity": "sha512-d86WIWFYNtGA0H/d8exstrTRTp7eWJYlYJbtNofxr/3ljupZYn6EFDG/Qgu/0Kc8v7yMUxySagqJsL1+PdYjWg==",
1955
+ "license": "MIT"
1956
+ },
1957
+ "node_modules/@radix-ui/react-arrow": {
1958
+ "version": "1.1.11",
1959
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.11.tgz",
1960
+ "integrity": "sha512-Kdil9BB1rIFC/khmf4hC35bn8701AJcizTU7G7cUbEbk5XqqbjDuHW60uUfKqO5WojjZcbAW51Q7P0hRmMLw8A==",
1961
+ "license": "MIT",
1962
+ "dependencies": {
1963
+ "@radix-ui/react-primitive": "2.1.7"
1964
+ },
1965
+ "peerDependencies": {
1966
+ "@types/react": "*",
1967
+ "@types/react-dom": "*",
1968
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1969
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1970
+ },
1971
+ "peerDependenciesMeta": {
1972
+ "@types/react": {
1973
+ "optional": true
1974
+ },
1975
+ "@types/react-dom": {
1976
+ "optional": true
1977
+ }
1978
+ }
1979
+ },
1980
+ "node_modules/@radix-ui/react-collection": {
1981
+ "version": "1.1.12",
1982
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.12.tgz",
1983
+ "integrity": "sha512-nb67INpE0IahJKN7EYPp9m9YGwYeKlnzxT3MwXVkgCskaSJia97kG4T0ywpjNUSSnoJk/uvk12V8vbrEHEj+/Q==",
1984
+ "license": "MIT",
1985
+ "dependencies": {
1986
+ "@radix-ui/react-compose-refs": "1.1.3",
1987
+ "@radix-ui/react-context": "1.2.0",
1988
+ "@radix-ui/react-primitive": "2.1.7",
1989
+ "@radix-ui/react-slot": "1.3.0"
1990
+ },
1991
+ "peerDependencies": {
1992
+ "@types/react": "*",
1993
+ "@types/react-dom": "*",
1994
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1995
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1996
+ },
1997
+ "peerDependenciesMeta": {
1998
+ "@types/react": {
1999
+ "optional": true
2000
+ },
2001
+ "@types/react-dom": {
2002
+ "optional": true
2003
+ }
2004
+ }
2005
+ },
2006
+ "node_modules/@radix-ui/react-compose-refs": {
2007
+ "version": "1.1.3",
2008
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz",
2009
+ "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==",
2010
+ "license": "MIT",
2011
+ "peerDependencies": {
2012
+ "@types/react": "*",
2013
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2014
+ },
2015
+ "peerDependenciesMeta": {
2016
+ "@types/react": {
2017
+ "optional": true
2018
+ }
2019
+ }
2020
+ },
2021
+ "node_modules/@radix-ui/react-context": {
2022
+ "version": "1.2.0",
2023
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.2.0.tgz",
2024
+ "integrity": "sha512-fOE+JtN9rygNZkCnHRBEP0TAvLldlhyOxMsbwFvTP4nAs+nBmfnna+o/Zski2wkmY1YMrFC0aSzsHoLY47iLrg==",
2025
+ "license": "MIT",
2026
+ "peerDependencies": {
2027
+ "@types/react": "*",
2028
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2029
+ },
2030
+ "peerDependenciesMeta": {
2031
+ "@types/react": {
2032
+ "optional": true
2033
+ }
2034
+ }
2035
+ },
2036
+ "node_modules/@radix-ui/react-direction": {
2037
+ "version": "1.1.2",
2038
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.2.tgz",
2039
+ "integrity": "sha512-C3vFhbyi4SW3PmbAi6Awpu4OzJtd0MxGurvSsYtr7p7nM8RNB3VAF3CUmnp2j50knpkrRcB7+ycVXzgLgF6yNA==",
2040
+ "license": "MIT",
2041
+ "peerDependencies": {
2042
+ "@types/react": "*",
2043
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2044
+ },
2045
+ "peerDependenciesMeta": {
2046
+ "@types/react": {
2047
+ "optional": true
2048
+ }
2049
+ }
2050
+ },
2051
+ "node_modules/@radix-ui/react-dismissable-layer": {
2052
+ "version": "1.1.15",
2053
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.15.tgz",
2054
+ "integrity": "sha512-b0XaRlzn2QKuo10XyNgi2DAJDf5XC9d1nD3FJcuvCjbR7+4Ad28zmZsLsqx+hvDEzMnRuZaZxZm9gYObV6RmRA==",
2055
+ "license": "MIT",
2056
+ "dependencies": {
2057
+ "@radix-ui/primitive": "1.1.5",
2058
+ "@radix-ui/react-compose-refs": "1.1.3",
2059
+ "@radix-ui/react-primitive": "2.1.7",
2060
+ "@radix-ui/react-use-callback-ref": "1.1.2",
2061
+ "@radix-ui/react-use-effect-event": "0.0.3"
2062
+ },
2063
+ "peerDependencies": {
2064
+ "@types/react": "*",
2065
+ "@types/react-dom": "*",
2066
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2067
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2068
+ },
2069
+ "peerDependenciesMeta": {
2070
+ "@types/react": {
2071
+ "optional": true
2072
+ },
2073
+ "@types/react-dom": {
2074
+ "optional": true
2075
+ }
2076
+ }
2077
+ },
2078
+ "node_modules/@radix-ui/react-dropdown-menu": {
2079
+ "version": "2.1.20",
2080
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.20.tgz",
2081
+ "integrity": "sha512-slfm+rRaZRuQBvHq60lXvSVUPhid0IPtjSZzIuUlWZMUs01iYZNlGS3mJgRD3ChLQVBAYlKiL/tFyWGX+dz8Xw==",
2082
+ "license": "MIT",
2083
+ "dependencies": {
2084
+ "@radix-ui/primitive": "1.1.5",
2085
+ "@radix-ui/react-compose-refs": "1.1.3",
2086
+ "@radix-ui/react-context": "1.2.0",
2087
+ "@radix-ui/react-id": "1.1.2",
2088
+ "@radix-ui/react-menu": "2.1.20",
2089
+ "@radix-ui/react-primitive": "2.1.7",
2090
+ "@radix-ui/react-use-controllable-state": "1.2.3"
2091
+ },
2092
+ "peerDependencies": {
2093
+ "@types/react": "*",
2094
+ "@types/react-dom": "*",
2095
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2096
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2097
+ },
2098
+ "peerDependenciesMeta": {
2099
+ "@types/react": {
2100
+ "optional": true
2101
+ },
2102
+ "@types/react-dom": {
2103
+ "optional": true
2104
+ }
2105
+ }
2106
+ },
2107
+ "node_modules/@radix-ui/react-focus-guards": {
2108
+ "version": "1.1.4",
2109
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.4.tgz",
2110
+ "integrity": "sha512-cot/aB/mOm0IYVYTTmQcEEK1M48lZWi8FlYe5nDPQQ8NYZUlXEFgncJ9p2Kzer3RKSrY7cTTpEMLZKNo9QoP5Q==",
2111
+ "license": "MIT",
2112
+ "peerDependencies": {
2113
+ "@types/react": "*",
2114
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2115
+ },
2116
+ "peerDependenciesMeta": {
2117
+ "@types/react": {
2118
+ "optional": true
2119
+ }
2120
+ }
2121
+ },
2122
+ "node_modules/@radix-ui/react-focus-scope": {
2123
+ "version": "1.1.12",
2124
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.12.tgz",
2125
+ "integrity": "sha512-jjk/lqTeNL0azUx5ZYzVrl4NgaDIrdzTNE4mABV9yBFI7FQqN7pIgzV1bTleUezP2QiTGA1BFTqY8MegDgWX9A==",
2126
+ "license": "MIT",
2127
+ "dependencies": {
2128
+ "@radix-ui/react-compose-refs": "1.1.3",
2129
+ "@radix-ui/react-primitive": "2.1.7",
2130
+ "@radix-ui/react-use-callback-ref": "1.1.2"
2131
+ },
2132
+ "peerDependencies": {
2133
+ "@types/react": "*",
2134
+ "@types/react-dom": "*",
2135
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2136
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2137
+ },
2138
+ "peerDependenciesMeta": {
2139
+ "@types/react": {
2140
+ "optional": true
2141
+ },
2142
+ "@types/react-dom": {
2143
+ "optional": true
2144
+ }
2145
+ }
2146
+ },
2147
+ "node_modules/@radix-ui/react-id": {
2148
+ "version": "1.1.2",
2149
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.2.tgz",
2150
+ "integrity": "sha512-orBC88futVpqCmhX1p4cvquNHsELQ+w+vBJnuj3ftETI5bJb0bZn3Tqu3SWN2IOcPycTnMGnhwoermvISt72sA==",
2151
+ "license": "MIT",
2152
+ "dependencies": {
2153
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2154
+ },
2155
+ "peerDependencies": {
2156
+ "@types/react": "*",
2157
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2158
+ },
2159
+ "peerDependenciesMeta": {
2160
+ "@types/react": {
2161
+ "optional": true
2162
+ }
2163
+ }
2164
+ },
2165
+ "node_modules/@radix-ui/react-menu": {
2166
+ "version": "2.1.20",
2167
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.20.tgz",
2168
+ "integrity": "sha512-VsUrXxFe9d2ScbZF0fR/oPR1+qjyeLs5p0jzG8h90puMoA9bq4SirYlXbE+USRg9Q2qTeJSFNqjw2nts8jJe4w==",
2169
+ "license": "MIT",
2170
+ "dependencies": {
2171
+ "@radix-ui/primitive": "1.1.5",
2172
+ "@radix-ui/react-collection": "1.1.12",
2173
+ "@radix-ui/react-compose-refs": "1.1.3",
2174
+ "@radix-ui/react-context": "1.2.0",
2175
+ "@radix-ui/react-direction": "1.1.2",
2176
+ "@radix-ui/react-dismissable-layer": "1.1.15",
2177
+ "@radix-ui/react-focus-guards": "1.1.4",
2178
+ "@radix-ui/react-focus-scope": "1.1.12",
2179
+ "@radix-ui/react-id": "1.1.2",
2180
+ "@radix-ui/react-popper": "1.3.3",
2181
+ "@radix-ui/react-portal": "1.1.13",
2182
+ "@radix-ui/react-presence": "1.1.7",
2183
+ "@radix-ui/react-primitive": "2.1.7",
2184
+ "@radix-ui/react-roving-focus": "1.1.15",
2185
+ "@radix-ui/react-slot": "1.3.0",
2186
+ "@radix-ui/react-use-callback-ref": "1.1.2",
2187
+ "aria-hidden": "^1.2.4",
2188
+ "react-remove-scroll": "^2.7.2"
2189
+ },
2190
+ "peerDependencies": {
2191
+ "@types/react": "*",
2192
+ "@types/react-dom": "*",
2193
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2194
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2195
+ },
2196
+ "peerDependenciesMeta": {
2197
+ "@types/react": {
2198
+ "optional": true
2199
+ },
2200
+ "@types/react-dom": {
2201
+ "optional": true
2202
+ }
2203
+ }
2204
+ },
2205
+ "node_modules/@radix-ui/react-popper": {
2206
+ "version": "1.3.3",
2207
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.3.3.tgz",
2208
+ "integrity": "sha512-mS7dGpyjv6b+gsDjLF7e0ia1W4Im1B1hSCy2yuXlHuvnZxHKagfDaobt/KAKt27EpZMit2pss8eJBVyVjEWM+g==",
2209
+ "license": "MIT",
2210
+ "dependencies": {
2211
+ "@floating-ui/react-dom": "^2.0.0",
2212
+ "@radix-ui/react-arrow": "1.1.11",
2213
+ "@radix-ui/react-compose-refs": "1.1.3",
2214
+ "@radix-ui/react-context": "1.2.0",
2215
+ "@radix-ui/react-primitive": "2.1.7",
2216
+ "@radix-ui/react-use-callback-ref": "1.1.2",
2217
+ "@radix-ui/react-use-layout-effect": "1.1.2",
2218
+ "@radix-ui/react-use-rect": "1.1.2",
2219
+ "@radix-ui/react-use-size": "1.1.2",
2220
+ "@radix-ui/rect": "1.1.2"
2221
+ },
2222
+ "peerDependencies": {
2223
+ "@types/react": "*",
2224
+ "@types/react-dom": "*",
2225
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2226
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2227
+ },
2228
+ "peerDependenciesMeta": {
2229
+ "@types/react": {
2230
+ "optional": true
2231
+ },
2232
+ "@types/react-dom": {
2233
+ "optional": true
2234
+ }
2235
+ }
2236
+ },
2237
+ "node_modules/@radix-ui/react-portal": {
2238
+ "version": "1.1.13",
2239
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.13.tgz",
2240
+ "integrity": "sha512-z3oXfmaHLJTF1wktbjgD6cn9jiEbq3WSondB10LIuIt2m2Ym4iJlrW04/euMwENDdWDdE7z+OuY7Qyp1YpRSwA==",
2241
+ "license": "MIT",
2242
+ "dependencies": {
2243
+ "@radix-ui/react-primitive": "2.1.7",
2244
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2245
+ },
2246
+ "peerDependencies": {
2247
+ "@types/react": "*",
2248
+ "@types/react-dom": "*",
2249
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2250
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2251
+ },
2252
+ "peerDependenciesMeta": {
2253
+ "@types/react": {
2254
+ "optional": true
2255
+ },
2256
+ "@types/react-dom": {
2257
+ "optional": true
2258
+ }
2259
+ }
2260
+ },
2261
+ "node_modules/@radix-ui/react-presence": {
2262
+ "version": "1.1.7",
2263
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.7.tgz",
2264
+ "integrity": "sha512-zBZ4QM5XG3JRanDmqXYf3MD6th4AFXFmgU6KNMFzUaV6F3uw9I5/zjMUvFriSEn5ewo1nxuibvyxJdmLlDcslA==",
2265
+ "license": "MIT",
2266
+ "dependencies": {
2267
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2268
+ },
2269
+ "peerDependencies": {
2270
+ "@types/react": "*",
2271
+ "@types/react-dom": "*",
2272
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2273
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2274
+ },
2275
+ "peerDependenciesMeta": {
2276
+ "@types/react": {
2277
+ "optional": true
2278
+ },
2279
+ "@types/react-dom": {
2280
+ "optional": true
2281
+ }
2282
+ }
2283
+ },
2284
+ "node_modules/@radix-ui/react-primitive": {
2285
+ "version": "2.1.7",
2286
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.7.tgz",
2287
+ "integrity": "sha512-bC3NiwsprbxKjuon9l7X6BUTw7FPVzEYaL92MPEY5SCd/9hUTPXVFtVwRix7778wtRsVao+zE062gL79FZleeQ==",
2288
+ "license": "MIT",
2289
+ "dependencies": {
2290
+ "@radix-ui/react-slot": "1.3.0"
2291
+ },
2292
+ "peerDependencies": {
2293
+ "@types/react": "*",
2294
+ "@types/react-dom": "*",
2295
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2296
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2297
+ },
2298
+ "peerDependenciesMeta": {
2299
+ "@types/react": {
2300
+ "optional": true
2301
+ },
2302
+ "@types/react-dom": {
2303
+ "optional": true
2304
+ }
2305
+ }
2306
+ },
2307
+ "node_modules/@radix-ui/react-roving-focus": {
2308
+ "version": "1.1.15",
2309
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.15.tgz",
2310
+ "integrity": "sha512-40svmmugfM3mUN7VUDGVE1tQGOhyi8enlGD0CNJEcMM36C1f71PKM21DFgNHUfem0XnA+d8H8oN3Z9ZpJjSslg==",
1246
2311
  "license": "MIT",
1247
- "optional": true,
1248
- "os": [
1249
- "linux"
1250
- ],
1251
- "engines": {
1252
- "node": ">= 10"
2312
+ "dependencies": {
2313
+ "@radix-ui/primitive": "1.1.5",
2314
+ "@radix-ui/react-collection": "1.1.12",
2315
+ "@radix-ui/react-compose-refs": "1.1.3",
2316
+ "@radix-ui/react-context": "1.2.0",
2317
+ "@radix-ui/react-direction": "1.1.2",
2318
+ "@radix-ui/react-id": "1.1.2",
2319
+ "@radix-ui/react-primitive": "2.1.7",
2320
+ "@radix-ui/react-use-callback-ref": "1.1.2",
2321
+ "@radix-ui/react-use-controllable-state": "1.2.3",
2322
+ "@radix-ui/react-use-is-hydrated": "0.1.1",
2323
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2324
+ },
2325
+ "peerDependencies": {
2326
+ "@types/react": "*",
2327
+ "@types/react-dom": "*",
2328
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2329
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2330
+ },
2331
+ "peerDependenciesMeta": {
2332
+ "@types/react": {
2333
+ "optional": true
2334
+ },
2335
+ "@types/react-dom": {
2336
+ "optional": true
2337
+ }
1253
2338
  }
1254
2339
  },
1255
- "node_modules/@next/swc-linux-arm64-musl": {
1256
- "version": "15.5.20",
1257
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.20.tgz",
1258
- "integrity": "sha512-RQmDfeYBtXV2FSId7dfA1hE6M/T6+g7wdbYnFQ47tw/gUBwV+CccLVejNmCGa9yLDitk83foeg8hl/3DjfYQ5g==",
1259
- "cpu": [
1260
- "arm64"
1261
- ],
2340
+ "node_modules/@radix-ui/react-slot": {
2341
+ "version": "1.3.0",
2342
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz",
2343
+ "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==",
1262
2344
  "license": "MIT",
1263
- "optional": true,
1264
- "os": [
1265
- "linux"
1266
- ],
1267
- "engines": {
1268
- "node": ">= 10"
2345
+ "dependencies": {
2346
+ "@radix-ui/react-compose-refs": "1.1.3"
2347
+ },
2348
+ "peerDependencies": {
2349
+ "@types/react": "*",
2350
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2351
+ },
2352
+ "peerDependenciesMeta": {
2353
+ "@types/react": {
2354
+ "optional": true
2355
+ }
1269
2356
  }
1270
2357
  },
1271
- "node_modules/@next/swc-linux-x64-gnu": {
1272
- "version": "15.5.20",
1273
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.20.tgz",
1274
- "integrity": "sha512-DkWLEdKajJwdGt27M3i1VEO2kelTvZrK6Pcb7JvW2BY+nofWm7FBsBNDj7g7Pr1NuQ5PLJvqEqYa20GTsBDnKQ==",
1275
- "cpu": [
1276
- "x64"
1277
- ],
2358
+ "node_modules/@radix-ui/react-use-callback-ref": {
2359
+ "version": "1.1.2",
2360
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.2.tgz",
2361
+ "integrity": "sha512-xCso9j1/u8sEgP1RNHjFrXJLApL8LiqOkI1R4ywuN00rxWdYg4oQXuwKLS3i0j5NWLromUD27/4nlxj2UFVvIw==",
1278
2362
  "license": "MIT",
1279
- "optional": true,
1280
- "os": [
1281
- "linux"
1282
- ],
1283
- "engines": {
1284
- "node": ">= 10"
2363
+ "peerDependencies": {
2364
+ "@types/react": "*",
2365
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2366
+ },
2367
+ "peerDependenciesMeta": {
2368
+ "@types/react": {
2369
+ "optional": true
2370
+ }
1285
2371
  }
1286
2372
  },
1287
- "node_modules/@next/swc-linux-x64-musl": {
1288
- "version": "15.5.20",
1289
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.20.tgz",
1290
- "integrity": "sha512-rAO5b7pKHvX+ExdmJskusDXTNbiNZfptifIPZItbUx+AOXxxTydVBsPt7Oz84DRd5mY8e0DcE8kvLj3AIfjE6w==",
1291
- "cpu": [
1292
- "x64"
1293
- ],
2373
+ "node_modules/@radix-ui/react-use-controllable-state": {
2374
+ "version": "1.2.3",
2375
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.3.tgz",
2376
+ "integrity": "sha512-PLzC90MS+ReootmjC597dvopoelpZ8Q61HJkDXZSExitIq7PL55vHNnesAHwguHK0aPfBnpdNzQtv1uliaqQrA==",
1294
2377
  "license": "MIT",
1295
- "optional": true,
1296
- "os": [
1297
- "linux"
1298
- ],
1299
- "engines": {
1300
- "node": ">= 10"
2378
+ "dependencies": {
2379
+ "@radix-ui/react-use-effect-event": "0.0.3",
2380
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2381
+ },
2382
+ "peerDependencies": {
2383
+ "@types/react": "*",
2384
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2385
+ },
2386
+ "peerDependenciesMeta": {
2387
+ "@types/react": {
2388
+ "optional": true
2389
+ }
1301
2390
  }
1302
2391
  },
1303
- "node_modules/@next/swc-win32-arm64-msvc": {
1304
- "version": "15.5.20",
1305
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.20.tgz",
1306
- "integrity": "sha512-Hp3zFsN8N8Kj9+vY6L4vnZ9EtA9eXyATu0q4EfGbZTiocgPUNSfz8NWhym6xvaOmHpJ8EuoypuU1WejCPsTFtg==",
1307
- "cpu": [
1308
- "arm64"
1309
- ],
2392
+ "node_modules/@radix-ui/react-use-effect-event": {
2393
+ "version": "0.0.3",
2394
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.3.tgz",
2395
+ "integrity": "sha512-6c8ZqvPTWILEKnyVkP53EGRCcpnJiKTC21sS/6R1GF5xKyHJJWQEPfkqlcgUkdRQivd6tb23abUwe4ngWmY0JA==",
1310
2396
  "license": "MIT",
1311
- "optional": true,
1312
- "os": [
1313
- "win32"
1314
- ],
1315
- "engines": {
1316
- "node": ">= 10"
2397
+ "dependencies": {
2398
+ "@radix-ui/react-use-layout-effect": "1.1.2"
2399
+ },
2400
+ "peerDependencies": {
2401
+ "@types/react": "*",
2402
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2403
+ },
2404
+ "peerDependenciesMeta": {
2405
+ "@types/react": {
2406
+ "optional": true
2407
+ }
1317
2408
  }
1318
2409
  },
1319
- "node_modules/@next/swc-win32-x64-msvc": {
1320
- "version": "15.5.20",
1321
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.20.tgz",
1322
- "integrity": "sha512-T/L7CXpR1M0wij/xbF3rT1+7KvSkfOLr7C+ToHHWZTG2eKmb52C5WvsyGCBNtkVvDEUESWkRUbbqSH4rSbOCYQ==",
1323
- "cpu": [
1324
- "x64"
1325
- ],
2410
+ "node_modules/@radix-ui/react-use-is-hydrated": {
2411
+ "version": "0.1.1",
2412
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.1.tgz",
2413
+ "integrity": "sha512-qwOiz4Tjo8CNnrOLAYUMXeZwDzXgXpvK4TKQPmWLECM9XoWvA6+0Z2/7Ag3A4ivjS4ovbLJPbskkxioFyBhr8A==",
1326
2414
  "license": "MIT",
1327
- "optional": true,
1328
- "os": [
1329
- "win32"
1330
- ],
1331
- "engines": {
1332
- "node": ">= 10"
2415
+ "peerDependencies": {
2416
+ "@types/react": "*",
2417
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2418
+ },
2419
+ "peerDependenciesMeta": {
2420
+ "@types/react": {
2421
+ "optional": true
2422
+ }
1333
2423
  }
1334
2424
  },
1335
- "node_modules/@radix-ui/react-compose-refs": {
1336
- "version": "1.1.3",
1337
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz",
1338
- "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==",
2425
+ "node_modules/@radix-ui/react-use-layout-effect": {
2426
+ "version": "1.1.2",
2427
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.2.tgz",
2428
+ "integrity": "sha512-jrBWOxZITuGcnjRCM2t2U5ZPkCLxD+Ym6DjfssS5haTj2iiak/DOb64JeN6OdLfLgptb6/e2kKR+ZuTrGoZTPA==",
1339
2429
  "license": "MIT",
1340
2430
  "peerDependencies": {
1341
2431
  "@types/react": "*",
@@ -1347,13 +2437,31 @@
1347
2437
  }
1348
2438
  }
1349
2439
  },
1350
- "node_modules/@radix-ui/react-slot": {
1351
- "version": "1.3.0",
1352
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz",
1353
- "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==",
2440
+ "node_modules/@radix-ui/react-use-rect": {
2441
+ "version": "1.1.2",
2442
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.2.tgz",
2443
+ "integrity": "sha512-d8a+bBY/FxikNPlgJJoaBHZX+zKVbWHYJGTLnLvveQgFSTntkGdEKv3JDtHrMS0DNYpllz2nRsTLGLKYttbpmw==",
1354
2444
  "license": "MIT",
1355
2445
  "dependencies": {
1356
- "@radix-ui/react-compose-refs": "1.1.3"
2446
+ "@radix-ui/rect": "1.1.2"
2447
+ },
2448
+ "peerDependencies": {
2449
+ "@types/react": "*",
2450
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2451
+ },
2452
+ "peerDependenciesMeta": {
2453
+ "@types/react": {
2454
+ "optional": true
2455
+ }
2456
+ }
2457
+ },
2458
+ "node_modules/@radix-ui/react-use-size": {
2459
+ "version": "1.1.2",
2460
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.2.tgz",
2461
+ "integrity": "sha512-giWQp+4mxjBPt4KZ0MmyuykFNWfbDxKt4x+fPkRYmgRFJSbCZFzUglvMb/Kjn38tm10YP4ufiQZDx3zna4LU6w==",
2462
+ "license": "MIT",
2463
+ "dependencies": {
2464
+ "@radix-ui/react-use-layout-effect": "1.1.2"
1357
2465
  },
1358
2466
  "peerDependencies": {
1359
2467
  "@types/react": "*",
@@ -1365,6 +2473,12 @@
1365
2473
  }
1366
2474
  }
1367
2475
  },
2476
+ "node_modules/@radix-ui/rect": {
2477
+ "version": "1.1.2",
2478
+ "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.2.tgz",
2479
+ "integrity": "sha512-xnXE7wG13PI+cxieVssYXlQJuYVRhH9NBoxt3KNwzghDIA69GMm7d4wXRouHIYjE+KvS6U/MsMO73NdS2MH9ZA==",
2480
+ "license": "MIT"
2481
+ },
1368
2482
  "node_modules/@rollup/rollup-android-arm-eabi": {
1369
2483
  "version": "4.62.2",
1370
2484
  "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
@@ -1715,6 +2829,103 @@
1715
2829
  "win32"
1716
2830
  ]
1717
2831
  },
2832
+ "node_modules/@sentry/core": {
2833
+ "version": "9.47.1",
2834
+ "resolved": "https://registry.npmjs.org/@sentry/core/-/core-9.47.1.tgz",
2835
+ "integrity": "sha512-KX62+qIt4xgy8eHKHiikfhz2p5fOciXd0Cl+dNzhgPFq8klq4MGMNaf148GB3M/vBqP4nw/eFvRMAayFCgdRQw==",
2836
+ "license": "MIT",
2837
+ "engines": {
2838
+ "node": ">=18"
2839
+ }
2840
+ },
2841
+ "node_modules/@sentry/node": {
2842
+ "version": "9.47.1",
2843
+ "resolved": "https://registry.npmjs.org/@sentry/node/-/node-9.47.1.tgz",
2844
+ "integrity": "sha512-CDbkasBz3fnWRKSFs6mmaRepM2pa+tbZkrqhPWifFfIkJDidtVW40p6OnquTvPXyPAszCnDZRnZT14xyvNmKPQ==",
2845
+ "license": "MIT",
2846
+ "dependencies": {
2847
+ "@opentelemetry/api": "^1.9.0",
2848
+ "@opentelemetry/context-async-hooks": "^1.30.1",
2849
+ "@opentelemetry/core": "^1.30.1",
2850
+ "@opentelemetry/instrumentation": "^0.57.2",
2851
+ "@opentelemetry/instrumentation-amqplib": "^0.46.1",
2852
+ "@opentelemetry/instrumentation-connect": "0.43.1",
2853
+ "@opentelemetry/instrumentation-dataloader": "0.16.1",
2854
+ "@opentelemetry/instrumentation-express": "0.47.1",
2855
+ "@opentelemetry/instrumentation-fs": "0.19.1",
2856
+ "@opentelemetry/instrumentation-generic-pool": "0.43.1",
2857
+ "@opentelemetry/instrumentation-graphql": "0.47.1",
2858
+ "@opentelemetry/instrumentation-hapi": "0.45.2",
2859
+ "@opentelemetry/instrumentation-http": "0.57.2",
2860
+ "@opentelemetry/instrumentation-ioredis": "0.47.1",
2861
+ "@opentelemetry/instrumentation-kafkajs": "0.7.1",
2862
+ "@opentelemetry/instrumentation-knex": "0.44.1",
2863
+ "@opentelemetry/instrumentation-koa": "0.47.1",
2864
+ "@opentelemetry/instrumentation-lru-memoizer": "0.44.1",
2865
+ "@opentelemetry/instrumentation-mongodb": "0.52.0",
2866
+ "@opentelemetry/instrumentation-mongoose": "0.46.1",
2867
+ "@opentelemetry/instrumentation-mysql": "0.45.1",
2868
+ "@opentelemetry/instrumentation-mysql2": "0.45.2",
2869
+ "@opentelemetry/instrumentation-pg": "0.51.1",
2870
+ "@opentelemetry/instrumentation-redis-4": "0.46.1",
2871
+ "@opentelemetry/instrumentation-tedious": "0.18.1",
2872
+ "@opentelemetry/instrumentation-undici": "0.10.1",
2873
+ "@opentelemetry/resources": "^1.30.1",
2874
+ "@opentelemetry/sdk-trace-base": "^1.30.1",
2875
+ "@opentelemetry/semantic-conventions": "^1.34.0",
2876
+ "@prisma/instrumentation": "6.11.1",
2877
+ "@sentry/core": "9.47.1",
2878
+ "@sentry/node-core": "9.47.1",
2879
+ "@sentry/opentelemetry": "9.47.1",
2880
+ "import-in-the-middle": "^1.14.2",
2881
+ "minimatch": "^9.0.0"
2882
+ },
2883
+ "engines": {
2884
+ "node": ">=18"
2885
+ }
2886
+ },
2887
+ "node_modules/@sentry/node-core": {
2888
+ "version": "9.47.1",
2889
+ "resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-9.47.1.tgz",
2890
+ "integrity": "sha512-7TEOiCGkyShJ8CKtsri9lbgMCbB+qNts2Xq37itiMPN2m+lIukK3OX//L8DC5nfKYZlgikrefS63/vJtm669hQ==",
2891
+ "license": "MIT",
2892
+ "dependencies": {
2893
+ "@sentry/core": "9.47.1",
2894
+ "@sentry/opentelemetry": "9.47.1",
2895
+ "import-in-the-middle": "^1.14.2"
2896
+ },
2897
+ "engines": {
2898
+ "node": ">=18"
2899
+ },
2900
+ "peerDependencies": {
2901
+ "@opentelemetry/api": "^1.9.0",
2902
+ "@opentelemetry/context-async-hooks": "^1.30.1 || ^2.0.0",
2903
+ "@opentelemetry/core": "^1.30.1 || ^2.0.0",
2904
+ "@opentelemetry/instrumentation": ">=0.57.1 <1",
2905
+ "@opentelemetry/resources": "^1.30.1 || ^2.0.0",
2906
+ "@opentelemetry/sdk-trace-base": "^1.30.1 || ^2.0.0",
2907
+ "@opentelemetry/semantic-conventions": "^1.34.0"
2908
+ }
2909
+ },
2910
+ "node_modules/@sentry/opentelemetry": {
2911
+ "version": "9.47.1",
2912
+ "resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-9.47.1.tgz",
2913
+ "integrity": "sha512-STtFpjF7lwzeoedDJV+5XA6P89BfmFwFftmHSGSe3UTI8z8IoiR5yB6X2vCjSPvXlfeOs13qCNNCEZyznxM8Xw==",
2914
+ "license": "MIT",
2915
+ "dependencies": {
2916
+ "@sentry/core": "9.47.1"
2917
+ },
2918
+ "engines": {
2919
+ "node": ">=18"
2920
+ },
2921
+ "peerDependencies": {
2922
+ "@opentelemetry/api": "^1.9.0",
2923
+ "@opentelemetry/context-async-hooks": "^1.30.1 || ^2.0.0",
2924
+ "@opentelemetry/core": "^1.30.1 || ^2.0.0",
2925
+ "@opentelemetry/sdk-trace-base": "^1.30.1 || ^2.0.0",
2926
+ "@opentelemetry/semantic-conventions": "^1.34.0"
2927
+ }
2928
+ },
1718
2929
  "node_modules/@statsig/client-core": {
1719
2930
  "version": "3.31.0",
1720
2931
  "resolved": "https://registry.npmjs.org/@statsig/client-core/-/client-core-3.31.0.tgz",
@@ -2087,6 +3298,15 @@
2087
3298
  "assertion-error": "^2.0.1"
2088
3299
  }
2089
3300
  },
3301
+ "node_modules/@types/connect": {
3302
+ "version": "3.4.38",
3303
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
3304
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
3305
+ "license": "MIT",
3306
+ "dependencies": {
3307
+ "@types/node": "*"
3308
+ }
3309
+ },
2090
3310
  "node_modules/@types/deep-eql": {
2091
3311
  "version": "4.0.2",
2092
3312
  "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
@@ -2101,16 +3321,44 @@
2101
3321
  "dev": true,
2102
3322
  "license": "MIT"
2103
3323
  },
3324
+ "node_modules/@types/mysql": {
3325
+ "version": "2.15.26",
3326
+ "resolved": "https://registry.npmjs.org/@types/mysql/-/mysql-2.15.26.tgz",
3327
+ "integrity": "sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==",
3328
+ "license": "MIT",
3329
+ "dependencies": {
3330
+ "@types/node": "*"
3331
+ }
3332
+ },
2104
3333
  "node_modules/@types/node": {
2105
3334
  "version": "22.20.0",
2106
3335
  "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.0.tgz",
2107
3336
  "integrity": "sha512-QWlFW2wf3nTjC13/DqRnBpR4ZO36VJH/JVBkA/vcnmbTBNQIlnObqyqZE1tUR7+Ni23Lda8R1BxMfbXRpCUx5g==",
2108
- "dev": true,
2109
3337
  "license": "MIT",
2110
3338
  "dependencies": {
2111
3339
  "undici-types": "~6.21.0"
2112
3340
  }
2113
3341
  },
3342
+ "node_modules/@types/pg": {
3343
+ "version": "8.6.1",
3344
+ "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.1.tgz",
3345
+ "integrity": "sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==",
3346
+ "license": "MIT",
3347
+ "dependencies": {
3348
+ "@types/node": "*",
3349
+ "pg-protocol": "*",
3350
+ "pg-types": "^2.2.0"
3351
+ }
3352
+ },
3353
+ "node_modules/@types/pg-pool": {
3354
+ "version": "2.0.6",
3355
+ "resolved": "https://registry.npmjs.org/@types/pg-pool/-/pg-pool-2.0.6.tgz",
3356
+ "integrity": "sha512-TaAUE5rq2VQYxab5Ts7WZhKNmuN78Q6PiFonTDdpbx8a1H0M1vhy3rhiMjl+e2iHmogyMw7jZF4FrE6eJUy5HQ==",
3357
+ "license": "MIT",
3358
+ "dependencies": {
3359
+ "@types/pg": "*"
3360
+ }
3361
+ },
2114
3362
  "node_modules/@types/react": {
2115
3363
  "version": "19.2.17",
2116
3364
  "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
@@ -2125,12 +3373,27 @@
2125
3373
  "version": "19.2.3",
2126
3374
  "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
2127
3375
  "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
2128
- "dev": true,
3376
+ "devOptional": true,
2129
3377
  "license": "MIT",
2130
3378
  "peerDependencies": {
2131
3379
  "@types/react": "^19.2.0"
2132
3380
  }
2133
3381
  },
3382
+ "node_modules/@types/shimmer": {
3383
+ "version": "1.2.0",
3384
+ "resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.2.0.tgz",
3385
+ "integrity": "sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==",
3386
+ "license": "MIT"
3387
+ },
3388
+ "node_modules/@types/tedious": {
3389
+ "version": "4.0.14",
3390
+ "resolved": "https://registry.npmjs.org/@types/tedious/-/tedious-4.0.14.tgz",
3391
+ "integrity": "sha512-KHPsfX/FoVbUGbyYvk1q9MMQHLPeRZhRJZdO45Q4YjvFkv4hMNghCWTvy7rdKessBsmtz4euWCWAB6/tVpI1Iw==",
3392
+ "license": "MIT",
3393
+ "dependencies": {
3394
+ "@types/node": "*"
3395
+ }
3396
+ },
2134
3397
  "node_modules/@vitest/expect": {
2135
3398
  "version": "3.2.7",
2136
3399
  "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz",
@@ -2246,6 +3509,39 @@
2246
3509
  "url": "https://opencollective.com/vitest"
2247
3510
  }
2248
3511
  },
3512
+ "node_modules/acorn": {
3513
+ "version": "8.17.0",
3514
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
3515
+ "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
3516
+ "license": "MIT",
3517
+ "bin": {
3518
+ "acorn": "bin/acorn"
3519
+ },
3520
+ "engines": {
3521
+ "node": ">=0.4.0"
3522
+ }
3523
+ },
3524
+ "node_modules/acorn-import-attributes": {
3525
+ "version": "1.9.5",
3526
+ "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
3527
+ "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
3528
+ "license": "MIT",
3529
+ "peerDependencies": {
3530
+ "acorn": "^8"
3531
+ }
3532
+ },
3533
+ "node_modules/aria-hidden": {
3534
+ "version": "1.2.6",
3535
+ "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
3536
+ "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
3537
+ "license": "MIT",
3538
+ "dependencies": {
3539
+ "tslib": "^2.0.0"
3540
+ },
3541
+ "engines": {
3542
+ "node": ">=10"
3543
+ }
3544
+ },
2249
3545
  "node_modules/assertion-error": {
2250
3546
  "version": "2.0.1",
2251
3547
  "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
@@ -2256,12 +3552,27 @@
2256
3552
  "node": ">=12"
2257
3553
  }
2258
3554
  },
3555
+ "node_modules/balanced-match": {
3556
+ "version": "1.0.2",
3557
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
3558
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
3559
+ "license": "MIT"
3560
+ },
2259
3561
  "node_modules/blakejs": {
2260
3562
  "version": "1.2.1",
2261
3563
  "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz",
2262
3564
  "integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==",
2263
3565
  "license": "MIT"
2264
3566
  },
3567
+ "node_modules/brace-expansion": {
3568
+ "version": "2.1.2",
3569
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.2.tgz",
3570
+ "integrity": "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
3571
+ "license": "MIT",
3572
+ "dependencies": {
3573
+ "balanced-match": "^1.0.0"
3574
+ }
3575
+ },
2265
3576
  "node_modules/cac": {
2266
3577
  "version": "6.7.14",
2267
3578
  "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
@@ -2319,6 +3630,12 @@
2319
3630
  "node": ">= 16"
2320
3631
  }
2321
3632
  },
3633
+ "node_modules/cjs-module-lexer": {
3634
+ "version": "1.4.3",
3635
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
3636
+ "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
3637
+ "license": "MIT"
3638
+ },
2322
3639
  "node_modules/class-variance-authority": {
2323
3640
  "version": "0.7.1",
2324
3641
  "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
@@ -2355,6 +3672,20 @@
2355
3672
  "node": ">=18"
2356
3673
  }
2357
3674
  },
3675
+ "node_modules/cross-spawn": {
3676
+ "version": "7.0.6",
3677
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
3678
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
3679
+ "license": "MIT",
3680
+ "dependencies": {
3681
+ "path-key": "^3.1.0",
3682
+ "shebang-command": "^2.0.0",
3683
+ "which": "^2.0.1"
3684
+ },
3685
+ "engines": {
3686
+ "node": ">= 8"
3687
+ }
3688
+ },
2358
3689
  "node_modules/csstype": {
2359
3690
  "version": "3.2.3",
2360
3691
  "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
@@ -2366,7 +3697,6 @@
2366
3697
  "version": "4.4.3",
2367
3698
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2368
3699
  "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2369
- "dev": true,
2370
3700
  "license": "MIT",
2371
3701
  "dependencies": {
2372
3702
  "ms": "^2.1.3"
@@ -2400,6 +3730,12 @@
2400
3730
  "node": ">=8"
2401
3731
  }
2402
3732
  },
3733
+ "node_modules/detect-node-es": {
3734
+ "version": "1.1.0",
3735
+ "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
3736
+ "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
3737
+ "license": "MIT"
3738
+ },
2403
3739
  "node_modules/dotenv": {
2404
3740
  "version": "16.6.1",
2405
3741
  "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
@@ -2426,6 +3762,15 @@
2426
3762
  "node": ">=10.13.0"
2427
3763
  }
2428
3764
  },
3765
+ "node_modules/es-errors": {
3766
+ "version": "1.3.0",
3767
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
3768
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
3769
+ "license": "MIT",
3770
+ "engines": {
3771
+ "node": ">= 0.4"
3772
+ }
3773
+ },
2429
3774
  "node_modules/es-module-lexer": {
2430
3775
  "version": "1.7.0",
2431
3776
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
@@ -2513,6 +3858,12 @@
2513
3858
  }
2514
3859
  }
2515
3860
  },
3861
+ "node_modules/forwarded-parse": {
3862
+ "version": "2.1.2",
3863
+ "resolved": "https://registry.npmjs.org/forwarded-parse/-/forwarded-parse-2.1.2.tgz",
3864
+ "integrity": "sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==",
3865
+ "license": "MIT"
3866
+ },
2516
3867
  "node_modules/framer-motion": {
2517
3868
  "version": "12.42.2",
2518
3869
  "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.42.2.tgz",
@@ -2555,6 +3906,24 @@
2555
3906
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2556
3907
  }
2557
3908
  },
3909
+ "node_modules/function-bind": {
3910
+ "version": "1.1.2",
3911
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3912
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
3913
+ "license": "MIT",
3914
+ "funding": {
3915
+ "url": "https://github.com/sponsors/ljharb"
3916
+ }
3917
+ },
3918
+ "node_modules/get-nonce": {
3919
+ "version": "1.0.1",
3920
+ "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
3921
+ "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
3922
+ "license": "MIT",
3923
+ "engines": {
3924
+ "node": ">=6"
3925
+ }
3926
+ },
2558
3927
  "node_modules/graceful-fs": {
2559
3928
  "version": "4.2.11",
2560
3929
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -2571,6 +3940,51 @@
2571
3940
  "node": ">= 10.x"
2572
3941
  }
2573
3942
  },
3943
+ "node_modules/hasown": {
3944
+ "version": "2.0.4",
3945
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
3946
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
3947
+ "license": "MIT",
3948
+ "dependencies": {
3949
+ "function-bind": "^1.1.2"
3950
+ },
3951
+ "engines": {
3952
+ "node": ">= 0.4"
3953
+ }
3954
+ },
3955
+ "node_modules/import-in-the-middle": {
3956
+ "version": "1.15.0",
3957
+ "resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.15.0.tgz",
3958
+ "integrity": "sha512-bpQy+CrsRmYmoPMAE/0G33iwRqwW4ouqdRg8jgbH3aKuCtOc8lxgmYXg2dMM92CRiGP660EtBcymH/eVUpCSaA==",
3959
+ "license": "Apache-2.0",
3960
+ "dependencies": {
3961
+ "acorn": "^8.14.0",
3962
+ "acorn-import-attributes": "^1.9.5",
3963
+ "cjs-module-lexer": "^1.2.2",
3964
+ "module-details-from-path": "^1.0.3"
3965
+ }
3966
+ },
3967
+ "node_modules/is-core-module": {
3968
+ "version": "2.16.2",
3969
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
3970
+ "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
3971
+ "license": "MIT",
3972
+ "dependencies": {
3973
+ "hasown": "^2.0.3"
3974
+ },
3975
+ "engines": {
3976
+ "node": ">= 0.4"
3977
+ },
3978
+ "funding": {
3979
+ "url": "https://github.com/sponsors/ljharb"
3980
+ }
3981
+ },
3982
+ "node_modules/isexe": {
3983
+ "version": "2.0.0",
3984
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
3985
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
3986
+ "license": "ISC"
3987
+ },
2574
3988
  "node_modules/isomorphic-unfetch": {
2575
3989
  "version": "3.1.0",
2576
3990
  "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz",
@@ -2885,6 +4299,27 @@
2885
4299
  "@jridgewell/sourcemap-codec": "^1.5.5"
2886
4300
  }
2887
4301
  },
4302
+ "node_modules/minimatch": {
4303
+ "version": "9.0.9",
4304
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
4305
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
4306
+ "license": "ISC",
4307
+ "dependencies": {
4308
+ "brace-expansion": "^2.0.2"
4309
+ },
4310
+ "engines": {
4311
+ "node": ">=16 || 14 >=14.17"
4312
+ },
4313
+ "funding": {
4314
+ "url": "https://github.com/sponsors/isaacs"
4315
+ }
4316
+ },
4317
+ "node_modules/module-details-from-path": {
4318
+ "version": "1.0.4",
4319
+ "resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.4.tgz",
4320
+ "integrity": "sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==",
4321
+ "license": "MIT"
4322
+ },
2888
4323
  "node_modules/motion-dom": {
2889
4324
  "version": "12.42.2",
2890
4325
  "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.42.2.tgz",
@@ -2904,7 +4339,6 @@
2904
4339
  "version": "2.1.3",
2905
4340
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2906
4341
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2907
- "dev": true,
2908
4342
  "license": "MIT"
2909
4343
  },
2910
4344
  "node_modules/nanoid": {
@@ -3035,6 +4469,21 @@
3035
4469
  }
3036
4470
  }
3037
4471
  },
4472
+ "node_modules/path-key": {
4473
+ "version": "3.1.1",
4474
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
4475
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
4476
+ "license": "MIT",
4477
+ "engines": {
4478
+ "node": ">=8"
4479
+ }
4480
+ },
4481
+ "node_modules/path-parse": {
4482
+ "version": "1.0.7",
4483
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
4484
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
4485
+ "license": "MIT"
4486
+ },
3038
4487
  "node_modules/pathe": {
3039
4488
  "version": "2.0.3",
3040
4489
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
@@ -3052,6 +4501,37 @@
3052
4501
  "node": ">= 14.16"
3053
4502
  }
3054
4503
  },
4504
+ "node_modules/pg-int8": {
4505
+ "version": "1.0.1",
4506
+ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
4507
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
4508
+ "license": "ISC",
4509
+ "engines": {
4510
+ "node": ">=4.0.0"
4511
+ }
4512
+ },
4513
+ "node_modules/pg-protocol": {
4514
+ "version": "1.15.0",
4515
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.15.0.tgz",
4516
+ "integrity": "sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==",
4517
+ "license": "MIT"
4518
+ },
4519
+ "node_modules/pg-types": {
4520
+ "version": "2.2.0",
4521
+ "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
4522
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
4523
+ "license": "MIT",
4524
+ "dependencies": {
4525
+ "pg-int8": "1.0.1",
4526
+ "postgres-array": "~2.0.0",
4527
+ "postgres-bytea": "~1.0.0",
4528
+ "postgres-date": "~1.0.4",
4529
+ "postgres-interval": "^1.1.0"
4530
+ },
4531
+ "engines": {
4532
+ "node": ">=4"
4533
+ }
4534
+ },
3055
4535
  "node_modules/picocolors": {
3056
4536
  "version": "1.1.1",
3057
4537
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -3071,6 +4551,53 @@
3071
4551
  "url": "https://github.com/sponsors/jonschlinkert"
3072
4552
  }
3073
4553
  },
4554
+ "node_modules/playwright": {
4555
+ "version": "1.61.1",
4556
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.1.tgz",
4557
+ "integrity": "sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==",
4558
+ "devOptional": true,
4559
+ "license": "Apache-2.0",
4560
+ "dependencies": {
4561
+ "playwright-core": "1.61.1"
4562
+ },
4563
+ "bin": {
4564
+ "playwright": "cli.js"
4565
+ },
4566
+ "engines": {
4567
+ "node": ">=18"
4568
+ },
4569
+ "optionalDependencies": {
4570
+ "fsevents": "2.3.2"
4571
+ }
4572
+ },
4573
+ "node_modules/playwright-core": {
4574
+ "version": "1.61.1",
4575
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz",
4576
+ "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==",
4577
+ "devOptional": true,
4578
+ "license": "Apache-2.0",
4579
+ "bin": {
4580
+ "playwright-core": "cli.js"
4581
+ },
4582
+ "engines": {
4583
+ "node": ">=18"
4584
+ }
4585
+ },
4586
+ "node_modules/playwright/node_modules/fsevents": {
4587
+ "version": "2.3.2",
4588
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
4589
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
4590
+ "dev": true,
4591
+ "hasInstallScript": true,
4592
+ "license": "MIT",
4593
+ "optional": true,
4594
+ "os": [
4595
+ "darwin"
4596
+ ],
4597
+ "engines": {
4598
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
4599
+ }
4600
+ },
3074
4601
  "node_modules/postcss": {
3075
4602
  "version": "8.5.16",
3076
4603
  "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
@@ -3100,6 +4627,57 @@
3100
4627
  "node": "^10 || ^12 || >=14"
3101
4628
  }
3102
4629
  },
4630
+ "node_modules/postgres-array": {
4631
+ "version": "2.0.0",
4632
+ "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
4633
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
4634
+ "license": "MIT",
4635
+ "engines": {
4636
+ "node": ">=4"
4637
+ }
4638
+ },
4639
+ "node_modules/postgres-bytea": {
4640
+ "version": "1.0.1",
4641
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
4642
+ "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
4643
+ "license": "MIT",
4644
+ "engines": {
4645
+ "node": ">=0.10.0"
4646
+ }
4647
+ },
4648
+ "node_modules/postgres-date": {
4649
+ "version": "1.0.7",
4650
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
4651
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
4652
+ "license": "MIT",
4653
+ "engines": {
4654
+ "node": ">=0.10.0"
4655
+ }
4656
+ },
4657
+ "node_modules/postgres-interval": {
4658
+ "version": "1.2.0",
4659
+ "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
4660
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
4661
+ "license": "MIT",
4662
+ "dependencies": {
4663
+ "xtend": "^4.0.0"
4664
+ },
4665
+ "engines": {
4666
+ "node": ">=0.10.0"
4667
+ }
4668
+ },
4669
+ "node_modules/posthog-node": {
4670
+ "version": "5.26.1",
4671
+ "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.26.1.tgz",
4672
+ "integrity": "sha512-UndYpR54PN0N8hFdRoUz2hQwg/iGZEtNnwL+RI1l0/76lIffnGYDSt2YyoCwmlN206q4angGvVze3oPCfJgiYA==",
4673
+ "license": "MIT",
4674
+ "dependencies": {
4675
+ "@posthog/core": "1.23.1"
4676
+ },
4677
+ "engines": {
4678
+ "node": "^20.20.0 || >=22.22.0"
4679
+ }
4680
+ },
3103
4681
  "node_modules/react": {
3104
4682
  "version": "19.2.7",
3105
4683
  "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
@@ -3130,6 +4708,110 @@
3130
4708
  "react": "*"
3131
4709
  }
3132
4710
  },
4711
+ "node_modules/react-remove-scroll": {
4712
+ "version": "2.7.2",
4713
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz",
4714
+ "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==",
4715
+ "license": "MIT",
4716
+ "dependencies": {
4717
+ "react-remove-scroll-bar": "^2.3.7",
4718
+ "react-style-singleton": "^2.2.3",
4719
+ "tslib": "^2.1.0",
4720
+ "use-callback-ref": "^1.3.3",
4721
+ "use-sidecar": "^1.1.3"
4722
+ },
4723
+ "engines": {
4724
+ "node": ">=10"
4725
+ },
4726
+ "peerDependencies": {
4727
+ "@types/react": "*",
4728
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
4729
+ },
4730
+ "peerDependenciesMeta": {
4731
+ "@types/react": {
4732
+ "optional": true
4733
+ }
4734
+ }
4735
+ },
4736
+ "node_modules/react-remove-scroll-bar": {
4737
+ "version": "2.3.8",
4738
+ "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
4739
+ "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
4740
+ "license": "MIT",
4741
+ "dependencies": {
4742
+ "react-style-singleton": "^2.2.2",
4743
+ "tslib": "^2.0.0"
4744
+ },
4745
+ "engines": {
4746
+ "node": ">=10"
4747
+ },
4748
+ "peerDependencies": {
4749
+ "@types/react": "*",
4750
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4751
+ },
4752
+ "peerDependenciesMeta": {
4753
+ "@types/react": {
4754
+ "optional": true
4755
+ }
4756
+ }
4757
+ },
4758
+ "node_modules/react-style-singleton": {
4759
+ "version": "2.2.3",
4760
+ "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
4761
+ "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
4762
+ "license": "MIT",
4763
+ "dependencies": {
4764
+ "get-nonce": "^1.0.0",
4765
+ "tslib": "^2.0.0"
4766
+ },
4767
+ "engines": {
4768
+ "node": ">=10"
4769
+ },
4770
+ "peerDependencies": {
4771
+ "@types/react": "*",
4772
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
4773
+ },
4774
+ "peerDependenciesMeta": {
4775
+ "@types/react": {
4776
+ "optional": true
4777
+ }
4778
+ }
4779
+ },
4780
+ "node_modules/require-in-the-middle": {
4781
+ "version": "7.5.2",
4782
+ "resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-7.5.2.tgz",
4783
+ "integrity": "sha512-gAZ+kLqBdHarXB64XpAe2VCjB7rIRv+mU8tfRWziHRJ5umKsIHN2tLLv6EtMw7WCdP19S0ERVMldNvxYCHnhSQ==",
4784
+ "license": "MIT",
4785
+ "dependencies": {
4786
+ "debug": "^4.3.5",
4787
+ "module-details-from-path": "^1.0.3",
4788
+ "resolve": "^1.22.8"
4789
+ },
4790
+ "engines": {
4791
+ "node": ">=8.6.0"
4792
+ }
4793
+ },
4794
+ "node_modules/resolve": {
4795
+ "version": "1.22.12",
4796
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
4797
+ "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
4798
+ "license": "MIT",
4799
+ "dependencies": {
4800
+ "es-errors": "^1.3.0",
4801
+ "is-core-module": "^2.16.1",
4802
+ "path-parse": "^1.0.7",
4803
+ "supports-preserve-symlinks-flag": "^1.0.0"
4804
+ },
4805
+ "bin": {
4806
+ "resolve": "bin/resolve"
4807
+ },
4808
+ "engines": {
4809
+ "node": ">= 0.4"
4810
+ },
4811
+ "funding": {
4812
+ "url": "https://github.com/sponsors/ljharb"
4813
+ }
4814
+ },
3133
4815
  "node_modules/rollup": {
3134
4816
  "version": "4.62.2",
3135
4817
  "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
@@ -3186,7 +4868,6 @@
3186
4868
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
3187
4869
  "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
3188
4870
  "license": "ISC",
3189
- "optional": true,
3190
4871
  "bin": {
3191
4872
  "semver": "bin/semver.js"
3192
4873
  },
@@ -3245,6 +4926,33 @@
3245
4926
  "@img/sharp-win32-x64": "0.34.5"
3246
4927
  }
3247
4928
  },
4929
+ "node_modules/shebang-command": {
4930
+ "version": "2.0.0",
4931
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
4932
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
4933
+ "license": "MIT",
4934
+ "dependencies": {
4935
+ "shebang-regex": "^3.0.0"
4936
+ },
4937
+ "engines": {
4938
+ "node": ">=8"
4939
+ }
4940
+ },
4941
+ "node_modules/shebang-regex": {
4942
+ "version": "3.0.0",
4943
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
4944
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
4945
+ "license": "MIT",
4946
+ "engines": {
4947
+ "node": ">=8"
4948
+ }
4949
+ },
4950
+ "node_modules/shimmer": {
4951
+ "version": "1.2.1",
4952
+ "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
4953
+ "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==",
4954
+ "license": "BSD-2-Clause"
4955
+ },
3248
4956
  "node_modules/siginfo": {
3249
4957
  "version": "2.0.0",
3250
4958
  "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
@@ -3311,6 +5019,18 @@
3311
5019
  }
3312
5020
  }
3313
5021
  },
5022
+ "node_modules/supports-preserve-symlinks-flag": {
5023
+ "version": "1.0.0",
5024
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
5025
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
5026
+ "license": "MIT",
5027
+ "engines": {
5028
+ "node": ">= 0.4"
5029
+ },
5030
+ "funding": {
5031
+ "url": "https://github.com/sponsors/ljharb"
5032
+ }
5033
+ },
3314
5034
  "node_modules/tailwind-merge": {
3315
5035
  "version": "3.6.0",
3316
5036
  "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
@@ -3480,7 +5200,6 @@
3480
5200
  "version": "6.21.0",
3481
5201
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
3482
5202
  "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
3483
- "dev": true,
3484
5203
  "license": "MIT"
3485
5204
  },
3486
5205
  "node_modules/unfetch": {
@@ -3489,6 +5208,49 @@
3489
5208
  "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==",
3490
5209
  "license": "MIT"
3491
5210
  },
5211
+ "node_modules/use-callback-ref": {
5212
+ "version": "1.3.3",
5213
+ "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
5214
+ "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
5215
+ "license": "MIT",
5216
+ "dependencies": {
5217
+ "tslib": "^2.0.0"
5218
+ },
5219
+ "engines": {
5220
+ "node": ">=10"
5221
+ },
5222
+ "peerDependencies": {
5223
+ "@types/react": "*",
5224
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
5225
+ },
5226
+ "peerDependenciesMeta": {
5227
+ "@types/react": {
5228
+ "optional": true
5229
+ }
5230
+ }
5231
+ },
5232
+ "node_modules/use-sidecar": {
5233
+ "version": "1.1.3",
5234
+ "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
5235
+ "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
5236
+ "license": "MIT",
5237
+ "dependencies": {
5238
+ "detect-node-es": "^1.1.0",
5239
+ "tslib": "^2.0.0"
5240
+ },
5241
+ "engines": {
5242
+ "node": ">=10"
5243
+ },
5244
+ "peerDependencies": {
5245
+ "@types/react": "*",
5246
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
5247
+ },
5248
+ "peerDependenciesMeta": {
5249
+ "@types/react": {
5250
+ "optional": true
5251
+ }
5252
+ }
5253
+ },
3492
5254
  "node_modules/vite": {
3493
5255
  "version": "7.3.6",
3494
5256
  "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz",
@@ -3676,6 +5438,21 @@
3676
5438
  "webidl-conversions": "^3.0.0"
3677
5439
  }
3678
5440
  },
5441
+ "node_modules/which": {
5442
+ "version": "2.0.2",
5443
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
5444
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
5445
+ "license": "ISC",
5446
+ "dependencies": {
5447
+ "isexe": "^2.0.0"
5448
+ },
5449
+ "bin": {
5450
+ "node-which": "bin/node-which"
5451
+ },
5452
+ "engines": {
5453
+ "node": ">= 8"
5454
+ }
5455
+ },
3679
5456
  "node_modules/why-is-node-running": {
3680
5457
  "version": "2.3.0",
3681
5458
  "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
@@ -3693,6 +5470,15 @@
3693
5470
  "node": ">=8"
3694
5471
  }
3695
5472
  },
5473
+ "node_modules/xtend": {
5474
+ "version": "4.0.2",
5475
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
5476
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
5477
+ "license": "MIT",
5478
+ "engines": {
5479
+ "node": ">=0.4"
5480
+ }
5481
+ },
3696
5482
  "node_modules/zod": {
3697
5483
  "version": "3.25.76",
3698
5484
  "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",