vibebusiness 1.2.39 → 1.2.41

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 (180) hide show
  1. package/.next/standalone/.env +7 -0
  2. package/.next/standalone/.next/BUILD_ID +1 -1
  3. package/.next/standalone/.next/app-build-manifest.json +68 -60
  4. package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
  5. package/.next/standalone/.next/build-manifest.json +6 -6
  6. package/.next/standalone/.next/prerender-manifest.json +1 -1
  7. package/.next/standalone/.next/routes-manifest.json +1 -1
  8. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  9. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  10. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  11. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  12. package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
  13. package/.next/standalone/.next/server/app/api/analyze/route.js +1 -1
  14. package/.next/standalone/.next/server/app/api/analyze/route.js.nft.json +1 -1
  15. package/.next/standalone/.next/server/app/api/checkout/route.js +1 -0
  16. package/.next/standalone/.next/server/app/api/checkout/route.js.nft.json +1 -0
  17. package/.next/standalone/.next/server/app/api/config/detect-repos/route.js +1 -1
  18. package/.next/standalone/.next/server/app/api/config/detect-repos/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/config/route.js +1 -1
  20. package/.next/standalone/.next/server/app/api/config/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/epics/[id]/ideas/route.js +1 -1
  22. package/.next/standalone/.next/server/app/api/epics/[id]/ideas/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/epics/[id]/route.js +1 -1
  24. package/.next/standalone/.next/server/app/api/epics/[id]/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/epics/route.js +1 -1
  26. package/.next/standalone/.next/server/app/api/epics/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/goals/[id]/kpis/route.js +1 -1
  28. package/.next/standalone/.next/server/app/api/goals/[id]/kpis/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/goals/[id]/route.js +1 -1
  30. package/.next/standalone/.next/server/app/api/goals/[id]/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/goals/route.js +1 -1
  32. package/.next/standalone/.next/server/app/api/goals/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/api/health/route.js +1 -1
  34. package/.next/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/hypotheses/[id]/route.js +1 -1
  36. package/.next/standalone/.next/server/app/api/hypotheses/[id]/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/hypotheses/route.js +1 -1
  38. package/.next/standalone/.next/server/app/api/hypotheses/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/ideas/[id]/comments/route.js +1 -1
  40. package/.next/standalone/.next/server/app/api/ideas/[id]/comments/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/ideas/[id]/implement/route.js +1 -1
  42. package/.next/standalone/.next/server/app/api/ideas/[id]/implement/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/ideas/[id]/route.js +1 -1
  44. package/.next/standalone/.next/server/app/api/ideas/[id]/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/ideas/[id]/transition/route.js +1 -1
  46. package/.next/standalone/.next/server/app/api/ideas/[id]/transition/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/api/ideas/route.js +1 -1
  48. package/.next/standalone/.next/server/app/api/ideas/route.js.nft.json +1 -1
  49. package/.next/standalone/.next/server/app/api/implementations/route.js +1 -1
  50. package/.next/standalone/.next/server/app/api/implementations/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/api/kpis/refresh/route.js +1 -1
  52. package/.next/standalone/.next/server/app/api/kpis/refresh/route.js.nft.json +1 -1
  53. package/.next/standalone/.next/server/app/api/license/route.js +1 -0
  54. package/.next/standalone/.next/server/app/api/license/route.js.nft.json +1 -0
  55. package/.next/standalone/.next/server/app/api/portal/route.js +1 -0
  56. package/.next/standalone/.next/server/app/api/portal/route.js.nft.json +1 -0
  57. package/.next/standalone/.next/server/app/api/social/[id]/publish/route.js +1 -0
  58. package/.next/standalone/.next/server/app/api/social/[id]/publish/route.js.nft.json +1 -0
  59. package/.next/standalone/.next/server/app/api/social/[id]/route.js +1 -0
  60. package/.next/standalone/.next/server/app/api/social/[id]/route.js.nft.json +1 -0
  61. package/.next/standalone/.next/server/app/api/social/route.js +1 -0
  62. package/.next/standalone/.next/server/app/api/social/route.js.nft.json +1 -0
  63. package/.next/standalone/.next/server/app/api/webhook/route.js +1 -0
  64. package/.next/standalone/.next/server/app/api/webhook/route.js.nft.json +1 -0
  65. package/.next/standalone/.next/server/app/goals/[id]/page.js +1 -1
  66. package/.next/standalone/.next/server/app/goals/[id]/page.js.nft.json +1 -1
  67. package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
  68. package/.next/standalone/.next/server/app/goals/page.js +1 -1
  69. package/.next/standalone/.next/server/app/goals/page.js.nft.json +1 -1
  70. package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
  71. package/.next/standalone/.next/server/app/hypotheses/[id]/page.js +1 -1
  72. package/.next/standalone/.next/server/app/hypotheses/[id]/page.js.nft.json +1 -1
  73. package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
  74. package/.next/standalone/.next/server/app/hypotheses/page.js +1 -1
  75. package/.next/standalone/.next/server/app/hypotheses/page.js.nft.json +1 -1
  76. package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
  77. package/.next/standalone/.next/server/app/ideas/[id]/page.js +1 -1
  78. package/.next/standalone/.next/server/app/ideas/[id]/page.js.nft.json +1 -1
  79. package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
  80. package/.next/standalone/.next/server/app/landing/page.js +1 -1
  81. package/.next/standalone/.next/server/app/landing/page.js.nft.json +1 -1
  82. package/.next/standalone/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  83. package/.next/standalone/.next/server/app/landing.html +1 -1
  84. package/.next/standalone/.next/server/app/landing.rsc +1 -1
  85. package/.next/standalone/.next/server/app/page.js +1 -1
  86. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  87. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  88. package/.next/standalone/.next/server/app/roadmap/[id]/page.js +1 -1
  89. package/.next/standalone/.next/server/app/roadmap/[id]/page.js.nft.json +1 -1
  90. package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
  91. package/.next/standalone/.next/server/app/roadmap/page.js +1 -1
  92. package/.next/standalone/.next/server/app/roadmap/page.js.nft.json +1 -1
  93. package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
  94. package/.next/standalone/.next/server/app/sessions/page.js +1 -1
  95. package/.next/standalone/.next/server/app/sessions/page.js.nft.json +1 -1
  96. package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  97. package/.next/standalone/.next/server/app/settings/page.js +1 -1
  98. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  99. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  100. package/.next/standalone/.next/server/app/settings.html +1 -1
  101. package/.next/standalone/.next/server/app/settings.rsc +2 -2
  102. package/.next/standalone/.next/server/app/social/page.js +1 -0
  103. package/.next/standalone/.next/server/app/social/page.js.nft.json +1 -0
  104. package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -0
  105. package/.next/standalone/.next/server/app/social.html +1 -0
  106. package/.next/standalone/.next/server/app/social.meta +5 -0
  107. package/.next/standalone/.next/server/app/social.rsc +7 -0
  108. package/.next/standalone/.next/server/app-paths-manifest.json +15 -7
  109. package/.next/standalone/.next/server/chunks/{682.js → 1682.js} +1 -1
  110. package/.next/standalone/.next/server/chunks/3644.js +1 -0
  111. package/.next/standalone/.next/server/chunks/4376.js +1 -0
  112. package/.next/standalone/.next/server/chunks/4471.js +2 -0
  113. package/.next/standalone/.next/server/chunks/534.js +1 -0
  114. package/.next/standalone/.next/server/chunks/5972.js +12 -0
  115. package/.next/standalone/.next/server/chunks/7809.js +2 -0
  116. package/.next/standalone/.next/server/chunks/9276.js +2 -0
  117. package/.next/standalone/.next/server/chunks/9777.js +1 -0
  118. package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
  119. package/.next/standalone/.next/server/pages/404.html +1 -1
  120. package/.next/standalone/.next/server/pages/500.html +1 -1
  121. package/.next/standalone/.next/server/pages/_app.js +1 -1
  122. package/.next/standalone/.next/server/pages/_document.js +1 -1
  123. package/.next/standalone/.next/server/pages/_document.js.nft.json +1 -1
  124. package/.next/standalone/.next/server/pages/_error.js +1 -1
  125. package/.next/standalone/.next/server/pages/_error.js.nft.json +1 -1
  126. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  127. package/.next/standalone/.next/server/webpack-runtime.js +1 -1
  128. package/.next/standalone/data/email-campaigns/welcome-2026-02-20.md +13 -32
  129. package/.next/standalone/data/payments.json +33 -0
  130. package/.next/standalone/data/social.json +13 -0
  131. package/.next/standalone/package.json +5 -1
  132. package/.next/standalone/scripts/skills/social-media.ts +456 -0
  133. package/.next/static/chunks/444-125b7b0fa8cbdb81.js +1 -0
  134. package/.next/static/chunks/746-ea7c3e4e69c14385.js +1 -0
  135. package/.next/static/chunks/app/goals/[id]/{page-91b8382d44e93925.js → page-8dbeab5cc8cf0988.js} +1 -1
  136. package/.next/static/chunks/app/goals/{page-ecaa4a2761757014.js → page-794526d1e1a0856a.js} +1 -1
  137. package/.next/static/chunks/app/hypotheses/[id]/{page-894b08de47a73af9.js → page-65032da79ae146c5.js} +1 -1
  138. package/.next/static/chunks/app/hypotheses/page-8314da4be7c533bd.js +1 -0
  139. package/.next/static/chunks/app/ideas/[id]/page-dc9746061e58eea5.js +1 -0
  140. package/.next/static/chunks/app/layout-eeef7928298d2198.js +1 -0
  141. package/.next/static/chunks/app/page-fb66ff080390f20a.js +1 -0
  142. package/.next/static/chunks/app/roadmap/[id]/{page-3848fd96de497d11.js → page-c8c4baf233e0d480.js} +1 -1
  143. package/.next/static/chunks/app/roadmap/page-b15554a207ed2813.js +1 -0
  144. package/.next/static/chunks/app/sessions/page-42fb8edb15b9da1c.js +1 -0
  145. package/.next/static/chunks/app/settings/page-d2d630a799b6b495.js +1 -0
  146. package/.next/static/chunks/app/social/page-6c61fb0c2546313e.js +1 -0
  147. package/.next/static/chunks/{main-c0637f9544446589.js → main-98052d4291bccc96.js} +1 -1
  148. package/.next/static/css/02298496de89e16e.css +3 -0
  149. package/README.md +18 -0
  150. package/dist/bin/vibebusiness.js +307 -26
  151. package/dist/scripts/analyze.js +1 -0
  152. package/dist/scripts/chat.js +1 -0
  153. package/dist/scripts/generate-idea.js +1 -0
  154. package/dist/scripts/heartbeat.js +7343 -192
  155. package/dist/scripts/implement.js +1 -0
  156. package/dist/scripts/init.js +46 -6
  157. package/dist/scripts/scan.js +1 -0
  158. package/package.json +5 -1
  159. package/templates/commands/email-marketing.md +148 -10
  160. package/.next/standalone/.next/server/chunks/276.js +0 -2
  161. package/.next/standalone/.next/server/chunks/416.js +0 -1
  162. package/.next/standalone/.next/server/chunks/471.js +0 -2
  163. package/.next/standalone/.next/server/chunks/617.js +0 -1
  164. package/.next/standalone/.next/server/chunks/644.js +0 -1
  165. package/.next/standalone/.next/server/chunks/972.js +0 -12
  166. package/.next/static/chunks/444-6c0edb23956d018d.js +0 -1
  167. package/.next/static/chunks/783-3af6dbdb6afb55f4.js +0 -1
  168. package/.next/static/chunks/app/hypotheses/page-2cf90570526c76d3.js +0 -1
  169. package/.next/static/chunks/app/ideas/[id]/page-e0cca1557b59f7e0.js +0 -1
  170. package/.next/static/chunks/app/layout-ae8acf4955ee5472.js +0 -1
  171. package/.next/static/chunks/app/page-6a52a6950963129a.js +0 -1
  172. package/.next/static/chunks/app/roadmap/page-94d002cf0e37260f.js +0 -1
  173. package/.next/static/chunks/app/sessions/page-8085e6da5e28c7e4.js +0 -1
  174. package/.next/static/chunks/app/settings/page-34f70eef4a23eb4c.js +0 -1
  175. package/.next/static/css/501d0ac30341ebbe.css +0 -3
  176. /package/.next/static/{k40DKimnEdAtBs_zywSQ4 → VNI-b7vAR8FWLaaVytLYx}/_buildManifest.js +0 -0
  177. /package/.next/static/{k40DKimnEdAtBs_zywSQ4 → VNI-b7vAR8FWLaaVytLYx}/_ssgManifest.js +0 -0
  178. /package/.next/static/chunks/{117-b74c3899e29d85d7.js → 117-23260fd0b5f0bd9a.js} +0 -0
  179. /package/.next/static/chunks/app/_not-found/{page-2573b25f318b094f.js → page-a7be1c556b396c8e.js} +0 -0
  180. /package/.next/static/chunks/{fd9d1056-2182e078483b259b.js → fd9d1056-8c714984d5b17b60.js} +0 -0
