p-dev-harness 0.3.0 → 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 (2294) hide show
  1. package/README.md +24 -5
  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 +140 -4
  103. package/dist/github/client.d.ts.map +1 -1
  104. package/dist/github/client.js +205 -13
  105. package/dist/github/client.js.map +1 -1
  106. package/dist/github/rate-limit-metadata.d.ts +16 -0
  107. package/dist/github/rate-limit-metadata.d.ts.map +1 -0
  108. package/dist/github/rate-limit-metadata.js +73 -0
  109. package/dist/github/rate-limit-metadata.js.map +1 -0
  110. package/dist/gui/configure-health.js +2 -2
  111. package/dist/gui/configure-health.js.map +1 -1
  112. package/dist/gui/repo-root.d.ts +3 -0
  113. package/dist/gui/repo-root.d.ts.map +1 -1
  114. package/dist/gui/repo-root.js +16 -1
  115. package/dist/gui/repo-root.js.map +1 -1
  116. package/dist/gui/start-configure-stable.js +6 -2
  117. package/dist/gui/start-configure-stable.js.map +1 -1
  118. package/dist/gui/start-gui.js +7 -3
  119. package/dist/gui/start-gui.js.map +1 -1
  120. package/dist/linear/client.d.ts +4 -0
  121. package/dist/linear/client.d.ts.map +1 -1
  122. package/dist/linear/client.js +7 -0
  123. package/dist/linear/client.js.map +1 -1
  124. package/dist/linear/comments.d.ts +9 -0
  125. package/dist/linear/comments.d.ts.map +1 -1
  126. package/dist/linear/comments.js +34 -0
  127. package/dist/linear/comments.js.map +1 -1
  128. package/dist/linear/issue-query.d.ts +1 -0
  129. package/dist/linear/issue-query.d.ts.map +1 -1
  130. package/dist/linear/issue-query.js +3 -0
  131. package/dist/linear/issue-query.js.map +1 -1
  132. package/dist/linear/markers.d.ts +7 -0
  133. package/dist/linear/markers.d.ts.map +1 -1
  134. package/dist/linear/markers.js +21 -0
  135. package/dist/linear/markers.js.map +1 -1
  136. package/dist/linear/parser.d.ts +2 -1
  137. package/dist/linear/parser.d.ts.map +1 -1
  138. package/dist/linear/parser.js +46 -0
  139. package/dist/linear/parser.js.map +1 -1
  140. package/dist/linear/project-harness-metadata.d.ts +10 -0
  141. package/dist/linear/project-harness-metadata.d.ts.map +1 -0
  142. package/dist/linear/project-harness-metadata.js +109 -0
  143. package/dist/linear/project-harness-metadata.js.map +1 -0
  144. package/dist/linear/project-metadata-sync.d.ts +29 -0
  145. package/dist/linear/project-metadata-sync.d.ts.map +1 -0
  146. package/dist/linear/project-metadata-sync.js +64 -0
  147. package/dist/linear/project-metadata-sync.js.map +1 -0
  148. package/dist/linear/run-status-comment.d.ts +49 -0
  149. package/dist/linear/run-status-comment.d.ts.map +1 -0
  150. package/dist/linear/run-status-comment.js +118 -0
  151. package/dist/linear/run-status-comment.js.map +1 -0
  152. package/dist/linear/writer.d.ts +8 -0
  153. package/dist/linear/writer.d.ts.map +1 -1
  154. package/dist/linear/writer.js +13 -0
  155. package/dist/linear/writer.js.map +1 -1
  156. package/dist/observability/adapters/fake.d.ts +17 -0
  157. package/dist/observability/adapters/fake.d.ts.map +1 -0
  158. package/dist/observability/adapters/fake.js +205 -0
  159. package/dist/observability/adapters/fake.js.map +1 -0
  160. package/dist/observability/adapters/noop.d.ts +5 -0
  161. package/dist/observability/adapters/noop.d.ts.map +1 -0
  162. package/dist/observability/adapters/noop.js +51 -0
  163. package/dist/observability/adapters/noop.js.map +1 -0
  164. package/dist/observability/adapters/posthog.d.ts +12 -0
  165. package/dist/observability/adapters/posthog.d.ts.map +1 -0
  166. package/dist/observability/adapters/posthog.js +142 -0
  167. package/dist/observability/adapters/posthog.js.map +1 -0
  168. package/dist/observability/adapters/sentry.d.ts +12 -0
  169. package/dist/observability/adapters/sentry.d.ts.map +1 -0
  170. package/dist/observability/adapters/sentry.js +217 -0
  171. package/dist/observability/adapters/sentry.js.map +1 -0
  172. package/dist/observability/analytics-schemas.d.ts +59 -0
  173. package/dist/observability/analytics-schemas.d.ts.map +1 -0
  174. package/dist/observability/analytics-schemas.js +119 -0
  175. package/dist/observability/analytics-schemas.js.map +1 -0
  176. package/dist/observability/consent.d.ts +14 -0
  177. package/dist/observability/consent.d.ts.map +1 -0
  178. package/dist/observability/consent.js +35 -0
  179. package/dist/observability/consent.js.map +1 -0
  180. package/dist/observability/constants.d.ts +18 -0
  181. package/dist/observability/constants.d.ts.map +1 -0
  182. package/dist/observability/constants.js +18 -0
  183. package/dist/observability/constants.js.map +1 -0
  184. package/dist/observability/context.d.ts +21 -0
  185. package/dist/observability/context.d.ts.map +1 -0
  186. package/dist/observability/context.js +105 -0
  187. package/dist/observability/context.js.map +1 -0
  188. package/dist/observability/facade-runtime-state.d.ts +17 -0
  189. package/dist/observability/facade-runtime-state.d.ts.map +1 -0
  190. package/dist/observability/facade-runtime-state.js +23 -0
  191. package/dist/observability/facade-runtime-state.js.map +1 -0
  192. package/dist/observability/facade.d.ts +44 -0
  193. package/dist/observability/facade.d.ts.map +1 -0
  194. package/dist/observability/facade.js +432 -0
  195. package/dist/observability/facade.js.map +1 -0
  196. package/dist/observability/fatal-handlers.d.ts +4 -0
  197. package/dist/observability/fatal-handlers.d.ts.map +1 -0
  198. package/dist/observability/fatal-handlers.js +54 -0
  199. package/dist/observability/fatal-handlers.js.map +1 -0
  200. package/dist/observability/identity.d.ts +4 -0
  201. package/dist/observability/identity.d.ts.map +1 -0
  202. package/dist/observability/identity.js +11 -0
  203. package/dist/observability/identity.js.map +1 -0
  204. package/dist/observability/index.d.ts +9 -0
  205. package/dist/observability/index.d.ts.map +1 -0
  206. package/dist/observability/index.js +6 -0
  207. package/dist/observability/index.js.map +1 -0
  208. package/dist/observability/local-state.d.ts +14 -0
  209. package/dist/observability/local-state.d.ts.map +1 -0
  210. package/dist/observability/local-state.js +107 -0
  211. package/dist/observability/local-state.js.map +1 -0
  212. package/dist/observability/package-config.d.ts +11 -0
  213. package/dist/observability/package-config.d.ts.map +1 -0
  214. package/dist/observability/package-config.js +117 -0
  215. package/dist/observability/package-config.js.map +1 -0
  216. package/dist/observability/posthog-dashboard-contract.d.ts +46 -0
  217. package/dist/observability/posthog-dashboard-contract.d.ts.map +1 -0
  218. package/dist/observability/posthog-dashboard-contract.js +200 -0
  219. package/dist/observability/posthog-dashboard-contract.js.map +1 -0
  220. package/dist/observability/privacy-schema.d.ts +13 -0
  221. package/dist/observability/privacy-schema.d.ts.map +1 -0
  222. package/dist/observability/privacy-schema.js +204 -0
  223. package/dist/observability/privacy-schema.js.map +1 -0
  224. package/dist/observability/product-error-messages.d.ts +2 -0
  225. package/dist/observability/product-error-messages.d.ts.map +1 -0
  226. package/dist/observability/product-error-messages.js +15 -0
  227. package/dist/observability/product-error-messages.js.map +1 -0
  228. package/dist/observability/product-errors.d.ts +12 -0
  229. package/dist/observability/product-errors.d.ts.map +1 -0
  230. package/dist/observability/product-errors.js +109 -0
  231. package/dist/observability/product-errors.js.map +1 -0
  232. package/dist/observability/provisioning-analytics.d.ts +12 -0
  233. package/dist/observability/provisioning-analytics.d.ts.map +1 -0
  234. package/dist/observability/provisioning-analytics.js +11 -0
  235. package/dist/observability/provisioning-analytics.js.map +1 -0
  236. package/dist/observability/redaction.d.ts +10 -0
  237. package/dist/observability/redaction.d.ts.map +1 -0
  238. package/dist/observability/redaction.js +72 -0
  239. package/dist/observability/redaction.js.map +1 -0
  240. package/dist/observability/runtime-eligibility.d.ts +6 -0
  241. package/dist/observability/runtime-eligibility.d.ts.map +1 -0
  242. package/dist/observability/runtime-eligibility.js +33 -0
  243. package/dist/observability/runtime-eligibility.js.map +1 -0
  244. package/dist/observability/sentry-outbound-privacy.d.ts +12 -0
  245. package/dist/observability/sentry-outbound-privacy.d.ts.map +1 -0
  246. package/dist/observability/sentry-outbound-privacy.js +168 -0
  247. package/dist/observability/sentry-outbound-privacy.js.map +1 -0
  248. package/dist/observability/session-dedupe.d.ts +8 -0
  249. package/dist/observability/session-dedupe.d.ts.map +1 -0
  250. package/dist/observability/session-dedupe.js +42 -0
  251. package/dist/observability/session-dedupe.js.map +1 -0
  252. package/dist/observability/session-handoff.d.ts +10 -0
  253. package/dist/observability/session-handoff.d.ts.map +1 -0
  254. package/dist/observability/session-handoff.js +25 -0
  255. package/dist/observability/session-handoff.js.map +1 -0
  256. package/dist/observability/transport-lifecycle.d.ts +20 -0
  257. package/dist/observability/transport-lifecycle.d.ts.map +1 -0
  258. package/dist/observability/transport-lifecycle.js +69 -0
  259. package/dist/observability/transport-lifecycle.js.map +1 -0
  260. package/dist/observability/types.d.ts +189 -0
  261. package/dist/observability/types.d.ts.map +1 -0
  262. package/dist/observability/types.js +2 -0
  263. package/dist/observability/types.js.map +1 -0
  264. package/dist/p-dev/cli.d.ts +1 -1
  265. package/dist/p-dev/cli.d.ts.map +1 -1
  266. package/dist/p-dev/cli.js +1 -1
  267. package/dist/p-dev/cli.js.map +1 -1
  268. package/dist/p-dev/git-object-plumbing.d.ts +39 -0
  269. package/dist/p-dev/git-object-plumbing.d.ts.map +1 -0
  270. package/dist/p-dev/git-object-plumbing.js +289 -0
  271. package/dist/p-dev/git-object-plumbing.js.map +1 -0
  272. package/dist/p-dev/launch.d.ts.map +1 -1
  273. package/dist/p-dev/launch.js +77 -15
  274. package/dist/p-dev/launch.js.map +1 -1
  275. package/dist/p-dev/main.js +9 -1
  276. package/dist/p-dev/main.js.map +1 -1
  277. package/dist/p-dev/package-paths.d.ts +13 -0
  278. package/dist/p-dev/package-paths.d.ts.map +1 -1
  279. package/dist/p-dev/package-paths.js +51 -2
  280. package/dist/p-dev/package-paths.js.map +1 -1
  281. package/dist/p-dev/workspace-snapshot-digest.d.ts +12 -0
  282. package/dist/p-dev/workspace-snapshot-digest.d.ts.map +1 -0
  283. package/dist/p-dev/workspace-snapshot-digest.js +34 -0
  284. package/dist/p-dev/workspace-snapshot-digest.js.map +1 -0
  285. package/dist/p-dev/workspace-snapshot-generator.d.ts +15 -0
  286. package/dist/p-dev/workspace-snapshot-generator.d.ts.map +1 -0
  287. package/dist/p-dev/workspace-snapshot-generator.js +87 -0
  288. package/dist/p-dev/workspace-snapshot-generator.js.map +1 -0
  289. package/dist/p-dev/workspace-snapshot-git.d.ts +26 -0
  290. package/dist/p-dev/workspace-snapshot-git.d.ts.map +1 -0
  291. package/dist/p-dev/workspace-snapshot-git.js +151 -0
  292. package/dist/p-dev/workspace-snapshot-git.js.map +1 -0
  293. package/dist/p-dev/workspace-snapshot-manifest.d.ts +18 -0
  294. package/dist/p-dev/workspace-snapshot-manifest.d.ts.map +1 -0
  295. package/dist/p-dev/workspace-snapshot-manifest.js +340 -0
  296. package/dist/p-dev/workspace-snapshot-manifest.js.map +1 -0
  297. package/dist/p-dev/workspace-snapshot-policy.d.ts +16 -0
  298. package/dist/p-dev/workspace-snapshot-policy.d.ts.map +1 -0
  299. package/dist/p-dev/workspace-snapshot-policy.js +168 -0
  300. package/dist/p-dev/workspace-snapshot-policy.js.map +1 -0
  301. package/dist/p-dev/workspace-snapshot-types.d.ts +62 -0
  302. package/dist/p-dev/workspace-snapshot-types.d.ts.map +1 -0
  303. package/dist/p-dev/workspace-snapshot-types.js +7 -0
  304. package/dist/p-dev/workspace-snapshot-types.js.map +1 -0
  305. package/dist/p-dev/workspace-snapshot-validation.d.ts +17 -0
  306. package/dist/p-dev/workspace-snapshot-validation.d.ts.map +1 -0
  307. package/dist/p-dev/workspace-snapshot-validation.js +115 -0
  308. package/dist/p-dev/workspace-snapshot-validation.js.map +1 -0
  309. package/dist/preview/preview-capability.d.ts +9 -0
  310. package/dist/preview/preview-capability.d.ts.map +1 -0
  311. package/dist/preview/preview-capability.js +15 -0
  312. package/dist/preview/preview-capability.js.map +1 -0
  313. package/dist/product/initialization-state.d.ts +15 -0
  314. package/dist/product/initialization-state.d.ts.map +1 -0
  315. package/dist/product/initialization-state.js +37 -0
  316. package/dist/product/initialization-state.js.map +1 -0
  317. package/dist/product/product-marker.d.ts +77 -0
  318. package/dist/product/product-marker.d.ts.map +1 -0
  319. package/dist/product/product-marker.js +62 -0
  320. package/dist/product/product-marker.js.map +1 -0
  321. package/dist/product/read-product-marker.d.ts +15 -0
  322. package/dist/product/read-product-marker.d.ts.map +1 -0
  323. package/dist/product/read-product-marker.js +28 -0
  324. package/dist/product/read-product-marker.js.map +1 -0
  325. package/dist/prompts/builder.d.ts +10 -1
  326. package/dist/prompts/builder.d.ts.map +1 -1
  327. package/dist/prompts/builder.js +16 -2
  328. package/dist/prompts/builder.js.map +1 -1
  329. package/dist/resolver/errors.d.ts +1 -1
  330. package/dist/resolver/errors.d.ts.map +1 -1
  331. package/dist/resolver/errors.js.map +1 -1
  332. package/dist/resolver/target-repo.d.ts +4 -1
  333. package/dist/resolver/target-repo.d.ts.map +1 -1
  334. package/dist/resolver/target-repo.js +40 -0
  335. package/dist/resolver/target-repo.js.map +1 -1
  336. package/dist/runner/builder-thread-acquire.d.ts +41 -0
  337. package/dist/runner/builder-thread-acquire.d.ts.map +1 -0
  338. package/dist/runner/builder-thread-acquire.js +224 -0
  339. package/dist/runner/builder-thread-acquire.js.map +1 -0
  340. package/dist/runner/builder-thread-evidence.d.ts +13 -0
  341. package/dist/runner/builder-thread-evidence.d.ts.map +1 -0
  342. package/dist/runner/builder-thread-evidence.js +23 -0
  343. package/dist/runner/builder-thread-evidence.js.map +1 -0
  344. package/dist/runner/builder-thread-idempotency.d.ts +17 -0
  345. package/dist/runner/builder-thread-idempotency.d.ts.map +1 -0
  346. package/dist/runner/builder-thread-idempotency.js +12 -0
  347. package/dist/runner/builder-thread-idempotency.js.map +1 -0
  348. package/dist/runner/builder-thread-lineage-errors.d.ts +7 -0
  349. package/dist/runner/builder-thread-lineage-errors.d.ts.map +1 -0
  350. package/dist/runner/builder-thread-lineage-errors.js +11 -0
  351. package/dist/runner/builder-thread-lineage-errors.js.map +1 -0
  352. package/dist/runner/builder-thread-lineage.d.ts +18 -0
  353. package/dist/runner/builder-thread-lineage.d.ts.map +1 -0
  354. package/dist/runner/builder-thread-lineage.js +342 -0
  355. package/dist/runner/builder-thread-lineage.js.map +1 -0
  356. package/dist/runner/builder-thread-types.d.ts +30 -0
  357. package/dist/runner/builder-thread-types.d.ts.map +1 -0
  358. package/dist/runner/builder-thread-types.js +2 -0
  359. package/dist/runner/builder-thread-types.js.map +1 -0
  360. package/dist/runner/delivery-dedup.d.ts +26 -0
  361. package/dist/runner/delivery-dedup.d.ts.map +1 -0
  362. package/dist/runner/delivery-dedup.js +44 -0
  363. package/dist/runner/delivery-dedup.js.map +1 -0
  364. package/dist/runner/failure-finalization.d.ts +34 -0
  365. package/dist/runner/failure-finalization.d.ts.map +1 -0
  366. package/dist/runner/failure-finalization.js +154 -0
  367. package/dist/runner/failure-finalization.js.map +1 -0
  368. package/dist/runner/fixture.d.ts +1 -1
  369. package/dist/runner/fixture.d.ts.map +1 -1
  370. package/dist/runner/fixture.js +3 -0
  371. package/dist/runner/fixture.js.map +1 -1
  372. package/dist/runner/phases/handoff.d.ts.map +1 -1
  373. package/dist/runner/phases/handoff.js +59 -32
  374. package/dist/runner/phases/handoff.js.map +1 -1
  375. package/dist/runner/phases/implementation.d.ts.map +1 -1
  376. package/dist/runner/phases/implementation.js +147 -24
  377. package/dist/runner/phases/implementation.js.map +1 -1
  378. package/dist/runner/phases/integration-repair.d.ts +18 -0
  379. package/dist/runner/phases/integration-repair.d.ts.map +1 -1
  380. package/dist/runner/phases/integration-repair.js +93 -7
  381. package/dist/runner/phases/integration-repair.js.map +1 -1
  382. package/dist/runner/phases/merge.d.ts.map +1 -1
  383. package/dist/runner/phases/merge.js +129 -51
  384. package/dist/runner/phases/merge.js.map +1 -1
  385. package/dist/runner/phases/planning.d.ts.map +1 -1
  386. package/dist/runner/phases/planning.js +46 -8
  387. package/dist/runner/phases/planning.js.map +1 -1
  388. package/dist/runner/phases/production-sync.d.ts.map +1 -1
  389. package/dist/runner/phases/production-sync.js +28 -4
  390. package/dist/runner/phases/production-sync.js.map +1 -1
  391. package/dist/runner/phases/revision.d.ts.map +1 -1
  392. package/dist/runner/phases/revision.js +112 -32
  393. package/dist/runner/phases/revision.js.map +1 -1
  394. package/dist/runner/preflight.d.ts +2 -0
  395. package/dist/runner/preflight.d.ts.map +1 -1
  396. package/dist/runner/preflight.js +112 -3
  397. package/dist/runner/preflight.js.map +1 -1
  398. package/dist/runner/resolve-route.d.ts +1 -0
  399. package/dist/runner/resolve-route.d.ts.map +1 -1
  400. package/dist/runner/resolve-route.js +26 -0
  401. package/dist/runner/resolve-route.js.map +1 -1
  402. package/dist/runner/run-generation.d.ts +2 -0
  403. package/dist/runner/run-generation.d.ts.map +1 -0
  404. package/dist/runner/run-generation.js +19 -0
  405. package/dist/runner/run-generation.js.map +1 -0
  406. package/dist/runner/uninitialized-product-routing.d.ts +24 -0
  407. package/dist/runner/uninitialized-product-routing.d.ts.map +1 -0
  408. package/dist/runner/uninitialized-product-routing.js +70 -0
  409. package/dist/runner/uninitialized-product-routing.js.map +1 -0
  410. package/dist/setup/config-builder.d.ts.map +1 -1
  411. package/dist/setup/config-builder.js +12 -0
  412. package/dist/setup/config-builder.js.map +1 -1
  413. package/dist/setup/control-plane-readiness.d.ts +8 -1
  414. package/dist/setup/control-plane-readiness.d.ts.map +1 -1
  415. package/dist/setup/control-plane-readiness.js +63 -19
  416. package/dist/setup/control-plane-readiness.js.map +1 -1
  417. package/dist/setup/control-plane-setup-state.d.ts +13 -3
  418. package/dist/setup/control-plane-setup-state.d.ts.map +1 -1
  419. package/dist/setup/control-plane-setup-state.js +30 -3
  420. package/dist/setup/control-plane-setup-state.js.map +1 -1
  421. package/dist/setup/control-plane-state-lock.d.ts +12 -0
  422. package/dist/setup/control-plane-state-lock.d.ts.map +1 -0
  423. package/dist/setup/control-plane-state-lock.js +79 -0
  424. package/dist/setup/control-plane-state-lock.js.map +1 -0
  425. package/dist/setup/control-plane-types.d.ts +72 -1
  426. package/dist/setup/control-plane-types.d.ts.map +1 -1
  427. package/dist/setup/first-run-readiness.d.ts +4 -0
  428. package/dist/setup/first-run-readiness.d.ts.map +1 -1
  429. package/dist/setup/first-run-readiness.js +2 -2
  430. package/dist/setup/first-run-readiness.js.map +1 -1
  431. package/dist/setup/git-askpass-credentials.d.ts +19 -0
  432. package/dist/setup/git-askpass-credentials.d.ts.map +1 -0
  433. package/dist/setup/git-askpass-credentials.js +60 -0
  434. package/dist/setup/git-askpass-credentials.js.map +1 -0
  435. package/dist/setup/github-dispatch-token.d.ts +4 -0
  436. package/dist/setup/github-dispatch-token.d.ts.map +1 -1
  437. package/dist/setup/github-dispatch-token.js +23 -3
  438. package/dist/setup/github-dispatch-token.js.map +1 -1
  439. package/dist/setup/github-remote-provider.d.ts +173 -0
  440. package/dist/setup/github-remote-provider.d.ts.map +1 -1
  441. package/dist/setup/github-remote-provider.js +234 -3
  442. package/dist/setup/github-remote-provider.js.map +1 -1
  443. package/dist/setup/github-remote-setup-live.d.ts +75 -1
  444. package/dist/setup/github-remote-setup-live.d.ts.map +1 -1
  445. package/dist/setup/github-remote-setup-live.js +189 -15
  446. package/dist/setup/github-remote-setup-live.js.map +1 -1
  447. package/dist/setup/github-repository-name.d.ts +15 -0
  448. package/dist/setup/github-repository-name.d.ts.map +1 -0
  449. package/dist/setup/github-repository-name.js +54 -0
  450. package/dist/setup/github-repository-name.js.map +1 -0
  451. package/dist/setup/github-secret-encryption.d.ts.map +1 -1
  452. package/dist/setup/github-secret-encryption.js +3 -1
  453. package/dist/setup/github-secret-encryption.js.map +1 -1
  454. package/dist/setup/github-target-repository-provider-live.d.ts +35 -0
  455. package/dist/setup/github-target-repository-provider-live.d.ts.map +1 -0
  456. package/dist/setup/github-target-repository-provider-live.js +236 -0
  457. package/dist/setup/github-target-repository-provider-live.js.map +1 -0
  458. package/dist/setup/github-target-repository-provider-mock.d.ts +47 -0
  459. package/dist/setup/github-target-repository-provider-mock.d.ts.map +1 -0
  460. package/dist/setup/github-target-repository-provider-mock.js +189 -0
  461. package/dist/setup/github-target-repository-provider-mock.js.map +1 -0
  462. package/dist/setup/github-target-repository-provider.d.ts +44 -0
  463. package/dist/setup/github-target-repository-provider.d.ts.map +1 -0
  464. package/dist/setup/github-target-repository-provider.js +7 -0
  465. package/dist/setup/github-target-repository-provider.js.map +1 -0
  466. package/dist/setup/github-upload-rate-limit-gate.d.ts +17 -0
  467. package/dist/setup/github-upload-rate-limit-gate.d.ts.map +1 -0
  468. package/dist/setup/github-upload-rate-limit-gate.js +42 -0
  469. package/dist/setup/github-upload-rate-limit-gate.js.map +1 -0
  470. package/dist/setup/github-workflow-permissions.d.ts +1 -1
  471. package/dist/setup/github-workflow-permissions.d.ts.map +1 -1
  472. package/dist/setup/github-workflow-permissions.js +1 -1
  473. package/dist/setup/github-workflow-permissions.js.map +1 -1
  474. package/dist/setup/gui-view-model.d.ts +5 -0
  475. package/dist/setup/gui-view-model.d.ts.map +1 -1
  476. package/dist/setup/gui-view-model.js +5 -0
  477. package/dist/setup/gui-view-model.js.map +1 -1
  478. package/dist/setup/harness-dispatch-repo.d.ts +16 -2
  479. package/dist/setup/harness-dispatch-repo.d.ts.map +1 -1
  480. package/dist/setup/harness-dispatch-repo.js +113 -22
  481. package/dist/setup/harness-dispatch-repo.js.map +1 -1
  482. package/dist/setup/harness-managed-repo-marker.d.ts +29 -1
  483. package/dist/setup/harness-managed-repo-marker.d.ts.map +1 -1
  484. package/dist/setup/harness-managed-repo-marker.js +183 -2
  485. package/dist/setup/harness-managed-repo-marker.js.map +1 -1
  486. package/dist/setup/harness-provisioning-context.d.ts +14 -12
  487. package/dist/setup/harness-provisioning-context.d.ts.map +1 -1
  488. package/dist/setup/harness-provisioning-context.js +54 -42
  489. package/dist/setup/harness-provisioning-context.js.map +1 -1
  490. package/dist/setup/harness-provisioning-last-run.d.ts +27 -0
  491. package/dist/setup/harness-provisioning-last-run.d.ts.map +1 -0
  492. package/dist/setup/harness-provisioning-last-run.js +94 -0
  493. package/dist/setup/harness-provisioning-last-run.js.map +1 -0
  494. package/dist/setup/harness-provisioning-pending-state.d.ts +33 -22
  495. package/dist/setup/harness-provisioning-pending-state.d.ts.map +1 -1
  496. package/dist/setup/harness-provisioning-pending-state.js +49 -30
  497. package/dist/setup/harness-provisioning-pending-state.js.map +1 -1
  498. package/dist/setup/harness-provisioning-progress.d.ts +58 -0
  499. package/dist/setup/harness-provisioning-progress.d.ts.map +1 -0
  500. package/dist/setup/harness-provisioning-progress.js +134 -0
  501. package/dist/setup/harness-provisioning-progress.js.map +1 -0
  502. package/dist/setup/harness-repo-provisioning.d.ts +21 -5
  503. package/dist/setup/harness-repo-provisioning.d.ts.map +1 -1
  504. package/dist/setup/harness-repo-provisioning.js +494 -334
  505. package/dist/setup/harness-repo-provisioning.js.map +1 -1
  506. package/dist/setup/harness-snapshot-git-transport.d.ts +92 -0
  507. package/dist/setup/harness-snapshot-git-transport.d.ts.map +1 -0
  508. package/dist/setup/harness-snapshot-git-transport.js +544 -0
  509. package/dist/setup/harness-snapshot-git-transport.js.map +1 -0
  510. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts +21 -0
  511. package/dist/setup/harness-snapshot-provisioning-helpers.d.ts.map +1 -0
  512. package/dist/setup/harness-snapshot-provisioning-helpers.js +55 -0
  513. package/dist/setup/harness-snapshot-provisioning-helpers.js.map +1 -0
  514. package/dist/setup/harness-snapshot-provisioning.d.ts +122 -0
  515. package/dist/setup/harness-snapshot-provisioning.d.ts.map +1 -0
  516. package/dist/setup/harness-snapshot-provisioning.js +909 -0
  517. package/dist/setup/harness-snapshot-provisioning.js.map +1 -0
  518. package/dist/setup/harness-step-readiness-server.d.ts +11 -0
  519. package/dist/setup/harness-step-readiness-server.d.ts.map +1 -0
  520. package/dist/setup/harness-step-readiness-server.js +24 -0
  521. package/dist/setup/harness-step-readiness-server.js.map +1 -0
  522. package/dist/setup/harness-step-readiness.d.ts +21 -0
  523. package/dist/setup/harness-step-readiness.d.ts.map +1 -0
  524. package/dist/setup/harness-step-readiness.js +40 -0
  525. package/dist/setup/harness-step-readiness.js.map +1 -0
  526. package/dist/setup/harness-workspace-snapshot-loader.d.ts +20 -0
  527. package/dist/setup/harness-workspace-snapshot-loader.d.ts.map +1 -0
  528. package/dist/setup/harness-workspace-snapshot-loader.js +113 -0
  529. package/dist/setup/harness-workspace-snapshot-loader.js.map +1 -0
  530. package/dist/setup/initial-setup-lifecycle.d.ts +51 -0
  531. package/dist/setup/initial-setup-lifecycle.d.ts.map +1 -0
  532. package/dist/setup/initial-setup-lifecycle.js +93 -0
  533. package/dist/setup/initial-setup-lifecycle.js.map +1 -0
  534. package/dist/setup/linear-category-labels.d.ts +2 -0
  535. package/dist/setup/linear-category-labels.d.ts.map +1 -0
  536. package/dist/setup/linear-category-labels.js +19 -0
  537. package/dist/setup/linear-category-labels.js.map +1 -0
  538. package/dist/setup/linear-setup-apply.d.ts +1 -0
  539. package/dist/setup/linear-setup-apply.d.ts.map +1 -1
  540. package/dist/setup/linear-setup-apply.js +67 -16
  541. package/dist/setup/linear-setup-apply.js.map +1 -1
  542. package/dist/setup/linear-setup-client.d.ts +24 -0
  543. package/dist/setup/linear-setup-client.d.ts.map +1 -1
  544. package/dist/setup/linear-setup-client.js +61 -0
  545. package/dist/setup/linear-setup-client.js.map +1 -1
  546. package/dist/setup/linear-setup-plan.d.ts +22 -1
  547. package/dist/setup/linear-setup-plan.d.ts.map +1 -1
  548. package/dist/setup/linear-setup-plan.js +69 -6
  549. package/dist/setup/linear-setup-plan.js.map +1 -1
  550. package/dist/setup/linear-setup-progress.d.ts +30 -0
  551. package/dist/setup/linear-setup-progress.d.ts.map +1 -0
  552. package/dist/setup/linear-setup-progress.js +71 -0
  553. package/dist/setup/linear-setup-progress.js.map +1 -0
  554. package/dist/setup/linear-status-contract.d.ts +2 -1
  555. package/dist/setup/linear-status-contract.d.ts.map +1 -1
  556. package/dist/setup/linear-status-contract.js +26 -67
  557. package/dist/setup/linear-status-contract.js.map +1 -1
  558. package/dist/setup/linear-workflow-status-repair.d.ts +36 -0
  559. package/dist/setup/linear-workflow-status-repair.d.ts.map +1 -0
  560. package/dist/setup/linear-workflow-status-repair.js +187 -0
  561. package/dist/setup/linear-workflow-status-repair.js.map +1 -0
  562. package/dist/setup/linear-workspace-apply.d.ts +25 -0
  563. package/dist/setup/linear-workspace-apply.d.ts.map +1 -0
  564. package/dist/setup/linear-workspace-apply.js +212 -0
  565. package/dist/setup/linear-workspace-apply.js.map +1 -0
  566. package/dist/setup/linear-workspace-drift.d.ts +2 -0
  567. package/dist/setup/linear-workspace-drift.d.ts.map +1 -0
  568. package/dist/setup/linear-workspace-drift.js +2 -0
  569. package/dist/setup/linear-workspace-drift.js.map +1 -0
  570. package/dist/setup/linear-workspace-migration.d.ts +43 -0
  571. package/dist/setup/linear-workspace-migration.d.ts.map +1 -0
  572. package/dist/setup/linear-workspace-migration.js +212 -0
  573. package/dist/setup/linear-workspace-migration.js.map +1 -0
  574. package/dist/setup/linear-workspace-plan.d.ts +92 -0
  575. package/dist/setup/linear-workspace-plan.d.ts.map +1 -0
  576. package/dist/setup/linear-workspace-plan.js +283 -0
  577. package/dist/setup/linear-workspace-plan.js.map +1 -0
  578. package/dist/setup/local-readiness-checks.d.ts +17 -0
  579. package/dist/setup/local-readiness-checks.d.ts.map +1 -1
  580. package/dist/setup/local-readiness-checks.js +86 -23
  581. package/dist/setup/local-readiness-checks.js.map +1 -1
  582. package/dist/setup/mock-git-repository-store.d.ts +43 -0
  583. package/dist/setup/mock-git-repository-store.d.ts.map +1 -0
  584. package/dist/setup/mock-git-repository-store.js +232 -0
  585. package/dist/setup/mock-git-repository-store.js.map +1 -0
  586. package/dist/setup/mock-target-workflow-finalization.d.ts.map +1 -1
  587. package/dist/setup/mock-target-workflow-finalization.js +27 -4
  588. package/dist/setup/mock-target-workflow-finalization.js.map +1 -1
  589. package/dist/setup/packaged-default-route.d.ts +15 -0
  590. package/dist/setup/packaged-default-route.d.ts.map +1 -0
  591. package/dist/setup/packaged-default-route.js +17 -0
  592. package/dist/setup/packaged-default-route.js.map +1 -0
  593. package/dist/setup/release-sync-managed-runner.d.ts +61 -0
  594. package/dist/setup/release-sync-managed-runner.d.ts.map +1 -0
  595. package/dist/setup/release-sync-managed-runner.js +364 -0
  596. package/dist/setup/release-sync-managed-runner.js.map +1 -0
  597. package/dist/setup/remote-apply-actions.d.ts.map +1 -1
  598. package/dist/setup/remote-apply-actions.js +23 -0
  599. package/dist/setup/remote-apply-actions.js.map +1 -1
  600. package/dist/setup/runner-upgrade-canary-dispatch.d.ts +19 -0
  601. package/dist/setup/runner-upgrade-canary-dispatch.d.ts.map +1 -0
  602. package/dist/setup/runner-upgrade-canary-dispatch.js +38 -0
  603. package/dist/setup/runner-upgrade-canary-dispatch.js.map +1 -0
  604. package/dist/setup/runner-upgrade-canary.d.ts +23 -0
  605. package/dist/setup/runner-upgrade-canary.d.ts.map +1 -0
  606. package/dist/setup/runner-upgrade-canary.js +146 -0
  607. package/dist/setup/runner-upgrade-canary.js.map +1 -0
  608. package/dist/setup/runner-upgrade-evidence.d.ts +14 -0
  609. package/dist/setup/runner-upgrade-evidence.d.ts.map +1 -0
  610. package/dist/setup/runner-upgrade-evidence.js +9 -0
  611. package/dist/setup/runner-upgrade-evidence.js.map +1 -0
  612. package/dist/setup/runner-upgrade-pending-state.d.ts +30 -0
  613. package/dist/setup/runner-upgrade-pending-state.d.ts.map +1 -0
  614. package/dist/setup/runner-upgrade-pending-state.js +75 -0
  615. package/dist/setup/runner-upgrade-pending-state.js.map +1 -0
  616. package/dist/setup/runner-upgrade-progress.d.ts +38 -0
  617. package/dist/setup/runner-upgrade-progress.d.ts.map +1 -0
  618. package/dist/setup/runner-upgrade-progress.js +95 -0
  619. package/dist/setup/runner-upgrade-progress.js.map +1 -0
  620. package/dist/setup/runner-upgrade-provider-live.d.ts +5 -0
  621. package/dist/setup/runner-upgrade-provider-live.d.ts.map +1 -0
  622. package/dist/setup/runner-upgrade-provider-live.js +338 -0
  623. package/dist/setup/runner-upgrade-provider-live.js.map +1 -0
  624. package/dist/setup/runner-upgrade-provider.d.ts +231 -0
  625. package/dist/setup/runner-upgrade-provider.d.ts.map +1 -0
  626. package/dist/setup/runner-upgrade-provider.js +466 -0
  627. package/dist/setup/runner-upgrade-provider.js.map +1 -0
  628. package/dist/setup/runner-upgrade-status-cache.d.ts +13 -0
  629. package/dist/setup/runner-upgrade-status-cache.d.ts.map +1 -0
  630. package/dist/setup/runner-upgrade-status-cache.js +39 -0
  631. package/dist/setup/runner-upgrade-status-cache.js.map +1 -0
  632. package/dist/setup/runner-upgrade-three-way.d.ts +28 -0
  633. package/dist/setup/runner-upgrade-three-way.d.ts.map +1 -0
  634. package/dist/setup/runner-upgrade-three-way.js +102 -0
  635. package/dist/setup/runner-upgrade-three-way.js.map +1 -0
  636. package/dist/setup/runner-upgrade-timeouts.d.ts +72 -0
  637. package/dist/setup/runner-upgrade-timeouts.d.ts.map +1 -0
  638. package/dist/setup/runner-upgrade-timeouts.js +261 -0
  639. package/dist/setup/runner-upgrade-timeouts.js.map +1 -0
  640. package/dist/setup/runner-upgrade-types.d.ts +84 -0
  641. package/dist/setup/runner-upgrade-types.d.ts.map +1 -0
  642. package/dist/setup/runner-upgrade-types.js +64 -0
  643. package/dist/setup/runner-upgrade-types.js.map +1 -0
  644. package/dist/setup/runner-upgrade-worker.d.ts +17 -0
  645. package/dist/setup/runner-upgrade-worker.d.ts.map +1 -0
  646. package/dist/setup/runner-upgrade-worker.js +115 -0
  647. package/dist/setup/runner-upgrade-worker.js.map +1 -0
  648. package/dist/setup/runner-upgrade.d.ts +57 -0
  649. package/dist/setup/runner-upgrade.d.ts.map +1 -0
  650. package/dist/setup/runner-upgrade.js +1311 -0
  651. package/dist/setup/runner-upgrade.js.map +1 -0
  652. package/dist/setup/service-verification.d.ts +18 -1
  653. package/dist/setup/service-verification.d.ts.map +1 -1
  654. package/dist/setup/service-verification.js +110 -19
  655. package/dist/setup/service-verification.js.map +1 -1
  656. package/dist/setup/settings-config-patch.d.ts +69 -0
  657. package/dist/setup/settings-config-patch.d.ts.map +1 -0
  658. package/dist/setup/settings-config-patch.js +312 -0
  659. package/dist/setup/settings-config-patch.js.map +1 -0
  660. package/dist/setup/setup-state.d.ts +1 -0
  661. package/dist/setup/setup-state.d.ts.map +1 -1
  662. package/dist/setup/setup-state.js +11 -1
  663. package/dist/setup/setup-state.js.map +1 -1
  664. package/dist/setup/step6-automatic-control-state.d.ts +21 -0
  665. package/dist/setup/step6-automatic-control-state.d.ts.map +1 -0
  666. package/dist/setup/step6-automatic-control-state.js +28 -0
  667. package/dist/setup/step6-automatic-control-state.js.map +1 -0
  668. package/dist/setup/sync-harness-config-cloud.d.ts +23 -0
  669. package/dist/setup/sync-harness-config-cloud.d.ts.map +1 -0
  670. package/dist/setup/sync-harness-config-cloud.js +91 -0
  671. package/dist/setup/sync-harness-config-cloud.js.map +1 -0
  672. package/dist/setup/target-repo-provisioning-pending-state.d.ts +42 -0
  673. package/dist/setup/target-repo-provisioning-pending-state.d.ts.map +1 -0
  674. package/dist/setup/target-repo-provisioning-pending-state.js +95 -0
  675. package/dist/setup/target-repo-provisioning-pending-state.js.map +1 -0
  676. package/dist/setup/target-repo-provisioning.d.ts +67 -0
  677. package/dist/setup/target-repo-provisioning.d.ts.map +1 -0
  678. package/dist/setup/target-repo-provisioning.js +473 -0
  679. package/dist/setup/target-repo-provisioning.js.map +1 -0
  680. package/dist/setup/target-workflow-finalization-progress.d.ts +43 -0
  681. package/dist/setup/target-workflow-finalization-progress.d.ts.map +1 -0
  682. package/dist/setup/target-workflow-finalization-progress.js +83 -0
  683. package/dist/setup/target-workflow-finalization-progress.js.map +1 -0
  684. package/dist/setup/target-workflow-finalization-types.d.ts +21 -1
  685. package/dist/setup/target-workflow-finalization-types.d.ts.map +1 -1
  686. package/dist/setup/target-workflow-finalization-types.js +75 -0
  687. package/dist/setup/target-workflow-finalization-types.js.map +1 -1
  688. package/dist/setup/target-workflow-finalization.d.ts.map +1 -1
  689. package/dist/setup/target-workflow-finalization.js +618 -15
  690. package/dist/setup/target-workflow-finalization.js.map +1 -1
  691. package/dist/setup/target-workflow-setup.d.ts.map +1 -1
  692. package/dist/setup/target-workflow-setup.js +2 -0
  693. package/dist/setup/target-workflow-setup.js.map +1 -1
  694. package/dist/setup/test-only-runner-upgrade-provider.d.ts +11 -0
  695. package/dist/setup/test-only-runner-upgrade-provider.d.ts.map +1 -0
  696. package/dist/setup/test-only-runner-upgrade-provider.js +37 -0
  697. package/dist/setup/test-only-runner-upgrade-provider.js.map +1 -0
  698. package/dist/setup/test-only-target-repo-provisioning-provider.d.ts +7 -0
  699. package/dist/setup/test-only-target-repo-provisioning-provider.d.ts.map +1 -0
  700. package/dist/setup/test-only-target-repo-provisioning-provider.js +33 -0
  701. package/dist/setup/test-only-target-repo-provisioning-provider.js.map +1 -0
  702. package/dist/setup/vercel-bridge-artifact.d.ts +7 -0
  703. package/dist/setup/vercel-bridge-artifact.d.ts.map +1 -0
  704. package/dist/setup/vercel-bridge-artifact.js +164 -0
  705. package/dist/setup/vercel-bridge-artifact.js.map +1 -0
  706. package/dist/setup/vercel-bridge-deploy.d.ts +42 -0
  707. package/dist/setup/vercel-bridge-deploy.d.ts.map +1 -0
  708. package/dist/setup/vercel-bridge-deploy.js +138 -0
  709. package/dist/setup/vercel-bridge-deploy.js.map +1 -0
  710. package/dist/setup/vercel-bridge-diagnostics.js +1 -1
  711. package/dist/setup/vercel-bridge-diagnostics.js.map +1 -1
  712. package/dist/setup/vercel-bridge-options.d.ts +2 -0
  713. package/dist/setup/vercel-bridge-options.d.ts.map +1 -1
  714. package/dist/setup/vercel-bridge-options.js +2 -0
  715. package/dist/setup/vercel-bridge-options.js.map +1 -1
  716. package/dist/setup/vercel-bridge-orchestration-summary.d.ts +13 -0
  717. package/dist/setup/vercel-bridge-orchestration-summary.d.ts.map +1 -0
  718. package/dist/setup/vercel-bridge-orchestration-summary.js +22 -0
  719. package/dist/setup/vercel-bridge-orchestration-summary.js.map +1 -0
  720. package/dist/setup/vercel-bridge-project-marker.d.ts +5 -0
  721. package/dist/setup/vercel-bridge-project-marker.d.ts.map +1 -0
  722. package/dist/setup/vercel-bridge-project-marker.js +6 -0
  723. package/dist/setup/vercel-bridge-project-marker.js.map +1 -0
  724. package/dist/setup/vercel-bridge-readiness.d.ts +1 -0
  725. package/dist/setup/vercel-bridge-readiness.d.ts.map +1 -1
  726. package/dist/setup/vercel-bridge-readiness.js +1 -1
  727. package/dist/setup/vercel-bridge-readiness.js.map +1 -1
  728. package/dist/setup/vercel-bridge-redeploy-normalize.d.ts +18 -0
  729. package/dist/setup/vercel-bridge-redeploy-normalize.d.ts.map +1 -0
  730. package/dist/setup/vercel-bridge-redeploy-normalize.js +175 -0
  731. package/dist/setup/vercel-bridge-redeploy-normalize.js.map +1 -0
  732. package/dist/setup/vercel-bridge-redeploy-poll.d.ts +7 -1
  733. package/dist/setup/vercel-bridge-redeploy-poll.d.ts.map +1 -1
  734. package/dist/setup/vercel-bridge-redeploy-poll.js +329 -166
  735. package/dist/setup/vercel-bridge-redeploy-poll.js.map +1 -1
  736. package/dist/setup/vercel-bridge-redeploy-state.d.ts.map +1 -1
  737. package/dist/setup/vercel-bridge-redeploy-state.js +3 -0
  738. package/dist/setup/vercel-bridge-redeploy-state.js.map +1 -1
  739. package/dist/setup/vercel-bridge-structured-log.d.ts +5 -0
  740. package/dist/setup/vercel-bridge-structured-log.d.ts.map +1 -1
  741. package/dist/setup/vercel-bridge-structured-log.js.map +1 -1
  742. package/dist/setup/vercel-project-name.d.ts +7 -0
  743. package/dist/setup/vercel-project-name.d.ts.map +1 -0
  744. package/dist/setup/vercel-project-name.js +26 -0
  745. package/dist/setup/vercel-project-name.js.map +1 -0
  746. package/dist/setup/vercel-setup-apply.d.ts +7 -2
  747. package/dist/setup/vercel-setup-apply.d.ts.map +1 -1
  748. package/dist/setup/vercel-setup-apply.js +315 -38
  749. package/dist/setup/vercel-setup-apply.js.map +1 -1
  750. package/dist/setup/vercel-setup-client.d.ts +26 -1
  751. package/dist/setup/vercel-setup-client.d.ts.map +1 -1
  752. package/dist/setup/vercel-setup-client.js +50 -1
  753. package/dist/setup/vercel-setup-client.js.map +1 -1
  754. package/dist/setup/vercel-setup-plan.d.ts +5 -0
  755. package/dist/setup/vercel-setup-plan.d.ts.map +1 -1
  756. package/dist/setup/vercel-setup-plan.js +65 -13
  757. package/dist/setup/vercel-setup-plan.js.map +1 -1
  758. package/dist/setup/vercel-setup-summary.d.ts +3 -0
  759. package/dist/setup/vercel-setup-summary.d.ts.map +1 -1
  760. package/dist/setup/vercel-setup-summary.js +4 -0
  761. package/dist/setup/vercel-setup-summary.js.map +1 -1
  762. package/dist/setup/workflow-config-snapshot.d.ts +8 -0
  763. package/dist/setup/workflow-config-snapshot.d.ts.map +1 -0
  764. package/dist/setup/workflow-config-snapshot.js +13 -0
  765. package/dist/setup/workflow-config-snapshot.js.map +1 -0
  766. package/dist/setup/workflow-install-branch-recovery.d.ts +116 -0
  767. package/dist/setup/workflow-install-branch-recovery.d.ts.map +1 -0
  768. package/dist/setup/workflow-install-branch-recovery.js +385 -0
  769. package/dist/setup/workflow-install-branch-recovery.js.map +1 -0
  770. package/dist/setup/workflow-install-merge-errors.d.ts +5 -2
  771. package/dist/setup/workflow-install-merge-errors.d.ts.map +1 -1
  772. package/dist/setup/workflow-install-merge-errors.js +51 -17
  773. package/dist/setup/workflow-install-merge-errors.js.map +1 -1
  774. package/dist/setup/workflow-install-merge-gate.d.ts +10 -0
  775. package/dist/setup/workflow-install-merge-gate.d.ts.map +1 -0
  776. package/dist/setup/workflow-install-merge-gate.js +21 -0
  777. package/dist/setup/workflow-install-merge-gate.js.map +1 -0
  778. package/dist/setup/workflow-model-save-queue.d.ts +16 -0
  779. package/dist/setup/workflow-model-save-queue.d.ts.map +1 -0
  780. package/dist/setup/workflow-model-save-queue.js +174 -0
  781. package/dist/setup/workflow-model-save-queue.js.map +1 -0
  782. package/dist/setup/workflow-model-sync-lock.d.ts +12 -0
  783. package/dist/setup/workflow-model-sync-lock.d.ts.map +1 -0
  784. package/dist/setup/workflow-model-sync-lock.js +79 -0
  785. package/dist/setup/workflow-model-sync-lock.js.map +1 -0
  786. package/dist/setup/workflow-model-sync.d.ts +34 -0
  787. package/dist/setup/workflow-model-sync.d.ts.map +1 -0
  788. package/dist/setup/workflow-model-sync.js +163 -0
  789. package/dist/setup/workflow-model-sync.js.map +1 -0
  790. package/dist/setup/workflow-models-sync-evidence.d.ts +12 -0
  791. package/dist/setup/workflow-models-sync-evidence.d.ts.map +1 -0
  792. package/dist/setup/workflow-models-sync-evidence.js +15 -0
  793. package/dist/setup/workflow-models-sync-evidence.js.map +1 -0
  794. package/dist/types/parsed-issue.d.ts +8 -0
  795. package/dist/types/parsed-issue.d.ts.map +1 -1
  796. package/dist/types/run.d.ts +18 -3
  797. package/dist/types/run.d.ts.map +1 -1
  798. package/dist/validate/issue.d.ts +5 -0
  799. package/dist/validate/issue.d.ts.map +1 -1
  800. package/dist/validate/issue.js +23 -3
  801. package/dist/validate/issue.js.map +1 -1
  802. package/dist/validate/types.d.ts +3 -0
  803. package/dist/validate/types.d.ts.map +1 -1
  804. package/dist/webhook/dispatch-statuses.d.ts +1 -1
  805. package/dist/webhook/dispatch-statuses.d.ts.map +1 -1
  806. package/dist/webhook/dispatch-statuses.js +4 -13
  807. package/dist/webhook/dispatch-statuses.js.map +1 -1
  808. package/dist/webhook/filter.d.ts +5 -2
  809. package/dist/webhook/filter.d.ts.map +1 -1
  810. package/dist/webhook/filter.js +15 -1
  811. package/dist/webhook/filter.js.map +1 -1
  812. package/dist/webhook/handle-linear-webhook.d.ts.map +1 -1
  813. package/dist/webhook/handle-linear-webhook.js +15 -1
  814. package/dist/webhook/handle-linear-webhook.js.map +1 -1
  815. package/dist/webhook/parse-linear-issue-event.d.ts +6 -0
  816. package/dist/webhook/parse-linear-issue-event.d.ts.map +1 -1
  817. package/dist/webhook/parse-linear-issue-event.js +2 -0
  818. package/dist/webhook/parse-linear-issue-event.js.map +1 -1
  819. package/dist/webhook/types.d.ts +3 -1
  820. package/dist/webhook/types.d.ts.map +1 -1
  821. package/dist/workflow/canonical-product-development-workflow.d.ts +106 -0
  822. package/dist/workflow/canonical-product-development-workflow.d.ts.map +1 -0
  823. package/dist/workflow/canonical-product-development-workflow.js +425 -0
  824. package/dist/workflow/canonical-product-development-workflow.js.map +1 -0
  825. package/dist/workflow/canonical-workflow-gate.d.ts +33 -0
  826. package/dist/workflow/canonical-workflow-gate.d.ts.map +1 -0
  827. package/dist/workflow/canonical-workflow-gate.js +164 -0
  828. package/dist/workflow/canonical-workflow-gate.js.map +1 -0
  829. package/dist/workflow/canonical-workflow-validation.d.ts +44 -0
  830. package/dist/workflow/canonical-workflow-validation.d.ts.map +1 -0
  831. package/dist/workflow/canonical-workflow-validation.js +193 -0
  832. package/dist/workflow/canonical-workflow-validation.js.map +1 -0
  833. package/dist/workflow/finalize-harness-run.d.ts +2 -0
  834. package/dist/workflow/finalize-harness-run.d.ts.map +1 -0
  835. package/dist/workflow/finalize-harness-run.js +62 -0
  836. package/dist/workflow/finalize-harness-run.js.map +1 -0
  837. package/dist/workflow/preflight-canonical.d.ts +11 -0
  838. package/dist/workflow/preflight-canonical.d.ts.map +1 -0
  839. package/dist/workflow/preflight-canonical.js +20 -0
  840. package/dist/workflow/preflight-canonical.js.map +1 -0
  841. package/dist/workflow/write-fallback-manifest.d.ts +2 -0
  842. package/dist/workflow/write-fallback-manifest.d.ts.map +1 -0
  843. package/dist/workflow/write-fallback-manifest.js +30 -0
  844. package/dist/workflow/write-fallback-manifest.js.map +1 -0
  845. package/dist/workflow-page/bootstrap.d.ts +21 -0
  846. package/dist/workflow-page/bootstrap.d.ts.map +1 -0
  847. package/dist/workflow-page/bootstrap.js +185 -0
  848. package/dist/workflow-page/bootstrap.js.map +1 -0
  849. package/dist/workflow-page/catalog-validation.d.ts +33 -0
  850. package/dist/workflow-page/catalog-validation.d.ts.map +1 -0
  851. package/dist/workflow-page/catalog-validation.js +105 -0
  852. package/dist/workflow-page/catalog-validation.js.map +1 -0
  853. package/dist/workflow-page/constants.d.ts +7 -0
  854. package/dist/workflow-page/constants.d.ts.map +1 -0
  855. package/dist/workflow-page/constants.js +18 -0
  856. package/dist/workflow-page/constants.js.map +1 -0
  857. package/dist/workflow-page/current-workflow.d.ts +18 -0
  858. package/dist/workflow-page/current-workflow.d.ts.map +1 -0
  859. package/dist/workflow-page/current-workflow.js +142 -0
  860. package/dist/workflow-page/current-workflow.js.map +1 -0
  861. package/dist/workflow-page/fingerprint.d.ts +3 -0
  862. package/dist/workflow-page/fingerprint.d.ts.map +1 -0
  863. package/dist/workflow-page/fingerprint.js +8 -0
  864. package/dist/workflow-page/fingerprint.js.map +1 -0
  865. package/dist/workflow-page/fixture-definition.d.ts +13 -0
  866. package/dist/workflow-page/fixture-definition.d.ts.map +1 -0
  867. package/dist/workflow-page/fixture-definition.js +2 -0
  868. package/dist/workflow-page/fixture-definition.js.map +1 -0
  869. package/dist/workflow-page/fixture-role-models.d.ts +19 -0
  870. package/dist/workflow-page/fixture-role-models.d.ts.map +1 -0
  871. package/dist/workflow-page/fixture-role-models.js +32 -0
  872. package/dist/workflow-page/fixture-role-models.js.map +1 -0
  873. package/dist/workflow-page/fixtures/basic-current-workflow.d.ts +5 -0
  874. package/dist/workflow-page/fixtures/basic-current-workflow.d.ts.map +1 -0
  875. package/dist/workflow-page/fixtures/basic-current-workflow.js +36 -0
  876. package/dist/workflow-page/fixtures/basic-current-workflow.js.map +1 -0
  877. package/dist/workflow-page/fixtures/branching-pr-review.d.ts +3 -0
  878. package/dist/workflow-page/fixtures/branching-pr-review.d.ts.map +1 -0
  879. package/dist/workflow-page/fixtures/branching-pr-review.js +10 -0
  880. package/dist/workflow-page/fixtures/branching-pr-review.js.map +1 -0
  881. package/dist/workflow-page/fixtures/canonical-violations.d.ts +6 -0
  882. package/dist/workflow-page/fixtures/canonical-violations.d.ts.map +1 -0
  883. package/dist/workflow-page/fixtures/canonical-violations.js +19 -0
  884. package/dist/workflow-page/fixtures/canonical-violations.js.map +1 -0
  885. package/dist/workflow-page/fixtures/credential-errors.d.ts +3 -0
  886. package/dist/workflow-page/fixtures/credential-errors.d.ts.map +1 -0
  887. package/dist/workflow-page/fixtures/credential-errors.js +12 -0
  888. package/dist/workflow-page/fixtures/credential-errors.js.map +1 -0
  889. package/dist/workflow-page/fixtures/empty-linear-statuses.d.ts +3 -0
  890. package/dist/workflow-page/fixtures/empty-linear-statuses.d.ts.map +1 -0
  891. package/dist/workflow-page/fixtures/empty-linear-statuses.js +9 -0
  892. package/dist/workflow-page/fixtures/empty-linear-statuses.js.map +1 -0
  893. package/dist/workflow-page/fixtures/hundred-node-performance.d.ts +3 -0
  894. package/dist/workflow-page/fixtures/hundred-node-performance.d.ts.map +1 -0
  895. package/dist/workflow-page/fixtures/hundred-node-performance.js +21 -0
  896. package/dist/workflow-page/fixtures/hundred-node-performance.js.map +1 -0
  897. package/dist/workflow-page/fixtures/index.d.ts +6 -0
  898. package/dist/workflow-page/fixtures/index.d.ts.map +1 -0
  899. package/dist/workflow-page/fixtures/index.js +24 -0
  900. package/dist/workflow-page/fixtures/index.js.map +1 -0
  901. package/dist/workflow-page/fixtures/model-catalog-snapshot.d.ts +10 -0
  902. package/dist/workflow-page/fixtures/model-catalog-snapshot.d.ts.map +1 -0
  903. package/dist/workflow-page/fixtures/model-catalog-snapshot.js +29 -0
  904. package/dist/workflow-page/fixtures/model-catalog-snapshot.js.map +1 -0
  905. package/dist/workflow-page/fixtures/workflow-scopes.d.ts +4 -0
  906. package/dist/workflow-page/fixtures/workflow-scopes.d.ts.map +1 -0
  907. package/dist/workflow-page/fixtures/workflow-scopes.js +16 -0
  908. package/dist/workflow-page/fixtures/workflow-scopes.js.map +1 -0
  909. package/dist/workflow-page/linear-status-source.d.ts +15 -0
  910. package/dist/workflow-page/linear-status-source.d.ts.map +1 -0
  911. package/dist/workflow-page/linear-status-source.js +44 -0
  912. package/dist/workflow-page/linear-status-source.js.map +1 -0
  913. package/dist/workflow-page/model-catalog-lookup.d.ts +3 -0
  914. package/dist/workflow-page/model-catalog-lookup.d.ts.map +1 -0
  915. package/dist/workflow-page/model-catalog-lookup.js +4 -0
  916. package/dist/workflow-page/model-catalog-lookup.js.map +1 -0
  917. package/dist/workflow-page/model-catalog-utils.d.ts +19 -0
  918. package/dist/workflow-page/model-catalog-utils.d.ts.map +1 -0
  919. package/dist/workflow-page/model-catalog-utils.js +46 -0
  920. package/dist/workflow-page/model-catalog-utils.js.map +1 -0
  921. package/dist/workflow-page/model-catalog.d.ts +12 -0
  922. package/dist/workflow-page/model-catalog.d.ts.map +1 -0
  923. package/dist/workflow-page/model-catalog.js +40 -0
  924. package/dist/workflow-page/model-catalog.js.map +1 -0
  925. package/dist/workflow-page/scope-branches.d.ts +11 -0
  926. package/dist/workflow-page/scope-branches.d.ts.map +1 -0
  927. package/dist/workflow-page/scope-branches.js +18 -0
  928. package/dist/workflow-page/scope-branches.js.map +1 -0
  929. package/dist/workflow-page/source-context.d.ts +13 -0
  930. package/dist/workflow-page/source-context.d.ts.map +1 -0
  931. package/dist/workflow-page/source-context.js +61 -0
  932. package/dist/workflow-page/source-context.js.map +1 -0
  933. package/dist/workflow-page/types.d.ts +108 -0
  934. package/dist/workflow-page/types.d.ts.map +1 -0
  935. package/dist/workflow-page/types.js +2 -0
  936. package/dist/workflow-page/types.js.map +1 -0
  937. package/dist/workflow-page/workflow-scopes.d.ts +16 -0
  938. package/dist/workflow-page/workflow-scopes.d.ts.map +1 -0
  939. package/dist/workflow-page/workflow-scopes.js +55 -0
  940. package/dist/workflow-page/workflow-scopes.js.map +1 -0
  941. package/gui/.next/BUILD_ID +1 -1
  942. package/gui/.next/app-build-manifest.json +378 -117
  943. package/gui/.next/app-path-routes-manifest.json +45 -16
  944. package/gui/.next/build-manifest.json +12 -12
  945. package/gui/.next/next-minimal-server.js.nft.json +1 -1
  946. package/gui/.next/next-server.js.nft.json +1 -1
  947. package/gui/.next/prerender-manifest.json +0 -24
  948. package/gui/.next/required-server-files.json +4 -3
  949. package/gui/.next/routes-manifest.json +54 -0
  950. package/gui/.next/server/app/_not-found/page.js +2 -2
  951. package/gui/.next/server/app/_not-found/page.js.nft.json +1 -1
  952. package/gui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  953. package/gui/.next/server/app/_not-found.html +1 -1
  954. package/gui/.next/server/app/_not-found.rsc +3 -3
  955. package/gui/.next/server/app/api/observability/event/route.js +1 -0
  956. package/gui/.next/server/app/api/observability/event/route.js.nft.json +1 -0
  957. package/gui/.next/server/app/api/observability/event/route_client-reference-manifest.js +1 -0
  958. package/gui/.next/server/app/api/observability/preferences/route.js +1 -0
  959. package/gui/.next/server/app/api/observability/preferences/route.js.nft.json +1 -0
  960. package/gui/.next/server/app/api/observability/preferences/route_client-reference-manifest.js +1 -0
  961. package/gui/.next/server/app/api/operations/bootstrap/route.js +1 -0
  962. package/gui/.next/server/app/api/operations/bootstrap/route.js.nft.json +1 -0
  963. package/gui/.next/server/app/api/operations/bootstrap/route_client-reference-manifest.js +1 -0
  964. package/gui/.next/server/app/api/operations/draft/route.js +1 -0
  965. package/gui/.next/server/app/api/operations/draft/route.js.nft.json +1 -0
  966. package/gui/.next/server/app/api/operations/draft/route_client-reference-manifest.js +1 -0
  967. package/gui/.next/server/app/api/settings/apply-config-patch/route.js +8 -0
  968. package/gui/.next/server/app/api/settings/apply-config-patch/route.js.nft.json +1 -0
  969. package/gui/.next/server/app/api/settings/apply-config-patch/route_client-reference-manifest.js +1 -0
  970. package/gui/.next/server/app/api/settings/preview-config-patch/route.js +8 -0
  971. package/gui/.next/server/app/api/settings/preview-config-patch/route.js.nft.json +1 -0
  972. package/gui/.next/server/app/api/settings/preview-config-patch/route_client-reference-manifest.js +1 -0
  973. package/gui/.next/server/app/api/setup/apply-connect-services/route.js +1 -1
  974. package/gui/.next/server/app/api/setup/apply-connect-services/route.js.nft.json +1 -1
  975. package/gui/.next/server/app/api/setup/apply-connect-services/route_client-reference-manifest.js +1 -1
  976. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js +1 -1
  977. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js.nft.json +1 -1
  978. package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  979. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js +1 -1
  980. package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js.nft.json +1 -1
  981. package/gui/.next/server/app/api/setup/apply-harness-secrets/route_client-reference-manifest.js +1 -1
  982. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js +1 -1
  983. package/gui/.next/server/app/api/setup/apply-linear-setup/route.js.nft.json +1 -1
  984. package/gui/.next/server/app/api/setup/apply-linear-setup/route_client-reference-manifest.js +1 -1
  985. package/gui/.next/server/app/api/setup/apply-linear-workspace/route.js +1 -0
  986. package/gui/.next/server/app/api/setup/apply-linear-workspace/route.js.nft.json +1 -0
  987. package/gui/.next/server/app/api/setup/apply-linear-workspace/route_client-reference-manifest.js +1 -0
  988. package/gui/.next/server/app/api/setup/apply-local-files/route.js +1 -1
  989. package/gui/.next/server/app/api/setup/apply-local-files/route.js.nft.json +1 -1
  990. package/gui/.next/server/app/api/setup/apply-local-files/route_client-reference-manifest.js +1 -1
  991. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route.js +1 -0
  992. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route.js.nft.json +1 -0
  993. package/gui/.next/server/app/api/setup/apply-runner-upgrade/route_client-reference-manifest.js +1 -0
  994. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route.js +1 -0
  995. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route.js.nft.json +1 -0
  996. package/gui/.next/server/app/api/setup/apply-target-repo-provisioning/route_client-reference-manifest.js +1 -0
  997. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js +1 -1
  998. package/gui/.next/server/app/api/setup/apply-target-workflow/route.js.nft.json +1 -1
  999. package/gui/.next/server/app/api/setup/apply-target-workflow/route_client-reference-manifest.js +1 -1
  1000. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js +1 -1
  1001. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js.nft.json +1 -1
  1002. package/gui/.next/server/app/api/setup/apply-vercel-bridge/route_client-reference-manifest.js +1 -1
  1003. package/gui/.next/server/app/api/setup/complete-initial-setup/route.js +1 -0
  1004. package/gui/.next/server/app/api/setup/complete-initial-setup/route.js.nft.json +1 -0
  1005. package/gui/.next/server/app/api/setup/complete-initial-setup/route_client-reference-manifest.js +1 -0
  1006. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js +1 -1
  1007. package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js.nft.json +1 -1
  1008. package/gui/.next/server/app/api/setup/finalize-target-workflow/route_client-reference-manifest.js +1 -1
  1009. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route.js +1 -0
  1010. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route.js.nft.json +1 -0
  1011. package/gui/.next/server/app/api/setup/harness-provisioning-progress/route_client-reference-manifest.js +1 -0
  1012. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js +1 -1
  1013. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js.nft.json +1 -1
  1014. package/gui/.next/server/app/api/setup/harness-provisioning-summary/route_client-reference-manifest.js +1 -1
  1015. package/gui/.next/server/app/api/setup/linear-options/route.js +1 -1
  1016. package/gui/.next/server/app/api/setup/linear-options/route.js.nft.json +1 -1
  1017. package/gui/.next/server/app/api/setup/linear-options/route_client-reference-manifest.js +1 -1
  1018. package/gui/.next/server/app/api/setup/linear-setup-progress/route.js +1 -0
  1019. package/gui/.next/server/app/api/setup/linear-setup-progress/route.js.nft.json +1 -0
  1020. package/gui/.next/server/app/api/setup/linear-setup-progress/route_client-reference-manifest.js +1 -0
  1021. package/gui/.next/server/app/api/setup/linear-summary/route.js +1 -1
  1022. package/gui/.next/server/app/api/setup/linear-summary/route.js.nft.json +1 -1
  1023. package/gui/.next/server/app/api/setup/linear-summary/route_client-reference-manifest.js +1 -1
  1024. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route.js +1 -0
  1025. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route.js.nft.json +1 -0
  1026. package/gui/.next/server/app/api/setup/linear-workspace-editor-state/route_client-reference-manifest.js +1 -0
  1027. package/gui/.next/server/app/api/setup/local-readiness/route.js +3 -1
  1028. package/gui/.next/server/app/api/setup/local-readiness/route.js.nft.json +1 -1
  1029. package/gui/.next/server/app/api/setup/local-readiness/route_client-reference-manifest.js +1 -1
  1030. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js +1 -1
  1031. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js.nft.json +1 -1
  1032. package/gui/.next/server/app/api/setup/manual-harness-secret-values/route_client-reference-manifest.js +1 -1
  1033. package/gui/.next/server/app/api/setup/preview-connect-services/route.js +1 -1
  1034. package/gui/.next/server/app/api/setup/preview-connect-services/route.js.nft.json +1 -1
  1035. package/gui/.next/server/app/api/setup/preview-connect-services/route_client-reference-manifest.js +1 -1
  1036. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js +1 -1
  1037. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js.nft.json +1 -1
  1038. package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
  1039. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js +1 -1
  1040. package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js.nft.json +1 -1
  1041. package/gui/.next/server/app/api/setup/preview-harness-secrets/route_client-reference-manifest.js +1 -1
  1042. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js +1 -1
  1043. package/gui/.next/server/app/api/setup/preview-linear-setup/route.js.nft.json +1 -1
  1044. package/gui/.next/server/app/api/setup/preview-linear-setup/route_client-reference-manifest.js +1 -1
  1045. package/gui/.next/server/app/api/setup/preview-linear-workspace/route.js +1 -0
  1046. package/gui/.next/server/app/api/setup/preview-linear-workspace/route.js.nft.json +1 -0
  1047. package/gui/.next/server/app/api/setup/preview-linear-workspace/route_client-reference-manifest.js +1 -0
  1048. package/gui/.next/server/app/api/setup/preview-local-files/route.js +1 -1
  1049. package/gui/.next/server/app/api/setup/preview-local-files/route.js.nft.json +1 -1
  1050. package/gui/.next/server/app/api/setup/preview-local-files/route_client-reference-manifest.js +1 -1
  1051. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route.js +1 -0
  1052. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route.js.nft.json +1 -0
  1053. package/gui/.next/server/app/api/setup/preview-runner-upgrade/route_client-reference-manifest.js +1 -0
  1054. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route.js +1 -0
  1055. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route.js.nft.json +1 -0
  1056. package/gui/.next/server/app/api/setup/preview-target-repo-provisioning/route_client-reference-manifest.js +1 -0
  1057. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js +1 -1
  1058. package/gui/.next/server/app/api/setup/preview-target-workflow/route.js.nft.json +1 -1
  1059. package/gui/.next/server/app/api/setup/preview-target-workflow/route_client-reference-manifest.js +1 -1
  1060. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js +1 -1
  1061. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js.nft.json +1 -1
  1062. package/gui/.next/server/app/api/setup/preview-vercel-bridge/route_client-reference-manifest.js +1 -1
  1063. package/gui/.next/server/app/api/setup/remote-summary/route.js +1 -1
  1064. package/gui/.next/server/app/api/setup/remote-summary/route.js.nft.json +1 -1
  1065. package/gui/.next/server/app/api/setup/remote-summary/route_client-reference-manifest.js +1 -1
  1066. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route.js +1 -0
  1067. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route.js.nft.json +1 -0
  1068. package/gui/.next/server/app/api/setup/runner-upgrade-progress/route_client-reference-manifest.js +1 -0
  1069. package/gui/.next/server/app/api/setup/runner-upgrade-status/route.js +1 -0
  1070. package/gui/.next/server/app/api/setup/runner-upgrade-status/route.js.nft.json +1 -0
  1071. package/gui/.next/server/app/api/setup/runner-upgrade-status/route_client-reference-manifest.js +1 -0
  1072. package/gui/.next/server/app/api/setup/summary/route.js +1 -1
  1073. package/gui/.next/server/app/api/setup/summary/route.js.nft.json +1 -1
  1074. package/gui/.next/server/app/api/setup/summary/route_client-reference-manifest.js +1 -1
  1075. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js +1 -1
  1076. package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js.nft.json +1 -1
  1077. package/gui/.next/server/app/api/setup/vercel-bridge-options/route_client-reference-manifest.js +1 -1
  1078. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js +1 -1
  1079. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js.nft.json +1 -1
  1080. package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route_client-reference-manifest.js +1 -1
  1081. package/gui/.next/server/app/api/setup/vercel-summary/route.js +1 -1
  1082. package/gui/.next/server/app/api/setup/vercel-summary/route.js.nft.json +1 -1
  1083. package/gui/.next/server/app/api/setup/vercel-summary/route_client-reference-manifest.js +1 -1
  1084. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js +1 -1
  1085. package/gui/.next/server/app/api/setup/verify-harness-repo/route.js.nft.json +1 -1
  1086. package/gui/.next/server/app/api/setup/verify-harness-repo/route_client-reference-manifest.js +1 -1
  1087. package/gui/.next/server/app/api/setup/verify-service/route.js +1 -1
  1088. package/gui/.next/server/app/api/setup/verify-service/route.js.nft.json +1 -1
  1089. package/gui/.next/server/app/api/setup/verify-service/route_client-reference-manifest.js +1 -1
  1090. package/gui/.next/server/app/api/setup/verify-target-repo/route.js +1 -1
  1091. package/gui/.next/server/app/api/setup/verify-target-repo/route.js.nft.json +1 -1
  1092. package/gui/.next/server/app/api/setup/verify-target-repo/route_client-reference-manifest.js +1 -1
  1093. package/gui/.next/server/app/api/workflow/bootstrap/route.js +1 -0
  1094. package/gui/.next/server/app/api/workflow/bootstrap/route.js.nft.json +1 -0
  1095. package/gui/.next/server/app/api/workflow/bootstrap/route_client-reference-manifest.js +1 -0
  1096. package/gui/.next/server/app/api/workflow/models/route.js +1 -0
  1097. package/gui/.next/server/app/api/workflow/models/route.js.nft.json +1 -0
  1098. package/gui/.next/server/app/api/workflow/models/route_client-reference-manifest.js +1 -0
  1099. package/gui/.next/server/app/operations/page.js +2 -0
  1100. package/gui/.next/server/app/operations/page.js.nft.json +1 -0
  1101. package/gui/.next/server/app/operations/page_client-reference-manifest.js +1 -0
  1102. package/gui/.next/server/app/page.js +3 -2
  1103. package/gui/.next/server/app/page.js.nft.json +1 -1
  1104. package/gui/.next/server/app/page_client-reference-manifest.js +1 -1
  1105. package/gui/.next/server/app/settings/(console)/connections/page.js +2 -0
  1106. package/gui/.next/server/app/settings/(console)/connections/page.js.nft.json +1 -0
  1107. package/gui/.next/server/app/settings/(console)/connections/page_client-reference-manifest.js +1 -0
  1108. package/gui/.next/server/app/settings/(console)/data-sharing/page.js +2 -0
  1109. package/gui/.next/server/app/settings/(console)/data-sharing/page.js.nft.json +1 -0
  1110. package/gui/.next/server/app/settings/(console)/data-sharing/page_client-reference-manifest.js +1 -0
  1111. package/gui/.next/server/app/settings/(console)/deployments/page.js +2 -0
  1112. package/gui/.next/server/app/settings/(console)/deployments/page.js.nft.json +1 -0
  1113. package/gui/.next/server/app/settings/(console)/deployments/page_client-reference-manifest.js +1 -0
  1114. package/gui/.next/server/app/settings/(console)/linear/page.js +10 -0
  1115. package/gui/.next/server/app/settings/(console)/linear/page.js.nft.json +1 -0
  1116. package/gui/.next/server/app/settings/(console)/linear/page_client-reference-manifest.js +1 -0
  1117. package/gui/.next/server/app/settings/(console)/models/page.js +2 -0
  1118. package/gui/.next/server/app/settings/(console)/models/page.js.nft.json +1 -0
  1119. package/gui/.next/server/app/settings/(console)/models/page_client-reference-manifest.js +1 -0
  1120. package/gui/.next/server/app/settings/(console)/page.js +2 -0
  1121. package/gui/.next/server/app/settings/(console)/page.js.nft.json +1 -0
  1122. package/gui/.next/server/app/settings/(console)/page_client-reference-manifest.js +1 -0
  1123. package/gui/.next/server/app/settings/(console)/repositories/page.js +6 -0
  1124. package/gui/.next/server/app/settings/(console)/repositories/page.js.nft.json +1 -0
  1125. package/gui/.next/server/app/settings/(console)/repositories/page_client-reference-manifest.js +1 -0
  1126. package/gui/.next/server/app/settings/configure/page.js +4 -4
  1127. package/gui/.next/server/app/settings/configure/page.js.nft.json +1 -1
  1128. package/gui/.next/server/app/settings/configure/page_client-reference-manifest.js +1 -1
  1129. package/gui/.next/server/app/workflow/page.js +2 -0
  1130. package/gui/.next/server/app/workflow/page.js.nft.json +1 -0
  1131. package/gui/.next/server/app/workflow/page_client-reference-manifest.js +1 -0
  1132. package/gui/.next/server/app-paths-manifest.json +45 -16
  1133. package/gui/.next/server/chunks/105.js +2 -0
  1134. package/gui/.next/server/chunks/1304.js +200 -0
  1135. package/gui/.next/server/chunks/1536.js +1 -0
  1136. package/gui/.next/server/chunks/1948.js +59 -0
  1137. package/gui/.next/server/chunks/2470.js +3 -0
  1138. package/gui/.next/server/chunks/2581.js +2 -0
  1139. package/gui/.next/server/chunks/383.js +1 -1
  1140. package/gui/.next/server/chunks/521.js +1 -0
  1141. package/gui/.next/server/chunks/553.js +1 -0
  1142. package/gui/.next/server/chunks/5827.js +1 -0
  1143. package/gui/.next/server/chunks/6408.js +1 -0
  1144. package/gui/.next/server/chunks/641.js +1 -0
  1145. package/gui/.next/server/chunks/6482.js +1 -0
  1146. package/gui/.next/server/chunks/6801.js +1 -0
  1147. package/gui/.next/server/chunks/6890.js +1 -0
  1148. package/gui/.next/server/chunks/7201.js +1 -0
  1149. package/gui/.next/server/chunks/7221.js +1 -0
  1150. package/gui/.next/server/chunks/{332.js → 7332.js} +1 -1
  1151. package/gui/.next/server/chunks/7527.js +1 -0
  1152. package/gui/.next/server/chunks/8312.js +1 -0
  1153. package/gui/.next/server/chunks/8476.js +8 -0
  1154. package/gui/.next/server/chunks/8764.js +16 -0
  1155. package/gui/.next/server/chunks/8819.js +22 -0
  1156. package/gui/.next/server/chunks/8825.js +1 -0
  1157. package/gui/.next/server/chunks/9148.js +1 -0
  1158. package/gui/.next/server/chunks/9454.js +1 -0
  1159. package/gui/.next/server/instrumentation.js +1 -0
  1160. package/gui/.next/server/instrumentation.js.nft.json +1 -0
  1161. package/gui/.next/server/middleware-build-manifest.js +1 -1
  1162. package/gui/.next/server/pages/404.html +1 -1
  1163. package/gui/.next/server/pages/500.html +1 -1
  1164. package/gui/.next/server/pages/_document.js +1 -1
  1165. package/gui/.next/server/pages/_document.js.nft.json +1 -1
  1166. package/gui/.next/server/pages/_error.js +2 -2
  1167. package/gui/.next/server/pages/_error.js.nft.json +1 -1
  1168. package/gui/.next/server/pages-manifest.json +1 -1
  1169. package/gui/.next/server/webpack-runtime.js +1 -1
  1170. package/gui/.next/static/chunks/3800-379a4b854a7eb1dc.js +1 -0
  1171. package/gui/.next/static/chunks/464-7503c96bb839c213.js +1 -0
  1172. package/gui/.next/static/chunks/5567-672d065d2668f1ea.js +1 -0
  1173. package/gui/.next/static/chunks/6240-d3f8028539091853.js +1 -0
  1174. package/gui/.next/static/chunks/7420-cb03f2f94db611c4.js +1 -0
  1175. package/gui/.next/static/chunks/8002-528c2e589bc54111.js +1 -0
  1176. package/gui/.next/static/chunks/9188-540635591aa2baf5.js +1 -0
  1177. package/gui/.next/static/chunks/9289-00509b3e0c520cce.js +1 -0
  1178. package/gui/.next/static/chunks/9576-6d94e3d152f876e7.js +1 -0
  1179. package/gui/.next/static/chunks/app/_not-found/page-89865576110e31f0.js +1 -0
  1180. package/gui/.next/static/chunks/app/api/observability/event/route-08ffe80f6f4603f6.js +1 -0
  1181. package/gui/.next/static/chunks/app/api/observability/preferences/route-08ffe80f6f4603f6.js +1 -0
  1182. package/gui/.next/static/chunks/app/api/operations/bootstrap/route-08ffe80f6f4603f6.js +1 -0
  1183. package/gui/.next/static/chunks/app/api/operations/draft/route-08ffe80f6f4603f6.js +1 -0
  1184. package/gui/.next/static/chunks/app/api/settings/apply-config-patch/route-08ffe80f6f4603f6.js +1 -0
  1185. package/gui/.next/static/chunks/app/api/settings/preview-config-patch/route-08ffe80f6f4603f6.js +1 -0
  1186. package/gui/.next/static/chunks/app/api/setup/apply-connect-services/route-08ffe80f6f4603f6.js +1 -0
  1187. package/gui/.next/static/chunks/app/api/setup/apply-harness-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1188. package/gui/.next/static/chunks/app/api/setup/apply-harness-secrets/route-08ffe80f6f4603f6.js +1 -0
  1189. package/gui/.next/static/chunks/app/api/setup/apply-linear-setup/route-08ffe80f6f4603f6.js +1 -0
  1190. package/gui/.next/static/chunks/app/api/setup/apply-linear-workspace/route-08ffe80f6f4603f6.js +1 -0
  1191. package/gui/.next/static/chunks/app/api/setup/apply-local-files/route-08ffe80f6f4603f6.js +1 -0
  1192. package/gui/.next/static/chunks/app/api/setup/apply-runner-upgrade/route-08ffe80f6f4603f6.js +1 -0
  1193. package/gui/.next/static/chunks/app/api/setup/apply-target-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1194. package/gui/.next/static/chunks/app/api/setup/apply-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1195. package/gui/.next/static/chunks/app/api/setup/apply-vercel-bridge/route-08ffe80f6f4603f6.js +1 -0
  1196. package/gui/.next/static/chunks/app/api/setup/complete-initial-setup/route-08ffe80f6f4603f6.js +1 -0
  1197. package/gui/.next/static/chunks/app/api/setup/finalize-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1198. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-progress/route-08ffe80f6f4603f6.js +1 -0
  1199. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-summary/route-08ffe80f6f4603f6.js +1 -0
  1200. package/gui/.next/static/chunks/app/api/setup/linear-options/route-08ffe80f6f4603f6.js +1 -0
  1201. package/gui/.next/static/chunks/app/api/setup/linear-setup-progress/route-08ffe80f6f4603f6.js +1 -0
  1202. package/gui/.next/static/chunks/app/api/setup/linear-summary/route-08ffe80f6f4603f6.js +1 -0
  1203. package/gui/.next/static/chunks/app/api/setup/linear-workspace-editor-state/route-08ffe80f6f4603f6.js +1 -0
  1204. package/gui/.next/static/chunks/app/api/setup/local-readiness/route-08ffe80f6f4603f6.js +1 -0
  1205. package/gui/.next/static/chunks/app/api/setup/manual-harness-secret-values/route-08ffe80f6f4603f6.js +1 -0
  1206. package/gui/.next/static/chunks/app/api/setup/preview-connect-services/route-08ffe80f6f4603f6.js +1 -0
  1207. package/gui/.next/static/chunks/app/api/setup/preview-harness-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1208. package/gui/.next/static/chunks/app/api/setup/preview-harness-secrets/route-08ffe80f6f4603f6.js +1 -0
  1209. package/gui/.next/static/chunks/app/api/setup/preview-linear-setup/route-08ffe80f6f4603f6.js +1 -0
  1210. package/gui/.next/static/chunks/app/api/setup/preview-linear-workspace/route-08ffe80f6f4603f6.js +1 -0
  1211. package/gui/.next/static/chunks/app/api/setup/preview-local-files/route-08ffe80f6f4603f6.js +1 -0
  1212. package/gui/.next/static/chunks/app/api/setup/preview-runner-upgrade/route-08ffe80f6f4603f6.js +1 -0
  1213. package/gui/.next/static/chunks/app/api/setup/preview-target-repo-provisioning/route-08ffe80f6f4603f6.js +1 -0
  1214. package/gui/.next/static/chunks/app/api/setup/preview-target-workflow/route-08ffe80f6f4603f6.js +1 -0
  1215. package/gui/.next/static/chunks/app/api/setup/preview-vercel-bridge/route-08ffe80f6f4603f6.js +1 -0
  1216. package/gui/.next/static/chunks/app/api/setup/remote-summary/route-08ffe80f6f4603f6.js +1 -0
  1217. package/gui/.next/static/chunks/app/api/setup/runner-upgrade-progress/route-08ffe80f6f4603f6.js +1 -0
  1218. package/gui/.next/static/chunks/app/api/setup/runner-upgrade-status/route-08ffe80f6f4603f6.js +1 -0
  1219. package/gui/.next/static/chunks/app/api/setup/summary/route-08ffe80f6f4603f6.js +1 -0
  1220. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-options/route-08ffe80f6f4603f6.js +1 -0
  1221. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-redeploy-status/route-08ffe80f6f4603f6.js +1 -0
  1222. package/gui/.next/static/chunks/app/api/setup/vercel-summary/route-08ffe80f6f4603f6.js +1 -0
  1223. package/gui/.next/static/chunks/app/api/setup/verify-harness-repo/route-08ffe80f6f4603f6.js +1 -0
  1224. package/gui/.next/static/chunks/app/api/setup/verify-service/route-08ffe80f6f4603f6.js +1 -0
  1225. package/gui/.next/static/chunks/app/api/setup/verify-target-repo/route-08ffe80f6f4603f6.js +1 -0
  1226. package/gui/.next/static/chunks/app/api/workflow/bootstrap/route-08ffe80f6f4603f6.js +1 -0
  1227. package/gui/.next/static/chunks/app/api/workflow/models/route-08ffe80f6f4603f6.js +1 -0
  1228. package/gui/.next/static/chunks/app/layout-ec756afb9686f579.js +1 -0
  1229. package/gui/.next/static/chunks/app/operations/page-08ffe80f6f4603f6.js +1 -0
  1230. package/gui/.next/static/chunks/app/page-08ffe80f6f4603f6.js +1 -0
  1231. package/gui/.next/static/chunks/app/settings/(console)/connections/page-95847d89fc70089a.js +1 -0
  1232. package/gui/.next/static/chunks/app/settings/(console)/data-sharing/page-3e0d8fe941c7334e.js +1 -0
  1233. package/gui/.next/static/chunks/app/settings/(console)/deployments/page-e3aaff205f09b567.js +1 -0
  1234. package/gui/.next/static/chunks/app/settings/(console)/layout-74ce539ae02dc765.js +1 -0
  1235. package/gui/.next/static/chunks/app/settings/(console)/linear/page-0a1e73b5ec66af90.js +1 -0
  1236. package/gui/.next/static/chunks/app/settings/(console)/models/page-336406c2905983c9.js +1 -0
  1237. package/gui/.next/static/chunks/app/settings/(console)/page-08ffe80f6f4603f6.js +1 -0
  1238. package/gui/.next/static/chunks/app/settings/(console)/repositories/page-b1f7159c7771b16a.js +1 -0
  1239. package/gui/.next/static/chunks/app/settings/configure/loading-5f1e73b910fbd9da.js +1 -0
  1240. package/gui/.next/static/chunks/app/settings/configure/page-54b7572655b9f60f.js +1 -0
  1241. package/gui/.next/static/chunks/app/workflow/page-8087b342a6ece93c.js +1 -0
  1242. package/gui/.next/static/chunks/framework-dc88dc15d5e043e1.js +1 -0
  1243. package/gui/.next/static/chunks/main-5b390d9aaa7199a5.js +1 -0
  1244. package/gui/.next/static/chunks/main-app-7fbf1b54aaed0242.js +1 -0
  1245. package/gui/.next/static/chunks/pages/{_app-2e239ff05bfdf6d6.js → _app-50fa07b56b2d29ac.js} +1 -1
  1246. package/gui/.next/static/chunks/pages/_error-fed8688bdd23f211.js +1 -0
  1247. package/gui/.next/static/chunks/{webpack-1e50074b7e886e1b.js → webpack-b27d2f88ec3d35a4.js} +1 -1
  1248. package/gui/.next/static/css/b7b323a34ac09e0b.css +3 -0
  1249. package/gui/.next/static/wM7YWpWgyTcGc7H5h1u7U/_buildManifest.js +1 -0
  1250. package/gui/.next/trace +6 -4
  1251. package/gui/.next/types/app/api/observability/event/route.ts +347 -0
  1252. package/gui/.next/types/app/api/observability/preferences/route.ts +347 -0
  1253. package/gui/.next/types/app/api/operations/bootstrap/route.ts +347 -0
  1254. package/gui/.next/types/app/api/operations/draft/route.ts +347 -0
  1255. package/gui/.next/types/app/api/settings/apply-config-patch/route.ts +347 -0
  1256. package/gui/.next/types/app/api/settings/preview-config-patch/route.ts +347 -0
  1257. package/gui/.next/types/app/api/setup/apply-linear-workspace/route.ts +347 -0
  1258. package/gui/.next/types/app/api/setup/apply-runner-upgrade/route.ts +347 -0
  1259. package/gui/.next/types/app/api/setup/apply-target-repo-provisioning/route.ts +347 -0
  1260. package/gui/.next/types/app/api/setup/complete-initial-setup/route.ts +347 -0
  1261. package/gui/.next/types/app/api/setup/harness-provisioning-progress/route.ts +347 -0
  1262. package/gui/.next/types/app/api/setup/linear-setup-progress/route.ts +347 -0
  1263. package/gui/.next/types/app/api/setup/linear-workspace-editor-state/route.ts +347 -0
  1264. package/gui/.next/types/app/api/setup/preview-linear-workspace/route.ts +347 -0
  1265. package/gui/.next/types/app/api/setup/preview-runner-upgrade/route.ts +347 -0
  1266. package/gui/.next/types/app/api/setup/preview-target-repo-provisioning/route.ts +347 -0
  1267. package/gui/.next/types/app/api/setup/runner-upgrade-progress/route.ts +347 -0
  1268. package/gui/.next/types/app/api/setup/runner-upgrade-status/route.ts +347 -0
  1269. package/gui/.next/types/app/api/workflow/bootstrap/route.ts +347 -0
  1270. package/gui/.next/types/app/api/workflow/models/route.ts +347 -0
  1271. package/gui/.next/types/app/operations/page.ts +84 -0
  1272. package/gui/.next/types/app/settings/(console)/connections/page.ts +84 -0
  1273. package/gui/.next/types/app/settings/(console)/data-sharing/page.ts +84 -0
  1274. package/gui/.next/types/app/settings/(console)/deployments/page.ts +84 -0
  1275. package/gui/.next/types/app/settings/(console)/layout.ts +84 -0
  1276. package/gui/.next/types/app/settings/(console)/linear/page.ts +84 -0
  1277. package/gui/.next/types/app/settings/(console)/models/page.ts +84 -0
  1278. package/gui/.next/types/app/settings/(console)/page.ts +84 -0
  1279. package/gui/.next/types/app/settings/(console)/repositories/page.ts +84 -0
  1280. package/gui/.next/types/app/workflow/page.ts +84 -0
  1281. package/gui/.next/types/routes.d.ts +33 -3
  1282. package/gui/.next/types/validator.ts +270 -0
  1283. package/observability.public.json +6 -0
  1284. package/package.json +6 -1
  1285. package/templates/.harness/config.example.json +1 -0
  1286. package/workspace-snapshot/files/.agents/skills/architecture-evolution-audit/SKILL.md +282 -0
  1287. package/workspace-snapshot/files/.agents/skills/code-health-audit/SKILL.md +188 -0
  1288. package/workspace-snapshot/files/.agents/skills/implementation/SKILL.md +283 -0
  1289. package/workspace-snapshot/files/.agents/skills/issue-intake/SKILL.md +175 -0
  1290. package/workspace-snapshot/files/.agents/skills/issue-intake/examples.md +112 -0
  1291. package/workspace-snapshot/files/.agents/skills/planner/SKILL.md +263 -0
  1292. package/workspace-snapshot/files/.agents/skills/security-audit/SKILL.md +270 -0
  1293. package/workspace-snapshot/files/.env.example +37 -0
  1294. package/workspace-snapshot/files/.github/CODEOWNERS +4 -0
  1295. package/workspace-snapshot/files/.github/dependabot.yml +12 -0
  1296. package/workspace-snapshot/files/.github/workflows/ci.yml +32 -0
  1297. package/workspace-snapshot/files/.github/workflows/codeql.yml +35 -0
  1298. package/workspace-snapshot/files/.github/workflows/harness-auto-runner.yml +588 -0
  1299. package/workspace-snapshot/files/.github/workflows/p-dev-runner-config-canary.yml +24 -0
  1300. package/workspace-snapshot/files/.harness/config.example.json +84 -0
  1301. package/workspace-snapshot/files/AGENTS.md +141 -0
  1302. package/workspace-snapshot/files/ARCHITECTURE.md +402 -0
  1303. package/workspace-snapshot/files/CHANGELOG.md +211 -0
  1304. package/workspace-snapshot/files/LICENSE +21 -0
  1305. package/workspace-snapshot/files/README.md +116 -0
  1306. package/workspace-snapshot/files/ROADMAP.md +59 -0
  1307. package/workspace-snapshot/files/api/linear-webhook.ts +41 -0
  1308. package/workspace-snapshot/files/apps/gui/app/api/observability/event/route.ts +36 -0
  1309. package/workspace-snapshot/files/apps/gui/app/api/observability/preferences/route.ts +88 -0
  1310. package/workspace-snapshot/files/apps/gui/app/api/operations/bootstrap/route.ts +8 -0
  1311. package/workspace-snapshot/files/apps/gui/app/api/operations/draft/route.ts +15 -0
  1312. package/workspace-snapshot/files/apps/gui/app/api/settings/apply-config-patch/route.ts +52 -0
  1313. package/workspace-snapshot/files/apps/gui/app/api/settings/preview-config-patch/route.ts +40 -0
  1314. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-connect-services/route.ts +21 -0
  1315. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-repo-provisioning/route.ts +36 -0
  1316. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-secrets/route.ts +42 -0
  1317. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-linear-setup/route.ts +23 -0
  1318. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-linear-workspace/route.ts +23 -0
  1319. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-local-files/route.ts +42 -0
  1320. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-runner-upgrade/route.ts +33 -0
  1321. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-target-repo-provisioning/route.ts +38 -0
  1322. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-target-workflow/route.ts +49 -0
  1323. package/workspace-snapshot/files/apps/gui/app/api/setup/apply-vercel-bridge/route.ts +32 -0
  1324. package/workspace-snapshot/files/apps/gui/app/api/setup/complete-initial-setup/route.ts +49 -0
  1325. package/workspace-snapshot/files/apps/gui/app/api/setup/finalize-target-workflow/route.ts +32 -0
  1326. package/workspace-snapshot/files/apps/gui/app/api/setup/harness-provisioning-progress/route.ts +21 -0
  1327. package/workspace-snapshot/files/apps/gui/app/api/setup/harness-provisioning-summary/route.ts +17 -0
  1328. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-options/route.ts +17 -0
  1329. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-setup-progress/route.ts +17 -0
  1330. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-summary/route.ts +15 -0
  1331. package/workspace-snapshot/files/apps/gui/app/api/setup/linear-workspace-editor-state/route.ts +17 -0
  1332. package/workspace-snapshot/files/apps/gui/app/api/setup/local-readiness/route.ts +57 -0
  1333. package/workspace-snapshot/files/apps/gui/app/api/setup/manual-harness-secret-values/route.ts +33 -0
  1334. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-connect-services/route.ts +17 -0
  1335. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-repo-provisioning/route.ts +22 -0
  1336. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-secrets/route.ts +19 -0
  1337. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-linear-setup/route.ts +20 -0
  1338. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-linear-workspace/route.ts +22 -0
  1339. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-local-files/route.ts +17 -0
  1340. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-runner-upgrade/route.ts +17 -0
  1341. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-target-repo-provisioning/route.ts +34 -0
  1342. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-target-workflow/route.ts +25 -0
  1343. package/workspace-snapshot/files/apps/gui/app/api/setup/preview-vercel-bridge/route.ts +23 -0
  1344. package/workspace-snapshot/files/apps/gui/app/api/setup/remote-summary/route.ts +15 -0
  1345. package/workspace-snapshot/files/apps/gui/app/api/setup/runner-upgrade-progress/route.ts +17 -0
  1346. package/workspace-snapshot/files/apps/gui/app/api/setup/runner-upgrade-status/route.ts +72 -0
  1347. package/workspace-snapshot/files/apps/gui/app/api/setup/summary/route.ts +10 -0
  1348. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-options/route.ts +29 -0
  1349. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-redeploy-status/route.ts +22 -0
  1350. package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-summary/route.ts +15 -0
  1351. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-harness-repo/route.ts +31 -0
  1352. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-service/route.ts +41 -0
  1353. package/workspace-snapshot/files/apps/gui/app/api/setup/verify-target-repo/route.ts +40 -0
  1354. package/workspace-snapshot/files/apps/gui/app/api/workflow/bootstrap/route.ts +24 -0
  1355. package/workspace-snapshot/files/apps/gui/app/api/workflow/models/route.ts +86 -0
  1356. package/workspace-snapshot/files/apps/gui/app/layout.tsx +28 -0
  1357. package/workspace-snapshot/files/apps/gui/app/operations/page.tsx +23 -0
  1358. package/workspace-snapshot/files/apps/gui/app/page.tsx +11 -0
  1359. package/workspace-snapshot/files/apps/gui/app/settings/(console)/connections/page.tsx +27 -0
  1360. package/workspace-snapshot/files/apps/gui/app/settings/(console)/data-sharing/page.tsx +25 -0
  1361. package/workspace-snapshot/files/apps/gui/app/settings/(console)/deployments/page.tsx +28 -0
  1362. package/workspace-snapshot/files/apps/gui/app/settings/(console)/layout.tsx +45 -0
  1363. package/workspace-snapshot/files/apps/gui/app/settings/(console)/linear/page.tsx +20 -0
  1364. package/workspace-snapshot/files/apps/gui/app/settings/(console)/models/page.tsx +14 -0
  1365. package/workspace-snapshot/files/apps/gui/app/settings/(console)/page.tsx +7 -0
  1366. package/workspace-snapshot/files/apps/gui/app/settings/(console)/repositories/page.tsx +29 -0
  1367. package/workspace-snapshot/files/apps/gui/app/settings/configure/loading.tsx +25 -0
  1368. package/workspace-snapshot/files/apps/gui/app/settings/configure/page.tsx +103 -0
  1369. package/workspace-snapshot/files/apps/gui/app/workflow/page.tsx +24 -0
  1370. package/workspace-snapshot/files/apps/gui/components/custom/app-shell.tsx +33 -0
  1371. package/workspace-snapshot/files/apps/gui/components/custom/application-header.tsx +64 -0
  1372. package/workspace-snapshot/files/apps/gui/components/custom/configure-experience.tsx +933 -0
  1373. package/workspace-snapshot/files/apps/gui/components/custom/configure-page-content.tsx +60 -0
  1374. package/workspace-snapshot/files/apps/gui/components/custom/configure-workflow.tsx +1847 -0
  1375. package/workspace-snapshot/files/apps/gui/components/custom/connected-status.tsx +30 -0
  1376. package/workspace-snapshot/files/apps/gui/components/custom/data-sharing-preferences.tsx +159 -0
  1377. package/workspace-snapshot/files/apps/gui/components/custom/environment-config-form.tsx +418 -0
  1378. package/workspace-snapshot/files/apps/gui/components/custom/first-run-stepper.tsx +199 -0
  1379. package/workspace-snapshot/files/apps/gui/components/custom/github-token-help-disclosure.tsx +142 -0
  1380. package/workspace-snapshot/files/apps/gui/components/custom/guided-cloud-secrets-card.tsx +1046 -0
  1381. package/workspace-snapshot/files/apps/gui/components/custom/guided-linear-workspace-card.tsx +1352 -0
  1382. package/workspace-snapshot/files/apps/gui/components/custom/guided-local-readiness-card.tsx +250 -0
  1383. package/workspace-snapshot/files/apps/gui/components/custom/guided-operation-panel.tsx +102 -0
  1384. package/workspace-snapshot/files/apps/gui/components/custom/guided-progress-check.tsx +37 -0
  1385. package/workspace-snapshot/files/apps/gui/components/custom/guided-setup-progress.tsx +114 -0
  1386. package/workspace-snapshot/files/apps/gui/components/custom/guided-step-success-panel.tsx +50 -0
  1387. package/workspace-snapshot/files/apps/gui/components/custom/guided-step-transition.tsx +114 -0
  1388. package/workspace-snapshot/files/apps/gui/components/custom/guided-target-workflow-card.tsx +603 -0
  1389. package/workspace-snapshot/files/apps/gui/components/custom/guided-vercel-bridge-card.tsx +1023 -0
  1390. package/workspace-snapshot/files/apps/gui/components/custom/local-write-confirmation.tsx +91 -0
  1391. package/workspace-snapshot/files/apps/gui/components/custom/local-write-preview.tsx +52 -0
  1392. package/workspace-snapshot/files/apps/gui/components/custom/observability-settings-card.tsx +23 -0
  1393. package/workspace-snapshot/files/apps/gui/components/custom/preview-panel.tsx +19 -0
  1394. package/workspace-snapshot/files/apps/gui/components/custom/primary-setup-task-card.tsx +65 -0
  1395. package/workspace-snapshot/files/apps/gui/components/custom/readiness-banner.tsx +91 -0
  1396. package/workspace-snapshot/files/apps/gui/components/custom/remote-action-confirmation.tsx +157 -0
  1397. package/workspace-snapshot/files/apps/gui/components/custom/remote-action-preview.tsx +84 -0
  1398. package/workspace-snapshot/files/apps/gui/components/custom/remote-secret-form.tsx +123 -0
  1399. package/workspace-snapshot/files/apps/gui/components/custom/remote-setup-section.tsx +354 -0
  1400. package/workspace-snapshot/files/apps/gui/components/custom/review-cloud-secrets-disclosure.tsx +59 -0
  1401. package/workspace-snapshot/files/apps/gui/components/custom/review-generated-files-disclosure.tsx +67 -0
  1402. package/workspace-snapshot/files/apps/gui/components/custom/review-workflow-changes-disclosure.tsx +59 -0
  1403. package/workspace-snapshot/files/apps/gui/components/custom/section-card.tsx +33 -0
  1404. package/workspace-snapshot/files/apps/gui/components/custom/service-icons.tsx +30 -0
  1405. package/workspace-snapshot/files/apps/gui/components/custom/settings-menu.tsx +109 -0
  1406. package/workspace-snapshot/files/apps/gui/components/custom/setup-apply-result.tsx +52 -0
  1407. package/workspace-snapshot/files/apps/gui/components/custom/setup-checklist.tsx +224 -0
  1408. package/workspace-snapshot/files/apps/gui/components/custom/status-badge.tsx +22 -0
  1409. package/workspace-snapshot/files/apps/gui/components/custom/target-repo-config-form.tsx +667 -0
  1410. package/workspace-snapshot/files/apps/gui/components/custom/target-repo-create-connect.tsx +419 -0
  1411. package/workspace-snapshot/files/apps/gui/components/custom/target-workflow-pr-card.tsx +345 -0
  1412. package/workspace-snapshot/files/apps/gui/components/custom/theme-provider.tsx +11 -0
  1413. package/workspace-snapshot/files/apps/gui/components/custom/theme-toggle.tsx +36 -0
  1414. package/workspace-snapshot/files/apps/gui/components/custom/vercel-bridge-orchestration-status.tsx +65 -0
  1415. package/workspace-snapshot/files/apps/gui/components/custom/workflow-install-pending-panel.tsx +188 -0
  1416. package/workspace-snapshot/files/apps/gui/components/settings/editors/connections-settings-editor.tsx +261 -0
  1417. package/workspace-snapshot/files/apps/gui/components/settings/editors/deployments-settings-editor.tsx +397 -0
  1418. package/workspace-snapshot/files/apps/gui/components/settings/editors/linear-settings-editor.tsx +512 -0
  1419. package/workspace-snapshot/files/apps/gui/components/settings/editors/repositories-settings-editor.tsx +749 -0
  1420. package/workspace-snapshot/files/apps/gui/components/settings/editors/runner-upgrade-settings-card.tsx +533 -0
  1421. package/workspace-snapshot/files/apps/gui/components/settings/settings-models-client.tsx +102 -0
  1422. package/workspace-snapshot/files/apps/gui/components/settings/settings-mutation-panel.tsx +125 -0
  1423. package/workspace-snapshot/files/apps/gui/components/settings/settings-shell.tsx +46 -0
  1424. package/workspace-snapshot/files/apps/gui/components/ui/badge.tsx +40 -0
  1425. package/workspace-snapshot/files/apps/gui/components/ui/button.tsx +52 -0
  1426. package/workspace-snapshot/files/apps/gui/components/ui/card.tsx +64 -0
  1427. package/workspace-snapshot/files/apps/gui/components/ui/checkbox.tsx +21 -0
  1428. package/workspace-snapshot/files/apps/gui/components/ui/dropdown-menu.tsx +257 -0
  1429. package/workspace-snapshot/files/apps/gui/components/ui/guided-select.tsx +22 -0
  1430. package/workspace-snapshot/files/apps/gui/components/ui/input.tsx +22 -0
  1431. package/workspace-snapshot/files/apps/gui/components/ui/label.tsx +20 -0
  1432. package/workspace-snapshot/files/apps/gui/components/ui/separator.tsx +23 -0
  1433. package/workspace-snapshot/files/apps/gui/components/ui/skeleton.tsx +13 -0
  1434. package/workspace-snapshot/files/apps/gui/components/ui/textarea.tsx +22 -0
  1435. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-cards-section.tsx +206 -0
  1436. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-health-panel.tsx +43 -0
  1437. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-model-control.tsx +111 -0
  1438. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-page-client.tsx +161 -0
  1439. package/workspace-snapshot/files/apps/gui/components/workflow/workflow-scope-selector.tsx +41 -0
  1440. package/workspace-snapshot/files/apps/gui/components.json +21 -0
  1441. package/workspace-snapshot/files/apps/gui/instrumentation.ts +136 -0
  1442. package/workspace-snapshot/files/apps/gui/lib/configure-navigation-timing.ts +53 -0
  1443. package/workspace-snapshot/files/apps/gui/lib/constants/breakpoints.ts +13 -0
  1444. package/workspace-snapshot/files/apps/gui/lib/constants/form.ts +13 -0
  1445. package/workspace-snapshot/files/apps/gui/lib/constants/index.ts +4 -0
  1446. package/workspace-snapshot/files/apps/gui/lib/constants/layout.ts +16 -0
  1447. package/workspace-snapshot/files/apps/gui/lib/constants/spacing.ts +8 -0
  1448. package/workspace-snapshot/files/apps/gui/lib/guided-setup.ts +438 -0
  1449. package/workspace-snapshot/files/apps/gui/lib/linear-association-draft.ts +93 -0
  1450. package/workspace-snapshot/files/apps/gui/lib/local-readiness-visual-queue.ts +61 -0
  1451. package/workspace-snapshot/files/apps/gui/lib/observability-client.ts +21 -0
  1452. package/workspace-snapshot/files/apps/gui/lib/observability-preferences.ts +19 -0
  1453. package/workspace-snapshot/files/apps/gui/lib/observability-request-guard.ts +136 -0
  1454. package/workspace-snapshot/files/apps/gui/lib/observability-route.ts +75 -0
  1455. package/workspace-snapshot/files/apps/gui/lib/settings/load-harness-config-summary.ts +20 -0
  1456. package/workspace-snapshot/files/apps/gui/lib/settings/load-repositories-overview.ts +37 -0
  1457. package/workspace-snapshot/files/apps/gui/lib/settings/load-settings-editor-data.ts +51 -0
  1458. package/workspace-snapshot/files/apps/gui/lib/settings/load-target-repo-overview-fields.ts +124 -0
  1459. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-feature-flag.ts +9 -0
  1460. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-ssr.ts +13 -0
  1461. package/workspace-snapshot/files/apps/gui/lib/settings/runner-upgrade-ui-gates.ts +87 -0
  1462. package/workspace-snapshot/files/apps/gui/lib/settings/settings-mutation.ts +49 -0
  1463. package/workspace-snapshot/files/apps/gui/lib/settings/settings-navigation.ts +10 -0
  1464. package/workspace-snapshot/files/apps/gui/lib/settings/settings-setup-client.ts +312 -0
  1465. package/workspace-snapshot/files/apps/gui/lib/setup-json-response.ts +19 -0
  1466. package/workspace-snapshot/files/apps/gui/lib/setup-server.ts +1427 -0
  1467. package/workspace-snapshot/files/apps/gui/lib/step6-remote-state.ts +43 -0
  1468. package/workspace-snapshot/files/apps/gui/lib/use-theme-toggle.ts +26 -0
  1469. package/workspace-snapshot/files/apps/gui/lib/utils.ts +6 -0
  1470. package/workspace-snapshot/files/apps/gui/lib/vercel-bridge-polling-ui.ts +103 -0
  1471. package/workspace-snapshot/files/apps/gui/lib/verification-state.ts +266 -0
  1472. package/workspace-snapshot/files/apps/gui/lib/workflow/api-client.ts +84 -0
  1473. package/workspace-snapshot/files/apps/gui/lib/workflow/use-model-autosave.ts +90 -0
  1474. package/workspace-snapshot/files/apps/gui/lib/workflow/use-workflow-model-save.ts +265 -0
  1475. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-health.ts +53 -0
  1476. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-ownership.ts +47 -0
  1477. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-status-content.ts +149 -0
  1478. package/workspace-snapshot/files/apps/gui/lib/workflow/workflow-violation-messages.ts +49 -0
  1479. package/workspace-snapshot/files/apps/gui/lib/workflow-server.ts +307 -0
  1480. package/workspace-snapshot/files/apps/gui/next-env.d.ts +6 -0
  1481. package/workspace-snapshot/files/apps/gui/next.config.ts +39 -0
  1482. package/workspace-snapshot/files/apps/gui/postcss.config.mjs +8 -0
  1483. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-classic.png +0 -0
  1484. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-new-token.png +0 -0
  1485. package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-verify-email.png +0 -0
  1486. package/workspace-snapshot/files/apps/gui/styles/globals.css +86 -0
  1487. package/workspace-snapshot/files/apps/gui/tsconfig.json +24 -0
  1488. package/workspace-snapshot/files/apps/gui/tweetsodium.d.ts +14 -0
  1489. package/workspace-snapshot/files/docs/architecture/canonical-product-development-workflow.md +70 -0
  1490. package/workspace-snapshot/files/docs/architecture/linear-automation-state-machine.md +283 -0
  1491. package/workspace-snapshot/files/docs/decisions/0001-cursor-first-v0.1.md +59 -0
  1492. package/workspace-snapshot/files/docs/decisions/0003-automation-state-machine-and-auto-model-policy.md +65 -0
  1493. package/workspace-snapshot/files/docs/decisions/0004-agent-provider-boundary.md +109 -0
  1494. package/workspace-snapshot/files/docs/design/product-development-harness-gui.md +1023 -0
  1495. package/workspace-snapshot/files/docs/getting-started.md +123 -0
  1496. package/workspace-snapshot/files/docs/gui-local.md +151 -0
  1497. package/workspace-snapshot/files/docs/gui-remote-setup.md +106 -0
  1498. package/workspace-snapshot/files/docs/integration-repair.md +82 -0
  1499. package/workspace-snapshot/files/docs/issue-intake.md +136 -0
  1500. package/workspace-snapshot/files/docs/linear-watcher-setup.md +184 -0
  1501. package/workspace-snapshot/files/docs/milestones/m1-runner-foundation.md +51 -0
  1502. package/workspace-snapshot/files/docs/milestones/m2-planning-phase.md +129 -0
  1503. package/workspace-snapshot/files/docs/milestones/m3-implementation-phase.md +158 -0
  1504. package/workspace-snapshot/files/docs/milestones/m4-handoff-phase.md +122 -0
  1505. package/workspace-snapshot/files/docs/milestones/m5-revision-phase.md +101 -0
  1506. package/workspace-snapshot/files/docs/milestones/m6-merge-phase.md +143 -0
  1507. package/workspace-snapshot/files/docs/milestones/m7-issue-intake.md +72 -0
  1508. package/workspace-snapshot/files/docs/milestones/m8-linear-watcher.md +80 -0
  1509. package/workspace-snapshot/files/docs/npm-packaging-spike.md +52 -0
  1510. package/workspace-snapshot/files/docs/observability-and-privacy.md +247 -0
  1511. package/workspace-snapshot/files/docs/operator-config.md +202 -0
  1512. package/workspace-snapshot/files/docs/p-dev.md +247 -0
  1513. package/workspace-snapshot/files/docs/production-sync-automation.md +176 -0
  1514. package/workspace-snapshot/files/docs/provider-portability.md +131 -0
  1515. package/workspace-snapshot/files/docs/releases/release-process.md +400 -0
  1516. package/workspace-snapshot/files/docs/releases/v0.2.0.md +193 -0
  1517. package/workspace-snapshot/files/docs/releases/v0.3.0.md +188 -0
  1518. package/workspace-snapshot/files/docs/releases/v0.3.1.md +138 -0
  1519. package/workspace-snapshot/files/docs/releases/v0.4.0.md +93 -0
  1520. package/workspace-snapshot/files/docs/research/001-manual-run-retrospective.md +64 -0
  1521. package/workspace-snapshot/files/docs/research/002-linear-cursor-integration-smoke-test.md +64 -0
  1522. package/workspace-snapshot/files/docs/research/003-cursor-automation-planning-router-spike.md +104 -0
  1523. package/workspace-snapshot/files/docs/research/README.md +26 -0
  1524. package/workspace-snapshot/files/docs/security.md +198 -0
  1525. package/workspace-snapshot/files/docs/settings-console.md +44 -0
  1526. package/workspace-snapshot/files/docs/skills/README.md +7 -0
  1527. package/workspace-snapshot/files/docs/skills/skill-architecture.md +197 -0
  1528. package/workspace-snapshot/files/docs/target-repo-branch-setup.md +80 -0
  1529. package/workspace-snapshot/files/evals/README.md +31 -0
  1530. package/workspace-snapshot/files/examples/README.md +32 -0
  1531. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/README.md +49 -0
  1532. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/eval-scorecard.md +63 -0
  1533. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/implementation-plan.md +79 -0
  1534. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/linear-issue.md +74 -0
  1535. package/workspace-snapshot/files/examples/runs/001-target-app-github-link/pr-readiness-report.md +92 -0
  1536. package/workspace-snapshot/files/examples/runs/m5.5-live-sandbox-smoke/README.md +73 -0
  1537. package/workspace-snapshot/files/gpt/issue-intake/custom-gpt-instructions.md +112 -0
  1538. package/workspace-snapshot/files/gpt/issue-intake/knowledge.md +278 -0
  1539. package/workspace-snapshot/files/gpt/issue-intake/setup-guide.md +115 -0
  1540. package/workspace-snapshot/files/gpt/issue-intake/smoke-test.md +119 -0
  1541. package/workspace-snapshot/files/harness.config.json +92 -0
  1542. package/workspace-snapshot/files/harness.config.schema.json +466 -0
  1543. package/workspace-snapshot/files/package-lock.json +5502 -0
  1544. package/workspace-snapshot/files/package.json +68 -0
  1545. package/workspace-snapshot/files/packages/p-dev/LICENSE +21 -0
  1546. package/workspace-snapshot/files/packages/p-dev/README.md +72 -0
  1547. package/workspace-snapshot/files/packages/p-dev/gui.next.config.mjs +13 -0
  1548. package/workspace-snapshot/files/packages/p-dev/observability.public.json +6 -0
  1549. package/workspace-snapshot/files/packages/p-dev/package.json +67 -0
  1550. package/workspace-snapshot/files/prompts/issue-intake-chatgpt.md +268 -0
  1551. package/workspace-snapshot/files/scripts/configure-browser-matrix.config.ts +40 -0
  1552. package/workspace-snapshot/files/scripts/configure-browser-matrix.spec.ts +294 -0
  1553. package/workspace-snapshot/files/scripts/configure-step4-harness-readiness.config.ts +118 -0
  1554. package/workspace-snapshot/files/scripts/configure-step4-harness-readiness.spec.ts +80 -0
  1555. package/workspace-snapshot/files/scripts/generate-config-schema.ts +16 -0
  1556. package/workspace-snapshot/files/scripts/prepare-configure-browser-workspace.ts +138 -0
  1557. package/workspace-snapshot/files/scripts/prepare-p-dev-package.ts +164 -0
  1558. package/workspace-snapshot/files/scripts/workflow-browser-matrix.config.ts +27 -0
  1559. package/workspace-snapshot/files/scripts/workflow-browser-matrix.spec.ts +151 -0
  1560. package/workspace-snapshot/files/skills/README.md +7 -0
  1561. package/workspace-snapshot/files/skills/issue-intake/README.md +5 -0
  1562. package/workspace-snapshot/files/src/agents/cursor-provider.ts +107 -0
  1563. package/workspace-snapshot/files/src/agents/index.ts +64 -0
  1564. package/workspace-snapshot/files/src/agents/provider.ts +7 -0
  1565. package/workspace-snapshot/files/src/agents/types.ts +121 -0
  1566. package/workspace-snapshot/files/src/artifacts/events.ts +31 -0
  1567. package/workspace-snapshot/files/src/artifacts/manifest-fields.ts +9 -0
  1568. package/workspace-snapshot/files/src/artifacts/manifest.ts +20 -0
  1569. package/workspace-snapshot/files/src/artifacts/paths.ts +145 -0
  1570. package/workspace-snapshot/files/src/artifacts/redact.ts +66 -0
  1571. package/workspace-snapshot/files/src/artifacts/run-id.ts +4 -0
  1572. package/workspace-snapshot/files/src/artifacts/snapshot.ts +13 -0
  1573. package/workspace-snapshot/files/src/artifacts/summary.ts +116 -0
  1574. package/workspace-snapshot/files/src/artifacts/write-json-out-manifest.ts +90 -0
  1575. package/workspace-snapshot/files/src/cli/commands/canary-runner-config.ts +6 -0
  1576. package/workspace-snapshot/files/src/cli/commands/diagnose-vercel-bridge.ts +25 -0
  1577. package/workspace-snapshot/files/src/cli/commands/doctor.ts +353 -0
  1578. package/workspace-snapshot/files/src/cli/commands/inspect.ts +46 -0
  1579. package/workspace-snapshot/files/src/cli/commands/operator-init.ts +39 -0
  1580. package/workspace-snapshot/files/src/cli/commands/redact-output.ts +19 -0
  1581. package/workspace-snapshot/files/src/cli/commands/resolve-route.ts +86 -0
  1582. package/workspace-snapshot/files/src/cli/commands/run.ts +101 -0
  1583. package/workspace-snapshot/files/src/cli/commands/sync-managed-runner.ts +126 -0
  1584. package/workspace-snapshot/files/src/cli/commands/sync-production.ts +207 -0
  1585. package/workspace-snapshot/files/src/cli/commands/validate-issue.ts +72 -0
  1586. package/workspace-snapshot/files/src/cli/exit-codes.ts +4 -0
  1587. package/workspace-snapshot/files/src/cli/finalize-exit.ts +9 -0
  1588. package/workspace-snapshot/files/src/cli/program.ts +247 -0
  1589. package/workspace-snapshot/files/src/config/assert-cloud-config-fingerprint.ts +36 -0
  1590. package/workspace-snapshot/files/src/config/cloud-config-fingerprint.ts +90 -0
  1591. package/workspace-snapshot/files/src/config/defaults.ts +33 -0
  1592. package/workspace-snapshot/files/src/config/legacy-linear-top-level.ts +69 -0
  1593. package/workspace-snapshot/files/src/config/linear-association-gate.ts +80 -0
  1594. package/workspace-snapshot/files/src/config/load-config.ts +80 -0
  1595. package/workspace-snapshot/files/src/config/load-dotenv.ts +11 -0
  1596. package/workspace-snapshot/files/src/config/resolve-config.ts +127 -0
  1597. package/workspace-snapshot/files/src/config/resolve-linear-team.ts +41 -0
  1598. package/workspace-snapshot/files/src/config/resolve-linear-workspace.ts +391 -0
  1599. package/workspace-snapshot/files/src/config/role-models.ts +39 -0
  1600. package/workspace-snapshot/files/src/config/runner-upgrade-sync-gate.ts +26 -0
  1601. package/workspace-snapshot/files/src/config/schema.ts +146 -0
  1602. package/workspace-snapshot/files/src/config/status-names.ts +63 -0
  1603. package/workspace-snapshot/files/src/config/types.ts +5 -0
  1604. package/workspace-snapshot/files/src/config/workspace-root.ts +28 -0
  1605. package/workspace-snapshot/files/src/cursor/agent-factory.ts +172 -0
  1606. package/workspace-snapshot/files/src/cursor/builder-resume-errors.ts +41 -0
  1607. package/workspace-snapshot/files/src/cursor/errors.ts +18 -0
  1608. package/workspace-snapshot/files/src/cursor/git-result.ts +87 -0
  1609. package/workspace-snapshot/files/src/cursor/model.ts +128 -0
  1610. package/workspace-snapshot/files/src/cursor/revision-git-result.ts +80 -0
  1611. package/workspace-snapshot/files/src/cursor/run-cleanup.ts +30 -0
  1612. package/workspace-snapshot/files/src/cursor/run-observer.ts +380 -0
  1613. package/workspace-snapshot/files/src/cursor/urls.ts +19 -0
  1614. package/workspace-snapshot/files/src/fixture/frontmatter.ts +56 -0
  1615. package/workspace-snapshot/files/src/github/actions-url.ts +13 -0
  1616. package/workspace-snapshot/files/src/github/auth-verification-retry.ts +63 -0
  1617. package/workspace-snapshot/files/src/github/base-branch.ts +120 -0
  1618. package/workspace-snapshot/files/src/github/check-policy.ts +108 -0
  1619. package/workspace-snapshot/files/src/github/client.ts +995 -0
  1620. package/workspace-snapshot/files/src/github/commit-reachability.ts +184 -0
  1621. package/workspace-snapshot/files/src/github/links.ts +23 -0
  1622. package/workspace-snapshot/files/src/github/merge-result.ts +31 -0
  1623. package/workspace-snapshot/files/src/github/pr-discovery.ts +55 -0
  1624. package/workspace-snapshot/files/src/github/pr-inspector.ts +297 -0
  1625. package/workspace-snapshot/files/src/github/pr-url.ts +23 -0
  1626. package/workspace-snapshot/files/src/github/rate-limit-metadata.ts +105 -0
  1627. package/workspace-snapshot/files/src/gui/configure-health.ts +160 -0
  1628. package/workspace-snapshot/files/src/gui/dev-server-process.ts +213 -0
  1629. package/workspace-snapshot/files/src/gui/port.ts +78 -0
  1630. package/workspace-snapshot/files/src/gui/repo-root.ts +80 -0
  1631. package/workspace-snapshot/files/src/gui/start-configure-stable.ts +143 -0
  1632. package/workspace-snapshot/files/src/gui/start-gui.ts +131 -0
  1633. package/workspace-snapshot/files/src/index.ts +10 -0
  1634. package/workspace-snapshot/files/src/linear/client.ts +59 -0
  1635. package/workspace-snapshot/files/src/linear/comment-card.ts +74 -0
  1636. package/workspace-snapshot/files/src/linear/comments.ts +943 -0
  1637. package/workspace-snapshot/files/src/linear/handoff-comment.ts +19 -0
  1638. package/workspace-snapshot/files/src/linear/issue-query.ts +74 -0
  1639. package/workspace-snapshot/files/src/linear/markers.ts +266 -0
  1640. package/workspace-snapshot/files/src/linear/merge-source-comment.ts +46 -0
  1641. package/workspace-snapshot/files/src/linear/parser.ts +161 -0
  1642. package/workspace-snapshot/files/src/linear/phase-labels.ts +58 -0
  1643. package/workspace-snapshot/files/src/linear/planning-comment.ts +19 -0
  1644. package/workspace-snapshot/files/src/linear/pm-feedback-comment.ts +41 -0
  1645. package/workspace-snapshot/files/src/linear/project-harness-metadata.ts +147 -0
  1646. package/workspace-snapshot/files/src/linear/project-metadata-sync.ts +115 -0
  1647. package/workspace-snapshot/files/src/linear/revision-comment.ts +19 -0
  1648. package/workspace-snapshot/files/src/linear/run-status-comment.ts +197 -0
  1649. package/workspace-snapshot/files/src/linear/states.ts +20 -0
  1650. package/workspace-snapshot/files/src/linear/writer.ts +241 -0
  1651. package/workspace-snapshot/files/src/observability/adapters/fake.ts +267 -0
  1652. package/workspace-snapshot/files/src/observability/adapters/noop.ts +62 -0
  1653. package/workspace-snapshot/files/src/observability/adapters/posthog.ts +165 -0
  1654. package/workspace-snapshot/files/src/observability/adapters/sentry.ts +276 -0
  1655. package/workspace-snapshot/files/src/observability/analytics-schemas.ts +150 -0
  1656. package/workspace-snapshot/files/src/observability/consent.ts +70 -0
  1657. package/workspace-snapshot/files/src/observability/constants.ts +25 -0
  1658. package/workspace-snapshot/files/src/observability/context.ts +152 -0
  1659. package/workspace-snapshot/files/src/observability/facade-runtime-state.ts +47 -0
  1660. package/workspace-snapshot/files/src/observability/facade.ts +628 -0
  1661. package/workspace-snapshot/files/src/observability/fatal-handlers.ts +60 -0
  1662. package/workspace-snapshot/files/src/observability/identity.ts +13 -0
  1663. package/workspace-snapshot/files/src/observability/index.ts +47 -0
  1664. package/workspace-snapshot/files/src/observability/local-state.ts +142 -0
  1665. package/workspace-snapshot/files/src/observability/package-config.ts +180 -0
  1666. package/workspace-snapshot/files/src/observability/posthog-dashboard-contract.ts +277 -0
  1667. package/workspace-snapshot/files/src/observability/privacy-schema.ts +229 -0
  1668. package/workspace-snapshot/files/src/observability/product-error-messages.ts +19 -0
  1669. package/workspace-snapshot/files/src/observability/product-errors.ts +139 -0
  1670. package/workspace-snapshot/files/src/observability/provisioning-analytics.ts +28 -0
  1671. package/workspace-snapshot/files/src/observability/redaction.ts +85 -0
  1672. package/workspace-snapshot/files/src/observability/runtime-eligibility.ts +50 -0
  1673. package/workspace-snapshot/files/src/observability/sentry-outbound-privacy.ts +216 -0
  1674. package/workspace-snapshot/files/src/observability/session-dedupe.ts +73 -0
  1675. package/workspace-snapshot/files/src/observability/session-handoff.ts +47 -0
  1676. package/workspace-snapshot/files/src/observability/transport-lifecycle.ts +93 -0
  1677. package/workspace-snapshot/files/src/observability/types.ts +265 -0
  1678. package/workspace-snapshot/files/src/p-dev/browser.ts +26 -0
  1679. package/workspace-snapshot/files/src/p-dev/cli.ts +93 -0
  1680. package/workspace-snapshot/files/src/p-dev/git-object-plumbing.ts +396 -0
  1681. package/workspace-snapshot/files/src/p-dev/launch.ts +252 -0
  1682. package/workspace-snapshot/files/src/p-dev/main.ts +21 -0
  1683. package/workspace-snapshot/files/src/p-dev/next-bin.ts +8 -0
  1684. package/workspace-snapshot/files/src/p-dev/node-version.ts +46 -0
  1685. package/workspace-snapshot/files/src/p-dev/package-paths.ts +117 -0
  1686. package/workspace-snapshot/files/src/p-dev/package-version.ts +63 -0
  1687. package/workspace-snapshot/files/src/p-dev/runtime-mode.ts +28 -0
  1688. package/workspace-snapshot/files/src/p-dev/shutdown.ts +66 -0
  1689. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-digest.ts +50 -0
  1690. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-generator.ts +133 -0
  1691. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-git.ts +221 -0
  1692. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-manifest.ts +389 -0
  1693. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-policy.ts +198 -0
  1694. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-types.ts +67 -0
  1695. package/workspace-snapshot/files/src/p-dev/workspace-snapshot-validation.ts +137 -0
  1696. package/workspace-snapshot/files/src/p-dev/workspace.ts +114 -0
  1697. package/workspace-snapshot/files/src/preview/preview-capability.ts +21 -0
  1698. package/workspace-snapshot/files/src/preview/production-from-merge.ts +143 -0
  1699. package/workspace-snapshot/files/src/preview/urls.ts +28 -0
  1700. package/workspace-snapshot/files/src/preview/vercel-from-pr.ts +123 -0
  1701. package/workspace-snapshot/files/src/product/initialization-state.ts +65 -0
  1702. package/workspace-snapshot/files/src/product/product-marker.ts +76 -0
  1703. package/workspace-snapshot/files/src/product/read-product-marker.ts +63 -0
  1704. package/workspace-snapshot/files/src/prompts/branch-name.ts +22 -0
  1705. package/workspace-snapshot/files/src/prompts/builder.ts +118 -0
  1706. package/workspace-snapshot/files/src/prompts/implementation.md +83 -0
  1707. package/workspace-snapshot/files/src/prompts/integration-repair-builder.ts +65 -0
  1708. package/workspace-snapshot/files/src/prompts/integration-repair.md +117 -0
  1709. package/workspace-snapshot/files/src/prompts/planning.md +72 -0
  1710. package/workspace-snapshot/files/src/prompts/revision-builder.ts +61 -0
  1711. package/workspace-snapshot/files/src/prompts/revision.md +78 -0
  1712. package/workspace-snapshot/files/src/resolver/allowed-repos.ts +18 -0
  1713. package/workspace-snapshot/files/src/resolver/errors.ts +16 -0
  1714. package/workspace-snapshot/files/src/resolver/normalize-repo.ts +32 -0
  1715. package/workspace-snapshot/files/src/resolver/target-repo.ts +177 -0
  1716. package/workspace-snapshot/files/src/runner/builder-thread-acquire.ts +321 -0
  1717. package/workspace-snapshot/files/src/runner/builder-thread-evidence.ts +40 -0
  1718. package/workspace-snapshot/files/src/runner/builder-thread-idempotency.ts +27 -0
  1719. package/workspace-snapshot/files/src/runner/builder-thread-lineage-errors.ts +23 -0
  1720. package/workspace-snapshot/files/src/runner/builder-thread-lineage.ts +555 -0
  1721. package/workspace-snapshot/files/src/runner/builder-thread-types.ts +41 -0
  1722. package/workspace-snapshot/files/src/runner/building-recovery.ts +26 -0
  1723. package/workspace-snapshot/files/src/runner/delivery-dedup.ts +78 -0
  1724. package/workspace-snapshot/files/src/runner/dry-run.ts +137 -0
  1725. package/workspace-snapshot/files/src/runner/errors.ts +70 -0
  1726. package/workspace-snapshot/files/src/runner/execution-environment.ts +179 -0
  1727. package/workspace-snapshot/files/src/runner/failure-finalization.ts +234 -0
  1728. package/workspace-snapshot/files/src/runner/fixture.ts +30 -0
  1729. package/workspace-snapshot/files/src/runner/idempotency.ts +507 -0
  1730. package/workspace-snapshot/files/src/runner/orchestrator.ts +182 -0
  1731. package/workspace-snapshot/files/src/runner/phase-args.ts +49 -0
  1732. package/workspace-snapshot/files/src/runner/phase-infer.ts +67 -0
  1733. package/workspace-snapshot/files/src/runner/phases/handoff.ts +643 -0
  1734. package/workspace-snapshot/files/src/runner/phases/implementation.ts +763 -0
  1735. package/workspace-snapshot/files/src/runner/phases/integration-repair.ts +729 -0
  1736. package/workspace-snapshot/files/src/runner/phases/merge.ts +1280 -0
  1737. package/workspace-snapshot/files/src/runner/phases/planning.ts +499 -0
  1738. package/workspace-snapshot/files/src/runner/phases/production-sync.ts +341 -0
  1739. package/workspace-snapshot/files/src/runner/phases/revision.ts +881 -0
  1740. package/workspace-snapshot/files/src/runner/preflight.ts +345 -0
  1741. package/workspace-snapshot/files/src/runner/resolve-route.ts +183 -0
  1742. package/workspace-snapshot/files/src/runner/run-generation.ts +21 -0
  1743. package/workspace-snapshot/files/src/runner/uninitialized-product-routing.ts +121 -0
  1744. package/workspace-snapshot/files/src/setup/config-builder.ts +131 -0
  1745. package/workspace-snapshot/files/src/setup/config-local-editor.ts +260 -0
  1746. package/workspace-snapshot/files/src/setup/config-writer.ts +173 -0
  1747. package/workspace-snapshot/files/src/setup/control-plane-readiness-server.ts +16 -0
  1748. package/workspace-snapshot/files/src/setup/control-plane-readiness.ts +365 -0
  1749. package/workspace-snapshot/files/src/setup/control-plane-setup-state.ts +116 -0
  1750. package/workspace-snapshot/files/src/setup/control-plane-state-lock.ts +103 -0
  1751. package/workspace-snapshot/files/src/setup/control-plane-types.ts +220 -0
  1752. package/workspace-snapshot/files/src/setup/doctor-summary.ts +96 -0
  1753. package/workspace-snapshot/files/src/setup/env-merge.ts +266 -0
  1754. package/workspace-snapshot/files/src/setup/env-writer.ts +179 -0
  1755. package/workspace-snapshot/files/src/setup/first-run-readiness.ts +1438 -0
  1756. package/workspace-snapshot/files/src/setup/generated-instructions.ts +96 -0
  1757. package/workspace-snapshot/files/src/setup/git-askpass-credentials.ts +80 -0
  1758. package/workspace-snapshot/files/src/setup/github-dispatch-token.ts +119 -0
  1759. package/workspace-snapshot/files/src/setup/github-remote-provider.ts +1059 -0
  1760. package/workspace-snapshot/files/src/setup/github-remote-setup-live.ts +877 -0
  1761. package/workspace-snapshot/files/src/setup/github-repo-slug.ts +31 -0
  1762. package/workspace-snapshot/files/src/setup/github-repository-name.ts +63 -0
  1763. package/workspace-snapshot/files/src/setup/github-secret-encryption.ts +16 -0
  1764. package/workspace-snapshot/files/src/setup/github-target-repository-provider-live.ts +323 -0
  1765. package/workspace-snapshot/files/src/setup/github-target-repository-provider-mock.ts +284 -0
  1766. package/workspace-snapshot/files/src/setup/github-target-repository-provider.ts +86 -0
  1767. package/workspace-snapshot/files/src/setup/github-upload-rate-limit-gate.ts +58 -0
  1768. package/workspace-snapshot/files/src/setup/github-workflow-permissions.ts +175 -0
  1769. package/workspace-snapshot/files/src/setup/gui-view-model.ts +576 -0
  1770. package/workspace-snapshot/files/src/setup/guided-config-form.ts +52 -0
  1771. package/workspace-snapshot/files/src/setup/harness-dispatch-repo.ts +290 -0
  1772. package/workspace-snapshot/files/src/setup/harness-managed-repo-marker.ts +677 -0
  1773. package/workspace-snapshot/files/src/setup/harness-provisioning-context.ts +331 -0
  1774. package/workspace-snapshot/files/src/setup/harness-provisioning-last-run.ts +152 -0
  1775. package/workspace-snapshot/files/src/setup/harness-provisioning-pending-state.ts +285 -0
  1776. package/workspace-snapshot/files/src/setup/harness-provisioning-progress.ts +213 -0
  1777. package/workspace-snapshot/files/src/setup/harness-repo-provisioning.ts +1785 -0
  1778. package/workspace-snapshot/files/src/setup/harness-secret-fingerprint.ts +51 -0
  1779. package/workspace-snapshot/files/src/setup/harness-secret-setup.ts +439 -0
  1780. package/workspace-snapshot/files/src/setup/harness-snapshot-git-transport.ts +846 -0
  1781. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning-helpers.ts +95 -0
  1782. package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning.ts +1278 -0
  1783. package/workspace-snapshot/files/src/setup/harness-step-readiness-server.ts +39 -0
  1784. package/workspace-snapshot/files/src/setup/harness-step-readiness.ts +72 -0
  1785. package/workspace-snapshot/files/src/setup/harness-template-identity.ts +151 -0
  1786. package/workspace-snapshot/files/src/setup/harness-workspace-snapshot-loader.ts +152 -0
  1787. package/workspace-snapshot/files/src/setup/initial-setup-lifecycle.ts +181 -0
  1788. package/workspace-snapshot/files/src/setup/linear-category-labels.ts +18 -0
  1789. package/workspace-snapshot/files/src/setup/linear-setup-apply.ts +350 -0
  1790. package/workspace-snapshot/files/src/setup/linear-setup-client.ts +372 -0
  1791. package/workspace-snapshot/files/src/setup/linear-setup-plan.ts +447 -0
  1792. package/workspace-snapshot/files/src/setup/linear-setup-progress.ts +113 -0
  1793. package/workspace-snapshot/files/src/setup/linear-setup-summary.ts +33 -0
  1794. package/workspace-snapshot/files/src/setup/linear-status-contract.ts +69 -0
  1795. package/workspace-snapshot/files/src/setup/linear-webhook-env-local.ts +104 -0
  1796. package/workspace-snapshot/files/src/setup/linear-webhook-secret.ts +441 -0
  1797. package/workspace-snapshot/files/src/setup/linear-workflow-status-repair.ts +278 -0
  1798. package/workspace-snapshot/files/src/setup/linear-workspace-apply.ts +309 -0
  1799. package/workspace-snapshot/files/src/setup/linear-workspace-drift.ts +4 -0
  1800. package/workspace-snapshot/files/src/setup/linear-workspace-migration.ts +314 -0
  1801. package/workspace-snapshot/files/src/setup/linear-workspace-plan.ts +407 -0
  1802. package/workspace-snapshot/files/src/setup/local-apply-actions.ts +524 -0
  1803. package/workspace-snapshot/files/src/setup/local-readiness-checks.ts +466 -0
  1804. package/workspace-snapshot/files/src/setup/mock-git-repository-store.ts +291 -0
  1805. package/workspace-snapshot/files/src/setup/mock-target-workflow-finalization.ts +471 -0
  1806. package/workspace-snapshot/files/src/setup/model-settings.ts +73 -0
  1807. package/workspace-snapshot/files/src/setup/packaged-default-route.ts +29 -0
  1808. package/workspace-snapshot/files/src/setup/permission-model.ts +79 -0
  1809. package/workspace-snapshot/files/src/setup/redact-secrets.ts +85 -0
  1810. package/workspace-snapshot/files/src/setup/release-sync-managed-runner.ts +604 -0
  1811. package/workspace-snapshot/files/src/setup/remote-actions.ts +214 -0
  1812. package/workspace-snapshot/files/src/setup/remote-apply-actions.ts +423 -0
  1813. package/workspace-snapshot/files/src/setup/remote-preview-fingerprint.ts +37 -0
  1814. package/workspace-snapshot/files/src/setup/remote-setup-summary.ts +143 -0
  1815. package/workspace-snapshot/files/src/setup/runner-upgrade-canary-dispatch.ts +69 -0
  1816. package/workspace-snapshot/files/src/setup/runner-upgrade-canary.ts +213 -0
  1817. package/workspace-snapshot/files/src/setup/runner-upgrade-evidence.ts +30 -0
  1818. package/workspace-snapshot/files/src/setup/runner-upgrade-pending-state.ts +116 -0
  1819. package/workspace-snapshot/files/src/setup/runner-upgrade-progress.ts +150 -0
  1820. package/workspace-snapshot/files/src/setup/runner-upgrade-provider-live.ts +520 -0
  1821. package/workspace-snapshot/files/src/setup/runner-upgrade-provider.ts +852 -0
  1822. package/workspace-snapshot/files/src/setup/runner-upgrade-status-cache.ts +61 -0
  1823. package/workspace-snapshot/files/src/setup/runner-upgrade-three-way.ts +162 -0
  1824. package/workspace-snapshot/files/src/setup/runner-upgrade-timeouts.ts +386 -0
  1825. package/workspace-snapshot/files/src/setup/runner-upgrade-types.ts +176 -0
  1826. package/workspace-snapshot/files/src/setup/runner-upgrade-worker.ts +149 -0
  1827. package/workspace-snapshot/files/src/setup/runner-upgrade.ts +1926 -0
  1828. package/workspace-snapshot/files/src/setup/secret-change-token.ts +14 -0
  1829. package/workspace-snapshot/files/src/setup/service-verification.ts +689 -0
  1830. package/workspace-snapshot/files/src/setup/settings-config-patch.ts +461 -0
  1831. package/workspace-snapshot/files/src/setup/setup-actions.ts +183 -0
  1832. package/workspace-snapshot/files/src/setup/setup-github-auth.ts +15 -0
  1833. package/workspace-snapshot/files/src/setup/setup-state.ts +85 -0
  1834. package/workspace-snapshot/files/src/setup/stale-smoke-repo.ts +141 -0
  1835. package/workspace-snapshot/files/src/setup/step6-automatic-control-state.ts +59 -0
  1836. package/workspace-snapshot/files/src/setup/sync-downstream-summaries.ts +105 -0
  1837. package/workspace-snapshot/files/src/setup/sync-harness-config-cloud.ts +128 -0
  1838. package/workspace-snapshot/files/src/setup/target-repo-provisioning-pending-state.ts +160 -0
  1839. package/workspace-snapshot/files/src/setup/target-repo-provisioning.ts +704 -0
  1840. package/workspace-snapshot/files/src/setup/target-workflow-finalization-lock.ts +95 -0
  1841. package/workspace-snapshot/files/src/setup/target-workflow-finalization-progress.ts +166 -0
  1842. package/workspace-snapshot/files/src/setup/target-workflow-finalization-types.ts +182 -0
  1843. package/workspace-snapshot/files/src/setup/target-workflow-finalization.ts +1688 -0
  1844. package/workspace-snapshot/files/src/setup/target-workflow-setup.ts +249 -0
  1845. package/workspace-snapshot/files/src/setup/test-only-provisioning-provider.ts +51 -0
  1846. package/workspace-snapshot/files/src/setup/test-only-remote-setup-provider.ts +51 -0
  1847. package/workspace-snapshot/files/src/setup/test-only-runner-upgrade-provider.ts +51 -0
  1848. package/workspace-snapshot/files/src/setup/test-only-target-repo-provisioning-provider.ts +47 -0
  1849. package/workspace-snapshot/files/src/setup/tweetsodium.d.ts +14 -0
  1850. package/workspace-snapshot/files/src/setup/vercel-bridge-artifact.ts +174 -0
  1851. package/workspace-snapshot/files/src/setup/vercel-bridge-deploy.ts +217 -0
  1852. package/workspace-snapshot/files/src/setup/vercel-bridge-diagnostics.ts +510 -0
  1853. package/workspace-snapshot/files/src/setup/vercel-bridge-options.ts +164 -0
  1854. package/workspace-snapshot/files/src/setup/vercel-bridge-orchestration-summary.ts +46 -0
  1855. package/workspace-snapshot/files/src/setup/vercel-bridge-project-marker.ts +8 -0
  1856. package/workspace-snapshot/files/src/setup/vercel-bridge-readiness.ts +151 -0
  1857. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-normalize.ts +244 -0
  1858. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-poll.ts +960 -0
  1859. package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-state.ts +49 -0
  1860. package/workspace-snapshot/files/src/setup/vercel-bridge-structured-log.ts +91 -0
  1861. package/workspace-snapshot/files/src/setup/vercel-bridge-verification.ts +63 -0
  1862. package/workspace-snapshot/files/src/setup/vercel-production-redeploy.ts +298 -0
  1863. package/workspace-snapshot/files/src/setup/vercel-project-name.ts +38 -0
  1864. package/workspace-snapshot/files/src/setup/vercel-setup-apply.ts +1404 -0
  1865. package/workspace-snapshot/files/src/setup/vercel-setup-client.ts +789 -0
  1866. package/workspace-snapshot/files/src/setup/vercel-setup-plan.ts +742 -0
  1867. package/workspace-snapshot/files/src/setup/vercel-setup-summary.ts +52 -0
  1868. package/workspace-snapshot/files/src/setup/vercel-webhook-probe.ts +161 -0
  1869. package/workspace-snapshot/files/src/setup/workflow-config-snapshot.ts +22 -0
  1870. package/workspace-snapshot/files/src/setup/workflow-install-branch-recovery.ts +660 -0
  1871. package/workspace-snapshot/files/src/setup/workflow-install-merge-errors.ts +216 -0
  1872. package/workspace-snapshot/files/src/setup/workflow-install-merge-gate.ts +25 -0
  1873. package/workspace-snapshot/files/src/setup/workflow-model-save-queue.ts +251 -0
  1874. package/workspace-snapshot/files/src/setup/workflow-model-sync-lock.ts +103 -0
  1875. package/workspace-snapshot/files/src/setup/workflow-model-sync.ts +259 -0
  1876. package/workspace-snapshot/files/src/setup/workflow-models-sync-evidence.ts +34 -0
  1877. package/workspace-snapshot/files/src/types/parsed-issue.ts +17 -0
  1878. package/workspace-snapshot/files/src/types/run.ts +200 -0
  1879. package/workspace-snapshot/files/src/validate/constants.ts +2 -0
  1880. package/workspace-snapshot/files/src/validate/issue.ts +332 -0
  1881. package/workspace-snapshot/files/src/validate/report.ts +68 -0
  1882. package/workspace-snapshot/files/src/validate/types.ts +32 -0
  1883. package/workspace-snapshot/files/src/webhook/dispatch-github.ts +44 -0
  1884. package/workspace-snapshot/files/src/webhook/dispatch-statuses.ts +18 -0
  1885. package/workspace-snapshot/files/src/webhook/extract-issue-key.ts +49 -0
  1886. package/workspace-snapshot/files/src/webhook/filter.ts +64 -0
  1887. package/workspace-snapshot/files/src/webhook/handle-linear-webhook.ts +215 -0
  1888. package/workspace-snapshot/files/src/webhook/parse-linear-issue-event.ts +109 -0
  1889. package/workspace-snapshot/files/src/webhook/redact-log.ts +26 -0
  1890. package/workspace-snapshot/files/src/webhook/types.ts +78 -0
  1891. package/workspace-snapshot/files/src/webhook/verify.ts +68 -0
  1892. package/workspace-snapshot/files/src/webhook/workflow-command.ts +10 -0
  1893. package/workspace-snapshot/files/src/workflow/canonical-product-development-workflow.ts +584 -0
  1894. package/workspace-snapshot/files/src/workflow/canonical-workflow-gate.ts +255 -0
  1895. package/workspace-snapshot/files/src/workflow/canonical-workflow-validation.ts +297 -0
  1896. package/workspace-snapshot/files/src/workflow/dispatch-metadata.ts +59 -0
  1897. package/workspace-snapshot/files/src/workflow/finalize-harness-run.ts +83 -0
  1898. package/workspace-snapshot/files/src/workflow/manifest-summary.ts +57 -0
  1899. package/workspace-snapshot/files/src/workflow/preflight-canonical.ts +40 -0
  1900. package/workspace-snapshot/files/src/workflow/production-sync-dispatch.ts +65 -0
  1901. package/workspace-snapshot/files/src/workflow/summarize-manifest.ts +20 -0
  1902. package/workspace-snapshot/files/src/workflow/validate.ts +43 -0
  1903. package/workspace-snapshot/files/src/workflow/write-dispatch-metadata.ts +8 -0
  1904. package/workspace-snapshot/files/src/workflow/write-fallback-manifest.ts +39 -0
  1905. package/workspace-snapshot/files/src/workflow-page/bootstrap.ts +277 -0
  1906. package/workspace-snapshot/files/src/workflow-page/catalog-validation.ts +158 -0
  1907. package/workspace-snapshot/files/src/workflow-page/constants.ts +22 -0
  1908. package/workspace-snapshot/files/src/workflow-page/current-workflow.ts +225 -0
  1909. package/workspace-snapshot/files/src/workflow-page/fingerprint.ts +9 -0
  1910. package/workspace-snapshot/files/src/workflow-page/fixture-definition.ts +16 -0
  1911. package/workspace-snapshot/files/src/workflow-page/fixture-role-models.ts +50 -0
  1912. package/workspace-snapshot/files/src/workflow-page/fixtures/basic-current-workflow.ts +39 -0
  1913. package/workspace-snapshot/files/src/workflow-page/fixtures/branching-pr-review.ts +11 -0
  1914. package/workspace-snapshot/files/src/workflow-page/fixtures/canonical-violations.ts +50 -0
  1915. package/workspace-snapshot/files/src/workflow-page/fixtures/credential-errors.ts +13 -0
  1916. package/workspace-snapshot/files/src/workflow-page/fixtures/empty-linear-statuses.ts +10 -0
  1917. package/workspace-snapshot/files/src/workflow-page/fixtures/hundred-node-performance.ts +23 -0
  1918. package/workspace-snapshot/files/src/workflow-page/fixtures/index.ts +37 -0
  1919. package/workspace-snapshot/files/src/workflow-page/fixtures/model-catalog-snapshot.ts +34 -0
  1920. package/workspace-snapshot/files/src/workflow-page/fixtures/workflow-scopes.ts +18 -0
  1921. package/workspace-snapshot/files/src/workflow-page/linear-status-source.ts +65 -0
  1922. package/workspace-snapshot/files/src/workflow-page/model-catalog-lookup.ts +8 -0
  1923. package/workspace-snapshot/files/src/workflow-page/model-catalog-utils.ts +83 -0
  1924. package/workspace-snapshot/files/src/workflow-page/model-catalog.ts +60 -0
  1925. package/workspace-snapshot/files/src/workflow-page/scope-branches.ts +27 -0
  1926. package/workspace-snapshot/files/src/workflow-page/source-context.ts +91 -0
  1927. package/workspace-snapshot/files/src/workflow-page/types.ts +134 -0
  1928. package/workspace-snapshot/files/src/workflow-page/workflow-scopes.ts +73 -0
  1929. package/workspace-snapshot/files/templates/eval-scorecard.md +54 -0
  1930. package/workspace-snapshot/files/templates/implementation-plan.md +59 -0
  1931. package/workspace-snapshot/files/templates/linear-issue.md +53 -0
  1932. package/workspace-snapshot/files/templates/pr-readiness-report.md +57 -0
  1933. package/workspace-snapshot/files/tests/agents/cursor-provider.test.ts +250 -0
  1934. package/workspace-snapshot/files/tests/artifacts/manifest.test.ts +54 -0
  1935. package/workspace-snapshot/files/tests/artifacts/redact.test.ts +58 -0
  1936. package/workspace-snapshot/files/tests/cli/doctor.test.ts +120 -0
  1937. package/workspace-snapshot/files/tests/cli/finalize-exit.test.ts +28 -0
  1938. package/workspace-snapshot/files/tests/cli/json-out-manifest.test.ts +96 -0
  1939. package/workspace-snapshot/files/tests/cli/operator-init.test.ts +146 -0
  1940. package/workspace-snapshot/files/tests/cli/sync-production-dispatch.test.ts +103 -0
  1941. package/workspace-snapshot/files/tests/cli/validate-issue.test.ts +99 -0
  1942. package/workspace-snapshot/files/tests/config/cloud-config-fingerprint.test.ts +62 -0
  1943. package/workspace-snapshot/files/tests/config/legacy-linear-top-level.test.ts +86 -0
  1944. package/workspace-snapshot/files/tests/config/load-dotenv.test.ts +64 -0
  1945. package/workspace-snapshot/files/tests/config/onboarding-cloud-runner-contract.test.ts +139 -0
  1946. package/workspace-snapshot/files/tests/config/resolve-config.test.ts +273 -0
  1947. package/workspace-snapshot/files/tests/config/resolve-linear-workspace.test.ts +314 -0
  1948. package/workspace-snapshot/files/tests/config/role-models.test.ts +35 -0
  1949. package/workspace-snapshot/files/tests/config/schema.test.ts +107 -0
  1950. package/workspace-snapshot/files/tests/cursor/agent-factory.test.ts +341 -0
  1951. package/workspace-snapshot/files/tests/cursor/git-result.test.ts +77 -0
  1952. package/workspace-snapshot/files/tests/cursor/model.test.ts +108 -0
  1953. package/workspace-snapshot/files/tests/cursor/revision-git-result.test.ts +68 -0
  1954. package/workspace-snapshot/files/tests/cursor/role-models.test.ts +52 -0
  1955. package/workspace-snapshot/files/tests/cursor/run-cleanup.test.ts +52 -0
  1956. package/workspace-snapshot/files/tests/cursor/run-observer.test.ts +316 -0
  1957. package/workspace-snapshot/files/tests/cursor/urls.test.ts +27 -0
  1958. package/workspace-snapshot/files/tests/fixtures/config/minimal.json +16 -0
  1959. package/workspace-snapshot/files/tests/fixtures/github/pr-4-vercel-comment.json +10 -0
  1960. package/workspace-snapshot/files/tests/fixtures/issues/broad-for-direct-impl.md +28 -0
  1961. package/workspace-snapshot/files/tests/fixtures/issues/context-target-repo.md +21 -0
  1962. package/workspace-snapshot/files/tests/fixtures/issues/explicit-target-repo.md +21 -0
  1963. package/workspace-snapshot/files/tests/fixtures/issues/gpt-broad-example.md +35 -0
  1964. package/workspace-snapshot/files/tests/fixtures/issues/gpt-narrow-example.md +30 -0
  1965. package/workspace-snapshot/files/tests/fixtures/issues/invalid-missing-task.md +16 -0
  1966. package/workspace-snapshot/files/tests/fixtures/issues/invalid-no-ac-bullets.md +20 -0
  1967. package/workspace-snapshot/files/tests/fixtures/issues/missing-acceptance-criteria.md +17 -0
  1968. package/workspace-snapshot/files/tests/fixtures/issues/unknown-repo.md +20 -0
  1969. package/workspace-snapshot/files/tests/fixtures/issues/valid-minimal.md +20 -0
  1970. package/workspace-snapshot/files/tests/fixtures/issues/valid-project-only.md +17 -0
  1971. package/workspace-snapshot/files/tests/fixtures/issues/valid-target-app.md +31 -0
  1972. package/workspace-snapshot/files/tests/fixtures/linear/implementation-comment-wes-13.md +16 -0
  1973. package/workspace-snapshot/files/tests/fixtures/linear/pm-feedback-wes-13.md +3 -0
  1974. package/workspace-snapshot/files/tests/fixtures/webhook/issue-building-to-pr-open.json +27 -0
  1975. package/workspace-snapshot/files/tests/fixtures/webhook/issue-pm-review.json +27 -0
  1976. package/workspace-snapshot/files/tests/fixtures/webhook/issue-ready-for-planning.json +27 -0
  1977. package/workspace-snapshot/files/tests/fixtures/webhook/issue-title-only-update.json +25 -0
  1978. package/workspace-snapshot/files/tests/fixtures/workflows/harness-auto-runner-with-production-sync.yml +586 -0
  1979. package/workspace-snapshot/files/tests/fixtures/workflows/trigger-harness-production-sync.yml +31 -0
  1980. package/workspace-snapshot/files/tests/github/actions-url.test.ts +45 -0
  1981. package/workspace-snapshot/files/tests/github/auth-verification-retry.test.ts +141 -0
  1982. package/workspace-snapshot/files/tests/github/base-branch.test.ts +156 -0
  1983. package/workspace-snapshot/files/tests/github/check-policy.test.ts +59 -0
  1984. package/workspace-snapshot/files/tests/github/client.test.ts +226 -0
  1985. package/workspace-snapshot/files/tests/github/commit-reachability.test.ts +148 -0
  1986. package/workspace-snapshot/files/tests/github/merge-result.test.ts +26 -0
  1987. package/workspace-snapshot/files/tests/github/pr-discovery.test.ts +55 -0
  1988. package/workspace-snapshot/files/tests/github/pr-inspector.test.ts +393 -0
  1989. package/workspace-snapshot/files/tests/github/pr-url.test.ts +30 -0
  1990. package/workspace-snapshot/files/tests/github/rate-limit-metadata.test.ts +92 -0
  1991. package/workspace-snapshot/files/tests/gui/app-shell-settings-menu.test.ts +115 -0
  1992. package/workspace-snapshot/files/tests/gui/configure-fix-loop.test.ts +473 -0
  1993. package/workspace-snapshot/files/tests/gui/configure-health.test.ts +67 -0
  1994. package/workspace-snapshot/files/tests/gui/configure-navigation-contract.test.ts +107 -0
  1995. package/workspace-snapshot/files/tests/gui/configure-target-repo-create.test.ts +103 -0
  1996. package/workspace-snapshot/files/tests/gui/configure-workflow-readiness.test.ts +117 -0
  1997. package/workspace-snapshot/files/tests/gui/data-sharing-preferences.test.ts +43 -0
  1998. package/workspace-snapshot/files/tests/gui/design-system.test.ts +146 -0
  1999. package/workspace-snapshot/files/tests/gui/dev-server-process.test.ts +22 -0
  2000. package/workspace-snapshot/files/tests/gui/guided-linear-workspace-card.test.ts +168 -0
  2001. package/workspace-snapshot/files/tests/gui/guided-operation-ux.test.ts +100 -0
  2002. package/workspace-snapshot/files/tests/gui/guided-setup-progress.test.ts +267 -0
  2003. package/workspace-snapshot/files/tests/gui/guided-setup.test.ts +246 -0
  2004. package/workspace-snapshot/files/tests/gui/guided-target-workflow-polling.test.ts +38 -0
  2005. package/workspace-snapshot/files/tests/gui/linear-association-draft.test.ts +93 -0
  2006. package/workspace-snapshot/files/tests/gui/local-readiness-stream.test.ts +154 -0
  2007. package/workspace-snapshot/files/tests/gui/local-readiness-visual-queue.test.ts +69 -0
  2008. package/workspace-snapshot/files/tests/gui/local-readiness-workspace.test.ts +299 -0
  2009. package/workspace-snapshot/files/tests/gui/m6-configure-boundaries.test.ts +1026 -0
  2010. package/workspace-snapshot/files/tests/gui/observability-preferences-route.test.ts +343 -0
  2011. package/workspace-snapshot/files/tests/gui/observability-request-guard.test.ts +177 -0
  2012. package/workspace-snapshot/files/tests/gui/packaged-harness-cloud-secrets-routes.test.ts +303 -0
  2013. package/workspace-snapshot/files/tests/gui/packaged-harness-provisioning-routes.test.ts +212 -0
  2014. package/workspace-snapshot/files/tests/gui/packaged-harness-target-workflow-routes.test.ts +227 -0
  2015. package/workspace-snapshot/files/tests/gui/packaged-runner-upgrade-routes.test.ts +532 -0
  2016. package/workspace-snapshot/files/tests/gui/packaged-target-repo-provisioning-routes.test.ts +108 -0
  2017. package/workspace-snapshot/files/tests/gui/port.test.ts +74 -0
  2018. package/workspace-snapshot/files/tests/gui/repo-root.test.ts +115 -0
  2019. package/workspace-snapshot/files/tests/gui/runner-upgrade-settings-card.test.ts +97 -0
  2020. package/workspace-snapshot/files/tests/gui/settings-cursor.test.ts +39 -0
  2021. package/workspace-snapshot/files/tests/gui/settings-deployments-autoload.test.ts +57 -0
  2022. package/workspace-snapshot/files/tests/gui/settings-mutation-editors.test.ts +154 -0
  2023. package/workspace-snapshot/files/tests/gui/settings-navigation.test.ts +95 -0
  2024. package/workspace-snapshot/files/tests/gui/settings-repositories-page.test.ts +54 -0
  2025. package/workspace-snapshot/files/tests/gui/setup-api.test.ts +181 -0
  2026. package/workspace-snapshot/files/tests/gui/setup-json-response.test.ts +34 -0
  2027. package/workspace-snapshot/files/tests/gui/step6-remote-state.test.ts +75 -0
  2028. package/workspace-snapshot/files/tests/gui/step7-settings-polish.test.ts +180 -0
  2029. package/workspace-snapshot/files/tests/gui/sync-downstream-summaries.test.ts +198 -0
  2030. package/workspace-snapshot/files/tests/gui/target-workflow-pr-card.test.ts +68 -0
  2031. package/workspace-snapshot/files/tests/gui/vercel-bridge-polling-ui.test.ts +74 -0
  2032. package/workspace-snapshot/files/tests/gui/verification-state.test.ts +217 -0
  2033. package/workspace-snapshot/files/tests/gui/workflow-bootstrap-route.test.ts +78 -0
  2034. package/workspace-snapshot/files/tests/gui/workflow-model-autosave.test.ts +36 -0
  2035. package/workspace-snapshot/files/tests/gui/workflow-source-ui.test.ts +22 -0
  2036. package/workspace-snapshot/files/tests/gui/workflow-violation-messages.test.ts +39 -0
  2037. package/workspace-snapshot/files/tests/gui/workflow-workspace.test.ts +188 -0
  2038. package/workspace-snapshot/files/tests/linear/comment-assertions.ts +24 -0
  2039. package/workspace-snapshot/files/tests/linear/comment-card.test.ts +73 -0
  2040. package/workspace-snapshot/files/tests/linear/comments.test.ts +185 -0
  2041. package/workspace-snapshot/files/tests/linear/handoff-comment.test.ts +34 -0
  2042. package/workspace-snapshot/files/tests/linear/markers.test.ts +126 -0
  2043. package/workspace-snapshot/files/tests/linear/merge-comment.test.ts +61 -0
  2044. package/workspace-snapshot/files/tests/linear/merge-source-comment.test.ts +49 -0
  2045. package/workspace-snapshot/files/tests/linear/parser.test.ts +83 -0
  2046. package/workspace-snapshot/files/tests/linear/planning-comment.test.ts +29 -0
  2047. package/workspace-snapshot/files/tests/linear/pm-feedback-comment.test.ts +63 -0
  2048. package/workspace-snapshot/files/tests/linear/run-status-comment.test.ts +143 -0
  2049. package/workspace-snapshot/files/tests/observability/analytics-schemas.test.ts +74 -0
  2050. package/workspace-snapshot/files/tests/observability/context.test.ts +132 -0
  2051. package/workspace-snapshot/files/tests/observability/fatal-process.test.ts +106 -0
  2052. package/workspace-snapshot/files/tests/observability/foundation.test.ts +229 -0
  2053. package/workspace-snapshot/files/tests/observability/instrumentation-dev-startup.test.ts +79 -0
  2054. package/workspace-snapshot/files/tests/observability/lifecycle.test.ts +348 -0
  2055. package/workspace-snapshot/files/tests/observability/package-config.test.ts +66 -0
  2056. package/workspace-snapshot/files/tests/observability/packaged-config.test.ts +47 -0
  2057. package/workspace-snapshot/files/tests/observability/posthog-dashboard-contract.test.ts +133 -0
  2058. package/workspace-snapshot/files/tests/observability/posthog-envelope.test.ts +167 -0
  2059. package/workspace-snapshot/files/tests/observability/posthog-shutdown.test.ts +68 -0
  2060. package/workspace-snapshot/files/tests/observability/privacy-schema.test.ts +83 -0
  2061. package/workspace-snapshot/files/tests/observability/provisioning-analytics.test.ts +54 -0
  2062. package/workspace-snapshot/files/tests/observability/public-config-enablement.test.ts +48 -0
  2063. package/workspace-snapshot/files/tests/observability/sentry-envelope.test.ts +289 -0
  2064. package/workspace-snapshot/files/tests/observability/sentry-outbound-privacy.test.ts +141 -0
  2065. package/workspace-snapshot/files/tests/observability/sentry-privacy-assertions.ts +52 -0
  2066. package/workspace-snapshot/files/tests/observability/sentry-server-only.test.ts +68 -0
  2067. package/workspace-snapshot/files/tests/observability/sentry-transport.test.ts +88 -0
  2068. package/workspace-snapshot/files/tests/observability/session-dedupe.test.ts +117 -0
  2069. package/workspace-snapshot/files/tests/observability/snapshot-exclusion.test.ts +9 -0
  2070. package/workspace-snapshot/files/tests/p-dev/browser.test.ts +38 -0
  2071. package/workspace-snapshot/files/tests/p-dev/cli.test.ts +39 -0
  2072. package/workspace-snapshot/files/tests/p-dev/git-object-plumbing.test.ts +188 -0
  2073. package/workspace-snapshot/files/tests/p-dev/installed-tarball-gui.test.ts +475 -0
  2074. package/workspace-snapshot/files/tests/p-dev/installed-tarball-loopback.test.ts +986 -0
  2075. package/workspace-snapshot/files/tests/p-dev/installed-tarball-snapshot-provisioning.test.ts +361 -0
  2076. package/workspace-snapshot/files/tests/p-dev/launch.test.ts +162 -0
  2077. package/workspace-snapshot/files/tests/p-dev/next-bin.test.ts +16 -0
  2078. package/workspace-snapshot/files/tests/p-dev/node-version.test.ts +20 -0
  2079. package/workspace-snapshot/files/tests/p-dev/package-manifest.test.ts +49 -0
  2080. package/workspace-snapshot/files/tests/p-dev/package-packed-artifact.test.ts +235 -0
  2081. package/workspace-snapshot/files/tests/p-dev/package-paths.test.ts +94 -0
  2082. package/workspace-snapshot/files/tests/p-dev/package-version.test.ts +55 -0
  2083. package/workspace-snapshot/files/tests/p-dev/packaged-workspace-setup.test.ts +87 -0
  2084. package/workspace-snapshot/files/tests/p-dev/runtime-mode.test.ts +18 -0
  2085. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-digest.test.ts +61 -0
  2086. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-generator.test.ts +76 -0
  2087. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-policy.test.ts +41 -0
  2088. package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-validation.test.ts +158 -0
  2089. package/workspace-snapshot/files/tests/p-dev/workspace.test.ts +80 -0
  2090. package/workspace-snapshot/files/tests/preview/production-from-merge.test.ts +39 -0
  2091. package/workspace-snapshot/files/tests/preview/vercel-from-pr.test.ts +120 -0
  2092. package/workspace-snapshot/files/tests/product/initialization-state.test.ts +78 -0
  2093. package/workspace-snapshot/files/tests/product/read-product-marker.test.ts +46 -0
  2094. package/workspace-snapshot/files/tests/prompts/builder.test.ts +59 -0
  2095. package/workspace-snapshot/files/tests/prompts/implementation-builder.test.ts +77 -0
  2096. package/workspace-snapshot/files/tests/prompts/issue-intake-chatgpt.test.ts +106 -0
  2097. package/workspace-snapshot/files/tests/resolver/allowed-repos.test.ts +44 -0
  2098. package/workspace-snapshot/files/tests/resolver/normalize-repo.test.ts +44 -0
  2099. package/workspace-snapshot/files/tests/resolver/target-repo.test.ts +157 -0
  2100. package/workspace-snapshot/files/tests/runner/builder-thread-acquire.test.ts +288 -0
  2101. package/workspace-snapshot/files/tests/runner/builder-thread-idempotency.test.ts +42 -0
  2102. package/workspace-snapshot/files/tests/runner/builder-thread-lineage.test.ts +206 -0
  2103. package/workspace-snapshot/files/tests/runner/building-recovery.test.ts +30 -0
  2104. package/workspace-snapshot/files/tests/runner/delivery-dedup.test.ts +53 -0
  2105. package/workspace-snapshot/files/tests/runner/dry-run.test.ts +128 -0
  2106. package/workspace-snapshot/files/tests/runner/execution-environment.test.ts +114 -0
  2107. package/workspace-snapshot/files/tests/runner/failure-finalization-runner-upgrade.test.ts +112 -0
  2108. package/workspace-snapshot/files/tests/runner/failure-finalization.test.ts +203 -0
  2109. package/workspace-snapshot/files/tests/runner/handoff.test.ts +378 -0
  2110. package/workspace-snapshot/files/tests/runner/idempotency-handoff.test.ts +171 -0
  2111. package/workspace-snapshot/files/tests/runner/idempotency-implementation.test.ts +144 -0
  2112. package/workspace-snapshot/files/tests/runner/idempotency-merge.test.ts +118 -0
  2113. package/workspace-snapshot/files/tests/runner/idempotency-revision.test.ts +112 -0
  2114. package/workspace-snapshot/files/tests/runner/idempotency.test.ts +84 -0
  2115. package/workspace-snapshot/files/tests/runner/implementation.test.ts +215 -0
  2116. package/workspace-snapshot/files/tests/runner/integration-repair.test.ts +278 -0
  2117. package/workspace-snapshot/files/tests/runner/merge-linear-metadata.test.ts +90 -0
  2118. package/workspace-snapshot/files/tests/runner/merge.test.ts +839 -0
  2119. package/workspace-snapshot/files/tests/runner/orchestrator.test.ts +301 -0
  2120. package/workspace-snapshot/files/tests/runner/phase-args.test.ts +38 -0
  2121. package/workspace-snapshot/files/tests/runner/planning.test.ts +169 -0
  2122. package/workspace-snapshot/files/tests/runner/preflight-canonical.test.ts +73 -0
  2123. package/workspace-snapshot/files/tests/runner/preflight-fail-closed.integration.test.ts +418 -0
  2124. package/workspace-snapshot/files/tests/runner/preview-capability.test.ts +46 -0
  2125. package/workspace-snapshot/files/tests/runner/resolve-route.test.ts +255 -0
  2126. package/workspace-snapshot/files/tests/runner/revision.test.ts +434 -0
  2127. package/workspace-snapshot/files/tests/runner/uninitialized-product-routing.test.ts +120 -0
  2128. package/workspace-snapshot/files/tests/setup/config-builder.test.ts +136 -0
  2129. package/workspace-snapshot/files/tests/setup/config-local-editor.test.ts +164 -0
  2130. package/workspace-snapshot/files/tests/setup/connect-services-credential-availability.test.ts +151 -0
  2131. package/workspace-snapshot/files/tests/setup/connect-services-env.test.ts +84 -0
  2132. package/workspace-snapshot/files/tests/setup/control-plane-readiness.test.ts +145 -0
  2133. package/workspace-snapshot/files/tests/setup/control-plane-state-lock.test.ts +67 -0
  2134. package/workspace-snapshot/files/tests/setup/doctor-summary.test.ts +48 -0
  2135. package/workspace-snapshot/files/tests/setup/env-merge.test.ts +177 -0
  2136. package/workspace-snapshot/files/tests/setup/env-writer.test.ts +97 -0
  2137. package/workspace-snapshot/files/tests/setup/first-run-readiness.test.ts +1231 -0
  2138. package/workspace-snapshot/files/tests/setup/generated-instructions.test.ts +48 -0
  2139. package/workspace-snapshot/files/tests/setup/github-dispatch-token.test.ts +159 -0
  2140. package/workspace-snapshot/files/tests/setup/github-remote-provider.test.ts +66 -0
  2141. package/workspace-snapshot/files/tests/setup/github-remote-setup-live.test.ts +59 -0
  2142. package/workspace-snapshot/files/tests/setup/github-repository-name.test.ts +28 -0
  2143. package/workspace-snapshot/files/tests/setup/github-workflow-permissions.test.ts +71 -0
  2144. package/workspace-snapshot/files/tests/setup/gui-remote-storage.test.ts +41 -0
  2145. package/workspace-snapshot/files/tests/setup/gui-view-model.test.ts +251 -0
  2146. package/workspace-snapshot/files/tests/setup/guided-config-form.test.ts +54 -0
  2147. package/workspace-snapshot/files/tests/setup/harness-dispatch-repo.test.ts +394 -0
  2148. package/workspace-snapshot/files/tests/setup/harness-managed-repo-marker.test.ts +141 -0
  2149. package/workspace-snapshot/files/tests/setup/harness-provisioning-context.test.ts +89 -0
  2150. package/workspace-snapshot/files/tests/setup/harness-provisioning-pending-state.test.ts +88 -0
  2151. package/workspace-snapshot/files/tests/setup/harness-repo-provisioning.test.ts +897 -0
  2152. package/workspace-snapshot/files/tests/setup/harness-secret-setup.test.ts +255 -0
  2153. package/workspace-snapshot/files/tests/setup/harness-snapshot-bulk-fixture.ts +72 -0
  2154. package/workspace-snapshot/files/tests/setup/harness-snapshot-bulk-installed.test.ts +93 -0
  2155. package/workspace-snapshot/files/tests/setup/harness-snapshot-default-branch.test.ts +73 -0
  2156. package/workspace-snapshot/files/tests/setup/harness-snapshot-description-finalization.test.ts +136 -0
  2157. package/workspace-snapshot/files/tests/setup/harness-snapshot-git-transport.test.ts +518 -0
  2158. package/workspace-snapshot/files/tests/setup/harness-snapshot-marker-tree.test.ts +61 -0
  2159. package/workspace-snapshot/files/tests/setup/harness-snapshot-reconciliation.test.ts +132 -0
  2160. package/workspace-snapshot/files/tests/setup/harness-snapshot-structured-errors.test.ts +137 -0
  2161. package/workspace-snapshot/files/tests/setup/harness-snapshot-upload-rate-limit.test.ts +105 -0
  2162. package/workspace-snapshot/files/tests/setup/harness-step-readiness.test.ts +145 -0
  2163. package/workspace-snapshot/files/tests/setup/harness-workspace-snapshot-loader.test.ts +142 -0
  2164. package/workspace-snapshot/files/tests/setup/initial-setup-lifecycle.test.ts +220 -0
  2165. package/workspace-snapshot/files/tests/setup/linear-setup-apply.test.ts +134 -0
  2166. package/workspace-snapshot/files/tests/setup/linear-setup-plan.test.ts +149 -0
  2167. package/workspace-snapshot/files/tests/setup/linear-webhook-env-local.test.ts +95 -0
  2168. package/workspace-snapshot/files/tests/setup/linear-webhook-secret.test.ts +256 -0
  2169. package/workspace-snapshot/files/tests/setup/linear-workflow-status-repair.test.ts +314 -0
  2170. package/workspace-snapshot/files/tests/setup/linear-workspace-migration.test.ts +173 -0
  2171. package/workspace-snapshot/files/tests/setup/linear-workspace-plan.test.ts +247 -0
  2172. package/workspace-snapshot/files/tests/setup/live-provisioning-error-preservation.test.ts +98 -0
  2173. package/workspace-snapshot/files/tests/setup/local-apply-actions.test.ts +365 -0
  2174. package/workspace-snapshot/files/tests/setup/local-readiness-checks.test.ts +199 -0
  2175. package/workspace-snapshot/files/tests/setup/mock-canonical-preflight.ts +14 -0
  2176. package/workspace-snapshot/files/tests/setup/model-settings.test.ts +52 -0
  2177. package/workspace-snapshot/files/tests/setup/packaged-default-route.test.ts +85 -0
  2178. package/workspace-snapshot/files/tests/setup/packaged-provisioning-permissions.test.ts +41 -0
  2179. package/workspace-snapshot/files/tests/setup/permission-model.test.ts +38 -0
  2180. package/workspace-snapshot/files/tests/setup/redact-secrets.test.ts +78 -0
  2181. package/workspace-snapshot/files/tests/setup/release-sync-managed-runner.test.ts +385 -0
  2182. package/workspace-snapshot/files/tests/setup/remote-actions.test.ts +45 -0
  2183. package/workspace-snapshot/files/tests/setup/remote-apply-actions.test.ts +302 -0
  2184. package/workspace-snapshot/files/tests/setup/remote-preview-fingerprint.test.ts +121 -0
  2185. package/workspace-snapshot/files/tests/setup/runner-upgrade-canary.test.ts +201 -0
  2186. package/workspace-snapshot/files/tests/setup/runner-upgrade-three-way.test.ts +226 -0
  2187. package/workspace-snapshot/files/tests/setup/runner-upgrade.test.ts +702 -0
  2188. package/workspace-snapshot/files/tests/setup/service-verification.test.ts +491 -0
  2189. package/workspace-snapshot/files/tests/setup/settings-config-patch.test.ts +280 -0
  2190. package/workspace-snapshot/files/tests/setup/setup-actions.test.ts +96 -0
  2191. package/workspace-snapshot/files/tests/setup/setup-form-defaults.test.ts +35 -0
  2192. package/workspace-snapshot/files/tests/setup/setup-server-remote.test.ts +90 -0
  2193. package/workspace-snapshot/files/tests/setup/setup-state.test.ts +47 -0
  2194. package/workspace-snapshot/files/tests/setup/stale-smoke-repo.test.ts +84 -0
  2195. package/workspace-snapshot/files/tests/setup/step6-automatic-apply-outcome.test.ts +304 -0
  2196. package/workspace-snapshot/files/tests/setup/step6-automatic-control-state.test.ts +73 -0
  2197. package/workspace-snapshot/files/tests/setup/target-repo-provisioning.test.ts +307 -0
  2198. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-lock.test.ts +51 -0
  2199. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-progress.test.ts +71 -0
  2200. package/workspace-snapshot/files/tests/setup/target-workflow-finalization-step-github.test.ts +675 -0
  2201. package/workspace-snapshot/files/tests/setup/target-workflow-finalization.test.ts +222 -0
  2202. package/workspace-snapshot/files/tests/setup/target-workflow-setup.test.ts +62 -0
  2203. package/workspace-snapshot/files/tests/setup/test-workspace-snapshot-fixture.ts +100 -0
  2204. package/workspace-snapshot/files/tests/setup/vercel-bridge-diagnostics.test.ts +429 -0
  2205. package/workspace-snapshot/files/tests/setup/vercel-bridge-options.test.ts +135 -0
  2206. package/workspace-snapshot/files/tests/setup/vercel-bridge-preview-fingerprint.test.ts +52 -0
  2207. package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-normalize.test.ts +106 -0
  2208. package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-poll.test.ts +656 -0
  2209. package/workspace-snapshot/files/tests/setup/vercel-bridge-structured-log.test.ts +45 -0
  2210. package/workspace-snapshot/files/tests/setup/vercel-bridge-verification.test.ts +39 -0
  2211. package/workspace-snapshot/files/tests/setup/vercel-endpoint-reachability.test.ts +60 -0
  2212. package/workspace-snapshot/files/tests/setup/vercel-production-redeploy.test.ts +184 -0
  2213. package/workspace-snapshot/files/tests/setup/vercel-setup-apply.test.ts +1557 -0
  2214. package/workspace-snapshot/files/tests/setup/vercel-setup-client.test.ts +471 -0
  2215. package/workspace-snapshot/files/tests/setup/vercel-setup-plan.test.ts +319 -0
  2216. package/workspace-snapshot/files/tests/setup/vercel-webhook-probe.test.ts +78 -0
  2217. package/workspace-snapshot/files/tests/setup/workflow-install-branch-recovery-commit.test.ts +144 -0
  2218. package/workspace-snapshot/files/tests/setup/workflow-install-branch-recovery.test.ts +133 -0
  2219. package/workspace-snapshot/files/tests/setup/workflow-install-merge-errors.test.ts +103 -0
  2220. package/workspace-snapshot/files/tests/setup/workflow-install-merge-gate.test.ts +58 -0
  2221. package/workspace-snapshot/files/tests/setup/workflow-model-save-queue.test.ts +139 -0
  2222. package/workspace-snapshot/files/tests/setup/workflow-model-sync.test.ts +141 -0
  2223. package/workspace-snapshot/files/tests/validate-issue/report.test.ts +56 -0
  2224. package/workspace-snapshot/files/tests/validate-issue/uninitialized-product.test.ts +108 -0
  2225. package/workspace-snapshot/files/tests/validate-issue/validate-issue.test.ts +202 -0
  2226. package/workspace-snapshot/files/tests/webhook/dispatch-github.test.ts +193 -0
  2227. package/workspace-snapshot/files/tests/webhook/extract-issue-key.test.ts +65 -0
  2228. package/workspace-snapshot/files/tests/webhook/filter.test.ts +187 -0
  2229. package/workspace-snapshot/files/tests/webhook/harness-auto-runner-workflow.test.ts +176 -0
  2230. package/workspace-snapshot/files/tests/webhook/parse-linear-issue-event.test.ts +89 -0
  2231. package/workspace-snapshot/files/tests/webhook/verify.test.ts +125 -0
  2232. package/workspace-snapshot/files/tests/workflow/canonical-product-development-workflow.test.ts +193 -0
  2233. package/workspace-snapshot/files/tests/workflow/canonical-workflow-validation.test.ts +202 -0
  2234. package/workspace-snapshot/files/tests/workflow/dispatch-metadata.test.ts +38 -0
  2235. package/workspace-snapshot/files/tests/workflow/manifest-summary.test.ts +58 -0
  2236. package/workspace-snapshot/files/tests/workflow/production-sync-dispatch.test.ts +101 -0
  2237. package/workspace-snapshot/files/tests/workflow/validate.test.ts +70 -0
  2238. package/workspace-snapshot/files/tests/workflow/workflow-shell-safety.test.ts +95 -0
  2239. package/workspace-snapshot/files/tsconfig.json +22 -0
  2240. package/workspace-snapshot/files/vercel.json +10 -0
  2241. package/workspace-snapshot/files/vitest.config.ts +20 -0
  2242. package/workspace-snapshot/manifest.json +7679 -0
  2243. package/workspace-snapshot/object-pack/snapshot-2735d42c938e514f27a9b2aaf5fa2fcc68019075.idx +0 -0
  2244. package/workspace-snapshot/object-pack/snapshot-2735d42c938e514f27a9b2aaf5fa2fcc68019075.pack +0 -0
  2245. package/gui/.next/server/app/index.html +0 -1
  2246. package/gui/.next/server/app/index.meta +0 -9
  2247. package/gui/.next/server/app/index.rsc +0 -18
  2248. package/gui/.next/server/chunks/120.js +0 -81
  2249. package/gui/.next/server/chunks/200.js +0 -1
  2250. package/gui/.next/server/chunks/477.js +0 -16
  2251. package/gui/.next/server/chunks/585.js +0 -1
  2252. package/gui/.next/server/chunks/711.js +0 -1
  2253. package/gui/.next/server/chunks/900.js +0 -1
  2254. package/gui/.next/server/chunks/901.js +0 -22
  2255. package/gui/.next/static/7x8X_k4tESvkyqRnNCC9E/_buildManifest.js +0 -1
  2256. package/gui/.next/static/chunks/661-5fc9351358e2f084.js +0 -1
  2257. package/gui/.next/static/chunks/app/_not-found/page-f15332c94524c284.js +0 -1
  2258. package/gui/.next/static/chunks/app/api/setup/apply-connect-services/route-979ec1702bd9938a.js +0 -1
  2259. package/gui/.next/static/chunks/app/api/setup/apply-harness-repo-provisioning/route-979ec1702bd9938a.js +0 -1
  2260. package/gui/.next/static/chunks/app/api/setup/apply-harness-secrets/route-979ec1702bd9938a.js +0 -1
  2261. package/gui/.next/static/chunks/app/api/setup/apply-linear-setup/route-979ec1702bd9938a.js +0 -1
  2262. package/gui/.next/static/chunks/app/api/setup/apply-local-files/route-979ec1702bd9938a.js +0 -1
  2263. package/gui/.next/static/chunks/app/api/setup/apply-target-workflow/route-979ec1702bd9938a.js +0 -1
  2264. package/gui/.next/static/chunks/app/api/setup/apply-vercel-bridge/route-979ec1702bd9938a.js +0 -1
  2265. package/gui/.next/static/chunks/app/api/setup/finalize-target-workflow/route-979ec1702bd9938a.js +0 -1
  2266. package/gui/.next/static/chunks/app/api/setup/harness-provisioning-summary/route-979ec1702bd9938a.js +0 -1
  2267. package/gui/.next/static/chunks/app/api/setup/linear-options/route-979ec1702bd9938a.js +0 -1
  2268. package/gui/.next/static/chunks/app/api/setup/linear-summary/route-979ec1702bd9938a.js +0 -1
  2269. package/gui/.next/static/chunks/app/api/setup/local-readiness/route-979ec1702bd9938a.js +0 -1
  2270. package/gui/.next/static/chunks/app/api/setup/manual-harness-secret-values/route-979ec1702bd9938a.js +0 -1
  2271. package/gui/.next/static/chunks/app/api/setup/preview-connect-services/route-979ec1702bd9938a.js +0 -1
  2272. package/gui/.next/static/chunks/app/api/setup/preview-harness-repo-provisioning/route-979ec1702bd9938a.js +0 -1
  2273. package/gui/.next/static/chunks/app/api/setup/preview-harness-secrets/route-979ec1702bd9938a.js +0 -1
  2274. package/gui/.next/static/chunks/app/api/setup/preview-linear-setup/route-979ec1702bd9938a.js +0 -1
  2275. package/gui/.next/static/chunks/app/api/setup/preview-local-files/route-979ec1702bd9938a.js +0 -1
  2276. package/gui/.next/static/chunks/app/api/setup/preview-target-workflow/route-979ec1702bd9938a.js +0 -1
  2277. package/gui/.next/static/chunks/app/api/setup/preview-vercel-bridge/route-979ec1702bd9938a.js +0 -1
  2278. package/gui/.next/static/chunks/app/api/setup/remote-summary/route-979ec1702bd9938a.js +0 -1
  2279. package/gui/.next/static/chunks/app/api/setup/summary/route-979ec1702bd9938a.js +0 -1
  2280. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-options/route-979ec1702bd9938a.js +0 -1
  2281. package/gui/.next/static/chunks/app/api/setup/vercel-bridge-redeploy-status/route-979ec1702bd9938a.js +0 -1
  2282. package/gui/.next/static/chunks/app/api/setup/vercel-summary/route-979ec1702bd9938a.js +0 -1
  2283. package/gui/.next/static/chunks/app/api/setup/verify-harness-repo/route-979ec1702bd9938a.js +0 -1
  2284. package/gui/.next/static/chunks/app/api/setup/verify-service/route-979ec1702bd9938a.js +0 -1
  2285. package/gui/.next/static/chunks/app/api/setup/verify-target-repo/route-979ec1702bd9938a.js +0 -1
  2286. package/gui/.next/static/chunks/app/layout-10445a363bff6a38.js +0 -1
  2287. package/gui/.next/static/chunks/app/page-979ec1702bd9938a.js +0 -1
  2288. package/gui/.next/static/chunks/app/settings/configure/page-25b2288ace2949a1.js +0 -1
  2289. package/gui/.next/static/chunks/framework-7318ce553e854ad6.js +0 -1
  2290. package/gui/.next/static/chunks/main-app-732547e2b1a794b6.js +0 -1
  2291. package/gui/.next/static/chunks/main-f7a784f5852cbbd1.js +0 -1
  2292. package/gui/.next/static/chunks/pages/_error-bda15e7831eec981.js +0 -1
  2293. package/gui/.next/static/css/cc2acc71c03f3b4b.css +0 -3
  2294. /package/gui/.next/static/{7x8X_k4tESvkyqRnNCC9E → wM7YWpWgyTcGc7H5h1u7U}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ exports.id=9454,exports.ids=[9454],exports.modules={44:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{GracefulDegradeBoundary:function(){return f},default:function(){return g}});let d=c(78157),e=c(31768);class f extends e.Component{static getDerivedStateFromError(a){return{hasError:!0}}componentDidMount(){let a=this.htmlRef.current;this.state.hasError&&a&&Object.entries(this.htmlAttributes).forEach(b=>{let[c,d]=b;a.setAttribute(c,d)})}render(){let{hasError:a}=this.state;return a?(0,d.jsx)("html",{ref:this.htmlRef,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:this.rootHtml}}):this.props.children}constructor(a){super(a),this.state={hasError:!1},this.rootHtml="",this.htmlAttributes={},this.htmlRef=(0,e.createRef)()}}let g=f;("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},2173:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{addSearchParamsToPageSegments:function(){return m},handleAliasedPrefetchEntry:function(){return l}});let d=c(44859),e=c(25918),f=c(24848),g=c(75497),h=c(82521),i=c(68360),j=c(26613),k=c(15426);function l(a,b,c,l,n){let o,p=b.tree,q=b.cache,r=(0,g.createHrefFromUrl)(l),s=[];if("string"==typeof c)return!1;for(let b of c){if(!function a(b){if(!b)return!1;let c=b[2];if(b[3])return!0;for(let b in c)if(a(c[b]))return!0;return!1}(b.seedData))continue;let c=b.tree;c=m(c,Object.fromEntries(l.searchParams));let{seedData:g,isRootRender:j,pathToSegment:n}=b,t=["",...n];c=m(c,Object.fromEntries(l.searchParams));let u=(0,f.applyRouterStatePatchToTree)(t,p,c,r),v=(0,e.createEmptyCacheNode)();if(j&&g){let b=g[1];v.loading=g[3],v.rsc=b,function a(b,c,e,f,g){if(0!==Object.keys(f[1]).length)for(let i in f[1]){let j,k=f[1][i],l=k[0],m=(0,h.createRouterCacheKey)(l),n=null!==g&&void 0!==g[2][i]?g[2][i]:null;if(null!==n){let a=n[1],c=n[3];j={lazyData:null,rsc:l.includes(d.PAGE_SEGMENT_KEY)?null:a,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:c,navigatedAt:b}}else j={lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1};let o=c.parallelRoutes.get(i);o?o.set(m,j):c.parallelRoutes.set(i,new Map([[m,j]])),a(b,j,e,k,n)}}(a,v,q,c,g)}else v.rsc=q.rsc,v.prefetchRsc=q.prefetchRsc,v.loading=q.loading,v.parallelRoutes=new Map(q.parallelRoutes),(0,i.fillCacheWithNewSubTreeDataButOnlyLoading)(a,v,q,b);for(let a of(u&&(p=u,q=v,o=!0),(0,k.generateSegmentsFromPatch)(c))){let c=[...b.pathToSegment,...a];c[c.length-1]!==d.DEFAULT_SEGMENT_KEY&&s.push(c)}}return!!o&&(n.patchedTree=p,n.cache=q,n.canonicalUrl=r,n.hashFragment=l.hash,n.scrollableSegments=s,(0,j.handleMutable)(b,n))}function m(a,b){let[c,e,...f]=a;if(c.includes(d.PAGE_SEGMENT_KEY))return[(0,d.addSearchParamsIfPageSegment)(c,b),e,...f];let g={};for(let[a,c]of Object.entries(e))g[a]=m(c,b);return[c,g,...f]}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},3498:(a,b,c)=>{let{createProxy:d}=c(38898);a.exports=d("/Users/weston/Code/agentic-product-development-harness/node_modules/next/dist/client/app-dir/link.js")},3646:(a,b,c)=>{"use strict";let d;c.d(b,{UC:()=>dO,q7:()=>dP,ZL:()=>dN,bL:()=>dL,wv:()=>dQ,l9:()=>dM});var e,f,g,h=c(31768),i=c.t(h,2);function j(a,b,{checkForDefaultPrevented:c=!0}={}){return function(d){if(a?.(d),!1===c||!d||!d.defaultPrevented)return b?.(d)}}"undefined"!=typeof window&&window.document&&window.document.createElement;var k=c(32393),l=c(78157);function m(a,b=[]){let c=[],d=()=>{let b=c.map(a=>h.createContext(a));return function(c){let d=c?.[a]||b;return h.useMemo(()=>({[`__scope${a}`]:{...c,[a]:d}}),[c,d])}};return d.scopeName=a,[function(b,d){let e=h.createContext(d);e.displayName=b+"Context";let f=c.length;c=[...c,d];let g=b=>{let{scope:c,children:d,...g}=b,i=c?.[a]?.[f]||e,j=h.useMemo(()=>g,Object.values(g));return(0,l.jsx)(i.Provider,{value:j,children:d})};return g.displayName=b+"Provider",[g,function(c,g,i={}){let{optional:j=!1}=i,k=g?.[a]?.[f]||e,l=h.useContext(k);if(l)return l;if(void 0!==d)return d;if(!j)throw Error(`\`${c}\` must be used within \`${b}\``)}]},function(...a){let b=a[0];if(1===a.length)return b;let c=()=>{let c=a.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(a){let d=c.reduce((b,{useScope:c,scopeName:d})=>{let e=c(a)[`__scope${d}`];return{...b,...e}},{});return h.useMemo(()=>({[`__scope${b.scopeName}`]:d}),[d])}};return c.scopeName=b.scopeName,c}(d,...b)]}var n=globalThis?.document?h.useLayoutEffect:()=>{},o=i[" useInsertionEffect ".trim().toString()]||n;function p({prop:a,defaultProp:b,onChange:c=()=>{},caller:d}){let[e,f,g]=function({defaultProp:a,onChange:b}){let[c,d]=h.useState(a),e=h.useRef(c),f=h.useRef(b);return o(()=>{f.current=b},[b]),h.useEffect(()=>{e.current!==c&&(f.current?.(c),e.current=c)},[c,e]),[c,d,f]}({defaultProp:b,onChange:c}),i=void 0!==a,j=i?a:e;{let b=h.useRef(void 0!==a);h.useEffect(()=>{let a=b.current;if(a!==i){let b=i?"controlled":"uncontrolled";console.warn(`${d} is changing from ${a?"controlled":"uncontrolled"} to ${b}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`)}b.current=i},[i,d])}return[j,h.useCallback(b=>{if(i){let c="function"==typeof b?b(a):b;c!==a&&g.current?.(c)}else f(b)},[i,a,f,g])]}Symbol("RADIX:SYNC_STATE");var q=c(65081),r=c(90632),s=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((a,b)=>{let c=(0,r.TL)(`Primitive.${b}`),d=h.forwardRef((a,d)=>{let{asChild:e,...f}=a;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,l.jsx)(e?c:b,{...f,ref:d})});return d.displayName=`Primitive.${b}`,{...a,[b]:d}},{});function t(a,b){a&&q.flushSync(()=>a.dispatchEvent(b))}function u(a){let b=a+"CollectionProvider",[c,d]=m(b),[e,f]=c(b,{collectionRef:{current:null},itemMap:new Map}),g=a=>{let{scope:b,children:c}=a,d=h.useRef(null),f=h.useRef(new Map).current;return(0,l.jsx)(e,{scope:b,itemMap:f,collectionRef:d,children:c})};g.displayName=b;let i=a+"CollectionSlot",j=(0,r.TL)(i),n=h.forwardRef((a,b)=>{let{scope:c,children:d}=a,e=f(i,c),g=(0,k.s)(b,e.collectionRef);return(0,l.jsx)(j,{ref:g,children:d})});n.displayName=i;let o=a+"CollectionItemSlot",p="data-radix-collection-item",q=(0,r.TL)(o),s=h.forwardRef((a,b)=>{let{scope:c,children:d,...e}=a,g=h.useRef(null),i=(0,k.s)(b,g),j=f(o,c);return h.useEffect(()=>(j.itemMap.set(g,{ref:g,...e}),()=>void j.itemMap.delete(g))),(0,l.jsx)(q,{...{[p]:""},ref:i,children:d})});return s.displayName=o,[{Provider:g,Slot:n,ItemSlot:s},function(b){let c=f(a+"CollectionConsumer",b);return h.useCallback(()=>{let a=c.collectionRef.current;if(!a)return[];let b=Array.from(a.querySelectorAll(`[${p}]`));return Array.from(c.itemMap.values()).sort((a,c)=>b.indexOf(a.ref.current)-b.indexOf(c.ref.current))},[c.collectionRef,c.itemMap])},d]}var v=new WeakMap;function w(a,b){if("at"in Array.prototype)return Array.prototype.at.call(a,b);let c=function(a,b){let c=a.length,d=x(b),e=d>=0?d:c+d;return e<0||e>=c?-1:e}(a,b);return -1===c?void 0:a[c]}function x(a){return a!=a||0===a?0:Math.trunc(a)}(class a extends Map{#a;constructor(a){super(a),this.#a=[...super.keys()],v.set(this,!0)}set(a,b){return v.get(this)&&(this.has(a)?this.#a[this.#a.indexOf(a)]=a:this.#a.push(a)),super.set(a,b),this}insert(a,b,c){let d,e=this.has(b),f=this.#a.length,g=x(a),h=g>=0?g:f+g,i=h<0||h>=f?-1:h;if(i===this.size||e&&i===this.size-1||-1===i)return this.set(b,c),this;let j=this.size+ +!e;g<0&&h++;let k=[...this.#a],l=!1;for(let a=h;a<j;a++)if(h===a){let f=k[a];k[a]===b&&(f=k[a+1]),e&&this.delete(b),d=this.get(f),this.set(b,c)}else{l||k[a-1]!==b||(l=!0);let c=k[l?a:a-1],e=d;d=this.get(c),this.delete(c),this.set(c,e)}return this}with(b,c,d){let e=new a(this);return e.insert(b,c,d),e}before(a){let b=this.#a.indexOf(a)-1;if(!(b<0))return this.entryAt(b)}setBefore(a,b,c){let d=this.#a.indexOf(a);return -1===d?this:this.insert(d,b,c)}after(a){let b=this.#a.indexOf(a);if(-1!==(b=-1===b||b===this.size-1?-1:b+1))return this.entryAt(b)}setAfter(a,b,c){let d=this.#a.indexOf(a);return -1===d?this:this.insert(d+1,b,c)}first(){return this.entryAt(0)}last(){return this.entryAt(-1)}clear(){return this.#a=[],super.clear()}delete(a){let b=super.delete(a);return b&&this.#a.splice(this.#a.indexOf(a),1),b}deleteAt(a){let b=this.keyAt(a);return void 0!==b&&this.delete(b)}at(a){let b=w(this.#a,a);if(void 0!==b)return this.get(b)}entryAt(a){let b=w(this.#a,a);if(void 0!==b)return[b,this.get(b)]}indexOf(a){return this.#a.indexOf(a)}keyAt(a){return w(this.#a,a)}from(a,b){let c=this.indexOf(a);if(-1===c)return;let d=c+b;return d<0&&(d=0),d>=this.size&&(d=this.size-1),this.at(d)}keyFrom(a,b){let c=this.indexOf(a);if(-1===c)return;let d=c+b;return d<0&&(d=0),d>=this.size&&(d=this.size-1),this.keyAt(d)}find(a,b){let c=0;for(let d of this){if(Reflect.apply(a,b,[d,c,this]))return d;c++}}findIndex(a,b){let c=0;for(let d of this){if(Reflect.apply(a,b,[d,c,this]))return c;c++}return -1}filter(b,c){let d=[],e=0;for(let a of this)Reflect.apply(b,c,[a,e,this])&&d.push(a),e++;return new a(d)}map(b,c){let d=[],e=0;for(let a of this)d.push([a[0],Reflect.apply(b,c,[a,e,this])]),e++;return new a(d)}reduce(...a){let[b,c]=a,d=0,e=c??this.at(0);for(let c of this)e=0===d&&1===a.length?c:Reflect.apply(b,this,[e,c,d,this]),d++;return e}reduceRight(...a){let[b,c]=a,d=c??this.at(-1);for(let c=this.size-1;c>=0;c--){let e=this.at(c);d=c===this.size-1&&1===a.length?e:Reflect.apply(b,this,[d,e,c,this])}return d}toSorted(b){return new a([...this.entries()].sort(b))}toReversed(){let b=new a;for(let a=this.size-1;a>=0;a--){let c=this.keyAt(a),d=this.get(c);b.set(c,d)}return b}toSpliced(...b){let c=[...this.entries()];return c.splice(...b),new a(c)}slice(b,c){let d=new a,e=this.size-1;if(void 0===b)return d;b<0&&(b+=this.size),void 0!==c&&c>0&&(e=c-1);for(let a=b;a<=e;a++){let b=this.keyAt(a),c=this.get(b);d.set(b,c)}return d}every(a,b){let c=0;for(let d of this){if(!Reflect.apply(a,b,[d,c,this]))return!1;c++}return!0}some(a,b){let c=0;for(let d of this){if(Reflect.apply(a,b,[d,c,this]))return!0;c++}return!1}});var y=h.createContext(void 0);function z(a){let b=h.useContext(y);return a||b||"ltr"}function A(a){let b=h.useRef(a);return h.useEffect(()=>{b.current=a}),h.useMemo(()=>(...a)=>b.current?.(...a),[])}var B="dismissableLayer.update",C=h.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),D=h.forwardRef((a,b)=>{let{disableOutsidePointerEvents:c=!1,deferPointerDownOutside:d=!1,onEscapeKeyDown:e,onPointerDownOutside:g,onFocusOutside:i,onInteractOutside:m,onDismiss:n,...o}=a,p=h.useContext(C),[q,r]=h.useState(null),t=q?.ownerDocument??globalThis?.document,[,u]=h.useState({}),v=(0,k.s)(b,r),w=Array.from(p.layers),[x]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),y=x?w.indexOf(x):-1,z=q?w.indexOf(q):-1,D=p.layersWithOutsidePointerEventsDisabled.size>0,H=z>=y,I=h.useRef(!1),J=function(a,b){let{ownerDocument:c=globalThis?.document,deferPointerDownOutside:d=!1,isDeferredPointerDownOutsideRef:e,dismissableSurfaces:f,shouldHandlePointerDownOutside:g=E}=b,i=A(a),j=h.useRef(!1),k=h.useRef(!1),l=h.useRef(new Map),m=h.useRef(()=>{});return h.useEffect(()=>{function a(){k.current=!1,e.current=!1,l.current.clear()}function b(a){if(!k.current)return;let b=a.target;b instanceof Node&&[...f].some(a=>a.contains(b))||l.current.set(a.type,!0),"click"===a.type&&window.setTimeout(()=>{k.current&&m.current()},0)}function h(a){k.current&&l.current.set(a.type,!1)}let n=b=>{if(b.target&&!j.current){let f=function(){c.removeEventListener("click",m.current);let b=Array.from(l.current.values()).some(Boolean);a(),b||G("dismissableLayer.pointerDownOutside",i,h,{discrete:!0})};if(!g(b.target)){c.removeEventListener("click",m.current),a(),j.current=!1;return}let h={originalEvent:b};k.current=!0,e.current=d&&0===b.button,l.current.clear(),d&&0===b.button?(c.removeEventListener("click",m.current),m.current=f,c.addEventListener("click",m.current,{once:!0})):f()}else c.removeEventListener("click",m.current),a();j.current=!1},o=["pointerup","mousedown","mouseup","touchstart","touchend","click"];for(let a of o)c.addEventListener(a,b,!0),c.addEventListener(a,h);let p=window.setTimeout(()=>{c.addEventListener("pointerdown",n)},0);return()=>{for(let a of(window.clearTimeout(p),c.removeEventListener("pointerdown",n),c.removeEventListener("click",m.current),o))c.removeEventListener(a,b,!0),c.removeEventListener(a,h)}},[c,i,d,e,f,g]),{onPointerDownCapture:()=>j.current=!0}}(a=>{g?.(a),m?.(a),a.defaultPrevented||n?.()},{ownerDocument:t,deferPointerDownOutside:d,isDeferredPointerDownOutsideRef:I,dismissableSurfaces:p.dismissableSurfaces,shouldHandlePointerDownOutside:h.useCallback(a=>{if(!(a instanceof Node))return!1;let b=[...p.branches].some(b=>b.contains(a));return H&&!b},[p.branches,H])}),K=function(a,b=globalThis?.document){let c=A(a),d=h.useRef(!1);return h.useEffect(()=>{let a=a=>{a.target&&!d.current&&G("dismissableLayer.focusOutside",c,{originalEvent:a},{discrete:!1})};return b.addEventListener("focusin",a),()=>b.removeEventListener("focusin",a)},[b,c]),{onFocusCapture:()=>d.current=!0,onBlurCapture:()=>d.current=!1}}(a=>{if(d&&I.current)return;let b=a.target;![...p.branches].some(a=>a.contains(b))&&(i?.(a),m?.(a),a.defaultPrevented||n?.())},t),L=!!q&&z===w.length-1,M=A(a=>{"Escape"===a.key&&(e?.(a),!a.defaultPrevented&&n&&(a.preventDefault(),n()))});return h.useEffect(()=>{if(L)return t.addEventListener("keydown",M,{capture:!0}),()=>t.removeEventListener("keydown",M,{capture:!0})},[t,L,M]),h.useEffect(()=>{if(q)return c&&(0===p.layersWithOutsidePointerEventsDisabled.size&&(f=t.body.style.pointerEvents,t.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(q)),p.layers.add(q),F(),()=>{c&&(p.layersWithOutsidePointerEventsDisabled.delete(q),0===p.layersWithOutsidePointerEventsDisabled.size&&(t.body.style.pointerEvents=f))}},[q,t,c,p]),h.useEffect(()=>()=>{q&&(p.layers.delete(q),p.layersWithOutsidePointerEventsDisabled.delete(q),F())},[q,p]),h.useEffect(()=>{let a=()=>u({});return document.addEventListener(B,a),()=>document.removeEventListener(B,a)},[]),(0,l.jsx)(s.div,{...o,ref:v,style:{pointerEvents:D?H?"auto":"none":void 0,...a.style},onFocusCapture:j(a.onFocusCapture,K.onFocusCapture),onBlurCapture:j(a.onBlurCapture,K.onBlurCapture),onPointerDownCapture:j(a.onPointerDownCapture,J.onPointerDownCapture)})});D.displayName="DismissableLayer",h.forwardRef((a,b)=>{let c=h.useContext(C),d=h.useRef(null),e=(0,k.s)(b,d);return h.useEffect(()=>{let a=d.current;if(a)return c.branches.add(a),()=>{c.branches.delete(a)}},[c.branches]),(0,l.jsx)(s.div,{...a,ref:e})}).displayName="DismissableLayerBranch";var E=()=>!0;function F(){let a=new CustomEvent(B);document.dispatchEvent(a)}function G(a,b,c,{discrete:d}){let e=c.originalEvent.target,f=new CustomEvent(a,{bubbles:!1,cancelable:!0,detail:c});b&&e.addEventListener(a,b,{once:!0}),d?t(e,f):e.dispatchEvent(f)}var H=0,I=null;function J(){let a=document.createElement("span");return a.setAttribute("data-radix-focus-guard",""),a.tabIndex=0,a.style.outline="none",a.style.opacity="0",a.style.position="fixed",a.style.pointerEvents="none",a}var K="focusScope.autoFocusOnMount",L="focusScope.autoFocusOnUnmount",M={bubbles:!1,cancelable:!0},N=h.forwardRef((a,b)=>{let{loop:c=!1,trapped:d=!1,onMountAutoFocus:e,onUnmountAutoFocus:f,...g}=a,[i,j]=h.useState(null),m=A(e),n=A(f),o=h.useRef(null),p=(0,k.s)(b,j),q=h.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;h.useEffect(()=>{if(d){let a=function(a){if(q.paused||!i)return;let b=a.target;i.contains(b)?o.current=b:Q(o.current,{select:!0})},b=function(a){if(q.paused||!i)return;let b=a.relatedTarget;null!==b&&(i.contains(b)||Q(o.current,{select:!0}))};document.addEventListener("focusin",a),document.addEventListener("focusout",b);let c=new MutationObserver(function(a){if(document.activeElement===document.body)for(let b of a)b.removedNodes.length>0&&Q(i)});return i&&c.observe(i,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",a),document.removeEventListener("focusout",b),c.disconnect()}}},[d,i,q.paused]),h.useEffect(()=>{if(i){R.add(q);let a=document.activeElement;if(!i.contains(a)){let b=new CustomEvent(K,M);i.addEventListener(K,m),i.dispatchEvent(b),b.defaultPrevented||(function(a,{select:b=!1}={}){let c=document.activeElement;for(let d of a)if(Q(d,{select:b}),document.activeElement!==c)return}(O(i).filter(a=>"A"!==a.tagName),{select:!0}),document.activeElement===a&&Q(i))}return()=>{i.removeEventListener(K,m),setTimeout(()=>{let b=new CustomEvent(L,M);i.addEventListener(L,n),i.dispatchEvent(b),b.defaultPrevented||Q(a??document.body,{select:!0}),i.removeEventListener(L,n),R.remove(q)},0)}}},[i,m,n,q]);let r=h.useCallback(a=>{if(!c&&!d||q.paused)return;let b="Tab"===a.key&&!a.altKey&&!a.ctrlKey&&!a.metaKey,e=document.activeElement;if(b&&e){let b=a.currentTarget,[d,f]=function(a){let b=O(a);return[P(b,a),P(b.reverse(),a)]}(b);d&&f?a.shiftKey||e!==f?a.shiftKey&&e===d&&(a.preventDefault(),c&&Q(f,{select:!0})):(a.preventDefault(),c&&Q(d,{select:!0})):e===b&&a.preventDefault()}},[c,d,q.paused]);return(0,l.jsx)(s.div,{tabIndex:-1,...g,ref:p,onKeyDown:r})});function O(a){let b=[],c=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{let b="INPUT"===a.tagName&&"hidden"===a.type;return a.disabled||a.hidden||b?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;c.nextNode();)b.push(c.currentNode);return b}function P(a,b){let c="function"==typeof b.checkVisibility&&b.checkVisibility({checkVisibilityCSS:!0});for(let d of a)if(!(c?!d.checkVisibility({checkVisibilityCSS:!0}):function(a,{upTo:b}){if("hidden"===getComputedStyle(a).visibility)return!0;for(;a&&(void 0===b||a!==b);){if("none"===getComputedStyle(a).display)return!0;a=a.parentElement}return!1}(d,{upTo:b})))return d}function Q(a,{select:b=!1}={}){if(a&&a.focus){var c;let d=document.activeElement;a.focus({preventScroll:!0}),a!==d&&(c=a)instanceof HTMLInputElement&&"select"in c&&b&&a.select()}}N.displayName="FocusScope";var R=function(){let a=[];return{add(b){let c=a[0];b!==c&&c?.pause(),(a=S(a,b)).unshift(b)},remove(b){a=S(a,b),a[0]?.resume()}}}();function S(a,b){let c=[...a],d=c.indexOf(b);return -1!==d&&c.splice(d,1),c}var T=i[" useId ".trim().toString()]||(()=>void 0),U=0;function V(a){let[b,c]=h.useState(T());return n(()=>{a||c(a=>a??String(U++))},[a]),a||(b?`radix-${b}`:"")}let W=["top","right","bottom","left"],X=Math.min,Y=Math.max,Z=Math.round,$=Math.floor,_=a=>({x:a,y:a}),aa={left:"right",right:"left",bottom:"top",top:"bottom"};function ab(a,b){return"function"==typeof a?a(b):a}function ac(a){return a.split("-")[0]}function ad(a){return a.split("-")[1]}function ae(a){return"x"===a?"y":"x"}function af(a){return"y"===a?"height":"width"}function ag(a){let b=a[0];return"t"===b||"b"===b?"y":"x"}function ah(a){return a.includes("start")?a.replace("start","end"):a.replace("end","start")}let ai=["left","right"],aj=["right","left"],ak=["top","bottom"],al=["bottom","top"];function am(a){let b=ac(a);return aa[b]+a.slice(b.length)}function an(a){var b,c,d,e;return"number"!=typeof a?{top:null!=(b=a.top)?b:0,right:null!=(c=a.right)?c:0,bottom:null!=(d=a.bottom)?d:0,left:null!=(e=a.left)?e:0}:{top:a,right:a,bottom:a,left:a}}function ao(a){let{x:b,y:c,width:d,height:e}=a;return{width:d,height:e,top:c,left:b,right:b+d,bottom:c+e,x:b,y:c}}function ap(a,b,c){let d,{reference:e,floating:f}=a,g=ag(b),h=ae(ag(b)),i=af(h),j=ac(b),k=e.x+e.width/2-f.width/2,l=e.y+e.height/2-f.height/2,m=e[i]/2-f[i]/2;switch(j){case"top":d={x:k,y:e.y-f.height};break;case"bottom":d={x:k,y:e.y+e.height};break;case"right":d={x:e.x+e.width,y:l};break;case"left":d={x:e.x-f.width,y:l};break;default:d={x:e.x,y:e.y}}let n=ad(b);return n&&(d[h]+=m*("end"===n?1:-1)*(c&&"y"===g?-1:1)),d}async function aq(a,b){var c;void 0===b&&(b={});let{x:d,y:e,platform:f,rects:g,elements:h,strategy:i}=a,{boundary:j="clippingAncestors",rootBoundary:k="viewport",elementContext:l="floating",altBoundary:m=!1,padding:n=0}=ab(b,a),o=an(n),p=h[m?"floating"===l?"reference":"floating":l],q=ao(await f.getClippingRect({element:null==(c=await (null==f.isElement?void 0:f.isElement(p)))||c?p:p.contextElement||await (null==f.getDocumentElement?void 0:f.getDocumentElement(h.floating)),boundary:j,rootBoundary:k,strategy:i})),r="floating"===l?{x:d,y:e,width:g.floating.width,height:g.floating.height}:g.reference,s=await (null==f.getOffsetParent?void 0:f.getOffsetParent(h.floating)),t=await (null==f.isElement?void 0:f.isElement(s))&&await (null==f.getScale?void 0:f.getScale(s))||{x:1,y:1},u=ao(f.convertOffsetParentRelativeRectToViewportRelativeRect?await f.convertOffsetParentRelativeRectToViewportRelativeRect({elements:h,rect:r,offsetParent:s,strategy:i}):r);return{top:(q.top-u.top+o.top)/t.y,bottom:(u.bottom-q.bottom+o.bottom)/t.y,left:(q.left-u.left+o.left)/t.x,right:(u.right-q.right+o.right)/t.x}}let ar=async(a,b,c)=>{let{placement:d="bottom",strategy:e="absolute",middleware:f=[],platform:g}=c,h=g.detectOverflow?g:{...g,detectOverflow:aq},i=await (null==g.isRTL?void 0:g.isRTL(b)),j=await g.getElementRects({reference:a,floating:b,strategy:e}),{x:k,y:l}=ap(j,d,i),m=d,n=0,o={};for(let c=0;c<f.length;c++){let p=f[c];if(!p)continue;let{name:q,fn:r}=p,{x:s,y:t,data:u,reset:v}=await r({x:k,y:l,initialPlacement:d,placement:m,strategy:e,middlewareData:o,rects:j,platform:h,elements:{reference:a,floating:b}});k=null!=s?s:k,l=null!=t?t:l,o[q]={...o[q],...u},v&&n<50&&(n++,"object"==typeof v&&(v.placement&&(m=v.placement),v.rects&&(j=!0===v.rects?await g.getElementRects({reference:a,floating:b,strategy:e}):v.rects),{x:k,y:l}=ap(j,m,i)),c=-1)}return{x:k,y:l,placement:m,strategy:e,middlewareData:o}};function as(a,b){return{top:a.top-b.height,right:a.right-b.width,bottom:a.bottom-b.height,left:a.left-b.width}}function at(a){return W.some(b=>a[b]>=0)}let au=new Set(["left","top"]);async function av(a,b){let{placement:c,platform:d,elements:e}=a,f=await (null==d.isRTL?void 0:d.isRTL(e.floating)),g=ac(c),h=ad(c),i="y"===ag(c),j=au.has(g)?-1:1,k=f&&i?-1:1,l=ab(b,a),{mainAxis:m,crossAxis:n,alignmentAxis:o}="number"==typeof l?{mainAxis:l,crossAxis:0,alignmentAxis:null}:{mainAxis:l.mainAxis||0,crossAxis:l.crossAxis||0,alignmentAxis:l.alignmentAxis};return h&&"number"==typeof o&&(n="end"===h?-1*o:o),i?{x:n*k,y:m*j}:{x:m*j,y:n*k}}function aw(){return"undefined"!=typeof window}function ax(a){return aA(a)?(a.nodeName||"").toLowerCase():"#document"}function ay(a){var b;return(null==a||null==(b=a.ownerDocument)?void 0:b.defaultView)||window}function az(a){var b;return null==(b=(aA(a)?a.ownerDocument:a.document)||window.document)?void 0:b.documentElement}function aA(a){return!!aw()&&(a instanceof Node||a instanceof ay(a).Node)}function aB(a){return!!aw()&&(a instanceof Element||a instanceof ay(a).Element)}function aC(a){return!!aw()&&(a instanceof HTMLElement||a instanceof ay(a).HTMLElement)}function aD(a){return!!aw()&&"undefined"!=typeof ShadowRoot&&(a instanceof ShadowRoot||a instanceof ay(a).ShadowRoot)}function aE(a){let{overflow:b,overflowX:c,overflowY:d,display:e}=aM(a);return/auto|scroll|overlay|hidden|clip/.test(b+d+c)&&"inline"!==e&&"contents"!==e}function aF(a){try{if(a.matches(":popover-open"))return!0}catch(a){}try{return a.matches(":modal")}catch(a){return!1}}let aG=/transform|translate|scale|rotate|perspective|filter/,aH=/paint|layout|strict|content/,aI=a=>!!a&&"none"!==a;function aJ(a){let b=aB(a)?aM(a):a;return aI(b.transform)||aI(b.translate)||aI(b.scale)||aI(b.rotate)||aI(b.perspective)||!aK()&&(aI(b.backdropFilter)||aI(b.filter))||aG.test(b.willChange||"")||aH.test(b.contain||"")}function aK(){return null==d&&(d="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),d}function aL(a){return/^(html|body|#document)$/.test(ax(a))}function aM(a){return ay(a).getComputedStyle(a)}function aN(a){return aB(a)?{scrollLeft:a.scrollLeft,scrollTop:a.scrollTop}:{scrollLeft:a.scrollX,scrollTop:a.scrollY}}function aO(a){if("html"===ax(a))return a;let b=a.assignedSlot||a.parentNode||aD(a)&&a.host||az(a);return aD(b)?b.host:b}function aP(a,b,c){var d;void 0===b&&(b=[]),void 0===c&&(c=!0);let e=function a(b){let c=aO(b);return aL(c)?(b.ownerDocument||b).body:aC(c)&&aE(c)?c:a(c)}(a),f=e===(null==(d=a.ownerDocument)?void 0:d.body),g=ay(e);if(!f)return b.concat(e,aP(e,[],c));{let a=aQ(g);return b.concat(g,g.visualViewport||[],aE(e)?e:[],a&&c?aP(a):[])}}function aQ(a){return a.parent&&Object.getPrototypeOf(a.parent)?a.frameElement:null}function aR(a){let b=aM(a),c=parseFloat(b.width)||0,d=parseFloat(b.height)||0,e=aC(a),f=e?a.offsetWidth:c,g=e?a.offsetHeight:d,h=Z(c)!==f||Z(d)!==g;return h&&(c=f,d=g),{width:c,height:d,$:h}}function aS(a){return aB(a)?a:a.contextElement}function aT(a){let b=aS(a);if(!aC(b))return _(1);let c=b.getBoundingClientRect(),{width:d,height:e,$:f}=aR(b),g=(f?Z(c.width):c.width)/d,h=(f?Z(c.height):c.height)/e;return g&&Number.isFinite(g)||(g=1),h&&Number.isFinite(h)||(h=1),{x:g,y:h}}let aU=_(0);function aV(a){let b=ay(a);return aK()&&b.visualViewport?{x:b.visualViewport.offsetLeft,y:b.visualViewport.offsetTop}:aU}function aW(a,b,c,d){var e;void 0===b&&(b=!1),void 0===c&&(c=!1);let f=a.getBoundingClientRect(),g=aS(a),h=_(1);b&&(d?aB(d)&&(h=aT(d)):h=aT(a));let i=(void 0===(e=c)&&(e=!1),d&&e&&d===ay(g))?aV(g):_(0),j=(f.left+i.x)/h.x,k=(f.top+i.y)/h.y,l=f.width/h.x,m=f.height/h.y;if(g&&d){let a=ay(g),b=aB(d)?ay(d):d,c=a,e=aQ(c);for(;e&&b!==c;){let a=aT(e),b=e.getBoundingClientRect(),d=aM(e),f=b.left+(e.clientLeft+parseFloat(d.paddingLeft))*a.x,g=b.top+(e.clientTop+parseFloat(d.paddingTop))*a.y;j*=a.x,k*=a.y,l*=a.x,m*=a.y,j+=f,k+=g,e=aQ(c=ay(e))}}return ao({width:l,height:m,x:j,y:k})}function aX(a,b){let c=aN(a).scrollLeft;return b?b.left+c:aW(az(a)).left+c}function aY(a,b){let c=a.getBoundingClientRect();return{x:c.left+b.scrollLeft-aX(a,c),y:c.top+b.scrollTop}}function aZ(a,b,c){let d;if("viewport"===b||"layoutViewport"===b)d=function(a,b,c){void 0===c&&(c="viewport");let d="layoutViewport"===c,e=ay(a),f=az(a),g=e.visualViewport,h=f.clientWidth,i=f.clientHeight,j=0,k=0;if(g){let a=!aK()||"fixed"===b;d?a||(j=-g.offsetLeft,k=-g.offsetTop):(h=g.width,i=g.height,a&&(j=g.offsetLeft,k=g.offsetTop))}if(0>=aX(f)){let a=f.ownerDocument,b=a.body,c=getComputedStyle(b),d="CSS1Compat"===a.compatMode&&parseFloat(c.marginLeft)+parseFloat(c.marginRight)||0,e=Math.abs(f.clientWidth-b.clientWidth-d),g="stable both-edges"===getComputedStyle(f).scrollbarGutter?e/2:e;g<=25&&(h-=g)}return{width:h,height:i,x:j,y:k}}(a,c,b);else if("document"===b)d=function(a){let b=aN(a),c=a.ownerDocument.body,d=Y(a.scrollWidth,a.clientWidth,c.scrollWidth,c.clientWidth),e=Y(a.scrollHeight,a.clientHeight,c.scrollHeight,c.clientHeight),f=-b.scrollLeft+aX(a),g=-b.scrollTop;return"rtl"===aM(c).direction&&(f+=Y(a.clientWidth,c.clientWidth)-d),{width:d,height:e,x:f,y:g}}(az(a));else if(aB(b))d=function(a,b){let c=aW(a,!0,"fixed"===b),d=c.top+a.clientTop,e=c.left+a.clientLeft,f=aT(a),g=a.clientWidth*f.x,h=a.clientHeight*f.y;return{width:g,height:h,x:e*f.x,y:d*f.y}}(b,c);else{let c=aV(a);d={x:b.x-c.x,y:b.y-c.y,width:b.width,height:b.height}}return ao(d)}function a$(a){return"static"===aM(a).position}function a_(a,b){if(!aC(a)||"fixed"===aM(a).position)return null;if(b)return b(a);let c=a.offsetParent;return az(a)===c&&(c=c.ownerDocument.body),c}function a0(a,b){var c;let d=ay(a);if(aF(a))return d;if(!aC(a)){let b=aO(a);for(;b&&!aL(b);){if(aB(b)&&!a$(b))return b;b=aO(b)}return d}let e=a_(a,b);for(;e&&(c=e,/^(table|td|th)$/.test(ax(c)))&&a$(e);)e=a_(e,b);return e&&aL(e)&&a$(e)&&!aJ(e)?d:e||function(a){let b=aO(a);for(;aC(b)&&!aL(b);){if(aJ(b))return b;if(aF(b))break;b=aO(b)}return null}(a)||d}let a1=async function(a){let b=this.getOffsetParent||a0,c=this.getDimensions,d=await c(a.floating);return{reference:function(a,b,c){let d=aC(b),e=az(b),f="fixed"===c,g=aW(a,!0,f,b),h={scrollLeft:0,scrollTop:0},i=_(0);if((d||!f)&&(("body"!==ax(b)||aE(e))&&(h=aN(b)),d)){let a=aW(b,!0,f,b);i.x=a.x+b.clientLeft,i.y=a.y+b.clientTop}!d&&e&&(i.x=aX(e));let j=!e||d||f?_(0):aY(e,h);return{x:g.left+h.scrollLeft-i.x-j.x,y:g.top+h.scrollTop-i.y-j.y,width:g.width,height:g.height}}(a.reference,await b(a.floating),a.strategy),floating:{x:0,y:0,width:d.width,height:d.height}}},a2={convertOffsetParentRelativeRectToViewportRelativeRect:function(a){let{elements:b,rect:c,offsetParent:d,strategy:e}=a,f="fixed"===e,g=az(d),h=!!b&&aF(b.floating);if(d===g||h&&f)return c;let i={scrollLeft:0,scrollTop:0},j=_(1),k=_(0),l=aC(d);if((l||!f)&&(("body"!==ax(d)||aE(g))&&(i=aN(d)),l)){let a=aW(d);j=aT(d),k.x=a.x+d.clientLeft,k.y=a.y+d.clientTop}let m=!g||l||f?_(0):aY(g,i);return{width:c.width*j.x,height:c.height*j.y,x:c.x*j.x-i.scrollLeft*j.x+k.x+m.x,y:c.y*j.y-i.scrollTop*j.y+k.y+m.y}},getDocumentElement:az,getClippingRect:function(a){let{element:b,boundary:c,rootBoundary:d,strategy:e}=a,f=[..."clippingAncestors"===c?aF(b)?[]:function(a,b){let c=b.get(a);if(c)return c;let d=aP(a,[],!1).filter(a=>aB(a)&&"body"!==ax(a)),e=null,f="fixed"===aM(a).position,g=f?aO(a):a;for(;aB(g)&&!aL(g);){let a=aM(g),b=aJ(g),c=e?e.position:f?"fixed":"";b||"fixed"!==c&&("absolute"!==c||"static"!==a.position)?e=a:d=d.filter(a=>a!==g),g=aO(g)}return b.set(a,d),d}(b,this._c):[].concat(c),d],g=aZ(b,f[0],e),h=g.top,i=g.right,j=g.bottom,k=g.left;for(let a=1;a<f.length;a++){let c=aZ(b,f[a],e);h=Y(c.top,h),i=X(c.right,i),j=X(c.bottom,j),k=Y(c.left,k)}return{width:i-k,height:j-h,x:k,y:h}},getOffsetParent:a0,getElementRects:a1,getClientRects:function(a){return a.getClientRects?Array.from(a.getClientRects()):[]},getDimensions:function(a){let{width:b,height:c}=aR(a);return{width:b,height:c}},getScale:aT,isElement:aB,isRTL:function(a){return"rtl"===aM(a).direction}};function a3(a,b){return a.x===b.x&&a.y===b.y&&a.width===b.width&&a.height===b.height}let a4=a=>({name:"arrow",options:a,async fn(b){let{x:c,y:d,placement:e,rects:f,platform:g,elements:h,middlewareData:i}=b,{element:j,padding:k=0}=ab(a,b)||{};if(null==j)return{};let l=an(k),m={x:c,y:d},n=ae(ag(e)),o=af(n),p=await g.getDimensions(j),q="y"===n,r=q?"clientHeight":"clientWidth",s=f.reference[o]+f.reference[n]-m[n]-f.floating[o],t=m[n]-f.reference[n],u=await (null==g.getOffsetParent?void 0:g.getOffsetParent(j)),v=u?u[r]:0;v&&await (null==g.isElement?void 0:g.isElement(u))||(v=h.floating[r]||f.floating[o]);let w=v/2-p[o]/2-1,x=X(l[q?"top":"left"],w),y=X(l[q?"bottom":"right"],w),z=v-p[o]-y,A=v/2-p[o]/2+(s/2-t/2),B=Y(x,X(A,z)),C=!i.arrow&&null!=ad(e)&&A!==B&&f.reference[o]/2-(A<x?x:y)-p[o]/2<0,D=C?A<x?A-x:A-z:0;return{[n]:m[n]+D,data:{[n]:B,centerOffset:A-B-D,...C&&{alignmentOffset:D}},reset:C}}});var a5="undefined"!=typeof document?h.useLayoutEffect:function(){};function a6(a,b){let c,d,e;if(a===b)return!0;if(typeof a!=typeof b)return!1;if("function"==typeof a&&a.toString()===b.toString())return!0;if(a&&b&&"object"==typeof a){if(Array.isArray(a)){if((c=a.length)!==b.length)return!1;for(d=c;0!=d--;)if(!a6(a[d],b[d]))return!1;return!0}if((c=(e=Object.keys(a)).length)!==Object.keys(b).length)return!1;for(d=c;0!=d--;)if(!({}).hasOwnProperty.call(b,e[d]))return!1;for(d=c;0!=d--;){let c=e[d];if(("_owner"!==c||!a.$$typeof)&&!a6(a[c],b[c]))return!1}return!0}return a!=a&&b!=b}function a7(a){return"undefined"==typeof window?1:(a.ownerDocument.defaultView||window).devicePixelRatio||1}function a8(a,b){let c=a7(a);return Math.round(b*c)/c}function a9(a){let b=h.useRef(a);return a5(()=>{b.current=a}),b}var ba=h.forwardRef((a,b)=>{let{children:c,width:d=10,height:e=5,...f}=a;return(0,l.jsx)(s.svg,{...f,ref:b,width:d,height:e,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:a.asChild?c:(0,l.jsx)("polygon",{points:"0,0 30,0 15,10"})})});ba.displayName="Arrow";var bb="Popper",[bc,bd]=m(bb),[be,bf]=bc(bb),bg=a=>{let{__scopePopper:b,children:c}=a,[d,e]=h.useState(null),[f,g]=h.useState(void 0);return(0,l.jsx)(be,{scope:b,anchor:d,onAnchorChange:e,placementState:f,setPlacementState:g,children:c})};bg.displayName=bb;var bh="PopperAnchor",bi=h.forwardRef((a,b)=>{let{__scopePopper:c,virtualRef:d,...e}=a,f=bf(bh,c),g=h.useRef(null),i=f.onAnchorChange,j=h.useCallback(a=>{g.current=a,a&&i(a)},[i]),m=(0,k.s)(b,j),n=h.useRef(null);h.useEffect(()=>{if(!d)return;let a=n.current;n.current=d.current,a!==n.current&&i(n.current)});let o=f.placementState&&bs(f.placementState),p=o?.[0],q=o?.[1];return d?null:(0,l.jsx)(s.div,{"data-radix-popper-side":p,"data-radix-popper-align":q,...e,ref:m})});bi.displayName=bh;var bj="PopperContent",[bk,bl]=bc(bj),bm=h.forwardRef((a,b)=>{let{__scopePopper:c,side:d="bottom",sideOffset:e=0,align:f="center",alignOffset:g=0,arrowPadding:i=0,avoidCollisions:j=!0,collisionBoundary:m=[],collisionPadding:o=0,sticky:p="partial",hideWhenDetached:r=!1,updatePositionStrategy:t="optimized",onPlaced:u,...v}=a,w=bf(bj,c),[x,y]=h.useState(null),z=(0,k.s)(b,y),[B,C]=h.useState(null),D=function(a){let[b,c]=h.useState(void 0);return n(()=>{if(a){c({width:a.offsetWidth,height:a.offsetHeight});let b=new ResizeObserver(b=>{let d,e;if(!Array.isArray(b)||!b.length)return;let f=b[0];if("borderBoxSize"in f){let a=f.borderBoxSize,b=Array.isArray(a)?a[0]:a;d=b.inlineSize,e=b.blockSize}else d=a.offsetWidth,e=a.offsetHeight;c({width:d,height:e})});return b.observe(a,{box:"border-box"}),()=>b.unobserve(a)}c(void 0)},[a]),b}(B),E=D?.width??0,F=D?.height??0,G="number"==typeof o?o:{top:0,right:0,bottom:0,left:0,...o},H=Array.isArray(m)?m:[m],I=H.length>0,J={padding:G,boundary:H.filter(bq),altBoundary:I},{refs:K,floatingStyles:L,placement:M,isPositioned:N,middlewareData:O}=function(a){void 0===a&&(a={});let{placement:b="bottom",strategy:c="absolute",middleware:d=[],platform:e,elements:{reference:f,floating:g}={},transform:i=!0,whileElementsMounted:j,open:k}=a,[l,m]=h.useState({x:0,y:0,strategy:c,placement:b,middlewareData:{},isPositioned:!1}),[n,o]=h.useState(d);a6(n,d)||o(d);let[p,r]=h.useState(null),[s,t]=h.useState(null),u=h.useCallback(a=>{a!==y.current&&(y.current=a,r(a))},[]),v=h.useCallback(a=>{a!==z.current&&(z.current=a,t(a))},[]),w=f||p,x=g||s,y=h.useRef(null),z=h.useRef(null),A=h.useRef(l),B=null!=j,C=a9(j),D=a9(e),E=a9(k),F=h.useCallback(()=>{if(!y.current||!z.current)return;let a={placement:b,strategy:c,middleware:n};D.current&&(a.platform=D.current),((a,b,c)=>{let d=new Map,e=null!=c?c:{},f={...a2,...e.platform,_c:d};return ar(a,b,{...e,platform:f})})(y.current,z.current,a).then(a=>{let b={...a,isPositioned:!1!==E.current};G.current&&!a6(A.current,b)&&(A.current=b,q.flushSync(()=>{m(b)}))})},[n,b,c,D,E]);a5(()=>{!1===k&&A.current.isPositioned&&(A.current.isPositioned=!1,m(a=>({...a,isPositioned:!1})))},[k]);let G=h.useRef(!1);a5(()=>(G.current=!0,()=>{G.current=!1}),[]),a5(()=>{if(w&&(y.current=w),x&&(z.current=x),w&&x){if(C.current)return C.current(w,x,F);F()}},[w,x,F,C,B]);let H=h.useMemo(()=>({reference:y,floating:z,setReference:u,setFloating:v}),[u,v]),I=h.useMemo(()=>({reference:w,floating:x}),[w,x]),J=h.useMemo(()=>{let a={position:c,left:0,top:0};if(!I.floating)return a;let b=a8(I.floating,l.x),d=a8(I.floating,l.y);return i?{...a,transform:"translate("+b+"px, "+d+"px)",...a7(I.floating)>=1.5&&{willChange:"transform"}}:{position:c,left:b,top:d}},[c,i,I.floating,l.x,l.y]);return h.useMemo(()=>({...l,update:F,refs:H,elements:I,floatingStyles:J}),[l,F,H,I,J])}({strategy:"fixed",placement:d+("center"!==f?"-"+f:""),whileElementsMounted:(...a)=>(function(a,b,c,d){let e;void 0===d&&(d={});let{ancestorScroll:f=!0,ancestorResize:g=!0,elementResize:h="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:j=!1}=d,k=aS(a),l=f||g?[...k?aP(k):[],...b?aP(b):[]]:[];l.forEach(a=>{f&&a.addEventListener("scroll",c),g&&a.addEventListener("resize",c)});let m=k&&i?function(a,b,c){let d,e=null,f=az(a);function g(){var a;clearTimeout(d),null==(a=e)||a.disconnect(),e=null}function h(c,i){void 0===c&&(c=!1),void 0===i&&(i=1),g();let j=a.getBoundingClientRect(),{left:k,top:l,width:m,height:n}=j;if(c||b(),!m||!n)return;let o=$(l),p=$(f.clientWidth-(k+m)),q={rootMargin:-o+"px "+-p+"px "+-$(f.clientHeight-(l+n))+"px "+-$(k)+"px",threshold:Y(0,X(1,i))||1},r=!0;function s(b){let c=b[0].intersectionRatio;if(!a3(j,a.getBoundingClientRect()))return h();if(c!==i){if(!r)return h();c?h(!1,c):d=setTimeout(()=>{h(!1,1e-7)},1e3)}r=!1}try{e=new IntersectionObserver(s,{...q,root:f.ownerDocument})}catch(a){e=new IntersectionObserver(s,q)}e.observe(a)}let i=ay(a),j=()=>h(c);return i.addEventListener("resize",j),h(!0),()=>{i.removeEventListener("resize",j),g()}}(k,c,g):null,n=-1,o=null;h&&(o=new ResizeObserver(a=>{let[d]=a;d&&d.target===k&&o&&b&&(o.unobserve(b),cancelAnimationFrame(n),n=requestAnimationFrame(()=>{var a;null==(a=o)||a.observe(b)})),c()}),k&&!j&&o.observe(k),b&&o.observe(b));let p=j?aW(a):null;return j&&function b(){let d=aW(a);p&&!a3(p,d)&&c(),p=d,e=requestAnimationFrame(b)}(),c(),()=>{var a;l.forEach(a=>{f&&a.removeEventListener("scroll",c),g&&a.removeEventListener("resize",c)}),null==m||m(),null==(a=o)||a.disconnect(),o=null,j&&cancelAnimationFrame(e)}})(...a,{animationFrame:"always"===t}),elements:{reference:w.anchor},middleware:[((a,b)=>{let c=function(a){return void 0===a&&(a=0),{name:"offset",options:a,async fn(b){var c,d;let{x:e,y:f,placement:g,middlewareData:h}=b,i=await av(b,a);return g===(null==(c=h.offset)?void 0:c.placement)&&null!=(d=h.arrow)&&d.alignmentOffset?{}:{x:e+i.x,y:f+i.y,data:{...i,placement:g}}}}}(a);return{name:c.name,fn:c.fn,options:[a,b]}})({mainAxis:e+F,alignmentAxis:g}),j&&((a,b)=>{let c=function(a){return void 0===a&&(a={}),{name:"shift",options:a,async fn(b){let{x:c,y:d,placement:e,platform:f}=b,{mainAxis:g=!0,crossAxis:h=!1,limiter:i={fn:a=>{let{x:b,y:c}=a;return{x:b,y:c}}},...j}=ab(a,b),k={x:c,y:d},l=await f.detectOverflow(b,j),m=ag(e),n=ae(m),o=k[n],p=k[m],q=(a,b)=>Y(b+l["y"===a?"top":"left"],X(b,b-l["y"===a?"bottom":"right"]));g&&(o=q(n,o)),h&&(p=q(m,p));let r=i.fn({...b,[n]:o,[m]:p});return{...r,data:{x:r.x-c,y:r.y-d,enabled:{[n]:g,[m]:h}}}}}}(a);return{name:c.name,fn:c.fn,options:[a,b]}})({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?((a,b)=>({fn:function(a){return void 0===a&&(a={}),{options:a,fn(b){var c,d,e,f;let{x:g,y:h,placement:i,rects:j,middlewareData:k}=b,{offset:l=0,mainAxis:m=!0,crossAxis:n=!0}=ab(a,b),o={x:g,y:h},p=ag(i),q=ae(p),r=o[q],s=o[p],t=ab(l,b),u="number"==typeof t?{mainAxis:t,crossAxis:0}:{mainAxis:null!=(c=t.mainAxis)?c:0,crossAxis:null!=(d=t.crossAxis)?d:0};if(m){let a="y"===q?"height":"width",b=j.reference[q]-j.floating[a]+u.mainAxis,c=j.reference[q]+j.reference[a]-u.mainAxis;r<b?r=b:r>c&&(r=c)}if(n){let a="y"===q?"width":"height",b=au.has(ac(i)),c=j.reference[p]-j.floating[a]+(b&&(null==(e=k.offset)?void 0:e[p])||0)+(b?0:u.crossAxis),d=j.reference[p]+j.reference[a]+(b?0:(null==(f=k.offset)?void 0:f[p])||0)-(b?u.crossAxis:0);s<c?s=c:s>d&&(s=d)}return{[q]:r,[p]:s}}}}(a).fn,options:[a,b]}))():void 0,...J}),j&&((a,b)=>{let c=function(a){return void 0===a&&(a={}),{name:"flip",options:a,async fn(b){var c,d,e,f,g;let{placement:h,middlewareData:i,rects:j,initialPlacement:k,platform:l,elements:m}=b,{mainAxis:n=!0,crossAxis:o=!0,fallbackPlacements:p,fallbackStrategy:q="bestFit",fallbackAxisSideDirection:r="none",flipAlignment:s=!0,...t}=ab(a,b);if(null!=(c=i.arrow)&&c.alignmentOffset)return{};let u=ac(h),v=ag(k),w=ac(k)===k,x=await (null==l.isRTL?void 0:l.isRTL(m.floating)),y=p||(w||!s?[am(k)]:function(a){let b=am(a);return[ah(a),b,ah(b)]}(k)),z="none"!==r;!p&&z&&y.push(...function(a,b,c,d){let e=ad(a),f=function(a,b,c){switch(a){case"top":case"bottom":if(c)return b?aj:ai;return b?ai:aj;case"left":case"right":return b?ak:al;default:return[]}}(ac(a),"start"===c,d);return e&&(f=f.map(a=>a+"-"+e),b&&(f=f.concat(f.map(ah)))),f}(k,s,r,x));let A=[k,...y],B=await l.detectOverflow(b,t),C=[],D=(null==(d=i.flip)?void 0:d.overflows)||[];if(n&&C.push(B[u]),o){let a=function(a,b,c){void 0===c&&(c=!1);let d=ad(a),e=ae(ag(a)),f=af(e),g="x"===e?d===(c?"end":"start")?"right":"left":"start"===d?"bottom":"top";return b.reference[f]>b.floating[f]&&(g=am(g)),[g,am(g)]}(h,j,x);C.push(B[a[0]],B[a[1]])}if(D=[...D,{placement:h,overflows:C}],!C.every(a=>a<=0)){let a=((null==(e=i.flip)?void 0:e.index)||0)+1,b=A[a];if(b&&("alignment"!==o||v===ag(b)||D.every(a=>ag(a.placement)!==v||a.overflows[0]>0)))return{data:{index:a,overflows:D},reset:{placement:b}};let c=null==(f=D.filter(a=>a.overflows[0]<=0).sort((a,b)=>a.overflows[1]-b.overflows[1])[0])?void 0:f.placement;if(!c)switch(q){case"bestFit":{let a=null==(g=D.filter(a=>{if(z){let b=ag(a.placement);return b===v||"y"===b}return!0}).map(a=>[a.placement,a.overflows.filter(a=>a>0).reduce((a,b)=>a+b,0)]).sort((a,b)=>a[1]-b[1])[0])?void 0:g[0];a&&(c=a);break}case"initialPlacement":c=k}if(h!==c)return{reset:{placement:c}}}return{}}}}(a);return{name:c.name,fn:c.fn,options:[a,b]}})({...J}),((a,b)=>{let c=function(a){return void 0===a&&(a={}),{name:"size",options:a,async fn(b){let c,d,{placement:e,rects:f,platform:g,elements:h}=b,{apply:i=()=>{},...j}=ab(a,b),k=await g.detectOverflow(b,j),l=ac(e),m=ad(e),n="y"===ag(e),{width:o,height:p}=f.floating;"top"===l||"bottom"===l?(c=l,d=m===(await (null==g.isRTL?void 0:g.isRTL(h.floating))?"start":"end")?"left":"right"):(d=l,c="end"===m?"top":"bottom");let q=p-k.top-k.bottom,r=o-k.left-k.right,s=X(p-k[c],q),t=X(o-k[d],r),u=b.middlewareData.shift,v=!u,w=s,x=t;null!=u&&u.enabled.x&&(x=r),null!=u&&u.enabled.y&&(w=q),v&&!m&&(n?x=o-2*Y(k.left,k.right):w=p-2*Y(k.top,k.bottom)),await i({...b,availableWidth:x,availableHeight:w});let y=await g.getDimensions(h.floating);return o!==y.width||p!==y.height?{reset:{rects:!0}}:{}}}}(a);return{name:c.name,fn:c.fn,options:[a,b]}})({...J,apply:({elements:a,rects:b,availableWidth:c,availableHeight:d})=>{let{width:e,height:f}=b.reference,g=a.floating.style;g.setProperty("--radix-popper-available-width",`${c}px`),g.setProperty("--radix-popper-available-height",`${d}px`),g.setProperty("--radix-popper-anchor-width",`${e}px`),g.setProperty("--radix-popper-anchor-height",`${f}px`)}}),B&&((a,b)=>{let c=(a=>({name:"arrow",options:a,fn(b){let{element:c,padding:d}="function"==typeof a?a(b):a;return c&&({}).hasOwnProperty.call(c,"current")?null!=c.current?a4({element:c.current,padding:d}).fn(b):{}:c?a4({element:c,padding:d}).fn(b):{}}}))(a);return{name:c.name,fn:c.fn,options:[a,b]}})({element:B,padding:i}),br({arrowWidth:E,arrowHeight:F}),r&&((a,b)=>{let c=function(a){return void 0===a&&(a={}),{name:"hide",options:a,async fn(b){let{rects:c,platform:d}=b,{strategy:e="referenceHidden",...f}=ab(a,b);switch(e){case"referenceHidden":{let a=as(await d.detectOverflow(b,{...f,elementContext:"reference"}),c.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:at(a)}}}case"escaped":{let a=as(await d.detectOverflow(b,{...f,altBoundary:!0}),c.floating);return{data:{escapedOffsets:a,escaped:at(a)}}}default:return{}}}}}(a);return{name:c.name,fn:c.fn,options:[a,b]}})({strategy:"referenceHidden",...J,boundary:I?J.boundary:void 0})]}),P=w.setPlacementState;n(()=>(P(M),()=>{P(void 0)}),[M,P]);let[Q,R]=bs(M),S=A(u);n(()=>{N&&S?.()},[N,S]);let T=O.arrow?.x,U=O.arrow?.y,V=O.arrow?.centerOffset!==0,[W,Z]=h.useState();return n(()=>{x&&Z(window.getComputedStyle(x).zIndex)},[x]),(0,l.jsx)("div",{ref:K.setFloating,"data-radix-popper-content-wrapper":"",style:{...L,transform:N?L.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[O.transformOrigin?.x,O.transformOrigin?.y].join(" "),...O.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:a.dir,children:(0,l.jsx)(bk,{scope:c,placedSide:Q,placedAlign:R,onArrowChange:C,arrowX:T,arrowY:U,shouldHideArrow:V,children:(0,l.jsx)(s.div,{"data-side":Q,"data-align":R,...v,ref:z,style:{...v.style,animation:N?void 0:"none"}})})})});bm.displayName=bj;var bn="PopperArrow",bo={top:"bottom",right:"left",bottom:"top",left:"right"},bp=h.forwardRef(function(a,b){let{__scopePopper:c,...d}=a,e=bl(bn,c),f=bo[e.placedSide];return(0,l.jsx)("span",{ref:e.onArrowChange,style:{position:"absolute",left:e.arrowX,top:e.arrowY,[f]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[e.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[e.placedSide],visibility:e.shouldHideArrow?"hidden":void 0},children:(0,l.jsx)(ba,{...d,ref:b,style:{...d.style,display:"block"}})})});function bq(a){return null!==a}bp.displayName=bn;var br=a=>({name:"transformOrigin",options:a,fn(b){let{placement:c,rects:d,middlewareData:e}=b,f=e.arrow?.centerOffset!==0,g=f?0:a.arrowWidth,h=f?0:a.arrowHeight,[i,j]=bs(c),k={start:"0%",center:"50%",end:"100%"}[j],l=(e.arrow?.x??0)+g/2,m=(e.arrow?.y??0)+h/2,n="",o="";return"bottom"===i?(n=f?k:`${l}px`,o=`${-h}px`):"top"===i?(n=f?k:`${l}px`,o=`${d.floating.height+h}px`):"right"===i?(n=`${-h}px`,o=f?k:`${m}px`):"left"===i&&(n=`${d.floating.width+h}px`,o=f?k:`${m}px`),{data:{x:n,y:o}}}});function bs(a){let[b,c="center"]=a.split("-");return[b,c]}var bt=h.forwardRef((a,b)=>{let{container:c,...d}=a,[e,f]=h.useState(!1);n(()=>f(!0),[]);let g=c||e&&globalThis?.document?.body;return g?q.createPortal((0,l.jsx)(s.div,{...d,ref:b}),g):null});bt.displayName="Portal";var bu=a=>{let{present:b,children:c}=a,d=function(a){var b,c;let[d,e]=h.useState(),f=h.useRef(null),g=h.useRef(a),i=h.useRef("none"),j=h.useRef(void 0),[k,l]=(b=a?"mounted":"unmounted",c={mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}},h.useReducer((a,b)=>c[a][b]??a,b));return h.useEffect(()=>{"mounted"===k?(i.current=j.current??bw(f.current),j.current=void 0):i.current="none"},[k]),n(()=>{let b=f.current,c=g.current;if(c!==a){let d=i.current,e=bw(b);a?(j.current=e,l("MOUNT")):"none"===e||b?.display==="none"?l("UNMOUNT"):c&&d!==e?l("ANIMATION_OUT"):l("UNMOUNT"),g.current=a}},[a,l]),n(()=>{if(d){let a,b=d.ownerDocument.defaultView??window,c=c=>{let e=bw(f.current).includes(CSS.escape(c.animationName));if(c.target===d&&e&&(l("ANIMATION_END"),!g.current)){let c=d.style.animationFillMode;d.style.animationFillMode="forwards",a=b.setTimeout(()=>{"forwards"===d.style.animationFillMode&&(d.style.animationFillMode=c)})}},e=a=>{a.target===d&&(i.current=bw(f.current))};return d.addEventListener("animationstart",e),d.addEventListener("animationcancel",c),d.addEventListener("animationend",c),()=>{b.clearTimeout(a),d.removeEventListener("animationstart",e),d.removeEventListener("animationcancel",c),d.removeEventListener("animationend",c)}}l("ANIMATION_END")},[d,l]),{isPresent:["mounted","unmountSuspended"].includes(k),ref:h.useCallback(a=>{if(a){let b=getComputedStyle(a);f.current=b,j.current=bw(b)}else f.current=null;e(a)},[])}}(b),e="function"==typeof c?c({present:d.isPresent}):h.Children.only(c),f=function(...a){let b=h.useRef(a);return b.current=a,h.useCallback(a=>{let c=b.current,d=!1,e=c.map(b=>{let c=bv(b,a);return d||"function"!=typeof c||(d=!0),c});if(d)return()=>{for(let a=0;a<e.length;a++){let b=e[a];"function"==typeof b?b():bv(c[a],null)}}},[])}(d.ref,function(a){let b=Object.getOwnPropertyDescriptor(a.props,"ref")?.get,c=b&&"isReactWarning"in b&&b.isReactWarning;return c?a.ref:(c=(b=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in b&&b.isReactWarning)?a.props.ref:a.props.ref||a.ref}(e));return"function"==typeof c||d.isPresent?h.cloneElement(e,{ref:f}):null};function bv(a,b){if("function"==typeof a)return a(b);null!=a&&(a.current=b)}function bw(a){return a?.animationName||"none"}bu.displayName="Presence";var bx=!1,by=i[" useSyncExternalStore ".trim().toString()];function bz(){return()=>{}}var bA="function"==typeof by?function(){return by(bz,()=>!0,()=>!1)}:function(){let[a,b]=h.useState(bx);return h.useEffect(()=>{bx||(bx=!0,b(!0))},[]),a},bB="rovingFocusGroup.onEntryFocus",bC={bubbles:!1,cancelable:!0},bD="RovingFocusGroup",[bE,bF,bG]=u(bD),[bH,bI]=m(bD,[bG]),[bJ,bK]=bH(bD),bL=h.forwardRef((a,b)=>(0,l.jsx)(bE.Provider,{scope:a.__scopeRovingFocusGroup,children:(0,l.jsx)(bE.Slot,{scope:a.__scopeRovingFocusGroup,children:(0,l.jsx)(bM,{...a,ref:b})})}));bL.displayName=bD;var bM=h.forwardRef((a,b)=>{let{__scopeRovingFocusGroup:c,orientation:d,loop:e=!1,dir:f,currentTabStopId:g,defaultCurrentTabStopId:i,onCurrentTabStopIdChange:m,onEntryFocus:n,preventScrollOnEntryFocus:o=!1,...q}=a,r=h.useRef(null),t=(0,k.s)(b,r),u=z(f),[v,w]=p({prop:g,defaultProp:i??null,onChange:m,caller:bD}),[x,y]=h.useState(!1),B=A(n),C=bF(c),D=h.useRef(!1),[E,F]=h.useState(0);return h.useEffect(()=>{let a=r.current;if(a)return a.addEventListener(bB,B),()=>a.removeEventListener(bB,B)},[B]),(0,l.jsx)(bJ,{scope:c,orientation:d,dir:u,loop:e,currentTabStopId:v,onItemFocus:h.useCallback(a=>w(a),[w]),onItemShiftTab:h.useCallback(()=>y(!0),[]),onFocusableItemAdd:h.useCallback(()=>F(a=>a+1),[]),onFocusableItemRemove:h.useCallback(()=>F(a=>a-1),[]),children:(0,l.jsx)(s.div,{tabIndex:x||0===E?-1:0,"data-orientation":d,...q,ref:t,style:{outline:"none",...a.style},onMouseDown:j(a.onMouseDown,()=>{D.current=!0}),onFocus:j(a.onFocus,a=>{let b=!D.current;if(a.target===a.currentTarget&&b&&!x){let b=new CustomEvent(bB,bC);if(a.currentTarget.dispatchEvent(b),!b.defaultPrevented){let a=C().filter(a=>a.focusable);bQ([a.find(a=>a.active),a.find(a=>a.id===v),...a].filter(Boolean).map(a=>a.ref.current),o)}}D.current=!1}),onBlur:j(a.onBlur,()=>y(!1))})})}),bN="RovingFocusGroupItem",bO=h.forwardRef((a,b)=>{let{__scopeRovingFocusGroup:c,focusable:d=!0,active:e=!1,tabStopId:f,children:g,...i}=a,k=V(),m=f||k,o=bK(bN,c),p=o.currentTabStopId===m,q=bF(c),{onFocusableItemAdd:r,onFocusableItemRemove:t,currentTabStopId:u}=o,v=bA();return n(()=>{if(v&&d)return r(),()=>t()},[v,d,r,t]),h.useEffect(()=>{if(!v&&d)return r(),()=>t()},[v,d,r,t]),(0,l.jsx)(bE.ItemSlot,{scope:c,id:m,focusable:d,active:e,children:(0,l.jsx)(s.span,{tabIndex:p?0:-1,"data-orientation":o.orientation,...i,ref:b,onMouseDown:j(a.onMouseDown,a=>{d?o.onItemFocus(m):a.preventDefault()}),onFocus:j(a.onFocus,()=>o.onItemFocus(m)),onKeyDown:j(a.onKeyDown,a=>{if("Tab"===a.key&&a.shiftKey)return void o.onItemShiftTab();if(a.target!==a.currentTarget)return;let b=function(a,b,c){var d;let e=(d=a.key,"rtl"!==c?d:"ArrowLeft"===d?"ArrowRight":"ArrowRight"===d?"ArrowLeft":d);if(!("vertical"===b&&["ArrowLeft","ArrowRight"].includes(e))&&!("horizontal"===b&&["ArrowUp","ArrowDown"].includes(e)))return bP[e]}(a,o.orientation,o.dir);if(void 0!==b){if(a.metaKey||a.ctrlKey||a.altKey||a.shiftKey)return;a.preventDefault();let c=q().filter(a=>a.focusable).map(a=>a.ref.current);if("last"===b)c.reverse();else if("prev"===b||"next"===b){"prev"===b&&c.reverse();let d=c.indexOf(a.currentTarget);c=o.loop?function(a,b){return a.map((c,d)=>a[(b+d)%a.length])}(c,d+1):c.slice(d+1)}setTimeout(()=>bQ(c))}}),children:"function"==typeof g?g({isCurrentTabStop:p,hasTabStop:null!=u}):g})})});bO.displayName=bN;var bP={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function bQ(a,b=!1){let c=document.activeElement;for(let d of a)if(d===c||(d.focus({preventScroll:b}),document.activeElement!==c))return}var bR=new WeakMap,bS=new WeakMap,bT={},bU=0,bV=function(a){return a&&(a.host||bV(a.parentNode))},bW=function(a,b,c,d){var e=(Array.isArray(a)?a:[a]).map(function(a){if(b.contains(a))return a;var c=bV(a);return c&&b.contains(c)?c:(console.error("aria-hidden",a,"in not contained inside",b,". Doing nothing"),null)}).filter(function(a){return!!a});bT[c]||(bT[c]=new WeakMap);var f=bT[c],g=[],h=new Set,i=new Set(e),j=function(a){!a||h.has(a)||(h.add(a),j(a.parentNode))};e.forEach(j);var k=function(a){!a||i.has(a)||Array.prototype.forEach.call(a.children,function(a){if(h.has(a))k(a);else try{var b=a.getAttribute(d),e=null!==b&&"false"!==b,i=(bR.get(a)||0)+1,j=(f.get(a)||0)+1;bR.set(a,i),f.set(a,j),g.push(a),1===i&&e&&bS.set(a,!0),1===j&&a.setAttribute(c,"true"),e||a.setAttribute(d,"true")}catch(b){console.error("aria-hidden: cannot operate on ",a,b)}})};return k(b),h.clear(),bU++,function(){g.forEach(function(a){var b=bR.get(a)-1,e=f.get(a)-1;bR.set(a,b),f.set(a,e),b||(bS.has(a)||a.removeAttribute(d),bS.delete(a)),e||a.removeAttribute(c)}),--bU||(bR=new WeakMap,bR=new WeakMap,bS=new WeakMap,bT={})}},bX=function(a,b,c){void 0===c&&(c="data-aria-hidden");var d=Array.from(Array.isArray(a)?a:[a]),e=b||("undefined"==typeof document?null:(Array.isArray(a)?a[0]:a).ownerDocument.body);return e?(d.push.apply(d,Array.from(e.querySelectorAll("[aria-live], script"))),bW(d,e,c,"aria-hidden")):function(){return null}},bY=function(){return(bY=Object.assign||function(a){for(var b,c=1,d=arguments.length;c<d;c++)for(var e in b=arguments[c])Object.prototype.hasOwnProperty.call(b,e)&&(a[e]=b[e]);return a}).apply(this,arguments)};function bZ(a,b){var c={};for(var d in a)Object.prototype.hasOwnProperty.call(a,d)&&0>b.indexOf(d)&&(c[d]=a[d]);if(null!=a&&"function"==typeof Object.getOwnPropertySymbols)for(var e=0,d=Object.getOwnPropertySymbols(a);e<d.length;e++)0>b.indexOf(d[e])&&Object.prototype.propertyIsEnumerable.call(a,d[e])&&(c[d[e]]=a[d[e]]);return c}Object.create;Object.create;var b$=("function"==typeof SuppressedError&&SuppressedError,"right-scroll-bar-position"),b_="width-before-scroll-bar";function b0(a,b){return"function"==typeof a?a(b):a&&(a.current=b),a}var b1="undefined"!=typeof window?h.useLayoutEffect:h.useEffect,b2=new WeakMap;function b3(a){return a}var b4=function(a){void 0===a&&(a={});var b,c,d,e=(void 0===b&&(b=b3),c=[],d=!1,{read:function(){if(d)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return c.length?c[c.length-1]:null},useMedium:function(a){var e=b(a,d);return c.push(e),function(){c=c.filter(function(a){return a!==e})}},assignSyncMedium:function(a){for(d=!0;c.length;){var b=c;c=[],b.forEach(a)}c={push:function(b){return a(b)},filter:function(){return c}}},assignMedium:function(a){d=!0;var b=[];if(c.length){var e=c;c=[],e.forEach(a),b=c}var f=function(){var c=b;b=[],c.forEach(a)},g=function(){return Promise.resolve().then(f)};g(),c={push:function(a){b.push(a),g()},filter:function(a){return b=b.filter(a),c}}}});return e.options=bY({async:!0,ssr:!1},a),e}(),b5=function(){},b6=h.forwardRef(function(a,b){var c,d,e,f,g=h.useRef(null),i=h.useState({onScrollCapture:b5,onWheelCapture:b5,onTouchMoveCapture:b5}),j=i[0],k=i[1],l=a.forwardProps,m=a.children,n=a.className,o=a.removeScrollBar,p=a.enabled,q=a.shards,r=a.sideCar,s=a.noRelative,t=a.noIsolation,u=a.inert,v=a.allowPinchZoom,w=a.as,x=a.gapMode,y=bZ(a,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),z=(c=[g,b],d=function(a){return c.forEach(function(b){return b0(b,a)})},(e=(0,h.useState)(function(){return{value:null,callback:d,facade:{get current(){return e.value},set current(value){var a=e.value;a!==value&&(e.value=value,e.callback(value,a))}}}})[0]).callback=d,f=e.facade,b1(function(){var a=b2.get(f);if(a){var b=new Set(a),d=new Set(c),e=f.current;b.forEach(function(a){d.has(a)||b0(a,null)}),d.forEach(function(a){b.has(a)||b0(a,e)})}b2.set(f,c)},[c]),f),A=bY(bY({},y),j);return h.createElement(h.Fragment,null,p&&h.createElement(r,{sideCar:b4,removeScrollBar:o,shards:q,noRelative:s,noIsolation:t,inert:u,setCallbacks:k,allowPinchZoom:!!v,lockRef:g,gapMode:x}),l?h.cloneElement(h.Children.only(m),bY(bY({},A),{ref:z})):h.createElement(void 0===w?"div":w,bY({},A,{className:n,ref:z}),m))});b6.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},b6.classNames={fullWidth:b_,zeroRight:b$};var b7=function(a){var b=a.sideCar,c=bZ(a,["sideCar"]);if(!b)throw Error("Sidecar: please provide `sideCar` property to import the right car");var d=b.read();if(!d)throw Error("Sidecar medium not found");return h.createElement(d,bY({},c))};b7.isSideCarExport=!0;var b8=function(){var a=0,b=null;return{add:function(d){if(0==a&&(b=function(){if(!document)return null;var a=document.createElement("style");a.type="text/css";var b=g||c.nc;return b&&a.setAttribute("nonce",b),a}())){var e,f;(e=b).styleSheet?e.styleSheet.cssText=d:e.appendChild(document.createTextNode(d)),f=b,(document.head||document.getElementsByTagName("head")[0]).appendChild(f)}a++},remove:function(){--a||!b||(b.parentNode&&b.parentNode.removeChild(b),b=null)}}},b9=function(){var a=b8();return function(b,c){h.useEffect(function(){return a.add(b),function(){a.remove()}},[b&&c])}},ca=function(){var a=b9();return function(b){return a(b.styles,b.dynamic),null}},cb={left:0,top:0,right:0,gap:0},cc=function(a){return parseInt(a||"",10)||0},cd=function(a){var b=window.getComputedStyle(document.body),c=b["padding"===a?"paddingLeft":"marginLeft"],d=b["padding"===a?"paddingTop":"marginTop"],e=b["padding"===a?"paddingRight":"marginRight"];return[cc(c),cc(d),cc(e)]},ce=function(a){if(void 0===a&&(a="margin"),"undefined"==typeof window)return cb;var b=cd(a),c=document.documentElement.clientWidth,d=window.innerWidth;return{left:b[0],top:b[1],right:b[2],gap:Math.max(0,d-c+b[2]-b[0])}},cf=ca(),cg="data-scroll-locked",ch=function(a,b,c,d){var e=a.left,f=a.top,g=a.right,h=a.gap;return void 0===c&&(c="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(d,";\n padding-right: ").concat(h,"px ").concat(d,";\n }\n body[").concat(cg,"] {\n overflow: hidden ").concat(d,";\n overscroll-behavior: contain;\n ").concat([b&&"position: relative ".concat(d,";"),"margin"===c&&"\n padding-left: ".concat(e,"px;\n padding-top: ").concat(f,"px;\n padding-right: ").concat(g,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(h,"px ").concat(d,";\n "),"padding"===c&&"padding-right: ".concat(h,"px ").concat(d,";")].filter(Boolean).join(""),"\n }\n \n .").concat(b$," {\n right: ").concat(h,"px ").concat(d,";\n }\n \n .").concat(b_," {\n margin-right: ").concat(h,"px ").concat(d,";\n }\n \n .").concat(b$," .").concat(b$," {\n right: 0 ").concat(d,";\n }\n \n .").concat(b_," .").concat(b_," {\n margin-right: 0 ").concat(d,";\n }\n \n body[").concat(cg,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(h,"px;\n }\n")},ci=function(){var a=parseInt(document.body.getAttribute(cg)||"0",10);return isFinite(a)?a:0},cj=function(){h.useEffect(function(){return document.body.setAttribute(cg,(ci()+1).toString()),function(){var a=ci()-1;a<=0?document.body.removeAttribute(cg):document.body.setAttribute(cg,a.toString())}},[])},ck=function(a){var b=a.noRelative,c=a.noImportant,d=a.gapMode,e=void 0===d?"margin":d;cj();var f=h.useMemo(function(){return ce(e)},[e]);return h.createElement(cf,{styles:ch(f,!b,e,c?"":"!important")})},cl=!1;if("undefined"!=typeof window)try{var cm=Object.defineProperty({},"passive",{get:function(){return cl=!0,!0}});window.addEventListener("test",cm,cm),window.removeEventListener("test",cm,cm)}catch(a){cl=!1}var cn=!!cl&&{passive:!1},co=function(a,b){if(!(a instanceof Element))return!1;var c=window.getComputedStyle(a);return"hidden"!==c[b]&&(c.overflowY!==c.overflowX||"TEXTAREA"===a.tagName||"visible"!==c[b])},cp=function(a,b){var c=b.ownerDocument,d=b;do{if("undefined"!=typeof ShadowRoot&&d instanceof ShadowRoot&&(d=d.host),cq(a,d)){var e=cr(a,d);if(e[1]>e[2])return!0}d=d.parentNode}while(d&&d!==c.body);return!1},cq=function(a,b){return"v"===a?co(b,"overflowY"):co(b,"overflowX")},cr=function(a,b){return"v"===a?[b.scrollTop,b.scrollHeight,b.clientHeight]:[b.scrollLeft,b.scrollWidth,b.clientWidth]},cs=function(a,b,c,d,e){var f,g=(f=window.getComputedStyle(b).direction,"h"===a&&"rtl"===f?-1:1),h=g*d,i=c.target,j=b.contains(i),k=!1,l=h>0,m=0,n=0;do{if(!i)break;var o=cr(a,i),p=o[0],q=o[1]-o[2]-g*p;(p||q)&&cq(a,i)&&(m+=q,n+=p);var r=i.parentNode;i=r&&r.nodeType===Node.DOCUMENT_FRAGMENT_NODE?r.host:r}while(!j&&i!==document.body||j&&(b.contains(i)||b===i));return l&&(e&&1>Math.abs(m)||!e&&h>m)?k=!0:!l&&(e&&1>Math.abs(n)||!e&&-h>n)&&(k=!0),k},ct=function(a){return"changedTouches"in a?[a.changedTouches[0].clientX,a.changedTouches[0].clientY]:[0,0]},cu=function(a){return[a.deltaX,a.deltaY]},cv=function(a){return a&&"current"in a?a.current:a},cw=0,cx=[];let cy=(e=function(a){var b=h.useRef([]),c=h.useRef([0,0]),d=h.useRef(),e=h.useState(cw++)[0],f=h.useState(ca)[0],g=h.useRef(a);h.useEffect(function(){g.current=a},[a]),h.useEffect(function(){if(a.inert){document.body.classList.add("block-interactivity-".concat(e));var b=(function(a,b,c){if(c||2==arguments.length)for(var d,e=0,f=b.length;e<f;e++)!d&&e in b||(d||(d=Array.prototype.slice.call(b,0,e)),d[e]=b[e]);return a.concat(d||Array.prototype.slice.call(b))})([a.lockRef.current],(a.shards||[]).map(cv),!0).filter(Boolean);return b.forEach(function(a){return a.classList.add("allow-interactivity-".concat(e))}),function(){document.body.classList.remove("block-interactivity-".concat(e)),b.forEach(function(a){return a.classList.remove("allow-interactivity-".concat(e))})}}},[a.inert,a.lockRef.current,a.shards]);var i=h.useCallback(function(a,b){if("touches"in a&&2===a.touches.length||"wheel"===a.type&&a.ctrlKey)return!g.current.allowPinchZoom;var e,f=ct(a),h=c.current,i="deltaX"in a?a.deltaX:h[0]-f[0],j="deltaY"in a?a.deltaY:h[1]-f[1],k=a.target,l=Math.abs(i)>Math.abs(j)?"h":"v";if("touches"in a&&"h"===l&&"range"===k.type)return!1;var m=window.getSelection(),n=m&&m.anchorNode;if(n&&(n===k||n.contains(k)))return!1;var o=cp(l,k);if(!o)return!0;if(o?e=l:(e="v"===l?"h":"v",o=cp(l,k)),!o)return!1;if(!d.current&&"changedTouches"in a&&(i||j)&&(d.current=e),!e)return!0;var p=d.current||e;return cs(p,b,a,"h"===p?i:j,!0)},[]),j=h.useCallback(function(a){if(cx.length&&cx[cx.length-1]===f){var c="deltaY"in a?cu(a):ct(a),d=b.current.filter(function(b){var d;return b.name===a.type&&(b.target===a.target||a.target===b.shadowParent)&&(d=b.delta,d[0]===c[0]&&d[1]===c[1])})[0];if(d&&d.should){a.cancelable&&a.preventDefault();return}if(!d){var e=(g.current.shards||[]).map(cv).filter(Boolean).filter(function(b){return b.contains(a.target)});(e.length>0?i(a,e[0]):!g.current.noIsolation)&&a.cancelable&&a.preventDefault()}}},[]),k=h.useCallback(function(a,c,d,e){var f={name:a,delta:c,target:d,should:e,shadowParent:function(a){for(var b=null;null!==a;)a instanceof ShadowRoot&&(b=a.host,a=a.host),a=a.parentNode;return b}(d)};b.current.push(f),setTimeout(function(){b.current=b.current.filter(function(a){return a!==f})},1)},[]),l=h.useCallback(function(a){c.current=ct(a),d.current=void 0},[]),m=h.useCallback(function(b){k(b.type,cu(b),b.target,i(b,a.lockRef.current))},[]),n=h.useCallback(function(b){k(b.type,ct(b),b.target,i(b,a.lockRef.current))},[]);h.useEffect(function(){return cx.push(f),a.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:n}),document.addEventListener("wheel",j,cn),document.addEventListener("touchmove",j,cn),document.addEventListener("touchstart",l,cn),function(){cx=cx.filter(function(a){return a!==f}),document.removeEventListener("wheel",j,cn),document.removeEventListener("touchmove",j,cn),document.removeEventListener("touchstart",l,cn)}},[]);var o=a.removeScrollBar,p=a.inert;return h.createElement(h.Fragment,null,p?h.createElement(f,{styles:"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")}):null,o?h.createElement(ck,{noRelative:a.noRelative,gapMode:a.gapMode}):null)},b4.useMedium(e),b7);var cz=h.forwardRef(function(a,b){return h.createElement(b6,bY({},a,{ref:b,sideCar:cy}))});cz.classNames=b6.classNames;var cA=["Enter"," "],cB=["ArrowUp","PageDown","End"],cC=["ArrowDown","PageUp","Home",...cB],cD={ltr:[...cA,"ArrowRight"],rtl:[...cA,"ArrowLeft"]},cE={ltr:["ArrowLeft"],rtl:["ArrowRight"]},cF="Menu",[cG,cH,cI]=u(cF),[cJ,cK]=m(cF,[cI,bd,bI]),cL=bd(),cM=bI(),[cN,cO]=cJ(cF),[cP,cQ]=cJ(cF),cR=a=>{let{__scopeMenu:b,open:c=!1,children:d,dir:e,onOpenChange:f,modal:g=!0}=a,i=cL(b),[j,k]=h.useState(null),m=h.useRef(!1),n=A(f),o=z(e);return h.useEffect(()=>{let a=()=>{m.current=!0,document.addEventListener("pointerdown",b,{capture:!0,once:!0}),document.addEventListener("pointermove",b,{capture:!0,once:!0})},b=()=>m.current=!1;return document.addEventListener("keydown",a,{capture:!0}),()=>{document.removeEventListener("keydown",a,{capture:!0}),document.removeEventListener("pointerdown",b,{capture:!0}),document.removeEventListener("pointermove",b,{capture:!0})}},[]),h.useEffect(()=>{if(!c)return;let a=()=>n(!1);return window.addEventListener("blur",a),()=>window.removeEventListener("blur",a)},[c,n]),(0,l.jsx)(bg,{...i,children:(0,l.jsx)(cN,{scope:b,open:c,onOpenChange:n,content:j,onContentChange:k,children:(0,l.jsx)(cP,{scope:b,onClose:h.useCallback(()=>n(!1),[n]),isUsingKeyboardRef:m,dir:o,modal:g,children:d})})})};cR.displayName=cF;var cS=h.forwardRef((a,b)=>{let{__scopeMenu:c,...d}=a,e=cL(c);return(0,l.jsx)(bi,{...e,...d,ref:b})});cS.displayName="MenuAnchor";var cT="MenuPortal",[cU,cV]=cJ(cT,{forceMount:void 0}),cW=a=>{let{__scopeMenu:b,forceMount:c,children:d,container:e}=a,f=cO(cT,b);return(0,l.jsx)(cU,{scope:b,forceMount:c,children:(0,l.jsx)(bu,{present:c||f.open,children:(0,l.jsx)(bt,{asChild:!0,container:e,children:d})})})};cW.displayName=cT;var cX="MenuContent",[cY,cZ]=cJ(cX),c$=h.forwardRef((a,b)=>{let c=cV(cX,a.__scopeMenu),{forceMount:d=c.forceMount,...e}=a,f=cO(cX,a.__scopeMenu),g=cQ(cX,a.__scopeMenu);return(0,l.jsx)(cG.Provider,{scope:a.__scopeMenu,children:(0,l.jsx)(bu,{present:d||f.open,children:(0,l.jsx)(cG.Slot,{scope:a.__scopeMenu,children:g.modal?(0,l.jsx)(c_,{...e,ref:b}):(0,l.jsx)(c0,{...e,ref:b})})})})}),c_=h.forwardRef((a,b)=>{let c=cO(cX,a.__scopeMenu),d=h.useRef(null),e=(0,k.s)(b,d);return h.useEffect(()=>{let a=d.current;if(a)return bX(a)},[]),(0,l.jsx)(c2,{...a,ref:e,trapFocus:c.open,disableOutsidePointerEvents:c.open,disableOutsideScroll:!0,onFocusOutside:j(a.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>c.onOpenChange(!1)})}),c0=h.forwardRef((a,b)=>{let c=cO(cX,a.__scopeMenu);return(0,l.jsx)(c2,{...a,ref:b,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>c.onOpenChange(!1)})}),c1=(0,r.TL)("MenuContent.ScrollLock"),c2=h.forwardRef((a,b)=>{let{__scopeMenu:c,loop:d=!1,trapFocus:e,onOpenAutoFocus:f,onCloseAutoFocus:g,disableOutsidePointerEvents:i,onEntryFocus:m,onEscapeKeyDown:n,onPointerDownOutside:o,onFocusOutside:p,onInteractOutside:q,onDismiss:r,disableOutsideScroll:s,...t}=a,u=cO(cX,c),v=cQ(cX,c),w=cL(c),x=cM(c),y=cH(c),[z,A]=h.useState(null),B=h.useRef(null),C=(0,k.s)(b,B,u.onContentChange),E=h.useRef(0),F=h.useRef(""),G=h.useRef(0),K=h.useRef(null),L=h.useRef("right"),M=h.useRef(0),O=s?cz:h.Fragment;h.useEffect(()=>()=>window.clearTimeout(E.current),[]),h.useEffect(()=>{I||(I={start:J(),end:J()});let{start:a,end:b}=I;return document.body.firstElementChild!==a&&document.body.insertAdjacentElement("afterbegin",a),document.body.lastElementChild!==b&&document.body.insertAdjacentElement("beforeend",b),H++,()=>{1===H&&(I?.start.remove(),I?.end.remove(),I=null),H=Math.max(0,H-1)}},[]);let P=h.useCallback(a=>L.current===K.current?.side&&function(a,b){return!!b&&function(a,b){let{x:c,y:d}=a,e=!1;for(let a=0,f=b.length-1;a<b.length;f=a++){let g=b[a],h=b[f],i=g.x,j=g.y,k=h.x,l=h.y;j>d!=l>d&&c<(k-i)*(d-j)/(l-j)+i&&(e=!e)}return e}({x:a.clientX,y:a.clientY},b)}(a,K.current?.area),[]);return(0,l.jsx)(cY,{scope:c,searchRef:F,onItemEnter:h.useCallback(a=>{P(a)&&a.preventDefault()},[P]),onItemLeave:h.useCallback(a=>{P(a)||(B.current?.focus(),A(null))},[P]),onTriggerLeave:h.useCallback(a=>{P(a)&&a.preventDefault()},[P]),pointerGraceTimerRef:G,onPointerGraceIntentChange:h.useCallback(a=>{K.current=a},[]),children:(0,l.jsx)(O,{...s?{as:c1,allowPinchZoom:!0}:void 0,children:(0,l.jsx)(N,{asChild:!0,trapped:e,onMountAutoFocus:j(f,a=>{a.preventDefault(),B.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:g,children:(0,l.jsx)(D,{asChild:!0,disableOutsidePointerEvents:i,onEscapeKeyDown:n,onPointerDownOutside:o,onFocusOutside:p,onInteractOutside:q,onDismiss:r,children:(0,l.jsx)(bL,{asChild:!0,...x,dir:v.dir,orientation:"vertical",loop:d,currentTabStopId:z,onCurrentTabStopIdChange:A,onEntryFocus:j(m,a=>{v.isUsingKeyboardRef.current||a.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,l.jsx)(bm,{role:"menu","aria-orientation":"vertical","data-state":dt(u.open),"data-radix-menu-content":"",dir:v.dir,...w,...t,ref:C,style:{outline:"none",...t.style},onKeyDown:j(t.onKeyDown,a=>{let b=a.target.closest("[data-radix-menu-content]")===a.currentTarget,c=a.ctrlKey||a.altKey||a.metaKey,d=1===a.key.length;b&&("Tab"===a.key&&a.preventDefault(),!c&&d&&(a=>{let b=F.current+a,c=y().filter(a=>!a.disabled),d=document.activeElement,e=c.find(a=>a.ref.current===d)?.textValue,f=function(a,b,c){var d;let e=b.length>1&&Array.from(b).every(a=>a===b[0])?b[0]:b,f=c?a.indexOf(c):-1,g=(d=Math.max(f,0),a.map((b,c)=>a[(d+c)%a.length]));1===e.length&&(g=g.filter(a=>a!==c));let h=g.find(a=>a.toLowerCase().startsWith(e.toLowerCase()));return h!==c?h:void 0}(c.map(a=>a.textValue),b,e),g=c.find(a=>a.textValue===f)?.ref.current;!function a(b){F.current=b,window.clearTimeout(E.current),""!==b&&(E.current=window.setTimeout(()=>a(""),1e3))}(b),g&&setTimeout(()=>g.focus())})(a.key));let e=B.current;if(a.target!==e||!cC.includes(a.key))return;a.preventDefault();let f=y().filter(a=>!a.disabled).map(a=>a.ref.current);cB.includes(a.key)&&f.reverse(),function(a){let b=document.activeElement;for(let c of a)if(c===b||(c.focus(),document.activeElement!==b))return}(f)}),onBlur:j(a.onBlur,a=>{a.currentTarget.contains(a.target)||(window.clearTimeout(E.current),F.current="")}),onPointerMove:j(a.onPointerMove,dw(a=>{let b=a.target,c=M.current!==a.clientX;a.currentTarget.contains(b)&&c&&(L.current=a.clientX>M.current?"right":"left",M.current=a.clientX)}))})})})})})})});c$.displayName=cX;var c3=h.forwardRef((a,b)=>{let{__scopeMenu:c,...d}=a;return(0,l.jsx)(s.div,{role:"group",...d,ref:b})});c3.displayName="MenuGroup";var c4=h.forwardRef((a,b)=>{let{__scopeMenu:c,...d}=a;return(0,l.jsx)(s.div,{...d,ref:b})});c4.displayName="MenuLabel";var c5="MenuItem",c6="menu.itemSelect",c7=h.forwardRef((a,b)=>{let{disabled:c=!1,onSelect:d,...e}=a,f=h.useRef(null),g=cQ(c5,a.__scopeMenu),i=cZ(c5,a.__scopeMenu),m=(0,k.s)(b,f),n=h.useRef(!1);return(0,l.jsx)(c8,{...e,ref:m,disabled:c,onClick:j(a.onClick,()=>{let a=f.current;if(!c&&a){let b=new CustomEvent(c6,{bubbles:!0,cancelable:!0});a.addEventListener(c6,a=>d?.(a),{once:!0}),t(a,b),b.defaultPrevented?n.current=!1:g.onClose()}}),onPointerDown:b=>{a.onPointerDown?.(b),n.current=!0},onPointerUp:j(a.onPointerUp,a=>{n.current||a.currentTarget?.click()}),onKeyDown:j(a.onKeyDown,a=>{!c&&a.target===a.currentTarget&&(""===i.searchRef.current||" "!==a.key)&&cA.includes(a.key)&&(a.currentTarget.click(),a.preventDefault())})})});c7.displayName=c5;var c8=h.forwardRef((a,b)=>{let{__scopeMenu:c,disabled:d=!1,textValue:e,...f}=a,g=cZ(c5,c),i=cM(c),m=h.useRef(null),n=(0,k.s)(b,m),[o,p]=h.useState(!1),[q,r]=h.useState("");return h.useEffect(()=>{let a=m.current;a&&r((a.textContent??"").trim())},[f.children]),(0,l.jsx)(cG.ItemSlot,{scope:c,disabled:d,textValue:e??q,children:(0,l.jsx)(bO,{asChild:!0,...i,focusable:!d,children:(0,l.jsx)(s.div,{role:"menuitem","data-highlighted":o?"":void 0,"aria-disabled":d||void 0,"data-disabled":d?"":void 0,...f,ref:n,onPointerMove:j(a.onPointerMove,dw(a=>{d?g.onItemLeave(a):(g.onItemEnter(a),a.defaultPrevented||a.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:j(a.onPointerLeave,dw(a=>g.onItemLeave(a))),onFocus:j(a.onFocus,()=>p(!0)),onBlur:j(a.onBlur,()=>p(!1))})})})}),c9=h.forwardRef((a,b)=>{let{checked:c=!1,onCheckedChange:d,...e}=a;return(0,l.jsx)(dh,{scope:a.__scopeMenu,checked:c,children:(0,l.jsx)(c7,{role:"menuitemcheckbox","aria-checked":du(c)?"mixed":c,...e,ref:b,"data-state":dv(c),onSelect:j(e.onSelect,()=>d?.(!!du(c)||!c),{checkForDefaultPrevented:!1})})})});c9.displayName="MenuCheckboxItem";var da="MenuRadioGroup",[db,dc]=cJ(da,{value:void 0,onValueChange:()=>{}}),dd=h.forwardRef((a,b)=>{let{value:c,onValueChange:d,...e}=a,f=A(d);return(0,l.jsx)(db,{scope:a.__scopeMenu,value:c,onValueChange:f,children:(0,l.jsx)(c3,{...e,ref:b})})});dd.displayName=da;var de="MenuRadioItem",df=h.forwardRef((a,b)=>{let{value:c,...d}=a,e=dc(de,a.__scopeMenu),f=c===e.value;return(0,l.jsx)(dh,{scope:a.__scopeMenu,checked:f,children:(0,l.jsx)(c7,{role:"menuitemradio","aria-checked":f,...d,ref:b,"data-state":dv(f),onSelect:j(d.onSelect,()=>e.onValueChange?.(c),{checkForDefaultPrevented:!1})})})});df.displayName=de;var dg="MenuItemIndicator",[dh,di]=cJ(dg,{checked:!1}),dj=h.forwardRef((a,b)=>{let{__scopeMenu:c,forceMount:d,...e}=a,f=di(dg,c);return(0,l.jsx)(bu,{present:d||du(f.checked)||!0===f.checked,children:(0,l.jsx)(s.span,{...e,ref:b,"data-state":dv(f.checked)})})});dj.displayName=dg;var dk=h.forwardRef((a,b)=>{let{__scopeMenu:c,...d}=a;return(0,l.jsx)(s.div,{role:"separator","aria-orientation":"horizontal",...d,ref:b})});dk.displayName="MenuSeparator";var dl=h.forwardRef((a,b)=>{let{__scopeMenu:c,...d}=a,e=cL(c);return(0,l.jsx)(bp,{...e,...d,ref:b})});dl.displayName="MenuArrow";var[dm,dn]=cJ("MenuSub"),dp="MenuSubTrigger",dq=h.forwardRef((a,b)=>{let c=cO(dp,a.__scopeMenu),d=cQ(dp,a.__scopeMenu),e=dn(dp,a.__scopeMenu),f=cZ(dp,a.__scopeMenu),g=h.useRef(null),{pointerGraceTimerRef:i,onPointerGraceIntentChange:m}=f,n={__scopeMenu:a.__scopeMenu},o=h.useCallback(()=>{g.current&&window.clearTimeout(g.current),g.current=null},[]);h.useEffect(()=>o,[o]),h.useEffect(()=>{let a=i.current;return()=>{window.clearTimeout(a),m(null)}},[i,m]);let p=(0,k.s)(b,e.onTriggerChange);return(0,l.jsx)(cS,{asChild:!0,...n,children:(0,l.jsx)(c8,{id:e.triggerId,"aria-haspopup":"menu","aria-expanded":c.open,"aria-controls":c.open?e.contentId:void 0,"data-state":dt(c.open),...a,ref:p,onClick:b=>{a.onClick?.(b),a.disabled||b.defaultPrevented||(b.currentTarget.focus(),c.open||c.onOpenChange(!0))},onPointerMove:j(a.onPointerMove,dw(b=>{f.onItemEnter(b),!b.defaultPrevented&&(a.disabled||c.open||g.current||(f.onPointerGraceIntentChange(null),g.current=window.setTimeout(()=>{c.onOpenChange(!0),o()},100)))})),onPointerLeave:j(a.onPointerLeave,dw(a=>{o();let b=c.content?.getBoundingClientRect();if(b){let d=c.content?.dataset.side,e="right"===d,g=b[e?"left":"right"],h=b[e?"right":"left"];f.onPointerGraceIntentChange({area:[{x:a.clientX+(e?-5:5),y:a.clientY},{x:g,y:b.top},{x:h,y:b.top},{x:h,y:b.bottom},{x:g,y:b.bottom}],side:d}),window.clearTimeout(i.current),i.current=window.setTimeout(()=>f.onPointerGraceIntentChange(null),300)}else{if(f.onTriggerLeave(a),a.defaultPrevented)return;f.onPointerGraceIntentChange(null)}})),onKeyDown:j(a.onKeyDown,b=>{!a.disabled&&b.target===b.currentTarget&&(""===f.searchRef.current||" "!==b.key)&&cD[d.dir].includes(b.key)&&(c.onOpenChange(!0),c.content?.focus(),b.preventDefault())})})})});dq.displayName=dp;var dr="MenuSubContent",ds=h.forwardRef((a,b)=>{let c=cV(cX,a.__scopeMenu),{forceMount:d=c.forceMount,align:e="start",...f}=a,g=cO(cX,a.__scopeMenu),i=cQ(cX,a.__scopeMenu),m=dn(dr,a.__scopeMenu),n=h.useRef(null),o=(0,k.s)(b,n);return(0,l.jsx)(cG.Provider,{scope:a.__scopeMenu,children:(0,l.jsx)(bu,{present:d||g.open,children:(0,l.jsx)(cG.Slot,{scope:a.__scopeMenu,children:(0,l.jsx)(c2,{id:m.contentId,"aria-labelledby":m.triggerId,...f,ref:o,align:e,side:"rtl"===i.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:a=>{i.isUsingKeyboardRef.current&&n.current?.focus(),a.preventDefault()},onCloseAutoFocus:a=>a.preventDefault(),onFocusOutside:j(a.onFocusOutside,a=>{a.target!==m.trigger&&g.onOpenChange(!1)}),onEscapeKeyDown:j(a.onEscapeKeyDown,a=>{i.onClose(),a.preventDefault()}),onKeyDown:j(a.onKeyDown,a=>{let b=a.currentTarget.contains(a.target),c=cE[i.dir].includes(a.key);b&&c&&(g.onOpenChange(!1),m.trigger?.focus(),a.preventDefault())})})})})})});function dt(a){return a?"open":"closed"}function du(a){return"indeterminate"===a}function dv(a){return du(a)?"indeterminate":a?"checked":"unchecked"}function dw(a){return b=>"mouse"===b.pointerType?a(b):void 0}ds.displayName=dr;var dx="DropdownMenu",[dy,dz]=m(dx,[cK]),dA=cK(),[dB,dC]=dy(dx),dD=a=>{let{__scopeDropdownMenu:b,children:c,dir:d,open:e,defaultOpen:f,onOpenChange:g,modal:i=!0}=a,j=dA(b),k=h.useRef(null),[m,n]=p({prop:e,defaultProp:f??!1,onChange:g,caller:dx});return(0,l.jsx)(dB,{scope:b,triggerId:V(),triggerRef:k,contentId:V(),open:m,onOpenChange:n,onOpenToggle:h.useCallback(()=>n(a=>!a),[n]),modal:i,children:(0,l.jsx)(cR,{...j,open:m,onOpenChange:n,dir:d,modal:i,children:c})})};dD.displayName=dx;var dE="DropdownMenuTrigger",dF=h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,disabled:d=!1,...e}=a,f=dC(dE,c),g=dA(c),h=(0,k.s)(b,f.triggerRef);return(0,l.jsx)(cS,{asChild:!0,...g,children:(0,l.jsx)(s.button,{type:"button",id:f.triggerId,"aria-haspopup":"menu","aria-expanded":f.open,"aria-controls":f.open?f.contentId:void 0,"data-state":f.open?"open":"closed","data-disabled":d?"":void 0,disabled:d,...e,ref:h,onPointerDown:j(a.onPointerDown,a=>{!d&&0===a.button&&!1===a.ctrlKey&&(f.onOpenToggle(),f.open||a.preventDefault())}),onKeyDown:j(a.onKeyDown,a=>{!d&&(["Enter"," "].includes(a.key)&&f.onOpenToggle(),"ArrowDown"===a.key&&f.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});dF.displayName=dE;var dG=a=>{let{__scopeDropdownMenu:b,...c}=a,d=dA(b);return(0,l.jsx)(cW,{...d,...c})};dG.displayName="DropdownMenuPortal";var dH="DropdownMenuContent",dI=h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dC(dH,c),f=dA(c),g=h.useRef(!1);return(0,l.jsx)(c$,{id:e.contentId,"aria-labelledby":e.triggerId,...f,...d,ref:b,onCloseAutoFocus:j(a.onCloseAutoFocus,a=>{g.current||e.triggerRef.current?.focus(),g.current=!1,a.preventDefault()}),onInteractOutside:j(a.onInteractOutside,a=>{let b=a.detail.originalEvent,c=0===b.button&&!0===b.ctrlKey,d=2===b.button||c;(!e.modal||d)&&(g.current=!0)}),style:{...a.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});dI.displayName=dH,h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(c3,{...e,...d,ref:b})}).displayName="DropdownMenuGroup",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(c4,{...e,...d,ref:b})}).displayName="DropdownMenuLabel";var dJ=h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(c7,{...e,...d,ref:b})});dJ.displayName="DropdownMenuItem",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(c9,{...e,...d,ref:b})}).displayName="DropdownMenuCheckboxItem",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(dd,{...e,...d,ref:b})}).displayName="DropdownMenuRadioGroup",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(df,{...e,...d,ref:b})}).displayName="DropdownMenuRadioItem",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(dj,{...e,...d,ref:b})}).displayName="DropdownMenuItemIndicator";var dK=h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(dk,{...e,...d,ref:b})});dK.displayName="DropdownMenuSeparator",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(dl,{...e,...d,ref:b})}).displayName="DropdownMenuArrow",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(dq,{...e,...d,ref:b})}).displayName="DropdownMenuSubTrigger",h.forwardRef((a,b)=>{let{__scopeDropdownMenu:c,...d}=a,e=dA(c);return(0,l.jsx)(ds,{...e,...d,ref:b,style:{...a.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})}).displayName="DropdownMenuSubContent";var dL=dD,dM=dF,dN=dG,dO=dI,dP=dJ,dQ=dK},4306:(a,b,c)=>{"use strict";c.d(b,{F:()=>g});var d=c(79390);let e=a=>"boolean"==typeof a?`${a}`:0===a?"0":a,f=d.$,g=(a,b)=>c=>{var d;if((null==b?void 0:b.variants)==null)return f(a,null==c?void 0:c.class,null==c?void 0:c.className);let{variants:g,defaultVariants:h}=b,i=Object.keys(g).map(a=>{let b=null==c?void 0:c[a],d=null==h?void 0:h[a];if(null===b)return null;let f=e(b)||e(d);return g[a][f]}),j=c&&Object.entries(c).reduce((a,b)=>{let[c,d]=b;return void 0===d||(a[c]=d),a},{});return f(a,i,null==b||null==(d=b.compoundVariants)?void 0:d.reduce((a,b)=>{let{class:c,className:d,...e}=b;return Object.entries(e).every(a=>{let[b,c]=a;return Array.isArray(c)?c.includes({...h,...j}[b]):({...h,...j})[b]===c})?[...a,c,d]:a},[]),null==c?void 0:c.class,null==c?void 0:c.className)}},4335:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"assignLocation",{enumerable:!0,get:function(){return e}});let d=c(61725);function e(a,b){if(a.startsWith(".")){let c=b.origin+b.pathname;return new URL((c.endsWith("/")?c:c+"/")+a)}return new URL((0,d.addBasePath)(a),b.href)}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},5162:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"PromiseQueue",{enumerable:!0,get:function(){return j}});let d=c(17400),e=c(64402);var f=e._("_maxConcurrency"),g=e._("_runningCount"),h=e._("_queue"),i=e._("_processNext");class j{enqueue(a){let b,c,e=new Promise((a,d)=>{b=a,c=d}),f=async()=>{try{d._(this,g)[g]++;let c=await a();b(c)}catch(a){c(a)}finally{d._(this,g)[g]--,d._(this,i)[i]()}};return d._(this,h)[h].push({promiseFn:e,task:f}),d._(this,i)[i](),e}bump(a){let b=d._(this,h)[h].findIndex(b=>b.promiseFn===a);if(b>-1){let a=d._(this,h)[h].splice(b,1)[0];d._(this,h)[h].unshift(a),d._(this,i)[i](!0)}}constructor(a=5){Object.defineProperty(this,i,{value:k}),Object.defineProperty(this,f,{writable:!0,value:void 0}),Object.defineProperty(this,g,{writable:!0,value:void 0}),Object.defineProperty(this,h,{writable:!0,value:void 0}),d._(this,f)[f]=a,d._(this,g)[g]=0,d._(this,h)[h]=[]}}function k(a){if(void 0===a&&(a=!1),(d._(this,g)[g]<d._(this,f)[f]||a)&&d._(this,h)[h].length>0){var b;null==(b=d._(this,h)[h].shift())||b.task()}}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},6384:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(81744).A)("sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]])},7342:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"invalidateCacheByRouterState",{enumerable:!0,get:function(){return e}});let d=c(82521);function e(a,b,c){for(let e in c[1]){let f=c[1][e][0],g=(0,d.createRouterCacheKey)(f),h=b.parallelRoutes.get(e);if(h){let b=new Map(h);b.delete(g),a.parallelRoutes.set(e,b)}}}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},11505:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"shouldHardNavigate",{enumerable:!0,get:function(){return function a(b,c){let[f,g]=c,[h,i]=b;return(0,e.matchSegment)(h,f)?!(b.length<=2)&&a((0,d.getNextFlightSegmentPath)(b),g[i]):!!Array.isArray(h)}}});let d=c(89909),e=c(58395);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},11966:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"applyFlightData",{enumerable:!0,get:function(){return f}});let d=c(63102),e=c(68360);function f(a,b,c,f,g){let{tree:h,seedData:i,head:j,isRootRender:k}=f;if(null===i)return!1;if(k){let e=i[1];c.loading=i[3],c.rsc=e,c.prefetchRsc=null,(0,d.fillLazyItemsTillLeafWithHead)(a,c,b,h,i,j,g)}else c.rsc=b.rsc,c.prefetchRsc=b.prefetchRsc,c.parallelRoutes=new Map(b.parallelRoutes),c.loading=b.loading,(0,e.fillCacheWithNewSubTreeData)(a,c,b,f,g);return!0}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},13355:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"handleSegmentMismatch",{enumerable:!0,get:function(){return e}});let d=c(15426);function e(a,b,c){return(0,d.handleExternalUrl)(a,{},a.canonicalUrl,!0)}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},15252:(a,b,c)=>{"use strict";function d(a){return a}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"removeBasePath",{enumerable:!0,get:function(){return d}}),c(94650),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},15426:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{generateSegmentsFromPatch:function(){return u},handleExternalUrl:function(){return t},navigateReducer:function(){return function a(b,c){let{url:v,isExternalUrl:w,navigateType:x,shouldScroll:y,allowAliasing:z}=c,A={},{hash:B}=v,C=(0,e.createHrefFromUrl)(v),D="push"===x;if((0,q.prunePrefetchCache)(b.prefetchCache),A.preserveCustomHistoryState=!1,A.pendingPush=D,w)return t(b,A,v.toString(),D);if(document.getElementById("__next-page-redirect"))return t(b,A,C,D);let E=(0,q.getOrCreatePrefetchCacheEntry)({url:v,nextUrl:b.nextUrl,tree:b.tree,prefetchCache:b.prefetchCache,allowAliasing:z}),{treeAtTimeOfPrefetch:F,data:G}=E;return m.prefetchQueue.bump(G),G.then(m=>{let{flightData:q,canonicalUrl:w,postponed:x}=m,z=Date.now(),G=!1;if(E.lastUsedTime||(E.lastUsedTime=z,G=!0),E.aliased){let d=new URL(v.href);w&&(d.pathname=w.pathname);let e=(0,s.handleAliasedPrefetchEntry)(z,b,q,d,A);return!1===e?a(b,{...c,allowAliasing:!1}):e}if("string"==typeof q)return t(b,A,q,D);let H=w?(0,e.createHrefFromUrl)(w):C;if(B&&b.canonicalUrl.split("#",1)[0]===H.split("#",1)[0])return A.onlyHashChange=!0,A.canonicalUrl=H,A.shouldScroll=y,A.hashFragment=B,A.scrollableSegments=[],(0,k.handleMutable)(b,A);let I=b.tree,J=b.cache,K=[];for(let a of q){let{pathToSegment:c,seedData:e,head:k,isHeadPartial:m,isRootRender:q}=a,s=a.tree,w=["",...c],y=(0,g.applyRouterStatePatchToTree)(w,I,s,C);if(null===y&&(y=(0,g.applyRouterStatePatchToTree)(w,F,s,C)),null!==y){if(e&&q&&x){let a=(0,p.startPPRNavigation)(z,J,I,s,e,k,m,!1,K);if(null!==a){if(null===a.route)return t(b,A,C,D);y=a.route;let c=a.node;null!==c&&(A.cache=c);let e=a.dynamicRequestTree;if(null!==e){let c=(0,d.fetchServerResponse)(new URL(H,v.origin),{flightRouterState:e,nextUrl:b.nextUrl});(0,p.listenForDynamicRequest)(a,c)}}else y=s}else{if((0,i.isNavigatingToNewRootLayout)(I,y))return t(b,A,C,D);let d=(0,n.createEmptyCacheNode)(),e=!1;for(let b of(E.status!==j.PrefetchCacheEntryStatus.stale||G?e=(0,l.applyFlightData)(z,J,d,a,E):(e=function(a,b,c,d){let e=!1;for(let f of(a.rsc=b.rsc,a.prefetchRsc=b.prefetchRsc,a.loading=b.loading,a.parallelRoutes=new Map(b.parallelRoutes),u(d).map(a=>[...c,...a])))(0,r.clearCacheNodeDataForSegmentPath)(a,b,f),e=!0;return e}(d,J,c,s),E.lastUsedTime=z),(0,h.shouldHardNavigate)(w,I)?(d.rsc=J.rsc,d.prefetchRsc=J.prefetchRsc,(0,f.invalidateCacheBelowFlightSegmentPath)(d,J,c),A.cache=d):e&&(A.cache=d,J=d),u(s))){let a=[...c,...b];a[a.length-1]!==o.DEFAULT_SEGMENT_KEY&&K.push(a)}}I=y}}return A.patchedTree=I,A.canonicalUrl=H,A.scrollableSegments=K,A.hashFragment=B,A.shouldScroll=y,(0,k.handleMutable)(b,A)},()=>b)}}});let d=c(94082),e=c(75497),f=c(57162),g=c(24848),h=c(11505),i=c(77692),j=c(13136),k=c(26613),l=c(11966),m=c(37446),n=c(25918),o=c(44859),p=c(82582),q=c(81288),r=c(50202),s=c(2173);function t(a,b,c,d){return b.mpaNavigation=!0,b.canonicalUrl=c,b.pendingPush=d,b.scrollableSegments=void 0,(0,k.handleMutable)(a,b)}function u(a){let b=[],[c,d]=a;if(0===Object.keys(d).length)return[[c]];for(let[a,e]of Object.entries(d))for(let d of u(e))""===c?b.push([a,...d]):b.push([c,a,...d]);return b}c(68459),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},17400:(a,b,c)=>{"use strict";function d(a,b){if(!Object.prototype.hasOwnProperty.call(a,b))throw TypeError("attempted to use private field on non-instance");return a}c.r(b),c.d(b,{_:()=>d})},18226:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{addRefreshMarkerToActiveParallelSegments:function(){return function a(b,c){let[d,e,,g]=b;for(let h in d.includes(f.PAGE_SEGMENT_KEY)&&"refresh"!==g&&(b[2]=c,b[3]="refresh"),e)a(e[h],c)}},refreshInactiveParallelSegments:function(){return g}});let d=c(11966),e=c(94082),f=c(44859);async function g(a){let b=new Set;await h({...a,rootTree:a.updatedTree,fetchedSegments:b})}async function h(a){let{navigatedAt:b,state:c,updatedTree:f,updatedCache:g,includeNextUrl:i,fetchedSegments:j,rootTree:k=f,canonicalUrl:l}=a,[,m,n,o]=f,p=[];if(n&&n!==l&&"refresh"===o&&!j.has(n)){j.add(n);let a=(0,e.fetchServerResponse)(new URL(n,location.origin),{flightRouterState:[k[0],k[1],k[2],"refetch"],nextUrl:i?c.nextUrl:null}).then(a=>{let{flightData:c}=a;if("string"!=typeof c)for(let a of c)(0,d.applyFlightData)(b,g,g,a)});p.push(a)}for(let a in m){let d=h({navigatedAt:b,state:c,updatedTree:m[a],updatedCache:g,includeNextUrl:i,fetchedSegments:j,rootTree:k,canonicalUrl:l});p.push(d)}await Promise.all(p)}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},22345:(a,b)=>{"use strict";function c(a){let b={};for(let[c,d]of a.entries()){let a=b[c];void 0===a?b[c]=d:Array.isArray(a)?a.push(d):b[c]=[a,d]}return b}function d(a){return"string"==typeof a?a:("number"!=typeof a||isNaN(a))&&"boolean"!=typeof a?"":String(a)}function e(a){let b=new URLSearchParams;for(let[c,e]of Object.entries(a))if(Array.isArray(e))for(let a of e)b.append(c,d(a));else b.set(c,d(e));return b}function f(a){for(var b=arguments.length,c=Array(b>1?b-1:0),d=1;d<b;d++)c[d-1]=arguments[d];for(let b of c){for(let c of b.keys())a.delete(c);for(let[c,d]of b.entries())a.append(c,d)}return a}Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{assign:function(){return f},searchParamsToUrlQuery:function(){return c},urlQueryToSearchParams:function(){return e}})},23197:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return g}});let d=c(15915),e=c(78157);c(31768),c(44);let f=c(92810);function g(a){let{children:b,errorComponent:c,errorStyles:d,errorScripts:g}=a;return(0,e.jsx)(f.ErrorBoundary,{errorComponent:c,errorStyles:d,errorScripts:g,children:b})}c(87058),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},24381:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"restoreReducer",{enumerable:!0,get:function(){return f}});let d=c(75497),e=c(62176);function f(a,b){var c;let{url:f,tree:g}=b,h=(0,d.createHrefFromUrl)(f),i=g||a.tree,j=a.cache;return{canonicalUrl:h,pushRef:{pendingPush:!1,mpaNavigation:!1,preserveCustomHistoryState:!0},focusAndScrollRef:a.focusAndScrollRef,cache:j,prefetchCache:a.prefetchCache,tree:i,nextUrl:null!=(c=(0,e.extractPathFromFlightRouterState)(i))?c:f.pathname}}c(82582),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},24848:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"applyRouterStatePatchToTree",{enumerable:!0,get:function(){return function a(b,c,d,i){let j,[k,l,m,n,o]=c;if(1===b.length){let a=h(c,d);return(0,g.addRefreshMarkerToActiveParallelSegments)(a,i),a}let[p,q]=b;if(!(0,f.matchSegment)(p,k))return null;if(2===b.length)j=h(l[q],d);else if(null===(j=a((0,e.getNextFlightSegmentPath)(b),l[q],d,i)))return null;let r=[b[0],{...l,[q]:j},m,n];return o&&(r[4]=!0),(0,g.addRefreshMarkerToActiveParallelSegments)(r,i),r}}});let d=c(44859),e=c(89909),f=c(58395),g=c(18226);function h(a,b){let[c,e]=a,[g,i]=b;if(g===d.DEFAULT_SEGMENT_KEY&&c!==d.DEFAULT_SEGMENT_KEY)return a;if((0,f.matchSegment)(c,g)){let b={};for(let a in e)void 0!==i[a]?b[a]=h(e[a],i[a]):b[a]=e[a];for(let a in i)b[a]||(b[a]=i[a]);let d=[c,b];return a[2]&&(d[2]=a[2]),a[3]&&(d[3]=a[3]),a[4]&&(d[4]=a[4]),d}return b}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},25248:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"reducer",{enumerable:!0,get:function(){return d}}),c(13136),c(15426),c(41573),c(24381),c(86556),c(37446),c(84254),c(51939);let d=function(a,b){return a};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},25442:(a,b,c)=>{"use strict";c.d(b,{QP:()=>an});let d=(a=new Map,b=null,c)=>({nextPart:a,validators:b,classGroupId:c}),e=[],f=(a,b,c)=>{if(0==a.length-b)return c.classGroupId;let d=a[b],e=c.nextPart.get(d);if(e){let c=f(a,b+1,e);if(c)return c}let g=c.validators;if(null===g)return;let h=0===b?a.join("-"):a.slice(b).join("-"),i=g.length;for(let a=0;a<i;a++){let b=g[a];if(b.validator(h))return b.classGroupId}},g=(a,b)=>{let c=d();for(let d in a)h(a[d],c,d,b);return c},h=(a,b,c,d)=>{let e=a.length;for(let f=0;f<e;f++)i(a[f],b,c,d)},i=(a,b,c,d)=>"string"==typeof a?void j(a,b,c):"function"==typeof a?void k(a,b,c,d):void l(a,b,c,d),j=(a,b,c)=>{(""===a?b:m(b,a)).classGroupId=c},k=(a,b,c,d)=>{if(n(a))return void h(a(d),b,c,d);null===b.validators&&(b.validators=[]),b.validators.push({classGroupId:c,validator:a})},l=(a,b,c,d)=>{let e=Object.entries(a),f=e.length;for(let a=0;a<f;a++){let[f,g]=e[a];h(g,m(b,f),c,d)}},m=(a,b)=>{let c=a,e=b.split("-"),f=e.length;for(let a=0;a<f;a++){let b=e[a],f=c.nextPart.get(b);f||(f=d(),c.nextPart.set(b,f)),c=f}return c},n=a=>"isThemeGetter"in a&&!0===a.isThemeGetter,o=[],p=(a,b,c,d,e)=>({modifiers:a,hasImportantModifier:b,baseClassName:c,maybePostfixModifierPosition:d,isExternal:e}),q=/\s+/,r=a=>{let b;if("string"==typeof a)return a;let c="";for(let d=0;d<a.length;d++)a[d]&&(b=r(a[d]))&&(c&&(c+=" "),c+=b);return c},s=[],t=a=>{let b=b=>b[a]||s;return b.isThemeGetter=!0,b},u=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,v=/^\((?:(\w[\w-]*):)?(.+)\)$/i,w=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,x=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,y=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,z=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,A=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,C=a=>w.test(a),D=a=>!!a&&!Number.isNaN(Number(a)),E=a=>!!a&&Number.isInteger(Number(a)),F=a=>a.endsWith("%")&&D(a.slice(0,-1)),G=a=>x.test(a),H=()=>!0,I=a=>y.test(a)&&!z.test(a),J=()=>!1,K=a=>A.test(a),L=a=>B.test(a),M=a=>!P(a)&&!X(a),N=a=>a.startsWith("@container")&&("/"===a[10]&&void 0!==a[11]||"s"===a[11]&&void 0!==a[16]&&a.startsWith("-size/",10)||"n"===a[11]&&void 0!==a[18]&&a.startsWith("-normal/",10)),O=a=>ad(a,ah,J),P=a=>u.test(a),Q=a=>ad(a,ai,I),R=a=>ad(a,aj,D),S=a=>ad(a,al,H),T=a=>ad(a,ak,J),U=a=>ad(a,af,J),V=a=>ad(a,ag,L),W=a=>ad(a,am,K),X=a=>v.test(a),Y=a=>ae(a,ai),Z=a=>ae(a,ak),$=a=>ae(a,af),_=a=>ae(a,ah),aa=a=>ae(a,ag),ab=a=>ae(a,am,!0),ac=a=>ae(a,al,!0),ad=(a,b,c)=>{let d=u.exec(a);return!!d&&(d[1]?b(d[1]):c(d[2]))},ae=(a,b,c=!1)=>{let d=v.exec(a);return!!d&&(d[1]?b(d[1]):c)},af=a=>"position"===a||"percentage"===a,ag=a=>"image"===a||"url"===a,ah=a=>"length"===a||"size"===a||"bg-size"===a,ai=a=>"length"===a,aj=a=>"number"===a,ak=a=>"family-name"===a,al=a=>"number"===a||"weight"===a,am=a=>"shadow"===a;Symbol.toStringTag;let an=((a,...b)=>{let c,d,h,i,j=a=>{let b=d(a);if(b)return b;let e=((a,b)=>{let{parseClassName:c,getClassGroupId:d,getConflictingClassGroupIds:e,sortModifiers:f,postfixLookupClassGroupIds:g}=b,h=[],i=a.trim().split(q),j="";for(let a=i.length-1;a>=0;a-=1){let b,k=i[a],{isExternal:l,modifiers:m,hasImportantModifier:n,baseClassName:o,maybePostfixModifierPosition:p}=c(k);if(l){j=k+(j.length>0?" "+j:j);continue}let q=!!p;if(q){let a=(b=d(o.substring(0,p)))&&g[b]?d(o):void 0;a&&a!==b&&(b=a,q=!1)}else b=d(o);if(!b){if(!q||!(b=d(o))){j=k+(j.length>0?" "+j:j);continue}q=!1}let r=0===m.length?"":1===m.length?m[0]:f(m).join(":"),s=n?r+"!":r,t=s+b;if(h.indexOf(t)>-1)continue;h.push(t);let u=e(b,q);for(let a=0;a<u.length;++a){let b=u[a];h.push(s+b)}j=k+(j.length>0?" "+j:j)}return j})(a,c);return h(a,e),e};return i=k=>(d=(c=(a=>({cache:(a=>{if(a<1)return{get:()=>void 0,set:()=>{}};let b=0,c=Object.create(null),d=Object.create(null),e=(e,f)=>{c[e]=f,++b>a&&(b=0,d=c,c=Object.create(null))};return{get(a){let b=c[a];return void 0!==b?b:void 0!==(b=d[a])?(e(a,b),b):void 0},set(a,b){a in c?c[a]=b:e(a,b)}}})(a.cacheSize),parseClassName:(a=>{let{prefix:b,experimentalParseClassName:c}=a,d=a=>{let b,c=[],d=0,e=0,f=0,g=a.length;for(let h=0;h<g;h++){let g=a[h];if(0===d&&0===e){if(":"===g){c.push(a.slice(f,h)),f=h+1;continue}if("/"===g){b=h;continue}}"["===g?d++:"]"===g?d--:"("===g?e++:")"===g&&e--}let h=0===c.length?a:a.slice(f),i=h,j=!1;return h.endsWith("!")?(i=h.slice(0,-1),j=!0):h.startsWith("!")&&(i=h.slice(1),j=!0),p(c,j,i,b&&b>f?b-f:void 0)};if(b){let a=b+":",c=d;d=b=>b.startsWith(a)?c(b.slice(a.length)):p(o,!1,b,void 0,!0)}if(c){let a=d;d=b=>c({className:b,parseClassName:a})}return d})(a),sortModifiers:(a=>{let b=new Map;return a.orderSensitiveModifiers.forEach((a,c)=>{b.set(a,1e6+c)}),a=>{let c=[],d=[];for(let e=0;e<a.length;e++){let f=a[e],g="["===f[0],h=b.has(f);g||h?(d.length>0&&(d.sort(),c.push(...d),d=[]),c.push(f)):d.push(f)}return d.length>0&&(d.sort(),c.push(...d)),c}})(a),postfixLookupClassGroupIds:(a=>{let b=Object.create(null),c=a.postfixLookupClassGroups;if(c)for(let a=0;a<c.length;a++)b[c[a]]=!0;return b})(a),...(a=>{let b=(a=>{let{theme:b,classGroups:c}=a;return g(c,b)})(a),{conflictingClassGroups:c,conflictingClassGroupModifiers:d}=a;return{getClassGroupId:a=>{if(a.startsWith("[")&&a.endsWith("]"))return(a=>-1===a.slice(1,-1).indexOf(":")?void 0:(()=>{let b=a.slice(1,-1),c=b.indexOf(":"),d=b.slice(0,c);return d?"arbitrary.."+d:void 0})())(a);let c=a.split("-"),d=+(""===c[0]&&c.length>1);return f(c,d,b)},getConflictingClassGroupIds:(a,b)=>{if(b){let b=d[a],f=c[a];return b?f?((a,b)=>{let c=Array(a.length+b.length);for(let b=0;b<a.length;b++)c[b]=a[b];for(let d=0;d<b.length;d++)c[a.length+d]=b[d];return c})(f,b):b:f||e}return c[a]||e}}})(a)}))(b.reduce((a,b)=>b(a),a()))).cache.get,h=c.cache.set,i=j,j(k)),(...a)=>i(((...a)=>{let b,c,d=0,e="";for(;d<a.length;)(b=a[d++])&&(c=r(b))&&(e&&(e+=" "),e+=c);return e})(...a))})(()=>{let a=t("color"),b=t("font"),c=t("text"),d=t("font-weight"),e=t("tracking"),f=t("leading"),g=t("breakpoint"),h=t("container"),i=t("spacing"),j=t("radius"),k=t("shadow"),l=t("inset-shadow"),m=t("text-shadow"),n=t("drop-shadow"),o=t("blur"),p=t("perspective"),q=t("aspect"),r=t("ease"),s=t("animate"),u=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),X,P],x=()=>["auto","hidden","clip","visible","scroll"],y=()=>["auto","contain","none"],z=()=>[X,P,i],A=()=>[C,"full","auto",...z()],B=()=>[E,"none","subgrid",X,P],I=()=>["auto",{span:["full",E,X,P]},E,X,P],J=()=>[E,"auto",X,P],K=()=>["auto","min","max","fr",X,P],L=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],ad=()=>["start","end","center","stretch","center-safe","end-safe"],ae=()=>["auto",...z()],af=()=>[C,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...z()],ag=()=>[C,"screen","full","dvw","lvw","svw","min","max","fit",...z()],ah=()=>[C,"screen","full","lh","dvh","lvh","svh","min","max","fit",...z()],ai=()=>[a,X,P],aj=()=>[...v(),$,U,{position:[X,P]}],ak=()=>["no-repeat",{repeat:["","x","y","space","round"]}],al=()=>["auto","cover","contain",_,O,{size:[X,P]}],am=()=>[F,Y,Q],an=()=>["","none","full",j,X,P],ao=()=>["",D,Y,Q],ap=()=>["solid","dashed","dotted","double"],aq=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ar=()=>[D,F,$,U],as=()=>["","none",o,X,P],at=()=>["none",D,X,P],au=()=>["none",D,X,P],av=()=>[D,X,P],aw=()=>[C,"full",...z()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[G],breakpoint:[G],color:[H],container:[G],"drop-shadow":[G],ease:["in","out","in-out"],font:[M],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[G],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[G],shadow:[G],spacing:["px",D],text:[G],"text-shadow":[G],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",C,P,X,q]}],container:["container"],"container-type":[{"@container":["","normal","size",X,P]}],"container-named":[N],columns:[{columns:[D,P,X,h]}],"break-after":[{"break-after":u()}],"break-before":[{"break-before":u()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:x()}],"overflow-x":[{"overflow-x":x()}],"overflow-y":[{"overflow-y":x()}],overscroll:[{overscroll:y()}],"overscroll-x":[{"overscroll-x":y()}],"overscroll-y":[{"overscroll-y":y()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:A()}],"inset-x":[{"inset-x":A()}],"inset-y":[{"inset-y":A()}],start:[{"inset-s":A(),start:A()}],end:[{"inset-e":A(),end:A()}],"inset-bs":[{"inset-bs":A()}],"inset-be":[{"inset-be":A()}],top:[{top:A()}],right:[{right:A()}],bottom:[{bottom:A()}],left:[{left:A()}],visibility:["visible","invisible","collapse"],z:[{z:[E,"auto",X,P]}],basis:[{basis:[C,"full","auto",h,...z()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[D,C,"auto","initial","none",P]}],grow:[{grow:["",D,X,P]}],shrink:[{shrink:["",D,X,P]}],order:[{order:[E,"first","last","none",X,P]}],"grid-cols":[{"grid-cols":B()}],"col-start-end":[{col:I()}],"col-start":[{"col-start":J()}],"col-end":[{"col-end":J()}],"grid-rows":[{"grid-rows":B()}],"row-start-end":[{row:I()}],"row-start":[{"row-start":J()}],"row-end":[{"row-end":J()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":K()}],"auto-rows":[{"auto-rows":K()}],gap:[{gap:z()}],"gap-x":[{"gap-x":z()}],"gap-y":[{"gap-y":z()}],"justify-content":[{justify:[...L(),"normal"]}],"justify-items":[{"justify-items":[...ad(),"normal"]}],"justify-self":[{"justify-self":["auto",...ad()]}],"align-content":[{content:["normal",...L()]}],"align-items":[{items:[...ad(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...ad(),{baseline:["","last"]}]}],"place-content":[{"place-content":L()}],"place-items":[{"place-items":[...ad(),"baseline"]}],"place-self":[{"place-self":["auto",...ad()]}],p:[{p:z()}],px:[{px:z()}],py:[{py:z()}],ps:[{ps:z()}],pe:[{pe:z()}],pbs:[{pbs:z()}],pbe:[{pbe:z()}],pt:[{pt:z()}],pr:[{pr:z()}],pb:[{pb:z()}],pl:[{pl:z()}],m:[{m:ae()}],mx:[{mx:ae()}],my:[{my:ae()}],ms:[{ms:ae()}],me:[{me:ae()}],mbs:[{mbs:ae()}],mbe:[{mbe:ae()}],mt:[{mt:ae()}],mr:[{mr:ae()}],mb:[{mb:ae()}],ml:[{ml:ae()}],"space-x":[{"space-x":z()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":z()}],"space-y-reverse":["space-y-reverse"],size:[{size:af()}],"inline-size":[{inline:["auto",...ag()]}],"min-inline-size":[{"min-inline":["auto",...ag()]}],"max-inline-size":[{"max-inline":["none",...ag()]}],"block-size":[{block:["auto",...ah()]}],"min-block-size":[{"min-block":["auto",...ah()]}],"max-block-size":[{"max-block":["none",...ah()]}],w:[{w:[h,"screen",...af()]}],"min-w":[{"min-w":[h,"screen","none",...af()]}],"max-w":[{"max-w":[h,"screen","none","prose",{screen:[g]},...af()]}],h:[{h:["screen","lh",...af()]}],"min-h":[{"min-h":["screen","lh","none",...af()]}],"max-h":[{"max-h":["screen","lh",...af()]}],"font-size":[{text:["base",c,Y,Q]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[d,ac,S]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",F,P]}],"font-family":[{font:[Z,T,b]}],"font-features":[{"font-features":[P]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[e,X,P]}],"line-clamp":[{"line-clamp":[D,"none",X,R]}],leading:[{leading:[f,...z()]}],"list-image":[{"list-image":["none",X,P]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",X,P]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:ai()}],"text-color":[{text:ai()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ap(),"wavy"]}],"text-decoration-thickness":[{decoration:[D,"from-font","auto",X,Q]}],"text-decoration-color":[{decoration:ai()}],"underline-offset":[{"underline-offset":[D,"auto",X,P]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:z()}],"tab-size":[{tab:[E,X,P]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",X,P]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",X,P]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:aj()}],"bg-repeat":[{bg:ak()}],"bg-size":[{bg:al()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},E,X,P],radial:["",X,P],conic:[E,X,P]},aa,V]}],"bg-color":[{bg:ai()}],"gradient-from-pos":[{from:am()}],"gradient-via-pos":[{via:am()}],"gradient-to-pos":[{to:am()}],"gradient-from":[{from:ai()}],"gradient-via":[{via:ai()}],"gradient-to":[{to:ai()}],rounded:[{rounded:an()}],"rounded-s":[{"rounded-s":an()}],"rounded-e":[{"rounded-e":an()}],"rounded-t":[{"rounded-t":an()}],"rounded-r":[{"rounded-r":an()}],"rounded-b":[{"rounded-b":an()}],"rounded-l":[{"rounded-l":an()}],"rounded-ss":[{"rounded-ss":an()}],"rounded-se":[{"rounded-se":an()}],"rounded-ee":[{"rounded-ee":an()}],"rounded-es":[{"rounded-es":an()}],"rounded-tl":[{"rounded-tl":an()}],"rounded-tr":[{"rounded-tr":an()}],"rounded-br":[{"rounded-br":an()}],"rounded-bl":[{"rounded-bl":an()}],"border-w":[{border:ao()}],"border-w-x":[{"border-x":ao()}],"border-w-y":[{"border-y":ao()}],"border-w-s":[{"border-s":ao()}],"border-w-e":[{"border-e":ao()}],"border-w-bs":[{"border-bs":ao()}],"border-w-be":[{"border-be":ao()}],"border-w-t":[{"border-t":ao()}],"border-w-r":[{"border-r":ao()}],"border-w-b":[{"border-b":ao()}],"border-w-l":[{"border-l":ao()}],"divide-x":[{"divide-x":ao()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ao()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...ap(),"hidden","none"]}],"divide-style":[{divide:[...ap(),"hidden","none"]}],"border-color":[{border:ai()}],"border-color-x":[{"border-x":ai()}],"border-color-y":[{"border-y":ai()}],"border-color-s":[{"border-s":ai()}],"border-color-e":[{"border-e":ai()}],"border-color-bs":[{"border-bs":ai()}],"border-color-be":[{"border-be":ai()}],"border-color-t":[{"border-t":ai()}],"border-color-r":[{"border-r":ai()}],"border-color-b":[{"border-b":ai()}],"border-color-l":[{"border-l":ai()}],"divide-color":[{divide:ai()}],"outline-style":[{outline:[...ap(),"none","hidden"]}],"outline-offset":[{"outline-offset":[D,X,P]}],"outline-w":[{outline:["",D,Y,Q]}],"outline-color":[{outline:ai()}],shadow:[{shadow:["","none",k,ab,W]}],"shadow-color":[{shadow:ai()}],"inset-shadow":[{"inset-shadow":["none",l,ab,W]}],"inset-shadow-color":[{"inset-shadow":ai()}],"ring-w":[{ring:ao()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:ai()}],"ring-offset-w":[{"ring-offset":[D,Q]}],"ring-offset-color":[{"ring-offset":ai()}],"inset-ring-w":[{"inset-ring":ao()}],"inset-ring-color":[{"inset-ring":ai()}],"text-shadow":[{"text-shadow":["none",m,ab,W]}],"text-shadow-color":[{"text-shadow":ai()}],opacity:[{opacity:[D,X,P]}],"mix-blend":[{"mix-blend":[...aq(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":aq()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[D]}],"mask-image-linear-from-pos":[{"mask-linear-from":ar()}],"mask-image-linear-to-pos":[{"mask-linear-to":ar()}],"mask-image-linear-from-color":[{"mask-linear-from":ai()}],"mask-image-linear-to-color":[{"mask-linear-to":ai()}],"mask-image-t-from-pos":[{"mask-t-from":ar()}],"mask-image-t-to-pos":[{"mask-t-to":ar()}],"mask-image-t-from-color":[{"mask-t-from":ai()}],"mask-image-t-to-color":[{"mask-t-to":ai()}],"mask-image-r-from-pos":[{"mask-r-from":ar()}],"mask-image-r-to-pos":[{"mask-r-to":ar()}],"mask-image-r-from-color":[{"mask-r-from":ai()}],"mask-image-r-to-color":[{"mask-r-to":ai()}],"mask-image-b-from-pos":[{"mask-b-from":ar()}],"mask-image-b-to-pos":[{"mask-b-to":ar()}],"mask-image-b-from-color":[{"mask-b-from":ai()}],"mask-image-b-to-color":[{"mask-b-to":ai()}],"mask-image-l-from-pos":[{"mask-l-from":ar()}],"mask-image-l-to-pos":[{"mask-l-to":ar()}],"mask-image-l-from-color":[{"mask-l-from":ai()}],"mask-image-l-to-color":[{"mask-l-to":ai()}],"mask-image-x-from-pos":[{"mask-x-from":ar()}],"mask-image-x-to-pos":[{"mask-x-to":ar()}],"mask-image-x-from-color":[{"mask-x-from":ai()}],"mask-image-x-to-color":[{"mask-x-to":ai()}],"mask-image-y-from-pos":[{"mask-y-from":ar()}],"mask-image-y-to-pos":[{"mask-y-to":ar()}],"mask-image-y-from-color":[{"mask-y-from":ai()}],"mask-image-y-to-color":[{"mask-y-to":ai()}],"mask-image-radial":[{"mask-radial":[X,P]}],"mask-image-radial-from-pos":[{"mask-radial-from":ar()}],"mask-image-radial-to-pos":[{"mask-radial-to":ar()}],"mask-image-radial-from-color":[{"mask-radial-from":ai()}],"mask-image-radial-to-color":[{"mask-radial-to":ai()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[D]}],"mask-image-conic-from-pos":[{"mask-conic-from":ar()}],"mask-image-conic-to-pos":[{"mask-conic-to":ar()}],"mask-image-conic-from-color":[{"mask-conic-from":ai()}],"mask-image-conic-to-color":[{"mask-conic-to":ai()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:aj()}],"mask-repeat":[{mask:ak()}],"mask-size":[{mask:al()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",X,P]}],filter:[{filter:["","none",X,P]}],blur:[{blur:as()}],brightness:[{brightness:[D,X,P]}],contrast:[{contrast:[D,X,P]}],"drop-shadow":[{"drop-shadow":["","none",n,ab,W]}],"drop-shadow-color":[{"drop-shadow":ai()}],grayscale:[{grayscale:["",D,X,P]}],"hue-rotate":[{"hue-rotate":[D,X,P]}],invert:[{invert:["",D,X,P]}],saturate:[{saturate:[D,X,P]}],sepia:[{sepia:["",D,X,P]}],"backdrop-filter":[{"backdrop-filter":["","none",X,P]}],"backdrop-blur":[{"backdrop-blur":as()}],"backdrop-brightness":[{"backdrop-brightness":[D,X,P]}],"backdrop-contrast":[{"backdrop-contrast":[D,X,P]}],"backdrop-grayscale":[{"backdrop-grayscale":["",D,X,P]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[D,X,P]}],"backdrop-invert":[{"backdrop-invert":["",D,X,P]}],"backdrop-opacity":[{"backdrop-opacity":[D,X,P]}],"backdrop-saturate":[{"backdrop-saturate":[D,X,P]}],"backdrop-sepia":[{"backdrop-sepia":["",D,X,P]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":z()}],"border-spacing-x":[{"border-spacing-x":z()}],"border-spacing-y":[{"border-spacing-y":z()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",X,P]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[D,"initial",X,P]}],ease:[{ease:["linear","initial",r,X,P]}],delay:[{delay:[D,X,P]}],animate:[{animate:["none",s,X,P]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[p,X,P]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:at()}],"rotate-x":[{"rotate-x":at()}],"rotate-y":[{"rotate-y":at()}],"rotate-z":[{"rotate-z":at()}],scale:[{scale:au()}],"scale-x":[{"scale-x":au()}],"scale-y":[{"scale-y":au()}],"scale-z":[{"scale-z":au()}],"scale-3d":["scale-3d"],skew:[{skew:av()}],"skew-x":[{"skew-x":av()}],"skew-y":[{"skew-y":av()}],transform:[{transform:[X,P,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:aw()}],"translate-x":[{"translate-x":aw()}],"translate-y":[{"translate-y":aw()}],"translate-z":[{"translate-z":aw()}],"translate-none":["translate-none"],zoom:[{zoom:[E,X,P]}],accent:[{accent:ai()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:ai()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",X,P]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scrollbar-thumb-color":[{"scrollbar-thumb":ai()}],"scrollbar-track-color":[{"scrollbar-track":ai()}],"scrollbar-gutter":[{"scrollbar-gutter":["auto","stable","both"]}],"scrollbar-w":[{scrollbar:["auto","thin","none"]}],"scroll-m":[{"scroll-m":z()}],"scroll-mx":[{"scroll-mx":z()}],"scroll-my":[{"scroll-my":z()}],"scroll-ms":[{"scroll-ms":z()}],"scroll-me":[{"scroll-me":z()}],"scroll-mbs":[{"scroll-mbs":z()}],"scroll-mbe":[{"scroll-mbe":z()}],"scroll-mt":[{"scroll-mt":z()}],"scroll-mr":[{"scroll-mr":z()}],"scroll-mb":[{"scroll-mb":z()}],"scroll-ml":[{"scroll-ml":z()}],"scroll-p":[{"scroll-p":z()}],"scroll-px":[{"scroll-px":z()}],"scroll-py":[{"scroll-py":z()}],"scroll-ps":[{"scroll-ps":z()}],"scroll-pe":[{"scroll-pe":z()}],"scroll-pbs":[{"scroll-pbs":z()}],"scroll-pbe":[{"scroll-pbe":z()}],"scroll-pt":[{"scroll-pt":z()}],"scroll-pr":[{"scroll-pr":z()}],"scroll-pb":[{"scroll-pb":z()}],"scroll-pl":[{"scroll-pl":z()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",X,P]}],fill:[{fill:["none",...ai()]}],"stroke-w":[{stroke:[D,Y,Q,R]}],stroke:[{stroke:["none",...ai()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{"container-named":["container-type"],overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-bs","border-w-be","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-bs","border-color-be","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mbs","scroll-mbe","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pbs","scroll-pbe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},postfixLookupClassGroups:["container-type"],orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}})},25918:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{createEmptyCacheNode:function(){return G},createPrefetchURL:function(){return E},default:function(){return K},isExternalURL:function(){return D}});let d=c(15915),e=c(86274),f=c(78157),g=e._(c(31768)),h=c(9344),i=c(13136),j=c(75497),k=c(66351),l=c(46259),m=c(87058),n=c(61725),o=c(76692),p=c(97944),q=c(82787),r=c(43508),s=c(15252),t=c(94650),u=c(62176),v=c(69374),w=c(99500),x=c(4873),y=c(79650);c(37384);let z=d._(c(23197)),A=d._(c(48365)),B=c(56676),C={};function D(a){return a.origin!==window.location.origin}function E(a){let b;if((0,m.isBot)(window.navigator.userAgent))return null;try{b=new URL((0,n.addBasePath)(a),window.location.href)}catch(b){throw Object.defineProperty(Error("Cannot prefetch '"+a+"' because it cannot be converted to a URL."),"__NEXT_ERROR_CODE",{value:"E234",enumerable:!1,configurable:!0})}return D(b)?null:b}function F(a){let{appRouterState:b}=a;return(0,g.useInsertionEffect)(()=>{let{tree:a,pushRef:c,canonicalUrl:d}=b,e={...c.preserveCustomHistoryState?window.history.state:{},__NA:!0,__PRIVATE_NEXTJS_INTERNALS_TREE:a};c.pendingPush&&(0,j.createHrefFromUrl)(new URL(window.location.href))!==d?(c.pendingPush=!1,window.history.pushState(e,"",d)):window.history.replaceState(e,"",d)},[b]),(0,g.useEffect)(()=>{},[b.nextUrl,b.tree]),null}function G(){return{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1}}function H(a){null==a&&(a={});let b=window.history.state,c=null==b?void 0:b.__NA;c&&(a.__NA=c);let d=null==b?void 0:b.__PRIVATE_NEXTJS_INTERNALS_TREE;return d&&(a.__PRIVATE_NEXTJS_INTERNALS_TREE=d),a}function I(a){let{headCacheNode:b}=a,c=null!==b?b.head:null,d=null!==b?b.prefetchHead:null,e=null!==d?d:c;return(0,g.useDeferredValue)(c,e)}function J(a){let b,{actionQueue:c,assetPrefix:d,globalError:e}=a,j=(0,l.useActionQueue)(c),{canonicalUrl:m}=j,{searchParams:n,pathname:v}=(0,g.useMemo)(()=>{let a=new URL(m,"http://n");return{searchParams:a.searchParams,pathname:(0,t.hasBasePath)(a.pathname)?(0,s.removeBasePath)(a.pathname):a.pathname}},[m]);(0,g.useEffect)(()=>{function a(a){var b;a.persisted&&(null==(b=window.history.state)?void 0:b.__PRIVATE_NEXTJS_INTERNALS_TREE)&&(C.pendingMpaPath=void 0,(0,l.dispatchAppRouterAction)({type:i.ACTION_RESTORE,url:new URL(window.location.href),tree:window.history.state.__PRIVATE_NEXTJS_INTERNALS_TREE}))}return window.addEventListener("pageshow",a),()=>{window.removeEventListener("pageshow",a)}},[]),(0,g.useEffect)(()=>{function a(a){let b="reason"in a?a.reason:a.error;if((0,y.isRedirectError)(b)){a.preventDefault();let c=(0,x.getURLFromRedirectError)(b);(0,x.getRedirectTypeFromError)(b)===y.RedirectType.push?w.publicAppRouterInstance.push(c,{}):w.publicAppRouterInstance.replace(c,{})}}return window.addEventListener("error",a),window.addEventListener("unhandledrejection",a),()=>{window.removeEventListener("error",a),window.removeEventListener("unhandledrejection",a)}},[]);let{pushRef:A}=j;if(A.mpaNavigation){if(C.pendingMpaPath!==m){let a=window.location;A.pendingPush?a.assign(m):a.replace(m),C.pendingMpaPath=m}throw r.unresolvedThenable}(0,g.useEffect)(()=>{let a=window.history.pushState.bind(window.history),b=window.history.replaceState.bind(window.history),c=a=>{var b;let c=window.location.href,d=null==(b=window.history.state)?void 0:b.__PRIVATE_NEXTJS_INTERNALS_TREE;(0,g.startTransition)(()=>{(0,l.dispatchAppRouterAction)({type:i.ACTION_RESTORE,url:new URL(null!=a?a:c,c),tree:d})})};window.history.pushState=function(b,d,e){return(null==b?void 0:b.__NA)||(null==b?void 0:b._N)||(b=H(b),e&&c(e)),a(b,d,e)},window.history.replaceState=function(a,d,e){return(null==a?void 0:a.__NA)||(null==a?void 0:a._N)||(a=H(a),e&&c(e)),b(a,d,e)};let d=a=>{if(a.state){if(!a.state.__NA)return void window.location.reload();(0,g.startTransition)(()=>{(0,w.dispatchTraverseAction)(window.location.href,a.state.__PRIVATE_NEXTJS_INTERNALS_TREE)})}};return window.addEventListener("popstate",d),()=>{window.history.pushState=a,window.history.replaceState=b,window.removeEventListener("popstate",d)}},[]);let{cache:D,tree:E,nextUrl:G,focusAndScrollRef:J}=j,K=(0,g.useMemo)(()=>(0,q.findHeadInCache)(D,E[1]),[D,E]),L=(0,g.useMemo)(()=>(0,u.getSelectedParams)(E),[E]),M=(0,g.useMemo)(()=>({parentTree:E,parentCacheNode:D,parentSegmentPath:null,url:m}),[E,D,m]),O=(0,g.useMemo)(()=>({tree:E,focusAndScrollRef:J,nextUrl:G}),[E,J,G]);if(null!==K){let[a,c,d]=K;b=(0,f.jsx)(I,{headCacheNode:a},d)}else b=null;let P=(0,f.jsxs)(p.RedirectBoundary,{children:[b,(0,f.jsx)(B.RootLayoutBoundary,{children:D.rsc}),(0,f.jsx)(o.AppRouterAnnouncer,{tree:E})]});return P=(0,f.jsx)(z.default,{errorComponent:e[0],errorStyles:e[1],children:P}),(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(F,{appRouterState:j}),(0,f.jsx)(N,{}),(0,f.jsx)(k.PathParamsContext.Provider,{value:L,children:(0,f.jsx)(k.PathnameContext.Provider,{value:v,children:(0,f.jsx)(k.SearchParamsContext.Provider,{value:n,children:(0,f.jsx)(h.GlobalLayoutRouterContext.Provider,{value:O,children:(0,f.jsx)(h.AppRouterContext.Provider,{value:w.publicAppRouterInstance,children:(0,f.jsx)(h.LayoutRouterContext.Provider,{value:M,children:P})})})})})})]})}function K(a){let{actionQueue:b,globalErrorState:c,assetPrefix:d}=a;(0,v.useNavFailureHandler)();let e=(0,f.jsx)(J,{actionQueue:b,assetPrefix:d,globalError:c});return(0,f.jsx)(z.default,{errorComponent:A.default,children:e})}let L=new Set,M=new Set;function N(){let[,a]=g.default.useState(0),b=L.size;return(0,g.useEffect)(()=>{let c=()=>a(a=>a+1);return M.add(c),b!==L.size&&c(),()=>{M.delete(c)}},[b,a]),[...L].map((a,b)=>(0,f.jsx)("link",{rel:"stylesheet",href:""+a,precedence:"next"},b))}globalThis._N_E_STYLE_LOAD=function(a){let b=L.size;return L.add(a),L.size!==b&&M.forEach(a=>a()),Promise.resolve()},("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},26613:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"handleMutable",{enumerable:!0,get:function(){return f}});let d=c(62176);function e(a){return void 0!==a}function f(a,b){var c,f;let g=null==(c=b.shouldScroll)||c,h=a.nextUrl;if(e(b.patchedTree)){let c=(0,d.computeChangedPath)(a.tree,b.patchedTree);c?h=c:h||(h=a.canonicalUrl)}return{canonicalUrl:e(b.canonicalUrl)?b.canonicalUrl===a.canonicalUrl?a.canonicalUrl:b.canonicalUrl:a.canonicalUrl,pushRef:{pendingPush:e(b.pendingPush)?b.pendingPush:a.pushRef.pendingPush,mpaNavigation:e(b.mpaNavigation)?b.mpaNavigation:a.pushRef.mpaNavigation,preserveCustomHistoryState:e(b.preserveCustomHistoryState)?b.preserveCustomHistoryState:a.pushRef.preserveCustomHistoryState},focusAndScrollRef:{apply:!!g&&(!!e(null==b?void 0:b.scrollableSegments)||a.focusAndScrollRef.apply),onlyHashChange:b.onlyHashChange||!1,hashFragment:g?b.hashFragment&&""!==b.hashFragment?decodeURIComponent(b.hashFragment.slice(1)):a.focusAndScrollRef.hashFragment:null,segmentPaths:g?null!=(f=null==b?void 0:b.scrollableSegments)?f:a.focusAndScrollRef.segmentPaths:[]},cache:b.cache?b.cache:a.cache,prefetchCache:b.prefetchCache?b.prefetchCache:a.prefetchCache,tree:e(b.patchedTree)?b.patchedTree:a.tree,nextUrl:h}}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},29056:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"isLocalURL",{enumerable:!0,get:function(){return f}});let d=c(53387),e=c(94650);function f(a){if(!(0,d.isAbsoluteUrl)(a))return!0;try{let b=(0,d.getLocationOrigin)(),c=new URL(a,b);return c.origin===b&&(0,e.hasBasePath)(c.pathname)}catch(a){return!1}}},32393:(a,b,c)=>{"use strict";c.d(b,{s:()=>f});var d=c(31768);function e(a,b){if("function"==typeof a)return a(b);null!=a&&(a.current=b)}function f(...a){return d.useCallback(function(...a){return b=>{let c=!1,d=a.map(a=>{let d=e(a,b);return c||"function"!=typeof d||(c=!0),d});if(c)return()=>{for(let b=0;b<d.length;b++){let c=d[b];"function"==typeof c?c():e(a[b],null)}}}}(...a),a)}},36022:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(81744).A)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]])},37384:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{IDLE_LINK_STATUS:function(){return i},PENDING_LINK_STATUS:function(){return h},mountFormInstance:function(){return r},mountLinkInstance:function(){return q},onLinkVisibilityChanged:function(){return t},onNavigationIntent:function(){return u},pingVisibleLinks:function(){return w},setLinkForCurrentNavigation:function(){return j},unmountLinkForCurrentNavigation:function(){return k},unmountPrefetchableInstance:function(){return s}}),c(99500);let d=c(25918),e=c(68459),f=c(31768);c(13136),c(26521);let g=null,h={pending:!0},i={pending:!1};function j(a){(0,f.startTransition)(()=>{null==g||g.setOptimisticLinkStatus(i),null==a||a.setOptimisticLinkStatus(h),g=a})}function k(a){g===a&&(g=null)}let l="function"==typeof WeakMap?new WeakMap:new Map,m=new Set,n="function"==typeof IntersectionObserver?new IntersectionObserver(function(a){for(let b of a){let a=b.intersectionRatio>0;t(b.target,a)}},{rootMargin:"200px"}):null;function o(a,b){void 0!==l.get(a)&&s(a),l.set(a,b),null!==n&&n.observe(a)}function p(a){try{return(0,d.createPrefetchURL)(a)}catch(b){return("function"==typeof reportError?reportError:console.error)("Cannot prefetch '"+a+"' because it cannot be converted to a URL."),null}}function q(a,b,c,d,e,f){if(e){let e=p(b);if(null!==e){let b={router:c,fetchStrategy:d,isVisible:!1,prefetchTask:null,prefetchHref:e.href,setOptimisticLinkStatus:f};return o(a,b),b}}return{router:c,fetchStrategy:d,isVisible:!1,prefetchTask:null,prefetchHref:null,setOptimisticLinkStatus:f}}function r(a,b,c,d){let e=p(b);null!==e&&o(a,{router:c,fetchStrategy:d,isVisible:!1,prefetchTask:null,prefetchHref:e.href,setOptimisticLinkStatus:null})}function s(a){let b=l.get(a);if(void 0!==b){l.delete(a),m.delete(b);let c=b.prefetchTask;null!==c&&(0,e.cancelPrefetchTask)(c)}null!==n&&n.unobserve(a)}function t(a,b){let c=l.get(a);void 0!==c&&(c.isVisible=b,b?m.add(c):m.delete(c),v(c,e.PrefetchPriority.Default))}function u(a,b){let c=l.get(a);void 0!==c&&void 0!==c&&v(c,e.PrefetchPriority.Intent)}function v(a,b){let c=a.prefetchTask;if(!a.isVisible){null!==c&&(0,e.cancelPrefetchTask)(c);return}}function w(a,b){for(let c of m){let d=c.prefetchTask;if(null!==d&&!(0,e.isPrefetchTaskDirty)(d,a,b))continue;null!==d&&(0,e.cancelPrefetchTask)(d);let f=(0,e.createCacheKey)(c.prefetchHref,a);c.prefetchTask=(0,e.schedulePrefetchTask)(f,b,c.fetchStrategy,e.PrefetchPriority.Default,null)}}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},37446:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{prefetchQueue:function(){return f},prefetchReducer:function(){return g}});let d=c(5162),e=c(81288),f=new d.PromiseQueue(5),g=function(a,b){(0,e.prunePrefetchCache)(a.prefetchCache);let{url:c}=b;return(0,e.getOrCreatePrefetchCacheEntry)({url:c,nextUrl:a.nextUrl,prefetchCache:a.prefetchCache,kind:b.kind,tree:a.tree,allowAliasing:!0}),a};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},41573:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"serverPatchReducer",{enumerable:!0,get:function(){return k}});let d=c(75497),e=c(24848),f=c(77692),g=c(15426),h=c(11966),i=c(26613),j=c(25918);function k(a,b){let{serverResponse:{flightData:c,canonicalUrl:k},navigatedAt:l}=b,m={};if(m.preserveCustomHistoryState=!1,"string"==typeof c)return(0,g.handleExternalUrl)(a,m,c,a.pushRef.pendingPush);let n=a.tree,o=a.cache;for(let b of c){let{segmentPath:c,tree:i}=b,p=(0,e.applyRouterStatePatchToTree)(["",...c],n,i,a.canonicalUrl);if(null===p)return a;if((0,f.isNavigatingToNewRootLayout)(n,p))return(0,g.handleExternalUrl)(a,m,a.canonicalUrl,a.pushRef.pendingPush);let q=k?(0,d.createHrefFromUrl)(k):void 0;q&&(m.canonicalUrl=q);let r=(0,j.createEmptyCacheNode)();(0,h.applyFlightData)(l,o,r,b),m.patchedTree=p,m.cache=r,o=r,n=p}return(0,i.handleMutable)(a,m)}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},41831:(a,b)=>{"use strict";function c(a){return a.replace(/\/$/,"")||"/"}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"removeTrailingSlash",{enumerable:!0,get:function(){return c}})},43309:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(81744).A)("moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]])},48540:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"addPathPrefix",{enumerable:!0,get:function(){return e}});let d=c(67431);function e(a,b){if(!a.startsWith("/")||!b)return a;let{pathname:c,query:e,hash:f}=(0,d.parsePath)(a);return""+b+c+e+f}},48760:(a,b)=>{"use strict";function c(a){let b=parseInt(a.slice(0,2),16),c=b>>1&63,d=Array(6);for(let a=0;a<6;a++){let b=c>>5-a&1;d[a]=1===b}return{type:1==(b>>7&1)?"use-cache":"server-action",usedArgs:d,hasRestArgs:1==(1&b)}}function d(a,b){let c=Array(a.length);for(let d=0;d<a.length;d++)(d<6&&b.usedArgs[d]||d>=6&&b.hasRestArgs)&&(c[d]=a[d]);return c}Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{extractInfoFromServerReferenceId:function(){return c},omitUnusedArgs:function(){return d}})},50202:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"clearCacheNodeDataForSegmentPath",{enumerable:!0,get:function(){return function a(b,c,f){let g=f.length<=2,[h,i]=f,j=(0,e.createRouterCacheKey)(i),k=c.parallelRoutes.get(h),l=b.parallelRoutes.get(h);l&&l!==k||(l=new Map(k),b.parallelRoutes.set(h,l));let m=null==k?void 0:k.get(j),n=l.get(j);if(g){n&&n.lazyData&&n!==m||l.set(j,{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1});return}if(!n||!m){n||l.set(j,{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1});return}return n===m&&(n={lazyData:n.lazyData,rsc:n.rsc,prefetchRsc:n.prefetchRsc,head:n.head,prefetchHead:n.prefetchHead,parallelRoutes:new Map(n.parallelRoutes),loading:n.loading},l.set(j,n)),a(n,m,(0,d.getNextFlightSegmentPath)(f))}}});let d=c(89909),e=c(82521);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},51939:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"serverActionReducer",{enumerable:!0,get:function(){return E}});let d=c(53418),e=c(86802),f=c(58529),g=c(12786),h=c(78589),i=c(13136),j=c(4335),k=c(75497),l=c(15426),m=c(24848),n=c(77692),o=c(26613),p=c(63102),q=c(25918),r=c(78592),s=c(13355),t=c(18226),u=c(89909),v=c(4873),w=c(79650),x=c(81288),y=c(15252),z=c(94650),A=c(48760);c(68459);let B=h.createFromFetch;async function C(a,b,c){let i,k,l,m,{actionId:n,actionArgs:o}=c,p=(0,h.createTemporaryReferenceSet)(),q=(0,A.extractInfoFromServerReferenceId)(n),r="use-cache"===q.type?(0,A.omitUnusedArgs)(o,q):o,s=await (0,h.encodeReply)(r,{temporaryReferences:p}),t=await fetch(a.canonicalUrl,{method:"POST",headers:{Accept:f.RSC_CONTENT_TYPE_HEADER,[f.ACTION_HEADER]:n,[f.NEXT_ROUTER_STATE_TREE_HEADER]:(0,u.prepareFlightRouterStateForRequest)(a.tree),...{},...b?{[f.NEXT_URL]:b}:{}},body:s});if("1"===t.headers.get(f.NEXT_ACTION_NOT_FOUND_HEADER))throw Object.defineProperty(new g.UnrecognizedActionError('Server Action "'+n+'" was not found on the server. \nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action'),"__NEXT_ERROR_CODE",{value:"E715",enumerable:!1,configurable:!0});let v=t.headers.get("x-action-redirect"),[x,y]=(null==v?void 0:v.split(";"))||[];switch(y){case"push":i=w.RedirectType.push;break;case"replace":i=w.RedirectType.replace;break;default:i=void 0}let z=!!t.headers.get(f.NEXT_IS_PRERENDER_HEADER);try{let a=JSON.parse(t.headers.get("x-action-revalidated")||"[[],0,0]");k={paths:a[0]||[],tag:!!a[1],cookie:a[2]}}catch(a){k=D}let C=x?(0,j.assignLocation)(x,new URL(a.canonicalUrl,window.location.href)):void 0,E=t.headers.get("content-type"),F=!!(E&&E.startsWith(f.RSC_CONTENT_TYPE_HEADER));if(!F&&!C)throw Object.defineProperty(Error(t.status>=400&&"text/plain"===E?await t.text():"An unexpected response was received from the server."),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});if(F){let a=await B(Promise.resolve(t),{callServer:d.callServer,findSourceMapURL:e.findSourceMapURL,temporaryReferences:p});l=C?void 0:a.a,m=(0,u.normalizeFlightData)(a.f)}else l=void 0,m=void 0;return{actionResult:l,actionFlightData:m,redirectLocation:C,redirectType:i,revalidatedParts:k,isPrerender:z}}let D={paths:[],tag:!1,cookie:!1};function E(a,b){let{resolve:c,reject:d}=b,e={},f=a.tree;e.preserveCustomHistoryState=!1;let g=a.nextUrl&&(0,r.hasInterceptionRouteInCurrentTree)(a.tree)?a.nextUrl:null,h=Date.now();return C(a,g,b).then(async j=>{let r,{actionResult:u,actionFlightData:A,redirectLocation:B,redirectType:C,isPrerender:D,revalidatedParts:E}=j;if(B&&(C===w.RedirectType.replace?(a.pushRef.pendingPush=!1,e.pendingPush=!1):(a.pushRef.pendingPush=!0,e.pendingPush=!0),e.canonicalUrl=r=(0,k.createHrefFromUrl)(B,!1)),!A)return(c(u),B)?(0,l.handleExternalUrl)(a,e,B.href,a.pushRef.pendingPush):a;if("string"==typeof A)return c(u),(0,l.handleExternalUrl)(a,e,A,a.pushRef.pendingPush);let F=E.paths.length>0||E.tag||E.cookie;for(let d of A){let{tree:i,seedData:j,head:k,isRootRender:o}=d;if(!o)return console.log("SERVER ACTION APPLY FAILED"),c(u),a;let v=(0,m.applyRouterStatePatchToTree)([""],f,i,r||a.canonicalUrl);if(null===v)return c(u),(0,s.handleSegmentMismatch)(a,b,i);if((0,n.isNavigatingToNewRootLayout)(f,v))return c(u),(0,l.handleExternalUrl)(a,e,r||a.canonicalUrl,a.pushRef.pendingPush);if(null!==j){let b=j[1],c=(0,q.createEmptyCacheNode)();c.rsc=b,c.prefetchRsc=null,c.loading=j[3],(0,p.fillLazyItemsTillLeafWithHead)(h,c,void 0,i,j,k,void 0),e.cache=c,e.prefetchCache=new Map,F&&await (0,t.refreshInactiveParallelSegments)({navigatedAt:h,state:a,updatedTree:v,updatedCache:c,includeNextUrl:!!g,canonicalUrl:e.canonicalUrl||a.canonicalUrl})}e.patchedTree=v,f=v}return B&&r?(F||((0,x.createSeededPrefetchCacheEntry)({url:B,data:{flightData:A,canonicalUrl:void 0,couldBeIntercepted:!1,prerendered:!1,postponed:!1,staleTime:-1},tree:a.tree,prefetchCache:a.prefetchCache,nextUrl:a.nextUrl,kind:D?i.PrefetchKind.FULL:i.PrefetchKind.AUTO}),e.prefetchCache=a.prefetchCache),d((0,v.getRedirectError)((0,z.hasBasePath)(r)?(0,y.removeBasePath)(r):r,C||w.RedirectType.push))):c(u),(0,o.handleMutable)(a,e)},b=>(d(b),a))}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},53387:(a,b)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{DecodeError:function(){return o},MiddlewareNotFoundError:function(){return s},MissingStaticPage:function(){return r},NormalizeError:function(){return p},PageNotFoundError:function(){return q},SP:function(){return m},ST:function(){return n},WEB_VITALS:function(){return c},execOnce:function(){return d},getDisplayName:function(){return i},getLocationOrigin:function(){return g},getURL:function(){return h},isAbsoluteUrl:function(){return f},isResSent:function(){return j},loadGetInitialProps:function(){return l},normalizeRepeatedSlashes:function(){return k},stringifyError:function(){return t}});let c=["CLS","FCP","FID","INP","LCP","TTFB"];function d(a){let b,c=!1;return function(){for(var d=arguments.length,e=Array(d),f=0;f<d;f++)e[f]=arguments[f];return c||(c=!0,b=a(...e)),b}}let e=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,f=a=>e.test(a);function g(){let{protocol:a,hostname:b,port:c}=window.location;return a+"//"+b+(c?":"+c:"")}function h(){let{href:a}=window.location,b=g();return a.substring(b.length)}function i(a){return"string"==typeof a?a:a.displayName||a.name||"Unknown"}function j(a){return a.finished||a.headersSent}function k(a){let b=a.split("?");return b[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(b[1]?"?"+b.slice(1).join("?"):"")}async function l(a,b){let c=b.res||b.ctx&&b.ctx.res;if(!a.getInitialProps)return b.ctx&&b.Component?{pageProps:await l(b.Component,b.ctx)}:{};let d=await a.getInitialProps(b);if(c&&j(c))return d;if(!d)throw Object.defineProperty(Error('"'+i(a)+'.getInitialProps()" should resolve to an object. But found "'+d+'" instead.'),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return d}let m="undefined"!=typeof performance,n=m&&["mark","measure","getEntriesByName"].every(a=>"function"==typeof performance[a]);class o extends Error{}class p extends Error{}class q extends Error{constructor(a){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message="Cannot find module for page: "+a}}class r extends Error{constructor(a,b){super(),this.message="Failed to load static file for page: "+a+" "+b}}class s extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function t(a){return JSON.stringify({message:a.message,stack:a.stack})}},57162:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"invalidateCacheBelowFlightSegmentPath",{enumerable:!0,get:function(){return function a(b,c,f){let g=f.length<=2,[h,i]=f,j=(0,d.createRouterCacheKey)(i),k=c.parallelRoutes.get(h);if(!k)return;let l=b.parallelRoutes.get(h);if(l&&l!==k||(l=new Map(k),b.parallelRoutes.set(h,l)),g)return void l.delete(j);let m=k.get(j),n=l.get(j);n&&m&&(n===m&&(n={lazyData:n.lazyData,rsc:n.rsc,prefetchRsc:n.prefetchRsc,head:n.head,prefetchHead:n.prefetchHead,parallelRoutes:new Map(n.parallelRoutes)},l.set(j,n)),a(n,m,(0,e.getNextFlightSegmentPath)(f)))}}});let d=c(82521),e=c(89909);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},61725:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"addBasePath",{enumerable:!0,get:function(){return f}});let d=c(48540),e=c(83328);function f(a,b){return(0,e.normalizePathTrailingSlash)((0,d.addPathPrefix)(a,""))}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},62176:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{computeChangedPath:function(){return j},extractPathFromFlightRouterState:function(){return i},getSelectedParams:function(){return function a(b,c){for(let d of(void 0===c&&(c={}),Object.values(b[1]))){let b=d[0],f=Array.isArray(b),g=f?b[1]:b;!g||g.startsWith(e.PAGE_SEGMENT_KEY)||(f&&("c"===b[2]||"oc"===b[2])?c[b[0]]=b[1].split("/"):f&&(c[b[0]]=b[1]),c=a(d,c))}return c}}});let d=c(54357),e=c(44859),f=c(58395),g=a=>"string"==typeof a?"children"===a?"":a:a[1];function h(a){return a.reduce((a,b)=>{let c;return""===(b="/"===(c=b)[0]?c.slice(1):c)||(0,e.isGroupSegment)(b)?a:a+"/"+b},"")||"/"}function i(a){var b;let c=Array.isArray(a[0])?a[0][1]:a[0];if(c===e.DEFAULT_SEGMENT_KEY||d.INTERCEPTION_ROUTE_MARKERS.some(a=>c.startsWith(a)))return;if(c.startsWith(e.PAGE_SEGMENT_KEY))return"";let f=[g(c)],j=null!=(b=a[1])?b:{},k=j.children?i(j.children):void 0;if(void 0!==k)f.push(k);else for(let[a,b]of Object.entries(j)){if("children"===a)continue;let c=i(b);void 0!==c&&f.push(c)}return h(f)}function j(a,b){let c=function a(b,c){let[e,h]=b,[j,k]=c,l=g(e),m=g(j);if(d.INTERCEPTION_ROUTE_MARKERS.some(a=>l.startsWith(a)||m.startsWith(a)))return"";if(!(0,f.matchSegment)(e,j)){var n;return null!=(n=i(c))?n:""}for(let b in h)if(k[b]){let c=a(h[b],k[b]);if(null!==c)return g(j)+"/"+c}return null}(a,b);return null==c||"/"===c?c:h(c.split("/"))}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},63102:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"fillLazyItemsTillLeafWithHead",{enumerable:!0,get:function(){return function a(b,c,f,g,h,i,j){if(0===Object.keys(g[1]).length){c.head=i;return}for(let k in g[1]){let l,m=g[1][k],n=m[0],o=(0,d.createRouterCacheKey)(n),p=null!==h&&void 0!==h[2][k]?h[2][k]:null;if(f){let d=f.parallelRoutes.get(k);if(d){let f,g=(null==j?void 0:j.kind)==="auto"&&j.status===e.PrefetchCacheEntryStatus.reusable,h=new Map(d),l=h.get(o);f=null!==p?{lazyData:null,rsc:p[1],prefetchRsc:null,head:null,prefetchHead:null,loading:p[3],parallelRoutes:new Map(null==l?void 0:l.parallelRoutes),navigatedAt:b}:g&&l?{lazyData:l.lazyData,rsc:l.rsc,prefetchRsc:l.prefetchRsc,head:l.head,prefetchHead:l.prefetchHead,parallelRoutes:new Map(l.parallelRoutes),loading:l.loading}:{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map(null==l?void 0:l.parallelRoutes),loading:null,navigatedAt:b},h.set(o,f),a(b,f,l,m,p||null,i,j),c.parallelRoutes.set(k,h);continue}}if(null!==p){let a=p[1],c=p[3];l={lazyData:null,rsc:a,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:c,navigatedAt:b}}else l={lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:b};let q=c.parallelRoutes.get(k);q?q.set(o,l):c.parallelRoutes.set(k,new Map([[o,l]])),a(b,l,void 0,m,p,i,j)}}}});let d=c(82521),e=c(13136);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},64402:(a,b,c)=>{"use strict";c.r(b),c.d(b,{_:()=>e});var d=0;function e(a){return"__private_"+d+++"_"+a}},67431:(a,b)=>{"use strict";function c(a){let b=a.indexOf("#"),c=a.indexOf("?"),d=c>-1&&(b<0||c<b);return d||b>-1?{pathname:a.substring(0,d?c:b),query:d?a.substring(c,b>-1?b:void 0):"",hash:b>-1?a.slice(b):""}:{pathname:a,query:"",hash:""}}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"parsePath",{enumerable:!0,get:function(){return c}})},68360:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{fillCacheWithNewSubTreeData:function(){return i},fillCacheWithNewSubTreeDataButOnlyLoading:function(){return j}});let d=c(7342),e=c(63102),f=c(82521),g=c(44859);function h(a,b,c,h,i,j){let{segmentPath:k,seedData:l,tree:m,head:n}=h,o=b,p=c;for(let b=0;b<k.length;b+=2){let c=k[b],h=k[b+1],q=b===k.length-2,r=(0,f.createRouterCacheKey)(h),s=p.parallelRoutes.get(c);if(!s)continue;let t=o.parallelRoutes.get(c);t&&t!==s||(t=new Map(s),o.parallelRoutes.set(c,t));let u=s.get(r),v=t.get(r);if(q){if(l&&(!v||!v.lazyData||v===u)){let b=l[0],c=l[1],f=l[3];v={lazyData:null,rsc:j||b!==g.PAGE_SEGMENT_KEY?c:null,prefetchRsc:null,head:null,prefetchHead:null,loading:f,parallelRoutes:j&&u?new Map(u.parallelRoutes):new Map,navigatedAt:a},u&&j&&(0,d.invalidateCacheByRouterState)(v,u,m),j&&(0,e.fillLazyItemsTillLeafWithHead)(a,v,u,m,l,n,i),t.set(r,v)}continue}v&&u&&(v===u&&(v={lazyData:v.lazyData,rsc:v.rsc,prefetchRsc:v.prefetchRsc,head:v.head,prefetchHead:v.prefetchHead,parallelRoutes:new Map(v.parallelRoutes),loading:v.loading},t.set(r,v)),o=v,p=u)}}function i(a,b,c,d,e){h(a,b,c,d,e,!0)}function j(a,b,c,d,e){h(a,b,c,d,e,!1)}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},68459:(a,b)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{FetchStrategy:function(){return o},NavigationResultTag:function(){return m},PrefetchPriority:function(){return n},cancelPrefetchTask:function(){return i},createCacheKey:function(){return l},getCurrentCacheVersion:function(){return g},isPrefetchTaskDirty:function(){return k},navigate:function(){return e},prefetch:function(){return d},reschedulePrefetchTask:function(){return j},revalidateEntireCache:function(){return f},schedulePrefetchTask:function(){return h}});let c=()=>{throw Object.defineProperty(Error("Segment Cache experiment is not enabled. This is a bug in Next.js."),"__NEXT_ERROR_CODE",{value:"E654",enumerable:!1,configurable:!0})},d=c,e=c,f=c,g=c,h=c,i=c,j=c,k=c,l=c;var m=function(a){return a[a.MPA=0]="MPA",a[a.Success=1]="Success",a[a.NoOp=2]="NoOp",a[a.Async=3]="Async",a}({}),n=function(a){return a[a.Intent=2]="Intent",a[a.Default=1]="Default",a[a.Background=0]="Background",a}({}),o=function(a){return a[a.LoadingBoundary=0]="LoadingBoundary",a[a.PPR=1]="PPR",a[a.PPRRuntime=2]="PPRRuntime",a[a.Full=3]="Full",a}({});("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},71159:(a,b,c)=>{"use strict";var d=c(30291);c.o(d,"usePathname")&&c.d(b,{usePathname:function(){return d.usePathname}}),c.o(d,"useRouter")&&c.d(b,{useRouter:function(){return d.useRouter}})},71281:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{formatUrl:function(){return f},formatWithValidation:function(){return h},urlObjectKeys:function(){return g}});let d=c(86274)._(c(22345)),e=/https?|ftp|gopher|file/;function f(a){let{auth:b,hostname:c}=a,f=a.protocol||"",g=a.pathname||"",h=a.hash||"",i=a.query||"",j=!1;b=b?encodeURIComponent(b).replace(/%3A/i,":")+"@":"",a.host?j=b+a.host:c&&(j=b+(~c.indexOf(":")?"["+c+"]":c),a.port&&(j+=":"+a.port)),i&&"object"==typeof i&&(i=String(d.urlQueryToSearchParams(i)));let k=a.search||i&&"?"+i||"";return f&&!f.endsWith(":")&&(f+=":"),a.slashes||(!f||e.test(f))&&!1!==j?(j="//"+(j||""),g&&"/"!==g[0]&&(g="/"+g)):j||(j=""),h&&"#"!==h[0]&&(h="#"+h),k&&"?"!==k[0]&&(k="?"+k),""+f+j+(g=g.replace(/[?#]/g,encodeURIComponent))+(k=k.replace("#","%23"))+h}let g=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function h(a){return f(a)}},76692:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"AppRouterAnnouncer",{enumerable:!0,get:function(){return g}});let d=c(31768),e=c(65081),f="next-route-announcer";function g(a){let{tree:b}=a,[c,g]=(0,d.useState)(null);(0,d.useEffect)(()=>(g(function(){var a;let b=document.getElementsByName(f)[0];if(null==b||null==(a=b.shadowRoot)?void 0:a.childNodes[0])return b.shadowRoot.childNodes[0];{let a=document.createElement(f);a.style.cssText="position:absolute";let b=document.createElement("div");return b.ariaLive="assertive",b.id="__next-route-announcer__",b.role="alert",b.style.cssText="position:absolute;border:0;height:1px;margin:-1px;padding:0;width:1px;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap;word-wrap:normal",a.attachShadow({mode:"open"}).appendChild(b),document.body.appendChild(a),b}}()),()=>{let a=document.getElementsByTagName(f)[0];(null==a?void 0:a.isConnected)&&document.body.removeChild(a)}),[]);let[h,i]=(0,d.useState)(""),j=(0,d.useRef)(void 0);return(0,d.useEffect)(()=>{let a="";if(document.title)a=document.title;else{let b=document.querySelector("h1");b&&(a=b.innerText||b.textContent||"")}void 0!==j.current&&j.current!==a&&i(a),j.current=a},[b]),c?(0,e.createPortal)(h,c):null}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},77692:(a,b)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"isNavigatingToNewRootLayout",{enumerable:!0,get:function(){return function a(b,c){let d=b[0],e=c[0];if(Array.isArray(d)&&Array.isArray(e)){if(d[0]!==e[0]||d[2]!==e[2])return!0}else if(d!==e)return!0;if(b[4])return!c[4];if(c[4])return!0;let f=Object.values(b[1])[0],g=Object.values(c[1])[0];return!f||!g||a(f,g)}}}),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},79268:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"useMergedRef",{enumerable:!0,get:function(){return e}});let d=c(31768);function e(a,b){let c=(0,d.useRef)(null),e=(0,d.useRef)(null);return(0,d.useCallback)(d=>{if(null===d){let a=c.current;a&&(c.current=null,a());let b=e.current;b&&(e.current=null,b())}else a&&(c.current=f(a,d)),b&&(e.current=f(b,d))},[a,b])}function f(a,b){if("function"!=typeof a)return a.current=b,()=>{a.current=null};{let c=a(b);return"function"==typeof c?c:()=>a(null)}}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},79390:(a,b,c)=>{"use strict";function d(){for(var a,b,c=0,d="",e=arguments.length;c<e;c++)(a=arguments[c])&&(b=function a(b){var c,d,e="";if("string"==typeof b||"number"==typeof b)e+=b;else if("object"==typeof b)if(Array.isArray(b)){var f=b.length;for(c=0;c<f;c++)b[c]&&(d=a(b[c]))&&(e&&(e+=" "),e+=d)}else for(d in b)b[d]&&(e&&(e+=" "),e+=d);return e}(a))&&(d&&(d+=" "),d+=b);return d}c.d(b,{$:()=>d})},81288:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{DYNAMIC_STALETIME_MS:function(){return m},STATIC_STALETIME_MS:function(){return n},createSeededPrefetchCacheEntry:function(){return j},getOrCreatePrefetchCacheEntry:function(){return i},prunePrefetchCache:function(){return l}});let d=c(94082),e=c(13136),f=c(37446);function g(a,b,c){let d=a.pathname;return(b&&(d+=a.search),c)?""+c+"%"+d:d}function h(a,b,c){return g(a,b===e.PrefetchKind.FULL,c)}function i(a){let{url:b,nextUrl:c,tree:d,prefetchCache:f,kind:h,allowAliasing:i=!0}=a,j=function(a,b,c,d,f){for(let h of(void 0===b&&(b=e.PrefetchKind.TEMPORARY),[c,null])){let c=g(a,!0,h),i=g(a,!1,h),j=a.search?c:i,k=d.get(j);if(k&&f){if(k.url.pathname===a.pathname&&k.url.search!==a.search)return{...k,aliased:!0};return k}let l=d.get(i);if(f&&a.search&&b!==e.PrefetchKind.FULL&&l&&!l.key.includes("%"))return{...l,aliased:!0}}if(b!==e.PrefetchKind.FULL&&f){for(let b of d.values())if(b.url.pathname===a.pathname&&!b.key.includes("%"))return{...b,aliased:!0}}}(b,h,c,f,i);return j?(j.status=o(j),j.kind!==e.PrefetchKind.FULL&&h===e.PrefetchKind.FULL&&j.data.then(a=>{if(!(Array.isArray(a.flightData)&&a.flightData.some(a=>a.isRootRender&&null!==a.seedData)))return k({tree:d,url:b,nextUrl:c,prefetchCache:f,kind:null!=h?h:e.PrefetchKind.TEMPORARY})}),h&&j.kind===e.PrefetchKind.TEMPORARY&&(j.kind=h),j):k({tree:d,url:b,nextUrl:c,prefetchCache:f,kind:h||e.PrefetchKind.TEMPORARY})}function j(a){let{nextUrl:b,tree:c,prefetchCache:d,url:f,data:g,kind:i}=a,j=g.couldBeIntercepted?h(f,i,b):h(f,i),k={treeAtTimeOfPrefetch:c,data:Promise.resolve(g),kind:i,prefetchTime:Date.now(),lastUsedTime:Date.now(),staleTime:g.staleTime,key:j,status:e.PrefetchCacheEntryStatus.fresh,url:f};return d.set(j,k),k}function k(a){let{url:b,kind:c,tree:g,nextUrl:i,prefetchCache:j}=a,k=h(b,c),l=f.prefetchQueue.enqueue(()=>(0,d.fetchServerResponse)(b,{flightRouterState:g,nextUrl:i,prefetchKind:c}).then(a=>{let c;if(a.couldBeIntercepted&&(c=function(a){let{url:b,nextUrl:c,prefetchCache:d,existingCacheKey:e}=a,f=d.get(e);if(!f)return;let g=h(b,f.kind,c);return d.set(g,{...f,key:g}),d.delete(e),g}({url:b,existingCacheKey:k,nextUrl:i,prefetchCache:j})),a.prerendered){let b=j.get(null!=c?c:k);b&&(b.kind=e.PrefetchKind.FULL,-1!==a.staleTime&&(b.staleTime=a.staleTime))}return a})),m={treeAtTimeOfPrefetch:g,data:l,kind:c,prefetchTime:Date.now(),lastUsedTime:null,staleTime:-1,key:k,status:e.PrefetchCacheEntryStatus.fresh,url:b};return j.set(k,m),m}function l(a){for(let[b,c]of a)o(c)===e.PrefetchCacheEntryStatus.expired&&a.delete(b)}let m=1e3*Number("0"),n=1e3*Number("300");function o(a){let{kind:b,prefetchTime:c,lastUsedTime:d}=a;return Date.now()<(null!=d?d:c)+m?d?e.PrefetchCacheEntryStatus.reusable:e.PrefetchCacheEntryStatus.fresh:b===e.PrefetchKind.AUTO&&Date.now()<c+n?e.PrefetchCacheEntryStatus.stale:b===e.PrefetchKind.FULL&&Date.now()<c+n?e.PrefetchCacheEntryStatus.reusable:e.PrefetchCacheEntryStatus.expired}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},81744:(a,b,c)=>{"use strict";c.d(b,{A:()=>i});var d=c(31768);let e=a=>{let b=a.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,b,c)=>c?c.toUpperCase():b.toLowerCase());return b.charAt(0).toUpperCase()+b.slice(1)},f=(...a)=>a.filter((a,b,c)=>!!a&&""!==a.trim()&&c.indexOf(a)===b).join(" ").trim();var g={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let h=(0,d.forwardRef)(({color:a="currentColor",size:b=24,strokeWidth:c=2,absoluteStrokeWidth:e,className:h="",children:i,iconNode:j,...k},l)=>(0,d.createElement)("svg",{ref:l,...g,width:b,height:b,stroke:a,strokeWidth:e?24*Number(c)/Number(b):c,className:f("lucide",h),...!i&&!(a=>{for(let b in a)if(b.startsWith("aria-")||"role"===b||"title"===b)return!0})(k)&&{"aria-hidden":"true"},...k},[...j.map(([a,b])=>(0,d.createElement)(a,b)),...Array.isArray(i)?i:[i]])),i=(a,b)=>{let c=(0,d.forwardRef)(({className:c,...g},i)=>(0,d.createElement)(h,{ref:i,iconNode:b,className:f(`lucide-${e(a).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${a}`,c),...g}));return c.displayName=e(a),c}},82582:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{abortTask:function(){return o},listenForDynamicRequest:function(){return n},startPPRNavigation:function(){return j},updateCacheNodeOnPopstateRestoration:function(){return function a(b,c){let d=c[1],e=b.parallelRoutes,g=new Map(e);for(let b in d){let c=d[b],h=c[0],i=(0,f.createRouterCacheKey)(h),j=e.get(b);if(void 0!==j){let d=j.get(i);if(void 0!==d){let e=a(d,c),f=new Map(j);f.set(i,e),g.set(b,f)}}}let h=b.rsc,i=r(h)&&"pending"===h.status;return{lazyData:null,rsc:h,head:b.head,prefetchHead:i?b.prefetchHead:[null,null],prefetchRsc:i?b.prefetchRsc:null,loading:b.loading,parallelRoutes:g,navigatedAt:b.navigatedAt}}}});let d=c(44859),e=c(58395),f=c(82521),g=c(77692),h=c(81288),i={route:null,node:null,dynamicRequestTree:null,children:null};function j(a,b,c,g,h,j,m,n,o){return function a(b,c,g,h,j,m,n,o,p,q,r){let s=g[1],t=h[1],u=null!==m?m[2]:null;j||!0===h[4]&&(j=!0);let v=c.parallelRoutes,w=new Map(v),x={},y=null,z=!1,A={};for(let c in t){let g,h=t[c],l=s[c],m=v.get(c),B=null!==u?u[c]:null,C=h[0],D=q.concat([c,C]),E=(0,f.createRouterCacheKey)(C),F=void 0!==l?l[0]:void 0,G=void 0!==m?m.get(E):void 0;if(null!==(g=C===d.DEFAULT_SEGMENT_KEY?void 0!==l?{route:l,node:null,dynamicRequestTree:null,children:null}:k(b,l,h,G,j,void 0!==B?B:null,n,o,D,r):p&&0===Object.keys(h[1]).length?k(b,l,h,G,j,void 0!==B?B:null,n,o,D,r):void 0!==l&&void 0!==F&&(0,e.matchSegment)(C,F)&&void 0!==G&&void 0!==l?a(b,G,l,h,j,B,n,o,p,D,r):k(b,l,h,G,j,void 0!==B?B:null,n,o,D,r))){if(null===g.route)return i;null===y&&(y=new Map),y.set(c,g);let a=g.node;if(null!==a){let b=new Map(m);b.set(E,a),w.set(c,b)}let b=g.route;x[c]=b;let d=g.dynamicRequestTree;null!==d?(z=!0,A[c]=d):A[c]=b}else x[c]=h,A[c]=h}if(null===y)return null;let B={lazyData:null,rsc:c.rsc,prefetchRsc:c.prefetchRsc,head:c.head,prefetchHead:c.prefetchHead,loading:c.loading,parallelRoutes:w,navigatedAt:b};return{route:l(h,x),node:B,dynamicRequestTree:z?l(h,A):null,children:y}}(a,b,c,g,!1,h,j,m,n,[],o)}function k(a,b,c,d,e,j,k,n,o,p){return!e&&(void 0===b||(0,g.isNavigatingToNewRootLayout)(b,c))?i:function a(b,c,d,e,g,i,j,k){let n,o,p,q,r=c[1],s=0===Object.keys(r).length;if(void 0!==d&&d.navigatedAt+h.DYNAMIC_STALETIME_MS>b)n=d.rsc,o=d.loading,p=d.head,q=d.navigatedAt;else if(null===e)return m(b,c,null,g,i,j,k);else if(n=e[1],o=e[3],p=s?g:null,q=b,e[4]||i&&s)return m(b,c,e,g,i,j,k);let t=null!==e?e[2]:null,u=new Map,v=void 0!==d?d.parallelRoutes:null,w=new Map(v),x={},y=!1;if(s)k.push(j);else for(let c in r){let d=r[c],e=null!==t?t[c]:null,h=null!==v?v.get(c):void 0,l=d[0],m=j.concat([c,l]),n=(0,f.createRouterCacheKey)(l),o=a(b,d,void 0!==h?h.get(n):void 0,e,g,i,m,k);u.set(c,o);let p=o.dynamicRequestTree;null!==p?(y=!0,x[c]=p):x[c]=d;let q=o.node;if(null!==q){let a=new Map;a.set(n,q),w.set(c,a)}}return{route:c,node:{lazyData:null,rsc:n,prefetchRsc:null,head:p,prefetchHead:null,loading:o,parallelRoutes:w,navigatedAt:q},dynamicRequestTree:y?l(c,x):null,children:u}}(a,c,d,j,k,n,o,p)}function l(a,b){let c=[a[0],b];return 2 in a&&(c[2]=a[2]),3 in a&&(c[3]=a[3]),4 in a&&(c[4]=a[4]),c}function m(a,b,c,d,e,g,h){let i=l(b,b[1]);return i[3]="refetch",{route:b,node:function a(b,c,d,e,g,h,i){let j=c[1],k=null!==d?d[2]:null,l=new Map;for(let c in j){let d=j[c],m=null!==k?k[c]:null,n=d[0],o=h.concat([c,n]),p=(0,f.createRouterCacheKey)(n),q=a(b,d,void 0===m?null:m,e,g,o,i),r=new Map;r.set(p,q),l.set(c,r)}let m=0===l.size;m&&i.push(h);let n=null!==d?d[1]:null,o=null!==d?d[3]:null;return{lazyData:null,parallelRoutes:l,prefetchRsc:void 0!==n?n:null,prefetchHead:m?e:[null,null],loading:void 0!==o?o:null,rsc:s(),head:m?s():null,navigatedAt:b}}(a,b,c,d,e,g,h),dynamicRequestTree:i,children:null}}function n(a,b){b.then(b=>{let{flightData:c}=b;if("string"!=typeof c){for(let b of c){let{segmentPath:c,tree:d,seedData:g,head:h}=b;g&&function(a,b,c,d,g){let h=a;for(let a=0;a<b.length;a+=2){let c=b[a],d=b[a+1],f=h.children;if(null!==f){let a=f.get(c);if(void 0!==a){let b=a.route[0];if((0,e.matchSegment)(d,b)){h=a;continue}}}return}!function a(b,c,d,g){if(null===b.dynamicRequestTree)return;let h=b.children,i=b.node;if(null===h){null!==i&&(function a(b,c,d,g,h){let i=c[1],j=d[1],k=g[2],l=b.parallelRoutes;for(let b in i){let c=i[b],d=j[b],g=k[b],m=l.get(b),n=c[0],o=(0,f.createRouterCacheKey)(n),q=void 0!==m?m.get(o):void 0;void 0!==q&&(void 0!==d&&(0,e.matchSegment)(n,d[0])&&null!=g?a(q,c,d,g,h):p(c,q,null))}let m=b.rsc,n=g[1];null===m?b.rsc=n:r(m)&&m.resolve(n);let o=b.head;r(o)&&o.resolve(h)}(i,b.route,c,d,g),b.dynamicRequestTree=null);return}let j=c[1],k=d[2];for(let b in c){let c=j[b],d=k[b],f=h.get(b);if(void 0!==f){let b=f.route[0];if((0,e.matchSegment)(c[0],b)&&null!=d)return a(f,c,d,g)}}}(h,c,d,g)}(a,c,d,g,h)}o(a,null)}},b=>{o(a,b)})}function o(a,b){let c=a.node;if(null===c)return;let d=a.children;if(null===d)p(a.route,c,b);else for(let a of d.values())o(a,b);a.dynamicRequestTree=null}function p(a,b,c){let d=a[1],e=b.parallelRoutes;for(let a in d){let b=d[a],g=e.get(a);if(void 0===g)continue;let h=b[0],i=(0,f.createRouterCacheKey)(h),j=g.get(i);void 0!==j&&p(b,j,c)}let g=b.rsc;r(g)&&(null===c?g.resolve(null):g.reject(c));let h=b.head;r(h)&&h.resolve(null)}let q=Symbol();function r(a){return a&&a.tag===q}function s(){let a,b,c=new Promise((c,d)=>{a=c,b=d});return c.status="pending",c.resolve=b=>{"pending"===c.status&&(c.status="fulfilled",c.value=b,a(b))},c.reject=a=>{"pending"===c.status&&(c.status="rejected",c.reason=a,b(a))},c.tag=q,c}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},82787:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"findHeadInCache",{enumerable:!0,get:function(){return f}});let d=c(44859),e=c(82521);function f(a,b){return function a(b,c,f,g){if(0===Object.keys(c).length)return[b,f,g];let h=Object.keys(c).filter(a=>"children"!==a);for(let g of("children"in c&&h.unshift("children"),h)){let[h,i]=c[g];if(h===d.DEFAULT_SEGMENT_KEY)continue;let j=b.parallelRoutes.get(g);if(!j)continue;let k=(0,e.createRouterCacheKey)(h),l=(0,e.createRouterCacheKey)(h,!0),m=j.get(k);if(!m)continue;let n=a(m,i,f+"/"+k,f+"/"+l);if(n)return n}return null}(a,b,"","")}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},82853:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"pathHasPrefix",{enumerable:!0,get:function(){return e}});let d=c(67431);function e(a,b){if("string"!=typeof a)return!1;let{pathname:c}=(0,d.parsePath)(a);return c===b||c.startsWith(b+"/")}},83328:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return f}});let d=c(41831),e=c(67431),f=a=>{if(!a.startsWith("/"))return a;let{pathname:b,query:c,hash:f}=(0,e.parsePath)(a);return""+(0,d.removeTrailingSlash)(b)+c+f};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},84254:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"hmrRefreshReducer",{enumerable:!0,get:function(){return d}}),c(94082),c(75497),c(24848),c(77692),c(15426),c(26613),c(11966),c(25918),c(13355),c(78592);let d=function(a,b){return a};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},86556:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"refreshReducer",{enumerable:!0,get:function(){return o}});let d=c(94082),e=c(75497),f=c(24848),g=c(77692),h=c(15426),i=c(26613),j=c(63102),k=c(25918),l=c(13355),m=c(78592),n=c(18226);function o(a,b){let{origin:c}=b,o={},p=a.canonicalUrl,q=a.tree;o.preserveCustomHistoryState=!1;let r=(0,k.createEmptyCacheNode)(),s=(0,m.hasInterceptionRouteInCurrentTree)(a.tree);r.lazyData=(0,d.fetchServerResponse)(new URL(p,c),{flightRouterState:[q[0],q[1],q[2],"refetch"],nextUrl:s?a.nextUrl:null});let t=Date.now();return r.lazyData.then(async c=>{let{flightData:d,canonicalUrl:k}=c;if("string"==typeof d)return(0,h.handleExternalUrl)(a,o,d,a.pushRef.pendingPush);for(let c of(r.lazyData=null,d)){let{tree:d,seedData:i,head:m,isRootRender:u}=c;if(!u)return console.log("REFRESH FAILED"),a;let v=(0,f.applyRouterStatePatchToTree)([""],q,d,a.canonicalUrl);if(null===v)return(0,l.handleSegmentMismatch)(a,b,d);if((0,g.isNavigatingToNewRootLayout)(q,v))return(0,h.handleExternalUrl)(a,o,p,a.pushRef.pendingPush);let w=k?(0,e.createHrefFromUrl)(k):void 0;if(k&&(o.canonicalUrl=w),null!==i){let a=i[1],b=i[3];r.rsc=a,r.prefetchRsc=null,r.loading=b,(0,j.fillLazyItemsTillLeafWithHead)(t,r,void 0,d,i,m,void 0),o.prefetchCache=new Map}await (0,n.refreshInactiveParallelSegments)({navigatedAt:t,state:a,updatedTree:v,updatedCache:r,includeNextUrl:s,canonicalUrl:o.canonicalUrl||a.canonicalUrl}),o.cache=r,o.patchedTree=v,q=v}return(0,i.handleMutable)(a,o)},()=>a)}c(68459),("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},90632:(a,b,c)=>{"use strict";c.d(b,{DX:()=>h,TL:()=>g});var d,e=c(31768),f=c(32393);function g(a){let b=e.forwardRef((b,c)=>{var d;let g,h,{children:k,...p}=b,q=null,r=!1,s=[];l(k)&&"function"==typeof o&&(k=o(k._payload)),e.Children.forEach(k,a=>{var b;if(b=a,e.isValidElement(b)&&"function"==typeof b.type&&"__radixId"in b.type&&b.type.__radixId===i){r=!0;let b="child"in a.props?a.props.child:a.props.children;l(b)&&"function"==typeof o&&(b=o(b._payload)),q=j(a,b),s.push(q?.props?.children)}else s.push(a)}),q?q=e.cloneElement(q,void 0,s):!r&&1===e.Children.count(k)&&e.isValidElement(k)&&(q=k);let t=q?(d=q,(h=(g=Object.getOwnPropertyDescriptor(d.props,"ref")?.get)&&"isReactWarning"in g&&g.isReactWarning)?d.ref:(h=(g=Object.getOwnPropertyDescriptor(d,"ref")?.get)&&"isReactWarning"in g&&g.isReactWarning)?d.props.ref:d.props.ref||d.ref):void 0,u=(0,f.s)(c,t);if(!q){if(k||0===k)throw Error(r?n(a):m(a));return k}let v=function(a,b){let c={...b};for(let d in b){let e=a[d],f=b[d];/^on[A-Z]/.test(d)?e&&f?c[d]=(...a)=>{let b=f(...a);return e(...a),b}:e&&(c[d]=e):"style"===d?c[d]={...e,...f}:"className"===d&&(c[d]=[e,f].filter(Boolean).join(" "))}return{...a,...c}}(p,q.props??{});return q.type!==e.Fragment&&(v.ref=c?u:t),e.cloneElement(q,v)});return b.displayName=`${a}.Slot`,b}var h=g("Slot"),i=Symbol.for("radix.slottable"),j=(a,b)=>{if("child"in a.props){let b=a.props.child;return e.isValidElement(b)?e.cloneElement(b,void 0,a.props.children(b.props.children)):null}return e.isValidElement(b)?b:null},k=Symbol.for("react.lazy");function l(a){var b;return null!=a&&"object"==typeof a&&"$$typeof"in a&&a.$$typeof===k&&"_payload"in a&&"object"==typeof(b=a._payload)&&null!==b&&"then"in b}var m=a=>`${a} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,n=a=>`${a} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,o=(d||(d=c.t(e,2)))[" use ".trim().toString()]},94496:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{default:function(){return q},useLinkStatus:function(){return s}});let d=c(86274),e=c(78157),f=d._(c(31768)),g=c(71281),h=c(9344),i=c(79268),j=c(53387),k=c(61725);c(99026);let l=c(37384),m=c(29056),n=c(99500);c(98762);let o=c(68459);function p(a){return"string"==typeof a?a:(0,g.formatUrl)(a)}function q(a){var b;let c,d,g,[q,s]=(0,f.useOptimistic)(l.IDLE_LINK_STATUS),t=(0,f.useRef)(null),{href:u,as:v,children:w,prefetch:x=null,passHref:y,replace:z,shallow:A,scroll:B,onClick:C,onMouseEnter:D,onTouchStart:E,legacyBehavior:F=!1,onNavigate:G,ref:H,unstable_dynamicOnHover:I,...J}=a;c=w,F&&("string"==typeof c||"number"==typeof c)&&(c=(0,e.jsx)("a",{children:c}));let K=f.default.useContext(h.AppRouterContext),L=!1!==x,M=!1!==x?null===(b=x)||"auto"===b?o.FetchStrategy.PPR:o.FetchStrategy.Full:o.FetchStrategy.PPR,{href:N,as:O}=f.default.useMemo(()=>{let a=p(u);return{href:a,as:v?p(v):a}},[u,v]);F&&(d=f.default.Children.only(c));let P=F?d&&"object"==typeof d&&d.ref:H,Q=f.default.useCallback(a=>(null!==K&&(t.current=(0,l.mountLinkInstance)(a,N,K,M,L,s)),()=>{t.current&&((0,l.unmountLinkForCurrentNavigation)(t.current),t.current=null),(0,l.unmountPrefetchableInstance)(a)}),[L,N,K,M,s]),R={ref:(0,i.useMergedRef)(Q,P),onClick(a){F||"function"!=typeof C||C(a),F&&d.props&&"function"==typeof d.props.onClick&&d.props.onClick(a),K&&(a.defaultPrevented||function(a,b,c,d,e,g,h){let{nodeName:i}=a.currentTarget;if(!("A"===i.toUpperCase()&&function(a){let b=a.currentTarget.getAttribute("target");return b&&"_self"!==b||a.metaKey||a.ctrlKey||a.shiftKey||a.altKey||a.nativeEvent&&2===a.nativeEvent.which}(a)||a.currentTarget.hasAttribute("download"))){if(!(0,m.isLocalURL)(b)){e&&(a.preventDefault(),location.replace(b));return}if(a.preventDefault(),h){let a=!1;if(h({preventDefault:()=>{a=!0}}),a)return}f.default.startTransition(()=>{(0,n.dispatchNavigateAction)(c||b,e?"replace":"push",null==g||g,d.current)})}}(a,N,O,t,z,B,G))},onMouseEnter(a){F||"function"!=typeof D||D(a),F&&d.props&&"function"==typeof d.props.onMouseEnter&&d.props.onMouseEnter(a),K&&L&&(0,l.onNavigationIntent)(a.currentTarget,!0===I)},onTouchStart:function(a){F||"function"!=typeof E||E(a),F&&d.props&&"function"==typeof d.props.onTouchStart&&d.props.onTouchStart(a),K&&L&&(0,l.onNavigationIntent)(a.currentTarget,!0===I)}};return(0,j.isAbsoluteUrl)(O)?R.href=O:F&&!y&&("a"!==d.type||"href"in d.props)||(R.href=(0,k.addBasePath)(O)),g=F?f.default.cloneElement(d,R):(0,e.jsx)("a",{...J,...R,children:c}),(0,e.jsx)(r.Provider,{value:q,children:g})}let r=(0,f.createContext)(l.IDLE_LINK_STATUS),s=()=>(0,f.useContext)(r);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},94650:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"hasBasePath",{enumerable:!0,get:function(){return e}});let d=c(82853);function e(a){return(0,d.pathHasPrefix)(a,"")}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},98762:(a,b)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"errorOnce",{enumerable:!0,get:function(){return c}});let c=a=>{}},99500:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{createMutableActionQueue:function(){return o},dispatchNavigateAction:function(){return q},dispatchTraverseAction:function(){return r},getCurrentAppRouterState:function(){return p},publicAppRouterInstance:function(){return s}});let d=c(13136),e=c(25248),f=c(31768),g=c(39370);c(68459);let h=c(46259),i=c(61725),j=c(25918),k=c(37446),l=c(37384);function m(a,b){null!==a.pending&&(a.pending=a.pending.next,null!==a.pending?n({actionQueue:a,action:a.pending,setState:b}):a.needsRefresh&&(a.needsRefresh=!1,a.dispatch({type:d.ACTION_REFRESH,origin:window.location.origin},b)))}async function n(a){let{actionQueue:b,action:c,setState:d}=a,e=b.state;b.pending=c;let f=c.payload,h=b.action(e,f);function i(a){c.discarded||(b.state=a,m(b,d),c.resolve(a))}(0,g.isThenable)(h)?h.then(i,a=>{m(b,d),c.reject(a)}):i(h)}function o(a,b){let c={state:a,dispatch:(a,b)=>(function(a,b,c){let e={resolve:c,reject:()=>{}};if(b.type!==d.ACTION_RESTORE){let a=new Promise((a,b)=>{e={resolve:a,reject:b}});(0,f.startTransition)(()=>{c(a)})}let g={payload:b,next:null,resolve:e.resolve,reject:e.reject};null===a.pending?(a.last=g,n({actionQueue:a,action:g,setState:c})):b.type===d.ACTION_NAVIGATE||b.type===d.ACTION_RESTORE?(a.pending.discarded=!0,g.next=a.pending.next,a.pending.payload.type===d.ACTION_SERVER_ACTION&&(a.needsRefresh=!0),n({actionQueue:a,action:g,setState:c})):(null!==a.last&&(a.last.next=g),a.last=g)})(c,a,b),action:async(a,b)=>(0,e.reducer)(a,b),pending:null,last:null,onRouterTransitionStart:null!==b&&"function"==typeof b.onRouterTransitionStart?b.onRouterTransitionStart:null};return c}function p(){return null}function q(a,b,c,e){let f=new URL((0,i.addBasePath)(a),location.href);(0,l.setLinkForCurrentNavigation)(e);(0,h.dispatchAppRouterAction)({type:d.ACTION_NAVIGATE,url:f,isExternalUrl:(0,j.isExternalURL)(f),locationSearch:location.search,shouldScroll:c,navigateType:b,allowAliasing:!0})}function r(a,b){(0,h.dispatchAppRouterAction)({type:d.ACTION_RESTORE,url:new URL(a),tree:b})}let s={back:()=>window.history.back(),forward:()=>window.history.forward(),prefetch:(a,b)=>{let c=function(){throw Object.defineProperty(Error("Internal Next.js error: Router action dispatched before initialization."),"__NEXT_ERROR_CODE",{value:"E668",enumerable:!1,configurable:!0})}(),e=(0,j.createPrefetchURL)(a);if(null!==e){var f;(0,k.prefetchReducer)(c.state,{type:d.ACTION_PREFETCH,url:e,kind:null!=(f=null==b?void 0:b.kind)?f:d.PrefetchKind.FULL})}},replace:(a,b)=>{(0,f.startTransition)(()=>{var c;q(a,"replace",null==(c=null==b?void 0:b.scroll)||c,null)})},push:(a,b)=>{(0,f.startTransition)(()=>{var c;q(a,"push",null==(c=null==b?void 0:b.scroll)||c,null)})},refresh:()=>{(0,f.startTransition)(()=>{(0,h.dispatchAppRouterAction)({type:d.ACTION_REFRESH,origin:window.location.origin})})},hmrRefresh:()=>{throw Object.defineProperty(Error("hmrRefresh can only be used in development mode. Please use refresh instead."),"__NEXT_ERROR_CODE",{value:"E485",enumerable:!1,configurable:!0})}};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)}};
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var a={};a.id=6183,a.ids=[6183],a.modules={66317:(a,b,c)=>{function d(a){let b=a?.trim().toLowerCase();return"1"===b||"true"===b||"yes"===b}function e(){return!!(d(process.env.DO_NOT_TRACK)||d(process.env.P_DEV_OBSERVABILITY_DISABLED))||process.env.P_DEV_RUNTIME_MODE?.trim().toLowerCase()!=="packaged"}function f(){return process.env.P_DEV_HOME?.trim()||process.env.HARNESS_REPO_ROOT?.trim()||process.cwd()}async function g(){try{let{configureRunnerUpgradeWorker:a,ensureRunnerUpgradeWorkerStarted:b,reconcileAbandonedRunnerUpgrades:c}=await import("@harness/setup/runner-upgrade-worker.js"),{executeRunnerUpgradeOperation:d}=await import("@harness/setup/runner-upgrade.js"),{createLiveRunnerUpgradeProvider:e}=await import("@harness/setup/runner-upgrade-provider-live.js"),{loadGithubTokenFromEnvLocal:g,hasGithubTokenConfigured:h}=await import("@harness/setup/setup-github-auth.js"),{RUNNER_UPGRADE_WORKER_PROVIDER_TIMEOUT_MS:i}=await import("@harness/setup/runner-upgrade-timeouts.js"),{tryCreateHarnessTestRunnerUpgradeProvider:j}=await import("@harness/setup/test-only-runner-upgrade-provider.js"),k=f();a({resolveProvider:async a=>{let b=await j();if(b)return b;let c=await g({cwd:a??k});if(h(c))return e(c,{timeoutMs:i})},execute:async(a,b)=>d(a,b,{})}),b(),c(k)}catch{}if(!e())try{let{beginObservabilitySession:a,installObservabilityUncaughtHandlers:b}=await import("@harness/observability/facade.js");await a({workspaceDir:f(),moduleUrl:"file:///Users/weston/Code/agentic-product-development-harness/apps/gui/instrumentation.ts"}),b()}catch{}}async function h(a,b){if(!e())try{let{captureProductError:b}=await import("@harness/observability/facade.js");b({lifecyclePhase:"configure_route",productErrorCode:"configure_request_error",errorCategory:"unexpected",cause:a})}catch{}}c.r(b),c.d(b,{onRequestError:()=>h,register:()=>g})}};var b=require("./webpack-runtime.js");b.C(a);var c=b(b.s=66317);module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../package.json","webpack-runtime.js"]}
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-1e50074b7e886e1b.js","static/chunks/87c73c54-24122e7b92478d00.js","static/chunks/18-7be73bec2ceaa744.js","static/chunks/main-app-732547e2b1a794b6.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-1e50074b7e886e1b.js","static/chunks/framework-7318ce553e854ad6.js","static/chunks/main-f7a784f5852cbbd1.js","static/chunks/pages/_app-2e239ff05bfdf6d6.js"],"/_error":["static/chunks/webpack-1e50074b7e886e1b.js","static/chunks/framework-7318ce553e854ad6.js","static/chunks/main-f7a784f5852cbbd1.js","static/chunks/pages/_error-bda15e7831eec981.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-b27d2f88ec3d35a4.js","static/chunks/87c73c54-24122e7b92478d00.js","static/chunks/18-7be73bec2ceaa744.js","static/chunks/main-app-7fbf1b54aaed0242.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-b27d2f88ec3d35a4.js","static/chunks/framework-dc88dc15d5e043e1.js","static/chunks/main-5b390d9aaa7199a5.js","static/chunks/pages/_app-50fa07b56b2d29ac.js"],"/_error":["static/chunks/webpack-b27d2f88ec3d35a4.js","static/chunks/framework-dc88dc15d5e043e1.js","static/chunks/main-5b390d9aaa7199a5.js","static/chunks/pages/_error-fed8688bdd23f211.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
@@ -1 +1 @@
1
- <!DOCTYPE html><!--7x8X_k4tESvkyqRnNCC9E--><html lang="en" class="__variable_f367f3"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/cc2acc71c03f3b4b.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1e50074b7e886e1b.js"/><script src="/_next/static/chunks/87c73c54-24122e7b92478d00.js" async=""></script><script src="/_next/static/chunks/18-7be73bec2ceaa744.js" async=""></script><script src="/_next/static/chunks/main-app-732547e2b1a794b6.js" async=""></script><script src="/_next/static/chunks/app/layout-10445a363bff6a38.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Product Development Harness</title><meta name="description" content="Local operator GUI for harness setup and configuration."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-1e50074b7e886e1b.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[75,[\"177\",\"static/chunks/app/layout-10445a363bff6a38.js\"],\"ThemeProvider\"]\n3:I[5341,[],\"\"]\n4:I[25,[],\"\"]\n5:I[5104,[],\"OutletBoundary\"]\n7:I[7158,[],\"AsyncMetadataOutlet\"]\n9:I[5104,[],\"ViewportBoundary\"]\nb:I[5104,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[4431,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/cc2acc71c03f3b4b.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"7x8X_k4tESvkyqRnNCC9E\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/cc2acc71c03f3b4b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_f367f3\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Product Development Harness\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local operator GUI for harness setup and configuration.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--wM7YWpWgyTcGc7H5h1u7U--><html lang="en" class="__variable_f367f3"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/b7b323a34ac09e0b.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b27d2f88ec3d35a4.js"/><script src="/_next/static/chunks/87c73c54-24122e7b92478d00.js" async=""></script><script src="/_next/static/chunks/18-7be73bec2ceaa744.js" async=""></script><script src="/_next/static/chunks/main-app-7fbf1b54aaed0242.js" async=""></script><script src="/_next/static/chunks/app/layout-ec756afb9686f579.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Product Development Harness</title><meta name="description" content="Local operator GUI for harness setup and configuration."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-b27d2f88ec3d35a4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[75,[\"7177\",\"static/chunks/app/layout-ec756afb9686f579.js\"],\"ThemeProvider\"]\n3:I[5341,[],\"\"]\n4:I[25,[],\"\"]\n5:I[5104,[],\"OutletBoundary\"]\n7:I[7158,[],\"AsyncMetadataOutlet\"]\n9:I[5104,[],\"ViewportBoundary\"]\nb:I[5104,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[4431,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/b7b323a34ac09e0b.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"wM7YWpWgyTcGc7H5h1u7U\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b7b323a34ac09e0b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_f367f3\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Product Development Harness\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local operator GUI for harness setup and configuration.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-1e50074b7e886e1b.js" defer=""></script><script src="/_next/static/chunks/framework-7318ce553e854ad6.js" defer=""></script><script src="/_next/static/chunks/main-f7a784f5852cbbd1.js" defer=""></script><script src="/_next/static/chunks/pages/_app-2e239ff05bfdf6d6.js" defer=""></script><script src="/_next/static/chunks/pages/_error-bda15e7831eec981.js" defer=""></script><script src="/_next/static/7x8X_k4tESvkyqRnNCC9E/_buildManifest.js" defer=""></script><script src="/_next/static/7x8X_k4tESvkyqRnNCC9E/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"7x8X_k4tESvkyqRnNCC9E","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-b27d2f88ec3d35a4.js" defer=""></script><script src="/_next/static/chunks/framework-dc88dc15d5e043e1.js" defer=""></script><script src="/_next/static/chunks/main-5b390d9aaa7199a5.js" defer=""></script><script src="/_next/static/chunks/pages/_app-50fa07b56b2d29ac.js" defer=""></script><script src="/_next/static/chunks/pages/_error-fed8688bdd23f211.js" defer=""></script><script src="/_next/static/wM7YWpWgyTcGc7H5h1u7U/_buildManifest.js" defer=""></script><script src="/_next/static/wM7YWpWgyTcGc7H5h1u7U/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"wM7YWpWgyTcGc7H5h1u7U","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>