@@ -1,2 +1,9 @@
1
1
  INTERNAL_API_KEY=dev-internal-key-12345
2
2
  LOOPS_API_KEY=ec635cac1eaea57a79ad15d9020cda97
3
+ STRIPE_SECRET_KEY=sk_test_51SrfIiAZqeMoBPkQ3jFDIEv3YRHVcCgNhEhtJTLYA82PIyya1M0AaTCId3oO9YO7S4AZg9fgfmQBtWupvIS8tJeo00SSKIjsjC
4
+ STRIPE_WEBHOOK_SECRET=whsec_b3d87e9b5c9a83147870897763fd8ca72891d61034a9f74596626ae0d906c656
5
+ STRIPE_PAYMENT_LINK=https://buy.stripe.com/test_5kQ4gy1HucxU1xcfkDbII00
6
+ X_API_KEY=z5sDKaXZkF5bNXha3A4r5qT4a
7
+ X_API_SECRET=1jywnXWDrq6gPFb8G1tVLqrkptnyCPeJLNvIpKOTArkbg5KvjZ
8
+ X_ACCESS_TOKEN=2216235186-3ro31FGyuqhsdjydAuq1hXfrULK5NjPGjiTQ5bj
9
+ X_ACCESS_SECRET=fSEumtUozAy2Dsy3IVrmZjEiOe6TDK9zsGd3alFfbNBoa
@@ -1 +1 @@
1
- k40DKimnEdAtBs_zywSQ4
1
+ VNI-b7vAR8FWLaaVytLYx
@@ -2,106 +2,114 @@
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
4
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
5
- "static/chunks/fd9d1056-2182e078483b259b.js",
6
- "static/chunks/117-b74c3899e29d85d7.js",
5
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
6
+ "static/chunks/117-23260fd0b5f0bd9a.js",
7
7
  "static/chunks/main-app-f42d9aa726a818bf.js",
8
- "static/chunks/app/_not-found/page-2573b25f318b094f.js"
8
+ "static/chunks/app/_not-found/page-a7be1c556b396c8e.js"
9
9
  ],
10
10
  "/layout": [
11
11
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
12
- "static/chunks/fd9d1056-2182e078483b259b.js",
13
- "static/chunks/117-b74c3899e29d85d7.js",
12
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
13
+ "static/chunks/117-23260fd0b5f0bd9a.js",
14
14
  "static/chunks/main-app-f42d9aa726a818bf.js",
15
- "static/css/501d0ac30341ebbe.css",
16
- "static/chunks/app/layout-ae8acf4955ee5472.js"
15
+ "static/css/02298496de89e16e.css",
16
+ "static/chunks/app/layout-eeef7928298d2198.js"
17
17
  ],
18
- "/goals/[id]/page": [
18
+ "/hypotheses/[id]/page": [
19
19
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
20
- "static/chunks/fd9d1056-2182e078483b259b.js",
21
- "static/chunks/117-b74c3899e29d85d7.js",
20
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
21
+ "static/chunks/117-23260fd0b5f0bd9a.js",
22
22
  "static/chunks/main-app-f42d9aa726a818bf.js",
23
- "static/chunks/783-3af6dbdb6afb55f4.js",
24
- "static/chunks/444-6c0edb23956d018d.js",
25
- "static/chunks/app/goals/[id]/page-91b8382d44e93925.js"
23
+ "static/chunks/746-ea7c3e4e69c14385.js",
24
+ "static/chunks/app/hypotheses/[id]/page-65032da79ae146c5.js"
26
25
  ],
27
- "/hypotheses/[id]/page": [
26
+ "/goals/[id]/page": [
28
27
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
29
- "static/chunks/fd9d1056-2182e078483b259b.js",
30
- "static/chunks/117-b74c3899e29d85d7.js",
28
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
29
+ "static/chunks/117-23260fd0b5f0bd9a.js",
31
30
  "static/chunks/main-app-f42d9aa726a818bf.js",
32
- "static/chunks/783-3af6dbdb6afb55f4.js",
33
- "static/chunks/app/hypotheses/[id]/page-894b08de47a73af9.js"
31
+ "static/chunks/746-ea7c3e4e69c14385.js",
32
+ "static/chunks/444-125b7b0fa8cbdb81.js",
33
+ "static/chunks/app/goals/[id]/page-8dbeab5cc8cf0988.js"
34
34
  ],
35
35
  "/roadmap/[id]/page": [
36
36
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
37
- "static/chunks/fd9d1056-2182e078483b259b.js",
38
- "static/chunks/117-b74c3899e29d85d7.js",
37
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
38
+ "static/chunks/117-23260fd0b5f0bd9a.js",
39
39
  "static/chunks/main-app-f42d9aa726a818bf.js",
40
- "static/chunks/783-3af6dbdb6afb55f4.js",
41
- "static/chunks/app/roadmap/[id]/page-3848fd96de497d11.js"
40
+ "static/chunks/746-ea7c3e4e69c14385.js",
41
+ "static/chunks/app/roadmap/[id]/page-c8c4baf233e0d480.js"
42
42
  ],
43
- "/settings/page": [
43
+ "/ideas/[id]/page": [
44
44
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
45
- "static/chunks/fd9d1056-2182e078483b259b.js",
46
- "static/chunks/117-b74c3899e29d85d7.js",
45
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
46
+ "static/chunks/117-23260fd0b5f0bd9a.js",
47
47
  "static/chunks/main-app-f42d9aa726a818bf.js",
48
- "static/chunks/783-3af6dbdb6afb55f4.js",
49
- "static/chunks/app/settings/page-34f70eef4a23eb4c.js"
48
+ "static/chunks/746-ea7c3e4e69c14385.js",
49
+ "static/chunks/59-a053b1c0e85128de.js",
50
+ "static/chunks/app/ideas/[id]/page-dc9746061e58eea5.js"
50
51
  ],
51
- "/page": [
52
+ "/goals/page": [
52
53
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
53
- "static/chunks/fd9d1056-2182e078483b259b.js",
54
- "static/chunks/117-b74c3899e29d85d7.js",
54
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
55
+ "static/chunks/117-23260fd0b5f0bd9a.js",
55
56
  "static/chunks/main-app-f42d9aa726a818bf.js",
56
- "static/chunks/783-3af6dbdb6afb55f4.js",
57
- "static/chunks/app/page-6a52a6950963129a.js"
57
+ "static/chunks/746-ea7c3e4e69c14385.js",
58
+ "static/chunks/444-125b7b0fa8cbdb81.js",
59
+ "static/chunks/app/goals/page-794526d1e1a0856a.js"
58
60
  ],
59
- "/ideas/[id]/page": [
61
+ "/hypotheses/page": [
60
62
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
61
- "static/chunks/fd9d1056-2182e078483b259b.js",
62
- "static/chunks/117-b74c3899e29d85d7.js",
63
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
64
+ "static/chunks/117-23260fd0b5f0bd9a.js",
63
65
  "static/chunks/main-app-f42d9aa726a818bf.js",
64
- "static/chunks/783-3af6dbdb6afb55f4.js",
65
- "static/chunks/59-a053b1c0e85128de.js",
66
- "static/chunks/app/ideas/[id]/page-e0cca1557b59f7e0.js"
66
+ "static/chunks/746-ea7c3e4e69c14385.js",
67
+ "static/chunks/app/hypotheses/page-8314da4be7c533bd.js"
67
68
  ],
68
- "/goals/page": [
69
+ "/page": [
69
70
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
70
- "static/chunks/fd9d1056-2182e078483b259b.js",
71
- "static/chunks/117-b74c3899e29d85d7.js",
71
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
72
+ "static/chunks/117-23260fd0b5f0bd9a.js",
72
73
  "static/chunks/main-app-f42d9aa726a818bf.js",
73
- "static/chunks/783-3af6dbdb6afb55f4.js",
74
- "static/chunks/444-6c0edb23956d018d.js",
75
- "static/chunks/app/goals/page-ecaa4a2761757014.js"
74
+ "static/chunks/746-ea7c3e4e69c14385.js",
75
+ "static/chunks/app/page-fb66ff080390f20a.js"
76
76
  ],
77
- "/hypotheses/page": [
77
+ "/sessions/page": [
78
78
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
79
- "static/chunks/fd9d1056-2182e078483b259b.js",
80
- "static/chunks/117-b74c3899e29d85d7.js",
79
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
80
+ "static/chunks/117-23260fd0b5f0bd9a.js",
81
81
  "static/chunks/main-app-f42d9aa726a818bf.js",
82
- "static/chunks/783-3af6dbdb6afb55f4.js",
83
- "static/chunks/app/hypotheses/page-2cf90570526c76d3.js"
82
+ "static/chunks/746-ea7c3e4e69c14385.js",
83
+ "static/chunks/app/sessions/page-42fb8edb15b9da1c.js"
84
84
  ],
85
- "/sessions/page": [
85
+ "/social/page": [
86
+ "static/chunks/webpack-a3c37fcbf859f6f9.js",
87
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
88
+ "static/chunks/117-23260fd0b5f0bd9a.js",
89
+ "static/chunks/main-app-f42d9aa726a818bf.js",
90
+ "static/chunks/746-ea7c3e4e69c14385.js",
91
+ "static/chunks/app/social/page-6c61fb0c2546313e.js"
92
+ ],
93
+ "/settings/page": [
86
94
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
87
- "static/chunks/fd9d1056-2182e078483b259b.js",
88
- "static/chunks/117-b74c3899e29d85d7.js",
95
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
96
+ "static/chunks/117-23260fd0b5f0bd9a.js",
89
97
  "static/chunks/main-app-f42d9aa726a818bf.js",
90
- "static/chunks/783-3af6dbdb6afb55f4.js",
91
- "static/chunks/app/sessions/page-8085e6da5e28c7e4.js"
98
+ "static/chunks/746-ea7c3e4e69c14385.js",
99
+ "static/chunks/app/settings/page-d2d630a799b6b495.js"
92
100
  ],
93
101
  "/roadmap/page": [
94
102
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
95
- "static/chunks/fd9d1056-2182e078483b259b.js",
96
- "static/chunks/117-b74c3899e29d85d7.js",
103
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
104
+ "static/chunks/117-23260fd0b5f0bd9a.js",
97
105
  "static/chunks/main-app-f42d9aa726a818bf.js",
98
- "static/chunks/783-3af6dbdb6afb55f4.js",
99
- "static/chunks/app/roadmap/page-94d002cf0e37260f.js"
106
+ "static/chunks/746-ea7c3e4e69c14385.js",
107
+ "static/chunks/app/roadmap/page-b15554a207ed2813.js"
100
108
  ],
101
109
  "/landing/page": [
102
110
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
103
- "static/chunks/fd9d1056-2182e078483b259b.js",
104
- "static/chunks/117-b74c3899e29d85d7.js",
111
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
112
+ "static/chunks/117-23260fd0b5f0bd9a.js",
105
113
  "static/chunks/main-app-f42d9aa726a818bf.js",
106
114
  "static/chunks/app/landing/page-ba1f0f3926a5abf2.js"
107
115
  ]
@@ -1 +1 @@
1
- {"/_not-found/page":"/_not-found","/api/config/detect-repos/route":"/api/config/detect-repos","/api/epics/[id]/ideas/route":"/api/epics/[id]/ideas","/api/epics/[id]/route":"/api/epics/[id]","/api/goals/[id]/route":"/api/goals/[id]","/api/goals/[id]/kpis/route":"/api/goals/[id]/kpis","/api/hypotheses/[id]/route":"/api/hypotheses/[id]","/api/ideas/[id]/comments/route":"/api/ideas/[id]/comments","/api/ideas/[id]/implement/route":"/api/ideas/[id]/implement","/api/ideas/[id]/route":"/api/ideas/[id]","/api/ideas/[id]/transition/route":"/api/ideas/[id]/transition","/api/kpis/refresh/route":"/api/kpis/refresh","/goals/[id]/page":"/goals/[id]","/hypotheses/[id]/page":"/hypotheses/[id]","/roadmap/[id]/page":"/roadmap/[id]","/settings/page":"/settings","/api/analyze/route":"/api/analyze","/api/config/route":"/api/config","/api/epics/route":"/api/epics","/api/goals/route":"/api/goals","/api/health/route":"/api/health","/api/hypotheses/route":"/api/hypotheses","/api/ideas/route":"/api/ideas","/api/implementations/route":"/api/implementations","/page":"/","/ideas/[id]/page":"/ideas/[id]","/goals/page":"/goals","/hypotheses/page":"/hypotheses","/sessions/page":"/sessions","/roadmap/page":"/roadmap","/landing/page":"/landing"}
1
+ {"/_not-found/page":"/_not-found","/api/config/detect-repos/route":"/api/config/detect-repos","/api/epics/[id]/ideas/route":"/api/epics/[id]/ideas","/api/epics/[id]/route":"/api/epics/[id]","/api/goals/[id]/route":"/api/goals/[id]","/api/goals/[id]/kpis/route":"/api/goals/[id]/kpis","/api/hypotheses/[id]/route":"/api/hypotheses/[id]","/api/ideas/[id]/comments/route":"/api/ideas/[id]/comments","/api/ideas/[id]/implement/route":"/api/ideas/[id]/implement","/api/ideas/[id]/route":"/api/ideas/[id]","/api/ideas/[id]/transition/route":"/api/ideas/[id]/transition","/api/kpis/refresh/route":"/api/kpis/refresh","/api/social/[id]/publish/route":"/api/social/[id]/publish","/api/social/[id]/route":"/api/social/[id]","/hypotheses/[id]/page":"/hypotheses/[id]","/goals/[id]/page":"/goals/[id]","/roadmap/[id]/page":"/roadmap/[id]","/api/checkout/route":"/api/checkout","/api/config/route":"/api/config","/api/health/route":"/api/health","/api/goals/route":"/api/goals","/api/epics/route":"/api/epics","/api/analyze/route":"/api/analyze","/api/implementations/route":"/api/implementations","/api/hypotheses/route":"/api/hypotheses","/api/ideas/route":"/api/ideas","/api/portal/route":"/api/portal","/api/social/route":"/api/social","/api/license/route":"/api/license","/api/webhook/route":"/api/webhook","/ideas/[id]/page":"/ideas/[id]","/goals/page":"/goals","/hypotheses/page":"/hypotheses","/page":"/","/sessions/page":"/sessions","/social/page":"/social","/settings/page":"/settings","/roadmap/page":"/roadmap","/landing/page":"/landing"}
@@ -5,26 +5,26 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/k40DKimnEdAtBs_zywSQ4/_buildManifest.js",
9
- "static/k40DKimnEdAtBs_zywSQ4/_ssgManifest.js"
8
+ "static/VNI-b7vAR8FWLaaVytLYx/_buildManifest.js",
9
+ "static/VNI-b7vAR8FWLaaVytLYx/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
13
- "static/chunks/fd9d1056-2182e078483b259b.js",
14
- "static/chunks/117-b74c3899e29d85d7.js",
13
+ "static/chunks/fd9d1056-8c714984d5b17b60.js",
14
+ "static/chunks/117-23260fd0b5f0bd9a.js",
15
15
  "static/chunks/main-app-f42d9aa726a818bf.js"
16
16
  ],
17
17
  "pages": {
18
18
  "/_app": [
19
19
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
20
20
  "static/chunks/framework-f66176bb897dc684.js",
21
- "static/chunks/main-c0637f9544446589.js",
21
+ "static/chunks/main-98052d4291bccc96.js",
22
22
  "static/chunks/pages/_app-72b849fbd24ac258.js"
23
23
  ],
24
24
  "/_error": [
25
25
  "static/chunks/webpack-a3c37fcbf859f6f9.js",
26
26
  "static/chunks/framework-f66176bb897dc684.js",
27
- "static/chunks/main-c0637f9544446589.js",
27
+ "static/chunks/main-98052d4291bccc96.js",
28
28
  "static/chunks/pages/_error-7ba65e1336b92748.js"
29
29
  ]
30
30
  },
@@ -1 +1 @@
1
- {"version":4,"routes":{"/settings":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/settings","dataRoute":"/settings.rsc"},"/landing":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/landing","dataRoute":"/landing.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"6c91a1e2d523b090770db3f5a9592bef","previewModeSigningKey":"c9e419c470bf4aa414f3432d3eb54bdf5fbf3aa890ab64ba6221d1aef4b4d458","previewModeEncryptionKey":"54cd72d09e24edeedc221c9940029a9ca2dcacbe226d96941411a26909112e22"}}
1
+ {"version":4,"routes":{"/social":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/social","dataRoute":"/social.rsc"},"/settings":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/settings","dataRoute":"/settings.rsc"},"/landing":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/landing","dataRoute":"/landing.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"5354e0d79b18b8b5b0f1b6e25abbbc7c","previewModeSigningKey":"b632e85ba53df54839420ac8a7379b321f02df5049a203b393173369d10a3c1d","previewModeEncryptionKey":"63d65089e1543d4edcf6d09e41f19aa42f8e84e57a07e5593c55f96a529529f0"}}
@@ -1 +1 @@
1
- {"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/epics/[id]","regex":"^/api/epics/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/epics/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/epics/[id]/ideas","regex":"^/api/epics/([^/]+?)/ideas(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/epics/(?<nxtPid>[^/]+?)/ideas(?:/)?$"},{"page":"/api/goals/[id]","regex":"^/api/goals/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/goals/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/goals/[id]/kpis","regex":"^/api/goals/([^/]+?)/kpis(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/goals/(?<nxtPid>[^/]+?)/kpis(?:/)?$"},{"page":"/api/hypotheses/[id]","regex":"^/api/hypotheses/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/hypotheses/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/ideas/[id]","regex":"^/api/ideas/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/ideas/[id]/comments","regex":"^/api/ideas/([^/]+?)/comments(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/comments(?:/)?$"},{"page":"/api/ideas/[id]/implement","regex":"^/api/ideas/([^/]+?)/implement(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/implement(?:/)?$"},{"page":"/api/ideas/[id]/transition","regex":"^/api/ideas/([^/]+?)/transition(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/transition(?:/)?$"},{"page":"/goals/[id]","regex":"^/goals/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/goals/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/hypotheses/[id]","regex":"^/hypotheses/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/hypotheses/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/ideas/[id]","regex":"^/ideas/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/ideas/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/roadmap/[id]","regex":"^/roadmap/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/roadmap/(?<nxtPid>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/_not-found","regex":"^/_not\\-found(?:/)?$","routeKeys":{},"namedRegex":"^/_not\\-found(?:/)?$"},{"page":"/goals","regex":"^/goals(?:/)?$","routeKeys":{},"namedRegex":"^/goals(?:/)?$"},{"page":"/hypotheses","regex":"^/hypotheses(?:/)?$","routeKeys":{},"namedRegex":"^/hypotheses(?:/)?$"},{"page":"/landing","regex":"^/landing(?:/)?$","routeKeys":{},"namedRegex":"^/landing(?:/)?$"},{"page":"/roadmap","regex":"^/roadmap(?:/)?$","routeKeys":{},"namedRegex":"^/roadmap(?:/)?$"},{"page":"/sessions","regex":"^/sessions(?:/)?$","routeKeys":{},"namedRegex":"^/sessions(?:/)?$"},{"page":"/settings","regex":"^/settings(?:/)?$","routeKeys":{},"namedRegex":"^/settings(?:/)?$"}],"dataRoutes":[],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]}
1
+ {"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/epics/[id]","regex":"^/api/epics/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/epics/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/epics/[id]/ideas","regex":"^/api/epics/([^/]+?)/ideas(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/epics/(?<nxtPid>[^/]+?)/ideas(?:/)?$"},{"page":"/api/goals/[id]","regex":"^/api/goals/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/goals/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/goals/[id]/kpis","regex":"^/api/goals/([^/]+?)/kpis(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/goals/(?<nxtPid>[^/]+?)/kpis(?:/)?$"},{"page":"/api/hypotheses/[id]","regex":"^/api/hypotheses/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/hypotheses/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/ideas/[id]","regex":"^/api/ideas/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/ideas/[id]/comments","regex":"^/api/ideas/([^/]+?)/comments(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/comments(?:/)?$"},{"page":"/api/ideas/[id]/implement","regex":"^/api/ideas/([^/]+?)/implement(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/implement(?:/)?$"},{"page":"/api/ideas/[id]/transition","regex":"^/api/ideas/([^/]+?)/transition(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/ideas/(?<nxtPid>[^/]+?)/transition(?:/)?$"},{"page":"/api/social/[id]","regex":"^/api/social/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/social/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/api/social/[id]/publish","regex":"^/api/social/([^/]+?)/publish(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/api/social/(?<nxtPid>[^/]+?)/publish(?:/)?$"},{"page":"/goals/[id]","regex":"^/goals/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/goals/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/hypotheses/[id]","regex":"^/hypotheses/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/hypotheses/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/ideas/[id]","regex":"^/ideas/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/ideas/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/roadmap/[id]","regex":"^/roadmap/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/roadmap/(?<nxtPid>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/_not-found","regex":"^/_not\\-found(?:/)?$","routeKeys":{},"namedRegex":"^/_not\\-found(?:/)?$"},{"page":"/goals","regex":"^/goals(?:/)?$","routeKeys":{},"namedRegex":"^/goals(?:/)?$"},{"page":"/hypotheses","regex":"^/hypotheses(?:/)?$","routeKeys":{},"namedRegex":"^/hypotheses(?:/)?$"},{"page":"/landing","regex":"^/landing(?:/)?$","routeKeys":{},"namedRegex":"^/landing(?:/)?$"},{"page":"/roadmap","regex":"^/roadmap(?:/)?$","routeKeys":{},"namedRegex":"^/roadmap(?:/)?$"},{"page":"/sessions","regex":"^/sessions(?:/)?$","routeKeys":{},"namedRegex":"^/sessions(?:/)?$"},{"page":"/settings","regex":"^/settings(?:/)?$","routeKeys":{},"namedRegex":"^/settings(?:/)?$"},{"page":"/social","regex":"^/social(?:/)?$","routeKeys":{},"namedRegex":"^/social(?:/)?$"}],"dataRoutes":[],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]}
@@ -1 +1 @@
1
- (()=>{var e={};e.id=409,e.ids=[409],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},4912:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>i.a,__next_app__:()=>f,originalPathname:()=>c,pages:()=>d,routeModule:()=>p,tree:()=>a}),n(7352),n(5866),n(2029);var r=n(3191),o=n(8716),s=n(7922),i=n.n(s),u=n(5231),l={};for(let e in u)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>u[e]);n.d(t,l);let a=["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.t.bind(n,5866,23)),"next/dist/client/components/not-found-error"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,2029)),"/Users/luismey/Code/vibebusiness/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,5866,23)),"next/dist/client/components/not-found-error"]}],d=[],c="/_not-found/page",f={require:n,loadChunk:()=>Promise.resolve()},p=new r.AppPageRouteModule({definition:{kind:o.x.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:a}})},7010:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,2994,23)),Promise.resolve().then(n.t.bind(n,6114,23)),Promise.resolve().then(n.t.bind(n,9727,23)),Promise.resolve().then(n.t.bind(n,9671,23)),Promise.resolve().then(n.t.bind(n,1868,23)),Promise.resolve().then(n.t.bind(n,4759,23))},5698:()=>{},6399:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{isNotFoundError:function(){return o},notFound:function(){return r}});let n="NEXT_NOT_FOUND";function r(){let e=Error(n);throw e.digest=n,e}function o(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===n}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7352:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PARALLEL_ROUTE_DEFAULT_PATH:function(){return o},default:function(){return s}});let r=n(6399),o="next/dist/client/components/parallel-route-default.js";function s(){(0,r.notFound)()}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},2029:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s,metadata:()=>o});var r=n(9510);n(5023);let o={title:process.env.NEXT_PUBLIC_PRODUCT_NAME?`${process.env.NEXT_PUBLIC_PRODUCT_NAME} Analyst`:"AI Business Analyst",description:"AI Business Analyst - Autonomous improvement proposals"};function s({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{className:"min-h-screen bg-slate-50",children:e})})}},5023:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[276,471],()=>n(4912));module.exports=r})();
1
+ (()=>{var e={};e.id=7409,e.ids=[7409],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},4912:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>i.a,__next_app__:()=>f,originalPathname:()=>c,pages:()=>d,routeModule:()=>p,tree:()=>a}),n(7352),n(5866),n(2029);var r=n(3191),o=n(8716),s=n(7922),i=n.n(s),u=n(5231),l={};for(let e in u)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>u[e]);n.d(t,l);let a=["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.t.bind(n,5866,23)),"next/dist/client/components/not-found-error"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,2029)),"/Users/luismey/Code/vibebusiness/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,5866,23)),"next/dist/client/components/not-found-error"]}],d=[],c="/_not-found/page",f={require:n,loadChunk:()=>Promise.resolve()},p=new r.AppPageRouteModule({definition:{kind:o.x.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:a}})},7010:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,2994,23)),Promise.resolve().then(n.t.bind(n,6114,23)),Promise.resolve().then(n.t.bind(n,9727,23)),Promise.resolve().then(n.t.bind(n,9671,23)),Promise.resolve().then(n.t.bind(n,1868,23)),Promise.resolve().then(n.t.bind(n,4759,23))},5698:()=>{},6399:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{isNotFoundError:function(){return o},notFound:function(){return r}});let n="NEXT_NOT_FOUND";function r(){let e=Error(n);throw e.digest=n,e}function o(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===n}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7352:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PARALLEL_ROUTE_DEFAULT_PATH:function(){return o},default:function(){return s}});let r=n(6399),o="next/dist/client/components/parallel-route-default.js";function s(){(0,r.notFound)()}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},2029:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s,metadata:()=>o});var r=n(9510);n(5023);let o={title:process.env.NEXT_PUBLIC_PRODUCT_NAME?`${process.env.NEXT_PUBLIC_PRODUCT_NAME} Analyst`:"AI Business Analyst",description:"AI Business Analyst - Autonomous improvement proposals"};function s({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{className:"min-h-screen bg-slate-50",children:e})})}},5023:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[9276,4471],()=>n(4912));module.exports=r})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/276.js","../../chunks/471.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/4471.js","../../chunks/9276.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"306":{"*":{"id":"7502","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"2674":{"*":{"id":"9973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3032":{"*":{"id":"1828","name":"*","chunks":[],"async":false}},"4553":{"*":{"id":"8022","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"6383":{"*":{"id":"5464","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"6435":{"*":{"id":"6663","name":"*","chunks":[],"async":false}},"8935":{"*":{"id":"1358","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9534":{"*":{"id":"7655","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/globals.css":{"id":2778,"name":"*","chunks":["185","static/chunks/app/layout-ae8acf4955ee5472.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page.tsx":{"id":8935,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/hypotheses/[id]/page.tsx":{"id":4553,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/roadmap/[id]/page.tsx":{"id":47,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/settings/page.tsx":{"id":6383,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/DashboardHeader.tsx":{"id":6435,"name":"*","chunks":["783","static/chunks/783-3af6dbdb6afb55f4.js","931","static/chunks/app/page-6a52a6950963129a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/AnalystLayout.tsx":{"id":1259,"name":"*","chunks":["783","static/chunks/783-3af6dbdb6afb55f4.js","931","static/chunks/app/page-6a52a6950963129a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaKanban.tsx":{"id":306,"name":"*","chunks":["783","static/chunks/783-3af6dbdb6afb55f4.js","931","static/chunks/app/page-6a52a6950963129a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaDetail.tsx":{"id":9534,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/GoalCard.tsx":{"id":2674,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/HypothesisCard.tsx":{"id":786,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/RoadmapViewToggle.tsx":{"id":3032,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/luismey/Code/vibebusiness/src/":[],"/Users/luismey/Code/vibebusiness/src/app/layout":["static/css/501d0ac30341ebbe.css"],"/Users/luismey/Code/vibebusiness/src/app/page":[],"/Users/luismey/Code/vibebusiness/src/app/_not-found/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"2612":{"*":{"id":"3305","name":"*","chunks":[],"async":false}},"2674":{"*":{"id":"9973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3032":{"*":{"id":"1828","name":"*","chunks":[],"async":false}},"4553":{"*":{"id":"8022","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"6435":{"*":{"id":"6663","name":"*","chunks":[],"async":false}},"8619":{"*":{"id":"5467","name":"*","chunks":[],"async":false}},"8935":{"*":{"id":"1358","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9534":{"*":{"id":"9616","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/globals.css":{"id":2778,"name":"*","chunks":["185","static/chunks/app/layout-eeef7928298d2198.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/hypotheses/[id]/page.tsx":{"id":4553,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page.tsx":{"id":8935,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/roadmap/[id]/page.tsx":{"id":47,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/AnalystLayout.tsx":{"id":1259,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-fb66ff080390f20a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaDetail.tsx":{"id":9534,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/GoalCard.tsx":{"id":2674,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/HypothesisCard.tsx":{"id":786,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/DashboardHeader.tsx":{"id":6435,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-fb66ff080390f20a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaKanban.tsx":{"id":1214,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-fb66ff080390f20a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/social/page.tsx":{"id":2612,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/settings/page.tsx":{"id":8619,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/RoadmapViewToggle.tsx":{"id":3032,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/luismey/Code/vibebusiness/src/":[],"/Users/luismey/Code/vibebusiness/src/app/layout":["static/css/02298496de89e16e.css"],"/Users/luismey/Code/vibebusiness/src/app/page":[],"/Users/luismey/Code/vibebusiness/src/app/_not-found/page":[]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/501d0ac30341ebbe.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js"/><script src="/_next/static/chunks/fd9d1056-2182e078483b259b.js" async=""></script><script src="/_next/static/chunks/117-b74c3899e29d85d7.js" async=""></script><script src="/_next/static/chunks/main-app-f42d9aa726a818bf.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AI Business Analyst</title><meta name="description" content="AI Business Analyst - Autonomous improvement proposals"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-slate-50"><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-a3c37fcbf859f6f9.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/501d0ac30341ebbe.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\nb:I[1060,[],\"\"]\n6:{\"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\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"k40DKimnEdAtBs_zywSQ4\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"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],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/501d0ac30341ebbe.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-slate-50\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"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\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"AI Business Analyst\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"AI Business Analyst - Autonomous improvement proposals\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/02298496de89e16e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js"/><script src="/_next/static/chunks/fd9d1056-8c714984d5b17b60.js" async=""></script><script src="/_next/static/chunks/117-23260fd0b5f0bd9a.js" async=""></script><script src="/_next/static/chunks/main-app-f42d9aa726a818bf.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AI Business Analyst</title><meta name="description" content="AI Business Analyst - Autonomous improvement proposals"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-slate-50"><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-a3c37fcbf859f6f9.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/02298496de89e16e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\nb:I[1060,[],\"\"]\n6:{\"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\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"VNI-b7vAR8FWLaaVytLYx\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"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],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/02298496de89e16e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-slate-50\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"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\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"AI Business Analyst\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"AI Business Analyst - Autonomous improvement proposals\"}]]\n3:null\n"])</script></body></html>
@@ -4,6 +4,6 @@
4
4
  5:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
5
5
  6:{"display":"inline-block"}
6
6
  7:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
7
- 0:["k40DKimnEdAtBs_zywSQ4",[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["/_not-found",{"children":["__PAGE__",{},[["$L1",[["$","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],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","/_not-found","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/501d0ac30341ebbe.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"min-h-screen bg-slate-50","children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$4","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":"$5","children":"404"}],["$","div",null,{"style":"$6","children":["$","h2",null,{"style":"$7","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L8",["$","meta",null,{"name":"robots","content":"noindex"}]]]]]
7
+ 0:["VNI-b7vAR8FWLaaVytLYx",[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["/_not-found",{"children":["__PAGE__",{},[["$L1",[["$","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],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","/_not-found","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/02298496de89e16e.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"min-h-screen bg-slate-50","children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$4","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":"$5","children":"404"}],["$","div",null,{"style":"$6","children":["$","h2",null,{"style":"$7","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L8",["$","meta",null,{"name":"robots","content":"noindex"}]]]]]
8
8
  8:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"AI Business Analyst"}],["$","meta","3",{"name":"description","content":"AI Business Analyst - Autonomous improvement proposals"}]]
9
9
  1:null
@@ -1 +1 @@
1
- "use strict";(()=>{var e={};e.id=652,e.ids=[652],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},1764:e=>{e.exports=require("util")},7776:(e,s,t)=>{t.r(s),t.d(s,{originalPathname:()=>j,patchFetch:()=>q,requestAsyncStorage:()=>w,routeModule:()=>h,serverHooks:()=>v,staticGenerationAsyncStorage:()=>f});var r={};t.r(r),t.d(r,{GET:()=>g,POST:()=>m,dynamic:()=>x});var a=t(9303),n=t(8716),i=t(670),o=t(7070),u=t(1282),c=t(1764),p=t(5315),l=t.n(p),d=t(1416);let y=(0,c.promisify)(u.exec),x="force-dynamic";async function m(e){try{await (0,d.KG)();let s=(await e.json()).type||"quick",t=["quick","deep","metrics","seo"];if(!t.includes(s))return o.NextResponse.json({success:!1,error:`Invalid analysis type. Must be one of: ${t.join(", ")}`},{status:400});let r=(await (0,d.Iw)()).length,a=process.cwd(),n=l().join(a,"scripts","analyze.ts");try{let{stdout:e,stderr:t}=await y(`npx tsx "${n}" --type=${s}`,{cwd:a,timeout:3e5,env:{...process.env,NODE_ENV:"production"}});t&&!t.includes("warning")&&console.error("Analysis script stderr:",t);let i=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!0,ideas_count:i,message:`Analysis complete. Generated ${i} new ideas.`,output:e})}catch(s){console.error("Analysis script failed:",s);let e=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!1,error:"Analysis script failed",ideas_count:e,details:s.message,stdout:s.stdout,stderr:s.stderr},{status:500})}}catch(e){return console.error("Failed to run analysis:",e),o.NextResponse.json({success:!1,error:"Failed to run analysis"},{status:500})}}async function g(){return o.NextResponse.json({success:!0,message:"Analysis endpoint ready. Use POST to trigger an analysis."})}let h=new a.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/analyze/route",pathname:"/api/analyze",filename:"route",bundlePath:"app/api/analyze/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/analyze/route.ts",nextConfigOutput:"standalone",userland:r}),{requestAsyncStorage:w,staticGenerationAsyncStorage:f,serverHooks:v}=h,j="/api/analyze/route";function q(){return(0,i.patchFetch)({serverHooks:v,staticGenerationAsyncStorage:f})}}};var s=require("../../../webpack-runtime.js");s.C(e);var t=e=>s(s.s=e),r=s.X(0,[276,972,416],()=>t(7776));module.exports=r})();
1
+ "use strict";(()=>{var e={};e.id=9652,e.ids=[9652],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},1764:e=>{e.exports=require("util")},7776:(e,s,t)=>{t.r(s),t.d(s,{originalPathname:()=>j,patchFetch:()=>q,requestAsyncStorage:()=>w,routeModule:()=>h,serverHooks:()=>v,staticGenerationAsyncStorage:()=>f});var r={};t.r(r),t.d(r,{GET:()=>g,POST:()=>m,dynamic:()=>x});var a=t(9303),n=t(8716),i=t(670),o=t(7070),u=t(1282),c=t(1764),p=t(5315),l=t.n(p),d=t(534);let y=(0,c.promisify)(u.exec),x="force-dynamic";async function m(e){try{await (0,d.KG)();let s=(await e.json()).type||"quick",t=["quick","deep","metrics","seo"];if(!t.includes(s))return o.NextResponse.json({success:!1,error:`Invalid analysis type. Must be one of: ${t.join(", ")}`},{status:400});let r=(await (0,d.Iw)()).length,a=process.cwd(),n=l().join(a,"scripts","analyze.ts");try{let{stdout:e,stderr:t}=await y(`npx tsx "${n}" --type=${s}`,{cwd:a,timeout:3e5,env:{...process.env,NODE_ENV:"production"}});t&&!t.includes("warning")&&console.error("Analysis script stderr:",t);let i=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!0,ideas_count:i,message:`Analysis complete. Generated ${i} new ideas.`,output:e})}catch(s){console.error("Analysis script failed:",s);let e=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!1,error:"Analysis script failed",ideas_count:e,details:s.message,stdout:s.stdout,stderr:s.stderr},{status:500})}}catch(e){return console.error("Failed to run analysis:",e),o.NextResponse.json({success:!1,error:"Failed to run analysis"},{status:500})}}async function g(){return o.NextResponse.json({success:!0,message:"Analysis endpoint ready. Use POST to trigger an analysis."})}let h=new a.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/analyze/route",pathname:"/api/analyze",filename:"route",bundlePath:"app/api/analyze/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/analyze/route.ts",nextConfigOutput:"standalone",userland:r}),{requestAsyncStorage:w,staticGenerationAsyncStorage:f,serverHooks:v}=h,j="/api/analyze/route";function q(){return(0,i.patchFetch)({serverHooks:v,staticGenerationAsyncStorage:f})}}};var s=require("../../../webpack-runtime.js");s.C(e);var t=e=>s(s.s=e),r=s.X(0,[9276,5972,534],()=>t(7776));module.exports=r})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../data/.analysis-prompt.txt","../../../../../data/.gitkeep","../../../../../data/business-context.json","../../../../../data/codebase-snapshot.json","../../../../../data/competitors.json","../../../../../data/config.json","../../../../../data/email-campaigns/sequences/onboarding.md","../../../../../data/email-campaigns/welcome-2026-02-20.md","../../../../../data/goals.json","../../../../../data/heartbeat-sessions.json","../../../../../data/hypotheses.json","../../../../../data/ideas.json","../../../../../data/implementations.json","../../../../../data/pages.json","../../../../../data/positioning.json","../../../../../data/roadmap.json","../../../../../data/sessions.json","../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../../scripts/analyze.ts","../../../../package.json","../../../chunks/276.js","../../../chunks/416.js","../../../chunks/972.js","../../../webpack-runtime.js"]}
1
+ {"version":1,"files":["../../../../../data/.DS_Store","../../../../../data/.analysis-prompt.txt","../../../../../data/.gitkeep","../../../../../data/business-context.json","../../../../../data/codebase-snapshot.json","../../../../../data/competitors.json","../../../../../data/config.json","../../../../../data/email-campaigns/sequences/onboarding.md","../../../../../data/email-campaigns/welcome-2026-02-20.md","../../../../../data/goals.json","../../../../../data/heartbeat-sessions.json","../../../../../data/hypotheses.json","../../../../../data/ideas.json","../../../../../data/implementations.json","../../../../../data/pages.json","../../../../../data/payments.json","../../../../../data/positioning.json","../../../../../data/roadmap.json","../../../../../data/sessions.json","../../../../../data/social.json","../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../../scripts/analyze.ts","../../../../package.json","../../../chunks/534.js","../../../chunks/5972.js","../../../chunks/9276.js","../../../webpack-runtime.js"]}
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var e={};e.id=1607,e.ids=[1607],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},7702:e=>{e.exports=require("events")},2615:e=>{e.exports=require("http")},8791:e=>{e.exports=require("https")},6104:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>m,patchFetch:()=>v,requestAsyncStorage:()=>l,routeModule:()=>d,serverHooks:()=>x,staticGenerationAsyncStorage:()=>h});var s={};t.r(s),t.d(s,{POST:()=>p,dynamic:()=>a});var o=t(9303),i=t(8716),n=t(670),c=t(7070),u=t(6029);let a="force-dynamic";async function p(e){try{let{priceId:r,successUrl:t,cancelUrl:s}=await e.json();if(!r)return c.NextResponse.json({success:!1,error:"priceId is required"},{status:400});let o=await u.A.checkout.sessions.create({mode:"subscription",payment_method_types:["card"],line_items:[{price:r,quantity:1}],success_url:t||`${e.nextUrl.origin}/success?session_id={CHECKOUT_SESSION_ID}`,cancel_url:s||`${e.nextUrl.origin}/pricing`});return c.NextResponse.json({success:!0,url:o.url})}catch(e){return console.error("Checkout session error:",e),c.NextResponse.json({success:!1,error:"Failed to create checkout session"},{status:500})}}let d=new o.AppRouteRouteModule({definition:{kind:i.x.APP_ROUTE,page:"/api/checkout/route",pathname:"/api/checkout",filename:"route",bundlePath:"app/api/checkout/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/checkout/route.ts",nextConfigOutput:"standalone",userland:s}),{requestAsyncStorage:l,staticGenerationAsyncStorage:h,serverHooks:x}=d,m="/api/checkout/route";function v(){return(0,n.patchFetch)({serverHooks:x,staticGenerationAsyncStorage:h})}},6029:(e,r,t)=>{t.d(r,{A:()=>o});var s=t(9777);if(!process.env.STRIPE_SECRET_KEY)throw Error("STRIPE_SECRET_KEY is not set in environment variables");let o=new s.Z(process.env.STRIPE_SECRET_KEY,{apiVersion:"2026-01-28.clover",typescript:!0})}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[9276,5972,9777],()=>t(6104));module.exports=s})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/5972.js","../../../chunks/9276.js","../../../chunks/9777.js","../../../webpack-runtime.js"]}
@@ -1 +1 @@
1
- "use strict";(()=>{var e={};e.id=738,e.ids=[738],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},1515:(e,t,n)=>{n.r(t),n.d(t,{originalPathname:()=>m,patchFetch:()=>x,requestAsyncStorage:()=>l,routeModule:()=>y,serverHooks:()=>g,staticGenerationAsyncStorage:()=>h});var i={};n.r(i),n.d(i,{POST:()=>f});var r=n(9303),o=n(8716),s=n(670),c=n(7070),a=n(2048),u=n(5315);let d=new Set(["node_modules",".git",".venv","venv","dist","build","__pycache__",".next",".nuxt","target","coverage","workspaces"]);function p(e){let t=u.join(e,"package.json");if(a.existsSync(t))try{let n=JSON.parse(a.readFileSync(t,"utf-8")),i={...n.dependencies,...n.devDependencies};if(a.existsSync(u.join(e,"next.config.js"))||a.existsSync(u.join(e,"next.config.mjs"))||a.existsSync(u.join(e,"next.config.ts"))||i.next)return{type:"nextjs",confidence:"high"};if(a.existsSync(u.join(e,"nuxt.config.js"))||a.existsSync(u.join(e,"nuxt.config.ts"))||i.nuxt)return{type:"nuxtjs",confidence:"high"};return{type:"nodejs",confidence:"medium"}}catch{return{type:"nodejs",confidence:"medium"}}let n=u.join(e,"requirements.txt");if(a.existsSync(n))try{let e=a.readFileSync(n,"utf-8").toLowerCase();if(e.includes("fastapi"))return{type:"fastapi",confidence:"high"};if(e.includes("django"))return{type:"django",confidence:"high"};if(e.includes("flask"))return{type:"flask",confidence:"high"};return{type:"python",confidence:"medium"}}catch{return{type:"python",confidence:"medium"}}let i=u.join(e,"pyproject.toml");if(a.existsSync(i))try{let e=a.readFileSync(i,"utf-8").toLowerCase();if(e.includes("fastapi"))return{type:"fastapi",confidence:"high"};if(e.includes("django"))return{type:"django",confidence:"high"};if(e.includes("flask"))return{type:"flask",confidence:"high"};return{type:"python",confidence:"medium"}}catch{return{type:"python",confidence:"medium"}}if(a.existsSync(u.join(e,"go.mod")))return{type:"go",confidence:"high"};if(a.existsSync(u.join(e,"Cargo.toml")))return{type:"rust",confidence:"high"};let r=u.join(e,"Gemfile");if(a.existsSync(r))try{if(a.readFileSync(r,"utf-8").toLowerCase().includes("rails"))return{type:"rails",confidence:"high"};return{type:"ruby",confidence:"medium"}}catch{return{type:"ruby",confidence:"medium"}}return null}async function f(e){try{let{rootDir:t}=await e.json();if(!t||"string"!=typeof t)return c.NextResponse.json({success:!1,error:"rootDir is required"},{status:400});let n=u.resolve(t);if(!a.existsSync(n))return c.NextResponse.json({success:!1,error:`Directory not found: ${n}`},{status:400});let i=function(e){let t=[];try{for(let n of a.readdirSync(e,{withFileTypes:!0})){if(!n.isDirectory()||d.has(n.name)||n.name.startsWith("."))continue;let i=u.join(e,n.name),r=p(i);r&&t.push({name:n.name,path:i,type:r.type,confidence:r.confidence})}}catch{}let n=p(e);return n&&0===t.length&&t.push({name:u.basename(e),path:e,type:n.type,confidence:n.confidence}),t}(n);return c.NextResponse.json({success:!0,data:{repos:i,warning:i.length>5?"Many repos detected. This may be a general code directory — consider pointing to a specific project root.":void 0}})}catch(e){return console.error("Failed to detect repos:",e),c.NextResponse.json({success:!1,error:"Failed to scan directory"},{status:500})}}let y=new r.AppRouteRouteModule({definition:{kind:o.x.APP_ROUTE,page:"/api/config/detect-repos/route",pathname:"/api/config/detect-repos",filename:"route",bundlePath:"app/api/config/detect-repos/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/config/detect-repos/route.ts",nextConfigOutput:"standalone",userland:i}),{requestAsyncStorage:l,staticGenerationAsyncStorage:h,serverHooks:g}=y,m="/api/config/detect-repos/route";function x(){return(0,s.patchFetch)({serverHooks:g,staticGenerationAsyncStorage:h})}}};var t=require("../../../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),i=t.X(0,[276,972],()=>n(1515));module.exports=i})();
1
+ "use strict";(()=>{var e={};e.id=738,e.ids=[738],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},1515:(e,t,n)=>{n.r(t),n.d(t,{originalPathname:()=>m,patchFetch:()=>x,requestAsyncStorage:()=>l,routeModule:()=>y,serverHooks:()=>g,staticGenerationAsyncStorage:()=>h});var i={};n.r(i),n.d(i,{POST:()=>f});var r=n(9303),o=n(8716),s=n(670),c=n(7070),a=n(2048),u=n(5315);let d=new Set(["node_modules",".git",".venv","venv","dist","build","__pycache__",".next",".nuxt","target","coverage","workspaces"]);function p(e){let t=u.join(e,"package.json");if(a.existsSync(t))try{let n=JSON.parse(a.readFileSync(t,"utf-8")),i={...n.dependencies,...n.devDependencies};if(a.existsSync(u.join(e,"next.config.js"))||a.existsSync(u.join(e,"next.config.mjs"))||a.existsSync(u.join(e,"next.config.ts"))||i.next)return{type:"nextjs",confidence:"high"};if(a.existsSync(u.join(e,"nuxt.config.js"))||a.existsSync(u.join(e,"nuxt.config.ts"))||i.nuxt)return{type:"nuxtjs",confidence:"high"};return{type:"nodejs",confidence:"medium"}}catch{return{type:"nodejs",confidence:"medium"}}let n=u.join(e,"requirements.txt");if(a.existsSync(n))try{let e=a.readFileSync(n,"utf-8").toLowerCase();if(e.includes("fastapi"))return{type:"fastapi",confidence:"high"};if(e.includes("django"))return{type:"django",confidence:"high"};if(e.includes("flask"))return{type:"flask",confidence:"high"};return{type:"python",confidence:"medium"}}catch{return{type:"python",confidence:"medium"}}let i=u.join(e,"pyproject.toml");if(a.existsSync(i))try{let e=a.readFileSync(i,"utf-8").toLowerCase();if(e.includes("fastapi"))return{type:"fastapi",confidence:"high"};if(e.includes("django"))return{type:"django",confidence:"high"};if(e.includes("flask"))return{type:"flask",confidence:"high"};return{type:"python",confidence:"medium"}}catch{return{type:"python",confidence:"medium"}}if(a.existsSync(u.join(e,"go.mod")))return{type:"go",confidence:"high"};if(a.existsSync(u.join(e,"Cargo.toml")))return{type:"rust",confidence:"high"};let r=u.join(e,"Gemfile");if(a.existsSync(r))try{if(a.readFileSync(r,"utf-8").toLowerCase().includes("rails"))return{type:"rails",confidence:"high"};return{type:"ruby",confidence:"medium"}}catch{return{type:"ruby",confidence:"medium"}}return null}async function f(e){try{let{rootDir:t}=await e.json();if(!t||"string"!=typeof t)return c.NextResponse.json({success:!1,error:"rootDir is required"},{status:400});let n=u.resolve(t);if(!a.existsSync(n))return c.NextResponse.json({success:!1,error:`Directory not found: ${n}`},{status:400});let i=function(e){let t=[];try{for(let n of a.readdirSync(e,{withFileTypes:!0})){if(!n.isDirectory()||d.has(n.name)||n.name.startsWith("."))continue;let i=u.join(e,n.name),r=p(i);r&&t.push({name:n.name,path:i,type:r.type,confidence:r.confidence})}}catch{}let n=p(e);return n&&0===t.length&&t.push({name:u.basename(e),path:e,type:n.type,confidence:n.confidence}),t}(n);return c.NextResponse.json({success:!0,data:{repos:i,warning:i.length>5?"Many repos detected. This may be a general code directory — consider pointing to a specific project root.":void 0}})}catch(e){return console.error("Failed to detect repos:",e),c.NextResponse.json({success:!1,error:"Failed to scan directory"},{status:500})}}let y=new r.AppRouteRouteModule({definition:{kind:o.x.APP_ROUTE,page:"/api/config/detect-repos/route",pathname:"/api/config/detect-repos",filename:"route",bundlePath:"app/api/config/detect-repos/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/config/detect-repos/route.ts",nextConfigOutput:"standalone",userland:i}),{requestAsyncStorage:l,staticGenerationAsyncStorage:h,serverHooks:g}=y,m="/api/config/detect-repos/route";function x(){return(0,s.patchFetch)({serverHooks:g,staticGenerationAsyncStorage:h})}}};var t=require("../../../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),i=t.X(0,[9276,5972],()=>n(1515));module.exports=i})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/276.js","../../../../chunks/972.js","../../../../webpack-runtime.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/5972.js","../../../../chunks/9276.js","../../../../webpack-runtime.js"]}
@@ -1 +1 @@
1
- "use strict";(()=>{var e={};e.id=729,e.ids=[729],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},2849:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>m,patchFetch:()=>h,requestAsyncStorage:()=>f,routeModule:()=>l,serverHooks:()=>x,staticGenerationAsyncStorage:()=>g});var s={};t.r(s),t.d(s,{GET:()=>p,PUT:()=>d,dynamic:()=>c});var o=t(9303),a=t(8716),n=t(670),i=t(7070),u=t(1416);let c="force-dynamic";async function p(){try{await (0,u.KG)();let e=await (0,u.iE)();return i.NextResponse.json({success:!0,data:e})}catch(e){return console.error("Failed to get config:",e),i.NextResponse.json({success:!1,error:"Failed to get configuration"},{status:500})}}async function d(e){try{await (0,u.KG)();let r=await e.json();if(!r.repos||!Array.isArray(r.repos))return i.NextResponse.json({success:!1,error:"Invalid config: repos must be an array"},{status:400});if(!r.schedules)return i.NextResponse.json({success:!1,error:"Invalid config: schedules is required"},{status:400});return await (0,u.rF)(r),i.NextResponse.json({success:!0,data:r})}catch(e){return console.error("Failed to update config:",e),i.NextResponse.json({success:!1,error:"Failed to update configuration"},{status:500})}}let l=new o.AppRouteRouteModule({definition:{kind:a.x.APP_ROUTE,page:"/api/config/route",pathname:"/api/config",filename:"route",bundlePath:"app/api/config/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/config/route.ts",nextConfigOutput:"standalone",userland:s}),{requestAsyncStorage:f,staticGenerationAsyncStorage:g,serverHooks:x}=l,m="/api/config/route";function h(){return(0,n.patchFetch)({serverHooks:x,staticGenerationAsyncStorage:g})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[276,972,416],()=>t(2849));module.exports=s})();
1
+ "use strict";(()=>{var e={};e.id=7729,e.ids=[7729],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},2849:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>m,patchFetch:()=>h,requestAsyncStorage:()=>f,routeModule:()=>l,serverHooks:()=>x,staticGenerationAsyncStorage:()=>g});var s={};t.r(s),t.d(s,{GET:()=>p,PUT:()=>d,dynamic:()=>c});var o=t(9303),a=t(8716),n=t(670),i=t(7070),u=t(534);let c="force-dynamic";async function p(){try{await (0,u.KG)();let e=await (0,u.iE)();return i.NextResponse.json({success:!0,data:e})}catch(e){return console.error("Failed to get config:",e),i.NextResponse.json({success:!1,error:"Failed to get configuration"},{status:500})}}async function d(e){try{await (0,u.KG)();let r=await e.json();if(!r.repos||!Array.isArray(r.repos))return i.NextResponse.json({success:!1,error:"Invalid config: repos must be an array"},{status:400});if(!r.schedules)return i.NextResponse.json({success:!1,error:"Invalid config: schedules is required"},{status:400});return await (0,u.rF)(r),i.NextResponse.json({success:!0,data:r})}catch(e){return console.error("Failed to update config:",e),i.NextResponse.json({success:!1,error:"Failed to update configuration"},{status:500})}}let l=new o.AppRouteRouteModule({definition:{kind:a.x.APP_ROUTE,page:"/api/config/route",pathname:"/api/config",filename:"route",bundlePath:"app/api/config/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/config/route.ts",nextConfigOutput:"standalone",userland:s}),{requestAsyncStorage:f,staticGenerationAsyncStorage:g,serverHooks:x}=l,m="/api/config/route";function h(){return(0,n.patchFetch)({serverHooks:x,staticGenerationAsyncStorage:g})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[9276,5972,534],()=>t(2849));module.exports=s})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../data/.analysis-prompt.txt","../../../../../data/.gitkeep","../../../../../data/business-context.json","../../../../../data/codebase-snapshot.json","../../../../../data/competitors.json","../../../../../data/config.json","../../../../../data/email-campaigns/sequences/onboarding.md","../../../../../data/email-campaigns/welcome-2026-02-20.md","../../../../../data/goals.json","../../../../../data/heartbeat-sessions.json","../../../../../data/hypotheses.json","../../../../../data/ideas.json","../../../../../data/implementations.json","../../../../../data/pages.json","../../../../../data/positioning.json","../../../../../data/roadmap.json","../../../../../data/sessions.json","../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/276.js","../../../chunks/416.js","../../../chunks/972.js","../../../webpack-runtime.js"]}
1
+ {"version":1,"files":["../../../../../data/.DS_Store","../../../../../data/.analysis-prompt.txt","../../../../../data/.gitkeep","../../../../../data/business-context.json","../../../../../data/codebase-snapshot.json","../../../../../data/competitors.json","../../../../../data/config.json","../../../../../data/email-campaigns/sequences/onboarding.md","../../../../../data/email-campaigns/welcome-2026-02-20.md","../../../../../data/goals.json","../../../../../data/heartbeat-sessions.json","../../../../../data/hypotheses.json","../../../../../data/ideas.json","../../../../../data/implementations.json","../../../../../data/pages.json","../../../../../data/payments.json","../../../../../data/positioning.json","../../../../../data/roadmap.json","../../../../../data/sessions.json","../../../../../data/social.json","../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/534.js","../../../chunks/5972.js","../../../chunks/9276.js","../../../webpack-runtime.js"]}