vibedoc 1.2.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (575) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +2 -0
  3. package/.next/build-manifest.json +5 -5
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/routes-manifest.json +12 -0
  6. package/.next/server/app/(app)/activity/page/build-manifest.json +3 -3
  7. package/.next/server/app/(app)/activity/page.js +7 -6
  8. package/.next/server/app/(app)/activity/page.js.nft.json +1 -1
  9. package/.next/server/app/(app)/activity/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/(app)/board/page/build-manifest.json +3 -3
  11. package/.next/server/app/(app)/board/page.js +7 -6
  12. package/.next/server/app/(app)/board/page.js.nft.json +1 -1
  13. package/.next/server/app/(app)/board/page_client-reference-manifest.js +1 -1
  14. package/.next/server/app/(app)/docs/page/build-manifest.json +3 -3
  15. package/.next/server/app/(app)/docs/page.js +7 -6
  16. package/.next/server/app/(app)/docs/page.js.nft.json +1 -1
  17. package/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
  18. package/.next/server/app/(app)/explorer/page/build-manifest.json +3 -3
  19. package/.next/server/app/(app)/explorer/page.js +7 -6
  20. package/.next/server/app/(app)/explorer/page.js.nft.json +1 -1
  21. package/.next/server/app/(app)/explorer/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/(app)/memory/page/build-manifest.json +3 -3
  23. package/.next/server/app/(app)/memory/page.js +7 -6
  24. package/.next/server/app/(app)/memory/page.js.nft.json +1 -1
  25. package/.next/server/app/(app)/memory/page_client-reference-manifest.js +1 -1
  26. package/.next/server/app/(app)/settings/page/build-manifest.json +3 -3
  27. package/.next/server/app/(app)/settings/page.js +7 -6
  28. package/.next/server/app/(app)/settings/page.js.nft.json +1 -1
  29. package/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
  30. package/.next/server/app/(app)/setup/page/build-manifest.json +3 -3
  31. package/.next/server/app/(app)/setup/page.js +7 -6
  32. package/.next/server/app/(app)/setup/page.js.nft.json +1 -1
  33. package/.next/server/app/(app)/setup/page_client-reference-manifest.js +1 -1
  34. package/.next/server/app/_global-error/page/build-manifest.json +3 -3
  35. package/.next/server/app/_global-error/page.js +3 -3
  36. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  37. package/.next/server/app/_global-error.html +2 -2
  38. package/.next/server/app/_global-error.rsc +1 -1
  39. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  40. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  41. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  42. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  43. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  44. package/.next/server/app/_not-found/page/build-manifest.json +3 -3
  45. package/.next/server/app/_not-found/page.js +6 -5
  46. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  47. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/_not-found.html +1 -1
  49. package/.next/server/app/_not-found.rsc +8 -8
  50. package/.next/server/app/_not-found.segments/_full.segment.rsc +8 -8
  51. package/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  52. package/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  53. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  54. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  55. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  56. package/.next/server/app/activity.html +1 -1
  57. package/.next/server/app/activity.rsc +20 -19
  58. package/.next/server/app/activity.segments/!KGFwcCk/activity/__PAGE__.segment.rsc +4 -4
  59. package/.next/server/app/activity.segments/!KGFwcCk/activity.segment.rsc +3 -3
  60. package/.next/server/app/activity.segments/!KGFwcCk.segment.rsc +7 -6
  61. package/.next/server/app/activity.segments/_full.segment.rsc +20 -19
  62. package/.next/server/app/activity.segments/_head.segment.rsc +3 -3
  63. package/.next/server/app/activity.segments/_index.segment.rsc +4 -4
  64. package/.next/server/app/activity.segments/_tree.segment.rsc +2 -2
  65. package/.next/server/app/api/activity/route.js.nft.json +1 -1
  66. package/.next/server/app/api/backlinks/route.js.nft.json +1 -1
  67. package/.next/server/app/api/context/route.js.nft.json +1 -1
  68. package/.next/server/app/api/decisions/route.js +1 -1
  69. package/.next/server/app/api/decisions/route.js.nft.json +1 -1
  70. package/.next/server/app/api/docs/route.js +1 -1
  71. package/.next/server/app/api/docs/route.js.nft.json +1 -1
  72. package/.next/server/app/api/explorer/route.js +1 -1
  73. package/.next/server/app/api/explorer/route.js.nft.json +1 -1
  74. package/.next/server/app/api/mcp/route.js +1 -1
  75. package/.next/server/app/api/mcp/route.js.nft.json +1 -1
  76. package/.next/server/app/api/memory/route.js +1 -1
  77. package/.next/server/app/api/memory/route.js.nft.json +1 -1
  78. package/.next/server/app/api/projects/route.js.nft.json +1 -1
  79. package/.next/server/app/api/registry/route/app-paths-manifest.json +3 -0
  80. package/.next/server/app/api/registry/route/build-manifest.json +11 -0
  81. package/.next/server/app/api/registry/route/server-reference-manifest.json +4 -0
  82. package/.next/server/app/api/registry/route.js +7 -0
  83. package/.next/server/app/api/registry/route.js.map +5 -0
  84. package/.next/server/app/api/registry/route.js.nft.json +1 -0
  85. package/.next/server/app/api/registry/route_client-reference-manifest.js +2 -0
  86. package/.next/server/app/api/settings/route.js.nft.json +1 -1
  87. package/.next/server/app/api/setup/generate/route.js.nft.json +1 -1
  88. package/.next/server/app/api/setup/write/route.js +1 -1
  89. package/.next/server/app/api/setup/write/route.js.nft.json +1 -1
  90. package/.next/server/app/api/summary/route.js.nft.json +1 -1
  91. package/.next/server/app/api/tasks/create/route/app-paths-manifest.json +3 -0
  92. package/.next/server/app/api/tasks/create/route/build-manifest.json +11 -0
  93. package/.next/server/app/api/tasks/create/route/server-reference-manifest.json +4 -0
  94. package/.next/server/app/api/tasks/create/route.js +7 -0
  95. package/.next/server/app/api/tasks/create/route.js.map +5 -0
  96. package/.next/server/app/api/tasks/create/route.js.nft.json +1 -0
  97. package/.next/server/app/api/tasks/create/route_client-reference-manifest.js +2 -0
  98. package/.next/server/app/api/tasks/route.js +1 -1
  99. package/.next/server/app/api/tasks/route.js.nft.json +1 -1
  100. package/.next/server/app/board.html +1 -1
  101. package/.next/server/app/board.rsc +20 -19
  102. package/.next/server/app/board.segments/!KGFwcCk/board/__PAGE__.segment.rsc +4 -4
  103. package/.next/server/app/board.segments/!KGFwcCk/board.segment.rsc +3 -3
  104. package/.next/server/app/board.segments/!KGFwcCk.segment.rsc +7 -6
  105. package/.next/server/app/board.segments/_full.segment.rsc +20 -19
  106. package/.next/server/app/board.segments/_head.segment.rsc +3 -3
  107. package/.next/server/app/board.segments/_index.segment.rsc +4 -4
  108. package/.next/server/app/board.segments/_tree.segment.rsc +2 -2
  109. package/.next/server/app/docs.html +1 -1
  110. package/.next/server/app/docs.rsc +20 -19
  111. package/.next/server/app/docs.segments/!KGFwcCk/docs/__PAGE__.segment.rsc +4 -4
  112. package/.next/server/app/docs.segments/!KGFwcCk/docs.segment.rsc +3 -3
  113. package/.next/server/app/docs.segments/!KGFwcCk.segment.rsc +7 -6
  114. package/.next/server/app/docs.segments/_full.segment.rsc +20 -19
  115. package/.next/server/app/docs.segments/_head.segment.rsc +3 -3
  116. package/.next/server/app/docs.segments/_index.segment.rsc +4 -4
  117. package/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
  118. package/.next/server/app/explorer.html +1 -1
  119. package/.next/server/app/explorer.rsc +20 -19
  120. package/.next/server/app/explorer.segments/!KGFwcCk/explorer/__PAGE__.segment.rsc +4 -4
  121. package/.next/server/app/explorer.segments/!KGFwcCk/explorer.segment.rsc +3 -3
  122. package/.next/server/app/explorer.segments/!KGFwcCk.segment.rsc +7 -6
  123. package/.next/server/app/explorer.segments/_full.segment.rsc +20 -19
  124. package/.next/server/app/explorer.segments/_head.segment.rsc +3 -3
  125. package/.next/server/app/explorer.segments/_index.segment.rsc +4 -4
  126. package/.next/server/app/explorer.segments/_tree.segment.rsc +2 -2
  127. package/.next/server/app/index.html +1 -1
  128. package/.next/server/app/index.rsc +8 -8
  129. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  130. package/.next/server/app/index.segments/_full.segment.rsc +8 -8
  131. package/.next/server/app/index.segments/_head.segment.rsc +3 -3
  132. package/.next/server/app/index.segments/_index.segment.rsc +4 -4
  133. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  134. package/.next/server/app/memory.html +1 -1
  135. package/.next/server/app/memory.rsc +20 -19
  136. package/.next/server/app/memory.segments/!KGFwcCk/memory/__PAGE__.segment.rsc +4 -4
  137. package/.next/server/app/memory.segments/!KGFwcCk/memory.segment.rsc +3 -3
  138. package/.next/server/app/memory.segments/!KGFwcCk.segment.rsc +7 -6
  139. package/.next/server/app/memory.segments/_full.segment.rsc +20 -19
  140. package/.next/server/app/memory.segments/_head.segment.rsc +3 -3
  141. package/.next/server/app/memory.segments/_index.segment.rsc +4 -4
  142. package/.next/server/app/memory.segments/_tree.segment.rsc +2 -2
  143. package/.next/server/app/page/build-manifest.json +3 -3
  144. package/.next/server/app/page.js +7 -7
  145. package/.next/server/app/page.js.nft.json +1 -1
  146. package/.next/server/app/page_client-reference-manifest.js +1 -1
  147. package/.next/server/app/settings.html +1 -1
  148. package/.next/server/app/settings.rsc +20 -19
  149. package/.next/server/app/settings.segments/!KGFwcCk/settings/__PAGE__.segment.rsc +4 -4
  150. package/.next/server/app/settings.segments/!KGFwcCk/settings.segment.rsc +3 -3
  151. package/.next/server/app/settings.segments/!KGFwcCk.segment.rsc +7 -6
  152. package/.next/server/app/settings.segments/_full.segment.rsc +20 -19
  153. package/.next/server/app/settings.segments/_head.segment.rsc +3 -3
  154. package/.next/server/app/settings.segments/_index.segment.rsc +4 -4
  155. package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  156. package/.next/server/app/setup.html +1 -1
  157. package/.next/server/app/setup.rsc +20 -19
  158. package/.next/server/app/setup.segments/!KGFwcCk/setup/__PAGE__.segment.rsc +4 -4
  159. package/.next/server/app/setup.segments/!KGFwcCk/setup.segment.rsc +3 -3
  160. package/.next/server/app/setup.segments/!KGFwcCk.segment.rsc +7 -6
  161. package/.next/server/app/setup.segments/_full.segment.rsc +20 -19
  162. package/.next/server/app/setup.segments/_head.segment.rsc +3 -3
  163. package/.next/server/app/setup.segments/_index.segment.rsc +4 -4
  164. package/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
  165. package/.next/server/app-paths-manifest.json +2 -0
  166. package/.next/server/chunks/{[root-of-the-server]__54666fd5._.js → [root-of-the-server]__03edd537._.js} +2 -2
  167. package/.next/server/chunks/{[root-of-the-server]__e27393ea._.js → [root-of-the-server]__1329130b._.js} +2 -2
  168. package/.next/server/chunks/[root-of-the-server]__222d0fad._.js +3 -0
  169. package/.next/server/chunks/[root-of-the-server]__50974822._.js +3 -0
  170. package/.next/server/chunks/[root-of-the-server]__50974822._.js.map +1 -0
  171. package/.next/server/chunks/[root-of-the-server]__67fc5766._.js +3 -0
  172. package/.next/server/chunks/[root-of-the-server]__67fc5766._.js.map +1 -0
  173. package/.next/server/chunks/[root-of-the-server]__73d016a0._.js +27 -10
  174. package/.next/server/chunks/[root-of-the-server]__73d016a0._.js.map +1 -1
  175. package/.next/server/chunks/{[root-of-the-server]__a0a8fb65._.js → [root-of-the-server]__7da508f8._.js} +2 -2
  176. package/.next/server/chunks/{[root-of-the-server]__2d66d57b._.js → [root-of-the-server]__9057030f._.js} +2 -2
  177. package/.next/server/chunks/{[root-of-the-server]__aa7a40ec._.js → [root-of-the-server]__943256c8._.js} +2 -2
  178. package/.next/server/chunks/{[root-of-the-server]__bacbf09e._.js → [root-of-the-server]__c4a478c1._.js} +2 -2
  179. package/.next/server/chunks/_75927d0c._.js +11 -10
  180. package/.next/server/chunks/_75927d0c._.js.map +1 -1
  181. package/.next/server/chunks/_next-internal_server_app_api_registry_route_actions_9502c56c.js +3 -0
  182. package/.next/server/chunks/_next-internal_server_app_api_tasks_create_route_actions_8f1c32d2.js +3 -0
  183. package/.next/server/chunks/ssr/{[root-of-the-server]__85b679c6._.js → [root-of-the-server]__1940775f._.js} +2 -2
  184. package/.next/server/chunks/ssr/[root-of-the-server]__194bb43b._.js +3 -0
  185. package/.next/server/chunks/ssr/[root-of-the-server]__194bb43b._.js.map +1 -0
  186. package/.next/server/chunks/ssr/[root-of-the-server]__22325e4c._.js +3 -0
  187. package/.next/server/chunks/ssr/{[root-of-the-server]__599128b8._.js.map → [root-of-the-server]__22325e4c._.js.map} +1 -1
  188. package/.next/server/chunks/ssr/{[root-of-the-server]__346c6c2b._.js → [root-of-the-server]__2ea2afb2._.js} +2 -2
  189. package/.next/server/chunks/ssr/{[root-of-the-server]__346c6c2b._.js.map → [root-of-the-server]__2ea2afb2._.js.map} +1 -1
  190. package/.next/server/chunks/ssr/{[root-of-the-server]__0310d64d._.js → [root-of-the-server]__718d62a3._.js} +2 -2
  191. package/.next/server/chunks/ssr/{[root-of-the-server]__8bc686d2._.js → [root-of-the-server]__83981bf9._.js} +2 -2
  192. package/.next/server/chunks/ssr/[root-of-the-server]__8f3ac062._.js +3 -0
  193. package/.next/server/chunks/ssr/{[root-of-the-server]__4cd0cfe5._.js.map → [root-of-the-server]__8f3ac062._.js.map} +1 -1
  194. package/.next/server/chunks/ssr/[root-of-the-server]__a34f1253._.js +3 -0
  195. package/.next/server/chunks/ssr/[root-of-the-server]__a34f1253._.js.map +1 -0
  196. package/.next/server/chunks/ssr/{[root-of-the-server]__e44bed76._.js → [root-of-the-server]__a3f52a6e._.js} +2 -2
  197. package/.next/server/chunks/ssr/[root-of-the-server]__add7ce25._.js +3 -0
  198. package/.next/server/chunks/ssr/{[root-of-the-server]__7ccd69b2._.js.map → [root-of-the-server]__add7ce25._.js.map} +1 -1
  199. package/.next/server/chunks/ssr/{[root-of-the-server]__cf263b75._.js → [root-of-the-server]__c7aaf19e._.js} +2 -2
  200. package/.next/server/chunks/ssr/[root-of-the-server]__c9c67a6a._.js +3 -0
  201. package/.next/server/chunks/ssr/{[root-of-the-server]__38711845._.js.map → [root-of-the-server]__c9c67a6a._.js.map} +1 -1
  202. package/.next/server/chunks/ssr/[root-of-the-server]__ccbe4f15._.js +3 -0
  203. package/.next/server/chunks/ssr/{[root-of-the-server]__bdae2a0a._.js.map → [root-of-the-server]__ccbe4f15._.js.map} +1 -1
  204. package/.next/server/chunks/ssr/[root-of-the-server]__d9936fe0._.js +3 -0
  205. package/.next/server/chunks/ssr/{[root-of-the-server]__d23d6dd8._.js.map → [root-of-the-server]__d9936fe0._.js.map} +1 -1
  206. package/.next/server/chunks/ssr/[root-of-the-server]__ddf636f0._.js +3 -0
  207. package/.next/server/chunks/ssr/{[root-of-the-server]__c754fc94._.js.map → [root-of-the-server]__ddf636f0._.js.map} +1 -1
  208. package/.next/server/chunks/ssr/[root-of-the-server]__dfd81d0e._.js +3 -0
  209. package/.next/server/chunks/ssr/{[root-of-the-server]__ad4ab234._.js.map → [root-of-the-server]__dfd81d0e._.js.map} +1 -1
  210. package/.next/server/chunks/ssr/[root-of-the-server]__e1cd2abc._.js +3 -0
  211. package/.next/server/chunks/ssr/{[root-of-the-server]__7de63c62._.js.map → [root-of-the-server]__e1cd2abc._.js.map} +1 -1
  212. package/.next/server/chunks/ssr/[root-of-the-server]__f322b1c8._.js +3 -0
  213. package/.next/server/chunks/ssr/{_04bd0614._.js → _02804d59._.js} +3 -3
  214. package/.next/server/chunks/ssr/_02804d59._.js.map +1 -0
  215. package/.next/server/chunks/ssr/_0ee1f47f._.js +1 -1
  216. package/.next/server/chunks/ssr/_0ee1f47f._.js.map +1 -1
  217. package/.next/server/chunks/ssr/{_07ff42fd._.js → _10c46cea._.js} +3 -3
  218. package/.next/server/chunks/ssr/_10c46cea._.js.map +1 -0
  219. package/.next/server/chunks/ssr/_15efe9a8._.js +3 -0
  220. package/.next/server/chunks/ssr/_15efe9a8._.js.map +1 -0
  221. package/.next/server/chunks/ssr/_46c690bf._.js +3 -0
  222. package/.next/server/chunks/ssr/_46c690bf._.js.map +1 -0
  223. package/.next/server/chunks/ssr/_50579c31._.js +3 -0
  224. package/.next/server/chunks/ssr/_50579c31._.js.map +1 -0
  225. package/.next/server/chunks/ssr/_5f998080._.js +4 -0
  226. package/.next/server/chunks/ssr/_5f998080._.js.map +1 -0
  227. package/.next/server/chunks/ssr/_692c5bbf._.js +1 -1
  228. package/.next/server/chunks/ssr/_692c5bbf._.js.map +1 -1
  229. package/.next/server/chunks/ssr/_acb63a7d._.js +1 -1
  230. package/.next/server/chunks/ssr/_acb63a7d._.js.map +1 -1
  231. package/.next/server/chunks/ssr/{_102fd465._.js → _af7c883c._.js} +2 -2
  232. package/.next/server/chunks/ssr/{_85e5ab03._.js → _afc4ce33._.js} +3 -3
  233. package/.next/server/chunks/ssr/_afc4ce33._.js.map +1 -0
  234. package/.next/server/chunks/ssr/{a5dda_next_dist_c6de1535._.js → _b1542c0f._.js} +3 -3
  235. package/.next/server/chunks/ssr/_b1542c0f._.js.map +1 -0
  236. package/.next/server/chunks/ssr/_b226a79a._.js +4 -0
  237. package/.next/server/chunks/ssr/_b226a79a._.js.map +1 -0
  238. package/.next/server/chunks/ssr/_c2cff164._.js +3 -0
  239. package/.next/server/chunks/ssr/_c2cff164._.js.map +1 -0
  240. package/.next/server/chunks/ssr/_d411515a._.js +1 -1
  241. package/.next/server/chunks/ssr/_d411515a._.js.map +1 -1
  242. package/.next/server/chunks/ssr/{_83c6a2ff._.js → _d7643298._.js} +3 -3
  243. package/.next/server/chunks/ssr/_d7643298._.js.map +1 -0
  244. package/.next/server/chunks/ssr/{_c4b742c5._.js → _f0a06393._.js} +3 -3
  245. package/.next/server/chunks/ssr/_f0a06393._.js.map +1 -0
  246. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_2139b88a._.js +3 -0
  247. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_2139b88a._.js.map +1 -0
  248. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_fd324e06._.js +3 -0
  249. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_fd324e06._.js.map +1 -0
  250. package/.next/server/chunks/ssr/a5dda_next_dist_63172c0f._.js +4 -0
  251. package/.next/server/chunks/ssr/{a5dda_next_dist_c6de1535._.js.map → a5dda_next_dist_63172c0f._.js.map} +1 -1
  252. package/.next/server/chunks/ssr/{a5dda_next_dist_esm_build_templates_app-page_d9140d2d.js → a5dda_next_dist_esm_build_templates_app-page_20fe1d07.js} +3 -3
  253. package/.next/server/chunks/ssr/a5dda_next_dist_esm_build_templates_app-page_20fe1d07.js.map +1 -0
  254. package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_e93914b8._.js → ec1cc_katex_dist_katex_mjs_1924e0db._.js} +1 -1
  255. package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_9f7bcf4a._.js → ec1cc_katex_dist_katex_mjs_1e92da96._.js} +1 -1
  256. package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_a9aca746._.js → ec1cc_katex_dist_katex_mjs_872ed7f8._.js} +1 -1
  257. package/.next/server/chunks/ssr/ec1cc_katex_dist_katex_mjs_872ed7f8._.js.map +1 -0
  258. package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_e7b66387._.js → ec1cc_katex_dist_katex_mjs_c6b5470c._.js} +1 -1
  259. package/.next/server/chunks/ssr/ec1cc_katex_dist_katex_mjs_c6b5470c._.js.map +1 -0
  260. package/.next/server/chunks/ssr/{node_modules__pnpm_9cdea683._.js → node_modules__pnpm_00fba959._.js} +1 -1
  261. package/.next/server/chunks/ssr/node_modules__pnpm_01f5d9da._.js +3 -0
  262. package/.next/server/chunks/ssr/{node_modules__pnpm_44b70609._.js.map → node_modules__pnpm_01f5d9da._.js.map} +1 -1
  263. package/.next/server/chunks/ssr/{node_modules__pnpm_8b3ed63a._.js → node_modules__pnpm_0ae7984c._.js} +2 -2
  264. package/.next/server/chunks/ssr/{node_modules__pnpm_60fef38e._.js → node_modules__pnpm_0b2a59a5._.js} +2 -2
  265. package/.next/server/chunks/ssr/{node_modules__pnpm_70a08cdf._.js → node_modules__pnpm_0b403dbf._.js} +1 -1
  266. package/.next/server/chunks/ssr/{node_modules__pnpm_8c13bdb7._.js → node_modules__pnpm_0dc85bd5._.js} +1 -1
  267. package/.next/server/chunks/ssr/{node_modules__pnpm_ba838a36._.js → node_modules__pnpm_0f315216._.js} +1 -1
  268. package/.next/server/chunks/ssr/{node_modules__pnpm_39f460e8._.js → node_modules__pnpm_0fcc2ade._.js} +1 -1
  269. package/.next/server/chunks/ssr/{node_modules__pnpm_df7dcb26._.js → node_modules__pnpm_11602273._.js} +1 -1
  270. package/.next/server/chunks/ssr/{node_modules__pnpm_5c59b1ad._.js → node_modules__pnpm_166528e5._.js} +1 -1
  271. package/.next/server/chunks/ssr/{node_modules__pnpm_b6b9de46._.js → node_modules__pnpm_1b6418c7._.js} +1 -1
  272. package/.next/server/chunks/ssr/node_modules__pnpm_20308a0b._.js +7 -0
  273. package/.next/server/chunks/ssr/node_modules__pnpm_20308a0b._.js.map +1 -0
  274. package/.next/server/chunks/ssr/{node_modules__pnpm_0322e068._.js → node_modules__pnpm_203e2ae6._.js} +1 -1
  275. package/.next/server/chunks/ssr/{node_modules__pnpm_d75e5d41._.js → node_modules__pnpm_20667837._.js} +2 -2
  276. package/.next/server/chunks/ssr/{node_modules__pnpm_3f2cce74._.js → node_modules__pnpm_22b45ca3._.js} +1 -1
  277. package/.next/server/chunks/ssr/{node_modules__pnpm_8ba721df._.js → node_modules__pnpm_233a9948._.js} +2 -2
  278. package/.next/server/chunks/ssr/{node_modules__pnpm_2871fff4._.js → node_modules__pnpm_26c302ad._.js} +1 -1
  279. package/.next/server/chunks/ssr/{node_modules__pnpm_08cf1858._.js → node_modules__pnpm_28f5917a._.js} +1 -1
  280. package/.next/server/chunks/ssr/{node_modules__pnpm_9ce450a4._.js → node_modules__pnpm_29ef1122._.js} +1 -1
  281. package/.next/server/chunks/ssr/{node_modules__pnpm_7e98d14b._.js → node_modules__pnpm_2b433d26._.js} +1 -1
  282. package/.next/server/chunks/ssr/{node_modules__pnpm_72235a6a._.js → node_modules__pnpm_32dea2df._.js} +1 -1
  283. package/.next/server/chunks/ssr/{node_modules__pnpm_928932b1._.js → node_modules__pnpm_36314152._.js} +1 -1
  284. package/.next/server/chunks/ssr/{node_modules__pnpm_790c3b2e._.js → node_modules__pnpm_383aee7b._.js} +1 -1
  285. package/.next/server/chunks/ssr/{node_modules__pnpm_8f8943af._.js → node_modules__pnpm_3f2da5a6._.js} +2 -2
  286. package/.next/server/chunks/ssr/{node_modules__pnpm_c402a901._.js → node_modules__pnpm_49f81544._.js} +1 -1
  287. package/.next/server/chunks/ssr/{node_modules__pnpm_b50ae8f6._.js → node_modules__pnpm_4d2bd21b._.js} +1 -1
  288. package/.next/server/chunks/ssr/{node_modules__pnpm_63a4a328._.js → node_modules__pnpm_4d5ddaac._.js} +1 -1
  289. package/.next/server/chunks/ssr/{node_modules__pnpm_42d2c2d2._.js → node_modules__pnpm_4f088d93._.js} +2 -2
  290. package/.next/server/chunks/ssr/{node_modules__pnpm_f77bb209._.js → node_modules__pnpm_5075b2c5._.js} +1 -1
  291. package/.next/server/chunks/ssr/{node_modules__pnpm_6a7ed592._.js → node_modules__pnpm_53135aed._.js} +1 -1
  292. package/.next/server/chunks/ssr/{node_modules__pnpm_1790069e._.js → node_modules__pnpm_55940107._.js} +1 -1
  293. package/.next/server/chunks/ssr/{node_modules__pnpm_423baddc._.js → node_modules__pnpm_5a66db81._.js} +1 -1
  294. package/.next/server/chunks/ssr/{node_modules__pnpm_3d378674._.js → node_modules__pnpm_660f6b48._.js} +2 -2
  295. package/.next/server/chunks/ssr/{node_modules__pnpm_67f40799._.js → node_modules__pnpm_678a023d._.js} +1 -1
  296. package/.next/server/chunks/ssr/{node_modules__pnpm_c39c9496._.js → node_modules__pnpm_69340952._.js} +1 -1
  297. package/.next/server/chunks/ssr/{node_modules__pnpm_1dce0d3b._.js → node_modules__pnpm_6a505c32._.js} +1 -1
  298. package/.next/server/chunks/ssr/node_modules__pnpm_6fee60be._.js +3 -0
  299. package/.next/server/chunks/ssr/node_modules__pnpm_6fee60be._.js.map +1 -0
  300. package/.next/server/chunks/ssr/{node_modules__pnpm_3dd8e608._.js → node_modules__pnpm_73f60ed3._.js} +1 -1
  301. package/.next/server/chunks/ssr/{node_modules__pnpm_87d282d9._.js → node_modules__pnpm_73fa56d9._.js} +2 -2
  302. package/.next/server/chunks/ssr/{node_modules__pnpm_45bf67c8._.js → node_modules__pnpm_7417f8a3._.js} +2 -2
  303. package/.next/server/chunks/ssr/{node_modules__pnpm_05da39c7._.js → node_modules__pnpm_74702239._.js} +2 -2
  304. package/.next/server/chunks/ssr/{node_modules__pnpm_fa1f464c._.js → node_modules__pnpm_76595790._.js} +1 -1
  305. package/.next/server/chunks/ssr/{node_modules__pnpm_8036c25f._.js → node_modules__pnpm_7688cd8b._.js} +1 -1
  306. package/.next/server/chunks/ssr/{node_modules__pnpm_2e011da0._.js → node_modules__pnpm_77bef6b3._.js} +1 -1
  307. package/.next/server/chunks/ssr/{node_modules__pnpm_08922392._.js → node_modules__pnpm_7b9f7ded._.js} +2 -2
  308. package/.next/server/chunks/ssr/{node_modules__pnpm_c7ca55c9._.js → node_modules__pnpm_7bc6fb3f._.js} +1 -1
  309. package/.next/server/chunks/ssr/{node_modules__pnpm_3601c997._.js → node_modules__pnpm_7bebd190._.js} +1 -1
  310. package/.next/server/chunks/ssr/{node_modules__pnpm_b2c6ca72._.js → node_modules__pnpm_7cacc1cc._.js} +1 -1
  311. package/.next/server/chunks/ssr/{node_modules__pnpm_76204895._.js → node_modules__pnpm_7d6096d0._.js} +1 -1
  312. package/.next/server/chunks/ssr/{node_modules__pnpm_75846ac9._.js → node_modules__pnpm_810c12a3._.js} +1 -1
  313. package/.next/server/chunks/ssr/{node_modules__pnpm_7de47ba7._.js → node_modules__pnpm_917236c4._.js} +1 -1
  314. package/.next/server/chunks/ssr/{node_modules__pnpm_135db8bc._.js → node_modules__pnpm_958d62cb._.js} +2 -2
  315. package/.next/server/chunks/ssr/{node_modules__pnpm_5768848c._.js → node_modules__pnpm_97367937._.js} +2 -2
  316. package/.next/server/chunks/ssr/{node_modules__pnpm_d1c050d4._.js → node_modules__pnpm_993eff2d._.js} +1 -1
  317. package/.next/server/chunks/ssr/{node_modules__pnpm_016e62a5._.js → node_modules__pnpm_9bab8aaa._.js} +2 -2
  318. package/.next/server/chunks/ssr/{node_modules__pnpm_b18e7d84._.js → node_modules__pnpm_9d36940a._.js} +1 -1
  319. package/.next/server/chunks/ssr/{node_modules__pnpm_0d80282c._.js → node_modules__pnpm_9ddf8ec8._.js} +2 -2
  320. package/.next/server/chunks/ssr/{node_modules__pnpm_a23a1417._.js → node_modules__pnpm_9de6944e._.js} +1 -1
  321. package/.next/server/chunks/ssr/{node_modules__pnpm_227802dc._.js → node_modules__pnpm_9ed86539._.js} +1 -1
  322. package/.next/server/chunks/ssr/{node_modules__pnpm_c278eaac._.js → node_modules__pnpm_a216f966._.js} +2 -2
  323. package/.next/server/chunks/ssr/{node_modules__pnpm_754137d0._.js → node_modules__pnpm_a23053e0._.js} +1 -1
  324. package/.next/server/chunks/ssr/{node_modules__pnpm_7ca85e0d._.js → node_modules__pnpm_a2c4f3d7._.js} +1 -1
  325. package/.next/server/chunks/ssr/{node_modules__pnpm_0c377643._.js → node_modules__pnpm_a3c866a4._.js} +1 -1
  326. package/.next/server/chunks/ssr/{node_modules__pnpm_3394b2c5._.js → node_modules__pnpm_aa25e76f._.js} +1 -1
  327. package/.next/server/chunks/ssr/{node_modules__pnpm_91a9fe44._.js → node_modules__pnpm_aa53a759._.js} +2 -2
  328. package/.next/server/chunks/ssr/{node_modules__pnpm_1c623592._.js → node_modules__pnpm_ae8e01c6._.js} +1 -1
  329. package/.next/server/chunks/ssr/{node_modules__pnpm_06db4ba2._.js → node_modules__pnpm_aebdd762._.js} +1 -1
  330. package/.next/server/chunks/ssr/{node_modules__pnpm_4d03e476._.js → node_modules__pnpm_af29ab68._.js} +2 -2
  331. package/.next/server/chunks/ssr/{node_modules__pnpm_d6cd0cb1._.js → node_modules__pnpm_b28ba463._.js} +2 -2
  332. package/.next/server/chunks/ssr/{node_modules__pnpm_f505d304._.js → node_modules__pnpm_b4adc2e7._.js} +1 -1
  333. package/.next/server/chunks/ssr/{node_modules__pnpm_75690281._.js → node_modules__pnpm_b4bf1729._.js} +2 -2
  334. package/.next/server/chunks/ssr/{node_modules__pnpm_a4a74805._.js → node_modules__pnpm_b75e6868._.js} +2 -2
  335. package/.next/server/chunks/ssr/{node_modules__pnpm_4cc41a2c._.js → node_modules__pnpm_bc76cc53._.js} +1 -1
  336. package/.next/server/chunks/ssr/{node_modules__pnpm_140ed2b5._.js → node_modules__pnpm_bcd2eb3a._.js} +1 -1
  337. package/.next/server/chunks/ssr/{node_modules__pnpm_85de6da6._.js → node_modules__pnpm_c1b02576._.js} +1 -1
  338. package/.next/server/chunks/ssr/{node_modules__pnpm_8a0f76d5._.js → node_modules__pnpm_c1b70c63._.js} +1 -1
  339. package/.next/server/chunks/ssr/{node_modules__pnpm_e70a06f1._.js → node_modules__pnpm_c320dcf5._.js} +1 -1
  340. package/.next/server/chunks/ssr/{node_modules__pnpm_36b5c2af._.js → node_modules__pnpm_c4d0e703._.js} +1 -1
  341. package/.next/server/chunks/ssr/{node_modules__pnpm_f6f51e7a._.js → node_modules__pnpm_c57f91df._.js} +1 -1
  342. package/.next/server/chunks/ssr/{node_modules__pnpm_55b7a1cf._.js → node_modules__pnpm_c598b48c._.js} +2 -2
  343. package/.next/server/chunks/ssr/{node_modules__pnpm_0631ec86._.js → node_modules__pnpm_c683995e._.js} +2 -2
  344. package/.next/server/chunks/ssr/{node_modules__pnpm_db2dceff._.js → node_modules__pnpm_c6a3a5ee._.js} +1 -1
  345. package/.next/server/chunks/ssr/{node_modules__pnpm_240c58bb._.js → node_modules__pnpm_c8929f6f._.js} +2 -2
  346. package/.next/server/chunks/ssr/{node_modules__pnpm_aec9b3d2._.js → node_modules__pnpm_c98f0170._.js} +2 -2
  347. package/.next/server/chunks/ssr/{node_modules__pnpm_96c7344a._.js → node_modules__pnpm_cf36446c._.js} +2 -2
  348. package/.next/server/chunks/ssr/{node_modules__pnpm_93144bce._.js → node_modules__pnpm_cf44f5d7._.js} +1 -1
  349. package/.next/server/chunks/ssr/{node_modules__pnpm_7a101d07._.js → node_modules__pnpm_d10d6e8f._.js} +1 -1
  350. package/.next/server/chunks/ssr/{node_modules__pnpm_076b3258._.js → node_modules__pnpm_d237d54b._.js} +2 -2
  351. package/.next/server/chunks/ssr/{node_modules__pnpm_688ab9b4._.js → node_modules__pnpm_d2ff1199._.js} +1 -1
  352. package/.next/server/chunks/ssr/{node_modules__pnpm_4edcc2cf._.js → node_modules__pnpm_d58c5c9c._.js} +1 -1
  353. package/.next/server/chunks/ssr/{node_modules__pnpm_6c9a5a96._.js → node_modules__pnpm_d65a8ec6._.js} +2 -2
  354. package/.next/server/chunks/ssr/{node_modules__pnpm_33344533._.js → node_modules__pnpm_db9521f3._.js} +2 -2
  355. package/.next/server/chunks/ssr/{node_modules__pnpm_ebfee6f4._.js → node_modules__pnpm_e07e25a1._.js} +1 -1
  356. package/.next/server/chunks/ssr/{node_modules__pnpm_07f377f7._.js → node_modules__pnpm_e084e8b5._.js} +2 -2
  357. package/.next/server/chunks/ssr/{node_modules__pnpm_6947736b._.js → node_modules__pnpm_e7e16c44._.js} +1 -1
  358. package/.next/server/chunks/ssr/{node_modules__pnpm_337eaf96._.js → node_modules__pnpm_e87f4c8f._.js} +1 -1
  359. package/.next/server/chunks/ssr/{node_modules__pnpm_cd59b8c6._.js → node_modules__pnpm_ee9378af._.js} +2 -2
  360. package/.next/server/chunks/ssr/{node_modules__pnpm_19e8c8a7._.js → node_modules__pnpm_ef18e708._.js} +1 -1
  361. package/.next/server/chunks/ssr/{node_modules__pnpm_a714825b._.js → node_modules__pnpm_ef613ec1._.js} +1 -1
  362. package/.next/server/chunks/ssr/{node_modules__pnpm_2b6ac74b._.js → node_modules__pnpm_f3d5816a._.js} +1 -1
  363. package/.next/server/chunks/ssr/{node_modules__pnpm_9927b752._.js → node_modules__pnpm_f75286f3._.js} +1 -1
  364. package/.next/server/chunks/ssr/{node_modules__pnpm_474a3a70._.js → node_modules__pnpm_f952589a._.js} +2 -2
  365. package/.next/server/chunks/ssr/{node_modules__pnpm_00962046._.js → node_modules__pnpm_fb5a6095._.js} +1 -1
  366. package/.next/server/chunks/ssr/src_app_(app)_error_tsx_8b5c3e3b._.js +3 -0
  367. package/.next/server/chunks/ssr/src_app_(app)_error_tsx_8b5c3e3b._.js.map +1 -0
  368. package/.next/server/chunks/ssr/src_app_(app)_settings_page_tsx_752c26e2._.js +1 -1
  369. package/.next/server/chunks/ssr/src_app_(app)_settings_page_tsx_752c26e2._.js.map +1 -1
  370. package/.next/server/chunks/ssr/src_app_(app)_setup_page_tsx_effb3116._.js +1 -1
  371. package/.next/server/chunks/ssr/src_app_(app)_setup_page_tsx_effb3116._.js.map +1 -1
  372. package/.next/server/chunks/ssr/src_app_global-error_tsx_aa661ba4._.js +3 -0
  373. package/.next/server/chunks/ssr/src_app_global-error_tsx_aa661ba4._.js.map +1 -0
  374. package/.next/server/chunks/ssr/src_components_ui_scroll-area_tsx_3edfbcee._.js +3 -0
  375. package/.next/server/chunks/ssr/src_components_ui_scroll-area_tsx_3edfbcee._.js.map +1 -0
  376. package/.next/server/middleware-build-manifest.js +3 -3
  377. package/.next/server/pages/404.html +1 -1
  378. package/.next/server/pages/500.html +2 -2
  379. package/.next/server/server-reference-manifest.js +1 -1
  380. package/.next/server/server-reference-manifest.json +1 -1
  381. package/.next/static/chunks/0a23222890789fc7.js +1 -0
  382. package/.next/static/chunks/260957bb921413ce.js +4 -0
  383. package/.next/static/chunks/26c0edacf913d566.js +1 -0
  384. package/.next/static/chunks/2899688335d3adb2.js +10 -0
  385. package/.next/static/chunks/37e7fffb0c3f808a.js +1 -0
  386. package/.next/static/chunks/{a8d5f5dc2688fe30.js → 4b85895b71381fe3.js} +1 -1
  387. package/.next/static/chunks/4c61fab7712ab14c.js +1 -0
  388. package/.next/static/chunks/{db20ec18c9fde107.js → 61aeba246e853119.js} +1 -1
  389. package/.next/static/chunks/622d4f9dd738a19e.js +5 -0
  390. package/.next/static/chunks/656421e1c8420066.js +1 -0
  391. package/.next/static/chunks/88a9c5878c58c4c7.js +1 -0
  392. package/.next/static/chunks/937e067c90728448.js +21 -0
  393. package/.next/static/chunks/9ec5cc6e82dc4c95.js +1 -0
  394. package/.next/static/chunks/9ef7e8256638a410.js +1 -0
  395. package/.next/static/chunks/{452e1bb12e7f0b85.js → a573ce301ebe6879.js} +1 -1
  396. package/.next/static/chunks/ab91a04173b72e7f.css +1 -0
  397. package/.next/static/chunks/{fcc2b1530d73e61e.js → c613844e13174012.js} +3 -3
  398. package/.next/static/chunks/e9233bff3572a5ae.js +1 -0
  399. package/.next/static/chunks/{turbopack-2835ad6e71df73d8.js → turbopack-d9f1831e5abe8b4e.js} +1 -1
  400. package/LICENSE +21 -0
  401. package/README.md +193 -167
  402. package/bin/vibedoc.js +7 -0
  403. package/package.json +4 -1
  404. package/.next/server/chunks/[root-of-the-server]__dfd36dc0._.js +0 -3
  405. package/.next/server/chunks/ssr/[root-of-the-server]__38711845._.js +0 -3
  406. package/.next/server/chunks/ssr/[root-of-the-server]__4cd0cfe5._.js +0 -3
  407. package/.next/server/chunks/ssr/[root-of-the-server]__599128b8._.js +0 -3
  408. package/.next/server/chunks/ssr/[root-of-the-server]__7ccd69b2._.js +0 -3
  409. package/.next/server/chunks/ssr/[root-of-the-server]__7de63c62._.js +0 -3
  410. package/.next/server/chunks/ssr/[root-of-the-server]__8edfd41f._.js +0 -3
  411. package/.next/server/chunks/ssr/[root-of-the-server]__93c50d95._.js +0 -3
  412. package/.next/server/chunks/ssr/[root-of-the-server]__93c50d95._.js.map +0 -1
  413. package/.next/server/chunks/ssr/[root-of-the-server]__ad4ab234._.js +0 -3
  414. package/.next/server/chunks/ssr/[root-of-the-server]__bdae2a0a._.js +0 -3
  415. package/.next/server/chunks/ssr/[root-of-the-server]__c754fc94._.js +0 -3
  416. package/.next/server/chunks/ssr/[root-of-the-server]__d23d6dd8._.js +0 -3
  417. package/.next/server/chunks/ssr/_0324be5b._.js +0 -4
  418. package/.next/server/chunks/ssr/_0324be5b._.js.map +0 -1
  419. package/.next/server/chunks/ssr/_04bd0614._.js.map +0 -1
  420. package/.next/server/chunks/ssr/_07ff42fd._.js.map +0 -1
  421. package/.next/server/chunks/ssr/_189227ea._.js +0 -3
  422. package/.next/server/chunks/ssr/_189227ea._.js.map +0 -1
  423. package/.next/server/chunks/ssr/_39d9968d._.js +0 -4
  424. package/.next/server/chunks/ssr/_39d9968d._.js.map +0 -1
  425. package/.next/server/chunks/ssr/_7b129868._.js +0 -4
  426. package/.next/server/chunks/ssr/_7b129868._.js.map +0 -1
  427. package/.next/server/chunks/ssr/_83c6a2ff._.js.map +0 -1
  428. package/.next/server/chunks/ssr/_85e5ab03._.js.map +0 -1
  429. package/.next/server/chunks/ssr/_9f1b4c51._.js +0 -3
  430. package/.next/server/chunks/ssr/_9f1b4c51._.js.map +0 -1
  431. package/.next/server/chunks/ssr/_b4c946f7._.js +0 -7
  432. package/.next/server/chunks/ssr/_b4c946f7._.js.map +0 -1
  433. package/.next/server/chunks/ssr/_c4b742c5._.js.map +0 -1
  434. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_b0ef93f6._.js +0 -3
  435. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_b0ef93f6._.js.map +0 -1
  436. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_folder_de463b3c.js +0 -3
  437. package/.next/server/chunks/ssr/a41dc_lucide-react_dist_esm_icons_folder_de463b3c.js.map +0 -1
  438. package/.next/server/chunks/ssr/a5dda_next_dist_client_components_builtin_global-error_88955b9a.js +0 -3
  439. package/.next/server/chunks/ssr/a5dda_next_dist_client_components_builtin_global-error_88955b9a.js.map +0 -1
  440. package/.next/server/chunks/ssr/a5dda_next_dist_esm_build_templates_app-page_d9140d2d.js.map +0 -1
  441. package/.next/server/chunks/ssr/node_modules__pnpm_44b70609._.js +0 -3
  442. package/.next/server/chunks/ssr/node_modules__pnpm_9e807a6c._.js +0 -3
  443. package/.next/server/chunks/ssr/node_modules__pnpm_9e807a6c._.js.map +0 -1
  444. package/.next/static/chunks/13bdd4e22dd90816.js +0 -1
  445. package/.next/static/chunks/31fae4c58073753b.js +0 -1
  446. package/.next/static/chunks/429961c8e82cfbcb.css +0 -1
  447. package/.next/static/chunks/5066c1dec89e3cb6.js +0 -1
  448. package/.next/static/chunks/519aa8080f20453e.js +0 -10
  449. package/.next/static/chunks/6f01f5fee0eb2f66.js +0 -1
  450. package/.next/static/chunks/825ae09010d35407.js +0 -5
  451. package/.next/static/chunks/aad224af68aad5fb.js +0 -4
  452. package/.next/static/chunks/d0d8f8e7eb4550b4.js +0 -1
  453. package/.next/static/chunks/dc6d4ccd3cd8471c.js +0 -21
  454. package/.next/static/chunks/e6164bb2a2fa9b00.js +0 -1
  455. /package/.next/server/chunks/{[root-of-the-server]__54666fd5._.js.map → [root-of-the-server]__03edd537._.js.map} +0 -0
  456. /package/.next/server/chunks/{[root-of-the-server]__e27393ea._.js.map → [root-of-the-server]__1329130b._.js.map} +0 -0
  457. /package/.next/server/chunks/{[root-of-the-server]__dfd36dc0._.js.map → [root-of-the-server]__222d0fad._.js.map} +0 -0
  458. /package/.next/server/chunks/{[root-of-the-server]__a0a8fb65._.js.map → [root-of-the-server]__7da508f8._.js.map} +0 -0
  459. /package/.next/server/chunks/{[root-of-the-server]__2d66d57b._.js.map → [root-of-the-server]__9057030f._.js.map} +0 -0
  460. /package/.next/server/chunks/{[root-of-the-server]__aa7a40ec._.js.map → [root-of-the-server]__943256c8._.js.map} +0 -0
  461. /package/.next/server/chunks/{[root-of-the-server]__bacbf09e._.js.map → [root-of-the-server]__c4a478c1._.js.map} +0 -0
  462. /package/.next/server/chunks/{ssr/[root-of-the-server]__8edfd41f._.js.map → _next-internal_server_app_api_registry_route_actions_9502c56c.js.map} +0 -0
  463. /package/.next/server/chunks/{ssr/ec1cc_katex_dist_katex_mjs_9f7bcf4a._.js.map → _next-internal_server_app_api_tasks_create_route_actions_8f1c32d2.js.map} +0 -0
  464. /package/.next/server/chunks/ssr/{[root-of-the-server]__0310d64d._.js.map → [root-of-the-server]__1940775f._.js.map} +0 -0
  465. /package/.next/server/chunks/ssr/{[root-of-the-server]__85b679c6._.js.map → [root-of-the-server]__718d62a3._.js.map} +0 -0
  466. /package/.next/server/chunks/ssr/{[root-of-the-server]__8bc686d2._.js.map → [root-of-the-server]__83981bf9._.js.map} +0 -0
  467. /package/.next/server/chunks/ssr/{[root-of-the-server]__e44bed76._.js.map → [root-of-the-server]__a3f52a6e._.js.map} +0 -0
  468. /package/.next/server/chunks/ssr/{[root-of-the-server]__cf263b75._.js.map → [root-of-the-server]__c7aaf19e._.js.map} +0 -0
  469. /package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_a9aca746._.js.map → [root-of-the-server]__f322b1c8._.js.map} +0 -0
  470. /package/.next/server/chunks/ssr/{_102fd465._.js.map → _af7c883c._.js.map} +0 -0
  471. /package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_e7b66387._.js.map → ec1cc_katex_dist_katex_mjs_1924e0db._.js.map} +0 -0
  472. /package/.next/server/chunks/ssr/{ec1cc_katex_dist_katex_mjs_e93914b8._.js.map → ec1cc_katex_dist_katex_mjs_1e92da96._.js.map} +0 -0
  473. /package/.next/server/chunks/ssr/{node_modules__pnpm_0322e068._.js.map → node_modules__pnpm_00fba959._.js.map} +0 -0
  474. /package/.next/server/chunks/ssr/{node_modules__pnpm_55b7a1cf._.js.map → node_modules__pnpm_0ae7984c._.js.map} +0 -0
  475. /package/.next/server/chunks/ssr/{node_modules__pnpm_0631ec86._.js.map → node_modules__pnpm_0b2a59a5._.js.map} +0 -0
  476. /package/.next/server/chunks/ssr/{node_modules__pnpm_63a4a328._.js.map → node_modules__pnpm_0b403dbf._.js.map} +0 -0
  477. /package/.next/server/chunks/ssr/{node_modules__pnpm_2b6ac74b._.js.map → node_modules__pnpm_0dc85bd5._.js.map} +0 -0
  478. /package/.next/server/chunks/ssr/{node_modules__pnpm_19e8c8a7._.js.map → node_modules__pnpm_0f315216._.js.map} +0 -0
  479. /package/.next/server/chunks/ssr/{node_modules__pnpm_39f460e8._.js.map → node_modules__pnpm_0fcc2ade._.js.map} +0 -0
  480. /package/.next/server/chunks/ssr/{node_modules__pnpm_3601c997._.js.map → node_modules__pnpm_11602273._.js.map} +0 -0
  481. /package/.next/server/chunks/ssr/{node_modules__pnpm_1c623592._.js.map → node_modules__pnpm_166528e5._.js.map} +0 -0
  482. /package/.next/server/chunks/ssr/{node_modules__pnpm_8c13bdb7._.js.map → node_modules__pnpm_1b6418c7._.js.map} +0 -0
  483. /package/.next/server/chunks/ssr/{node_modules__pnpm_3dd8e608._.js.map → node_modules__pnpm_203e2ae6._.js.map} +0 -0
  484. /package/.next/server/chunks/ssr/{node_modules__pnpm_05da39c7._.js.map → node_modules__pnpm_20667837._.js.map} +0 -0
  485. /package/.next/server/chunks/ssr/{node_modules__pnpm_1dce0d3b._.js.map → node_modules__pnpm_22b45ca3._.js.map} +0 -0
  486. /package/.next/server/chunks/ssr/{node_modules__pnpm_42d2c2d2._.js.map → node_modules__pnpm_233a9948._.js.map} +0 -0
  487. /package/.next/server/chunks/ssr/{node_modules__pnpm_2871fff4._.js.map → node_modules__pnpm_26c302ad._.js.map} +0 -0
  488. /package/.next/server/chunks/ssr/{node_modules__pnpm_08cf1858._.js.map → node_modules__pnpm_28f5917a._.js.map} +0 -0
  489. /package/.next/server/chunks/ssr/{node_modules__pnpm_0c377643._.js.map → node_modules__pnpm_29ef1122._.js.map} +0 -0
  490. /package/.next/server/chunks/ssr/{node_modules__pnpm_227802dc._.js.map → node_modules__pnpm_2b433d26._.js.map} +0 -0
  491. /package/.next/server/chunks/ssr/{node_modules__pnpm_5c59b1ad._.js.map → node_modules__pnpm_32dea2df._.js.map} +0 -0
  492. /package/.next/server/chunks/ssr/{node_modules__pnpm_00962046._.js.map → node_modules__pnpm_36314152._.js.map} +0 -0
  493. /package/.next/server/chunks/ssr/{node_modules__pnpm_790c3b2e._.js.map → node_modules__pnpm_383aee7b._.js.map} +0 -0
  494. /package/.next/server/chunks/ssr/{node_modules__pnpm_87d282d9._.js.map → node_modules__pnpm_3f2da5a6._.js.map} +0 -0
  495. /package/.next/server/chunks/ssr/{node_modules__pnpm_3f2cce74._.js.map → node_modules__pnpm_49f81544._.js.map} +0 -0
  496. /package/.next/server/chunks/ssr/{node_modules__pnpm_7a101d07._.js.map → node_modules__pnpm_4d2bd21b._.js.map} +0 -0
  497. /package/.next/server/chunks/ssr/{node_modules__pnpm_6a7ed592._.js.map → node_modules__pnpm_4d5ddaac._.js.map} +0 -0
  498. /package/.next/server/chunks/ssr/{node_modules__pnpm_45bf67c8._.js.map → node_modules__pnpm_4f088d93._.js.map} +0 -0
  499. /package/.next/server/chunks/ssr/{node_modules__pnpm_b50ae8f6._.js.map → node_modules__pnpm_5075b2c5._.js.map} +0 -0
  500. /package/.next/server/chunks/ssr/{node_modules__pnpm_70a08cdf._.js.map → node_modules__pnpm_53135aed._.js.map} +0 -0
  501. /package/.next/server/chunks/ssr/{node_modules__pnpm_1790069e._.js.map → node_modules__pnpm_55940107._.js.map} +0 -0
  502. /package/.next/server/chunks/ssr/{node_modules__pnpm_423baddc._.js.map → node_modules__pnpm_5a66db81._.js.map} +0 -0
  503. /package/.next/server/chunks/ssr/{node_modules__pnpm_07f377f7._.js.map → node_modules__pnpm_660f6b48._.js.map} +0 -0
  504. /package/.next/server/chunks/ssr/{node_modules__pnpm_36b5c2af._.js.map → node_modules__pnpm_678a023d._.js.map} +0 -0
  505. /package/.next/server/chunks/ssr/{node_modules__pnpm_140ed2b5._.js.map → node_modules__pnpm_69340952._.js.map} +0 -0
  506. /package/.next/server/chunks/ssr/{node_modules__pnpm_c402a901._.js.map → node_modules__pnpm_6a505c32._.js.map} +0 -0
  507. /package/.next/server/chunks/ssr/{node_modules__pnpm_9cdea683._.js.map → node_modules__pnpm_73f60ed3._.js.map} +0 -0
  508. /package/.next/server/chunks/ssr/{node_modules__pnpm_8b3ed63a._.js.map → node_modules__pnpm_73fa56d9._.js.map} +0 -0
  509. /package/.next/server/chunks/ssr/{node_modules__pnpm_8ba721df._.js.map → node_modules__pnpm_7417f8a3._.js.map} +0 -0
  510. /package/.next/server/chunks/ssr/{node_modules__pnpm_240c58bb._.js.map → node_modules__pnpm_74702239._.js.map} +0 -0
  511. /package/.next/server/chunks/ssr/{node_modules__pnpm_337eaf96._.js.map → node_modules__pnpm_76595790._.js.map} +0 -0
  512. /package/.next/server/chunks/ssr/{node_modules__pnpm_8036c25f._.js.map → node_modules__pnpm_7688cd8b._.js.map} +0 -0
  513. /package/.next/server/chunks/ssr/{node_modules__pnpm_06db4ba2._.js.map → node_modules__pnpm_77bef6b3._.js.map} +0 -0
  514. /package/.next/server/chunks/ssr/{node_modules__pnpm_08922392._.js.map → node_modules__pnpm_7b9f7ded._.js.map} +0 -0
  515. /package/.next/server/chunks/ssr/{node_modules__pnpm_c7ca55c9._.js.map → node_modules__pnpm_7bc6fb3f._.js.map} +0 -0
  516. /package/.next/server/chunks/ssr/{node_modules__pnpm_7de47ba7._.js.map → node_modules__pnpm_7bebd190._.js.map} +0 -0
  517. /package/.next/server/chunks/ssr/{node_modules__pnpm_72235a6a._.js.map → node_modules__pnpm_7cacc1cc._.js.map} +0 -0
  518. /package/.next/server/chunks/ssr/{node_modules__pnpm_4edcc2cf._.js.map → node_modules__pnpm_7d6096d0._.js.map} +0 -0
  519. /package/.next/server/chunks/ssr/{node_modules__pnpm_75846ac9._.js.map → node_modules__pnpm_810c12a3._.js.map} +0 -0
  520. /package/.next/server/chunks/ssr/{node_modules__pnpm_df7dcb26._.js.map → node_modules__pnpm_917236c4._.js.map} +0 -0
  521. /package/.next/server/chunks/ssr/{node_modules__pnpm_135db8bc._.js.map → node_modules__pnpm_958d62cb._.js.map} +0 -0
  522. /package/.next/server/chunks/ssr/{node_modules__pnpm_5768848c._.js.map → node_modules__pnpm_97367937._.js.map} +0 -0
  523. /package/.next/server/chunks/ssr/{node_modules__pnpm_b6b9de46._.js.map → node_modules__pnpm_993eff2d._.js.map} +0 -0
  524. /package/.next/server/chunks/ssr/{node_modules__pnpm_016e62a5._.js.map → node_modules__pnpm_9bab8aaa._.js.map} +0 -0
  525. /package/.next/server/chunks/ssr/{node_modules__pnpm_9ce450a4._.js.map → node_modules__pnpm_9d36940a._.js.map} +0 -0
  526. /package/.next/server/chunks/ssr/{node_modules__pnpm_076b3258._.js.map → node_modules__pnpm_9ddf8ec8._.js.map} +0 -0
  527. /package/.next/server/chunks/ssr/{node_modules__pnpm_a23a1417._.js.map → node_modules__pnpm_9de6944e._.js.map} +0 -0
  528. /package/.next/server/chunks/ssr/{node_modules__pnpm_7e98d14b._.js.map → node_modules__pnpm_9ed86539._.js.map} +0 -0
  529. /package/.next/server/chunks/ssr/{node_modules__pnpm_474a3a70._.js.map → node_modules__pnpm_a216f966._.js.map} +0 -0
  530. /package/.next/server/chunks/ssr/{node_modules__pnpm_754137d0._.js.map → node_modules__pnpm_a23053e0._.js.map} +0 -0
  531. /package/.next/server/chunks/ssr/{node_modules__pnpm_7ca85e0d._.js.map → node_modules__pnpm_a2c4f3d7._.js.map} +0 -0
  532. /package/.next/server/chunks/ssr/{node_modules__pnpm_b18e7d84._.js.map → node_modules__pnpm_a3c866a4._.js.map} +0 -0
  533. /package/.next/server/chunks/ssr/{node_modules__pnpm_2e011da0._.js.map → node_modules__pnpm_aa25e76f._.js.map} +0 -0
  534. /package/.next/server/chunks/ssr/{node_modules__pnpm_91a9fe44._.js.map → node_modules__pnpm_aa53a759._.js.map} +0 -0
  535. /package/.next/server/chunks/ssr/{node_modules__pnpm_b2c6ca72._.js.map → node_modules__pnpm_ae8e01c6._.js.map} +0 -0
  536. /package/.next/server/chunks/ssr/{node_modules__pnpm_3394b2c5._.js.map → node_modules__pnpm_aebdd762._.js.map} +0 -0
  537. /package/.next/server/chunks/ssr/{node_modules__pnpm_0d80282c._.js.map → node_modules__pnpm_af29ab68._.js.map} +0 -0
  538. /package/.next/server/chunks/ssr/{node_modules__pnpm_c278eaac._.js.map → node_modules__pnpm_b28ba463._.js.map} +0 -0
  539. /package/.next/server/chunks/ssr/{node_modules__pnpm_f505d304._.js.map → node_modules__pnpm_b4adc2e7._.js.map} +0 -0
  540. /package/.next/server/chunks/ssr/{node_modules__pnpm_4d03e476._.js.map → node_modules__pnpm_b4bf1729._.js.map} +0 -0
  541. /package/.next/server/chunks/ssr/{node_modules__pnpm_a4a74805._.js.map → node_modules__pnpm_b75e6868._.js.map} +0 -0
  542. /package/.next/server/chunks/ssr/{node_modules__pnpm_4cc41a2c._.js.map → node_modules__pnpm_bc76cc53._.js.map} +0 -0
  543. /package/.next/server/chunks/ssr/{node_modules__pnpm_c39c9496._.js.map → node_modules__pnpm_bcd2eb3a._.js.map} +0 -0
  544. /package/.next/server/chunks/ssr/{node_modules__pnpm_76204895._.js.map → node_modules__pnpm_c1b02576._.js.map} +0 -0
  545. /package/.next/server/chunks/ssr/{node_modules__pnpm_8a0f76d5._.js.map → node_modules__pnpm_c1b70c63._.js.map} +0 -0
  546. /package/.next/server/chunks/ssr/{node_modules__pnpm_e70a06f1._.js.map → node_modules__pnpm_c320dcf5._.js.map} +0 -0
  547. /package/.next/server/chunks/ssr/{node_modules__pnpm_67f40799._.js.map → node_modules__pnpm_c4d0e703._.js.map} +0 -0
  548. /package/.next/server/chunks/ssr/{node_modules__pnpm_f6f51e7a._.js.map → node_modules__pnpm_c57f91df._.js.map} +0 -0
  549. /package/.next/server/chunks/ssr/{node_modules__pnpm_8f8943af._.js.map → node_modules__pnpm_c598b48c._.js.map} +0 -0
  550. /package/.next/server/chunks/ssr/{node_modules__pnpm_60fef38e._.js.map → node_modules__pnpm_c683995e._.js.map} +0 -0
  551. /package/.next/server/chunks/ssr/{node_modules__pnpm_db2dceff._.js.map → node_modules__pnpm_c6a3a5ee._.js.map} +0 -0
  552. /package/.next/server/chunks/ssr/{node_modules__pnpm_33344533._.js.map → node_modules__pnpm_c8929f6f._.js.map} +0 -0
  553. /package/.next/server/chunks/ssr/{node_modules__pnpm_aec9b3d2._.js.map → node_modules__pnpm_c98f0170._.js.map} +0 -0
  554. /package/.next/server/chunks/ssr/{node_modules__pnpm_96c7344a._.js.map → node_modules__pnpm_cf36446c._.js.map} +0 -0
  555. /package/.next/server/chunks/ssr/{node_modules__pnpm_93144bce._.js.map → node_modules__pnpm_cf44f5d7._.js.map} +0 -0
  556. /package/.next/server/chunks/ssr/{node_modules__pnpm_f77bb209._.js.map → node_modules__pnpm_d10d6e8f._.js.map} +0 -0
  557. /package/.next/server/chunks/ssr/{node_modules__pnpm_75690281._.js.map → node_modules__pnpm_d237d54b._.js.map} +0 -0
  558. /package/.next/server/chunks/ssr/{node_modules__pnpm_688ab9b4._.js.map → node_modules__pnpm_d2ff1199._.js.map} +0 -0
  559. /package/.next/server/chunks/ssr/{node_modules__pnpm_85de6da6._.js.map → node_modules__pnpm_d58c5c9c._.js.map} +0 -0
  560. /package/.next/server/chunks/ssr/{node_modules__pnpm_3d378674._.js.map → node_modules__pnpm_d65a8ec6._.js.map} +0 -0
  561. /package/.next/server/chunks/ssr/{node_modules__pnpm_d75e5d41._.js.map → node_modules__pnpm_db9521f3._.js.map} +0 -0
  562. /package/.next/server/chunks/ssr/{node_modules__pnpm_ebfee6f4._.js.map → node_modules__pnpm_e07e25a1._.js.map} +0 -0
  563. /package/.next/server/chunks/ssr/{node_modules__pnpm_6c9a5a96._.js.map → node_modules__pnpm_e084e8b5._.js.map} +0 -0
  564. /package/.next/server/chunks/ssr/{node_modules__pnpm_6947736b._.js.map → node_modules__pnpm_e7e16c44._.js.map} +0 -0
  565. /package/.next/server/chunks/ssr/{node_modules__pnpm_928932b1._.js.map → node_modules__pnpm_e87f4c8f._.js.map} +0 -0
  566. /package/.next/server/chunks/ssr/{node_modules__pnpm_cd59b8c6._.js.map → node_modules__pnpm_ee9378af._.js.map} +0 -0
  567. /package/.next/server/chunks/ssr/{node_modules__pnpm_ba838a36._.js.map → node_modules__pnpm_ef18e708._.js.map} +0 -0
  568. /package/.next/server/chunks/ssr/{node_modules__pnpm_a714825b._.js.map → node_modules__pnpm_ef613ec1._.js.map} +0 -0
  569. /package/.next/server/chunks/ssr/{node_modules__pnpm_d1c050d4._.js.map → node_modules__pnpm_f3d5816a._.js.map} +0 -0
  570. /package/.next/server/chunks/ssr/{node_modules__pnpm_9927b752._.js.map → node_modules__pnpm_f75286f3._.js.map} +0 -0
  571. /package/.next/server/chunks/ssr/{node_modules__pnpm_d6cd0cb1._.js.map → node_modules__pnpm_f952589a._.js.map} +0 -0
  572. /package/.next/server/chunks/ssr/{node_modules__pnpm_fa1f464c._.js.map → node_modules__pnpm_fb5a6095._.js.map} +0 -0
  573. /package/.next/static/{Cel8IZo91rJRjbRQC_DUd → 3qaTeSReklR4iA-D6kF9C}/_buildManifest.js +0 -0
  574. /package/.next/static/{Cel8IZo91rJRjbRQC_DUd → 3qaTeSReklR4iA-D6kF9C}/_clientMiddlewareManifest.json +0 -0
  575. /package/.next/static/{Cel8IZo91rJRjbRQC_DUd → 3qaTeSReklR4iA-D6kF9C}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/app/api/mcp/route.ts","../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/build/templates/app-route.ts"],"sourcesContent":["/**\r\n * /api/mcp\r\n *\r\n * MCP server over HTTP (Streamable HTTP transport).\r\n * AI agents (Claude Code, Cursor, Windsurf) connect here.\r\n *\r\n * Config in Claude Code:\r\n * {\r\n * \"mcpServers\": {\r\n * \"vibedoc\": {\r\n * \"url\": \"http://localhost:3000/api/mcp\"\r\n * }\r\n * }\r\n * }\r\n */\r\n\r\nimport { NextRequest, NextResponse } from 'next/server'\r\nimport {\r\n getConfiguredRoot, listDocs, readDoc, searchDocs, writeDoc, createDoc, getContext,\r\n getProjectSummary, listTasks, getTask, updateTaskStatus,\r\n logDecision, readMemory, updateMemory, logSessionStart,\r\n findBacklinks, appendDoc, renameDoc, deleteDoc, listExplorerFiles,\r\n TaskStatus,\r\n} from '@/lib/core'\r\nimport { TEMPLATES } from '@/lib/templates'\r\nimport { emitUpdate } from '@/lib/events'\r\nimport { z } from 'zod'\r\n\r\n// Simple hand-rolled MCP handler (avoids stdio transport issues in Next.js)\r\n// Implements the JSON-RPC 2.0 MCP protocol directly.\r\n\r\ntype JsonRpcRequest = {\r\n jsonrpc: '2.0'\r\n id: string | number | null\r\n method: string\r\n params?: Record<string, unknown>\r\n}\r\n\r\nfunction ok(id: JsonRpcRequest['id'], result: unknown) {\r\n return NextResponse.json({ jsonrpc: '2.0', id, result })\r\n}\r\n\r\nfunction err(id: JsonRpcRequest['id'], code: number, message: string) {\r\n return NextResponse.json({ jsonrpc: '2.0', id, error: { code, message } })\r\n}\r\n\r\nconst TOOLS = [\r\n {\r\n name: 'vibedoc_get_status',\r\n description: 'Get project status overview: active tasks, blockers, doc count, memory. Call this at session start.',\r\n inputSchema: { type: 'object', properties: {}, required: [] },\r\n },\r\n {\r\n name: 'vibedoc_read_doc',\r\n description: 'Read a doc file by name. Use: \"CLAUDE\", \"HLD\", \"EVENT_CATALOG\", \"MEMORY\", \"user-service/API\", \"ADR-001\".',\r\n inputSchema: { type: 'object', properties: { query: { type: 'string', description: 'Doc name, e.g. \"CLAUDE\", \"HLD\", \"user-service/API\"' } }, required: ['query'] },\r\n },\r\n {\r\n name: 'vibedoc_list_docs',\r\n description: 'List all documentation files grouped by section. Use to discover what docs exist.',\r\n inputSchema: { type: 'object', properties: {}, required: [] },\r\n },\r\n {\r\n name: 'vibedoc_search_docs',\r\n description: 'Full-text search across all docs. Returns files and line snippets.',\r\n inputSchema: { type: 'object', properties: { query: { type: 'string', description: 'Search term' } }, required: ['query'] },\r\n },\r\n {\r\n name: 'vibedoc_write_doc',\r\n description: 'Write or create a documentation file. Use to add new docs or update existing ones. Path is relative to project root (e.g., \"docs/api/endpoints.md\"). Creates parent directories as needed. Triggers real-time browser update so the user can review.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n path: { type: 'string', description: 'Relative path from project root, e.g. \"docs/api/my-guide.md\"' },\r\n content: { type: 'string', description: 'Full markdown content to write' },\r\n },\r\n required: ['path', 'content'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_list_tasks',\r\n description: 'List all tasks as a kanban board. Filter by status optionally.',\r\n inputSchema: { type: 'object', properties: { status: { type: 'string', enum: ['all', 'todo', 'in-progress', 'blocked', 'done', 'cancelled'] } }, required: [] },\r\n },\r\n {\r\n name: 'vibedoc_get_task',\r\n description: 'Read a specific task file including scope, criteria, and definition of done.',\r\n inputSchema: { type: 'object', properties: { taskId: { type: 'string', description: 'e.g. \"T001\", \"T003\"' } }, required: ['taskId'] },\r\n },\r\n {\r\n name: 'vibedoc_update_task',\r\n description: 'Update task status. Call when starting, finishing, or blocking a task. UI updates in real time.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n taskId: { type: 'string' },\r\n status: { type: 'string', enum: ['todo', 'in-progress', 'done', 'blocked', 'cancelled'] },\r\n },\r\n required: ['taskId', 'status'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_log_decision',\r\n description: 'Write a new Architecture Decision Record (ADR) when making a technical decision.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n title: { type: 'string' },\r\n context: { type: 'string' },\r\n decision: { type: 'string' },\r\n rationale: { type: 'string' },\r\n alternatives: { type: 'array', items: { type: 'object', properties: { option: { type: 'string' }, reason: { type: 'string' } } } },\r\n consequences: { type: 'string' },\r\n },\r\n required: ['title', 'context', 'decision'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_read_memory',\r\n description: 'Read MEMORY.md — the session handoff file. Always call this at session start.',\r\n inputSchema: { type: 'object', properties: {}, required: [] },\r\n },\r\n {\r\n name: 'vibedoc_update_memory',\r\n description: 'Update MEMORY.md with session summary. Call at END of every session.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n currentState: { type: 'string' },\r\n justCompleted: { type: 'array', items: { type: 'string' } },\r\n workingOn: { type: 'string' },\r\n upNext: { type: 'array', items: { type: 'string' } },\r\n issues: { type: 'array', items: { type: 'string' } },\r\n decisions: { type: 'array', items: { type: 'string' } },\r\n techDebt: { type: 'array', items: { type: 'string' } },\r\n handoff: { type: 'string' },\r\n },\r\n required: ['currentState', 'handoff'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_create_doc',\r\n description: 'Create a new doc from a template. Use vibedoc_list_templates to see available IDs. Fails if file exists.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n path: { type: 'string' },\r\n templateId: { type: 'string', description: 'Defaults to \"blank\"' },\r\n },\r\n required: ['path'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_list_templates',\r\n description: 'List all doc templates with IDs, names, and default paths.',\r\n inputSchema: { type: 'object', properties: {}, required: [] },\r\n },\r\n {\r\n name: 'vibedoc_get_context',\r\n description: 'Bundle multiple docs into a single context block. Useful for loading several docs at once before starting a task.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n paths: { type: 'array', items: { type: 'string' }, description: 'Array of relative doc paths to bundle' },\r\n },\r\n required: ['paths'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_append_doc',\r\n description: 'Append content to an existing doc file. Adds two newlines before the appended content.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n path: { type: 'string', description: 'Relative path to the doc file' },\r\n content: { type: 'string', description: 'Content to append' },\r\n },\r\n required: ['path', 'content'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_rename_doc',\r\n description: 'Rename or move a doc file to a new path.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n oldPath: { type: 'string', description: 'Current path of the doc' },\r\n newPath: { type: 'string', description: 'New path for the doc' },\r\n },\r\n required: ['oldPath', 'newPath'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_delete_doc',\r\n description: 'Delete a doc file. This action cannot be undone.',\r\n inputSchema: {\r\n type: 'object',\r\n properties: {\r\n path: { type: 'string', description: 'Path of the doc to delete' },\r\n },\r\n required: ['path'],\r\n },\r\n },\r\n {\r\n name: 'vibedoc_get_file_map',\r\n description: 'Get a structured map of all documentation files with descriptions and last-modified dates. Use at session start to orient yourself without reading each file individually.',\r\n inputSchema: { type: 'object', properties: {}, required: [] },\r\n },\r\n]\r\n\r\nasync function handleTool(name: string, args: Record<string, unknown>) {\r\n const root = getConfiguredRoot()\r\n\r\n switch (name) {\r\n case 'vibedoc_get_status': {\r\n const s = await getProjectSummary(root)\r\n const b = s.tasks.board\r\n const lines = [\r\n `## ${s.name} — Project Status`,\r\n `**Docs:** ${s.docs.total} files`,\r\n `**Memory:** ${s.memory.exists ? 'exists' : 'not yet created'}`,\r\n '',\r\n '### Board',\r\n `📋 Todo: ${b.todo} 🔨 In Progress: ${b['in-progress']} 🚫 Blocked: ${b.blocked} ✅ Done: ${b.done}`,\r\n ]\r\n if (s.tasks.active.length > 0) {\r\n lines.push('', '**Active:**')\r\n s.tasks.active.forEach(t => lines.push(` 🔨 ${t.id}: ${t.title}`))\r\n }\r\n if (s.tasks.blocked.length > 0) {\r\n lines.push('', '**Blocked:**')\r\n s.tasks.blocked.forEach(t => lines.push(` 🚫 ${t.id}: ${t.title}`))\r\n }\r\n return lines.join('\\n')\r\n }\r\n\r\n case 'vibedoc_read_doc': {\r\n const { path: docPath, content } = await readDoc(String(args.query), root)\r\n emitUpdate('doc_read', { path: docPath })\r\n const backlinks = await findBacklinks(docPath, root)\r\n let result = `## ${docPath}\\n\\n${content}`\r\n if (backlinks.length > 0) {\r\n result += '\\n\\n---\\n\\n## Referenced by\\n'\r\n backlinks.forEach(b => {\r\n result += `- ${b.file} (line ${b.line}): ${b.text}\\n`\r\n })\r\n }\r\n return result\r\n }\r\n\r\n case 'vibedoc_list_docs': {\r\n const docs = await listDocs(root)\r\n const sections: Record<string, string[]> = {}\r\n for (const d of docs) {\r\n if (!sections[d.section]) sections[d.section] = []\r\n sections[d.section].push(d.path)\r\n }\r\n const lines = [`📚 ${docs.length} files\\n`]\r\n for (const [s, files] of Object.entries(sections)) {\r\n lines.push(`**${s}** (${files.length})`)\r\n files.forEach(f => lines.push(` ${f}`))\r\n lines.push('')\r\n }\r\n return lines.join('\\n')\r\n }\r\n\r\n case 'vibedoc_search_docs': {\r\n const results = await searchDocs(String(args.query), root)\r\n if (!results.length) return `No results for \"${args.query}\"`\r\n const lines = [`🔍 \"${args.query}\" — ${results.length} file(s)\\n`]\r\n for (const r of results) {\r\n lines.push(`**${r.file}** (${r.totalHits} hits)`)\r\n r.hits.forEach(h => lines.push(` L${h.line}: ${h.text}`))\r\n lines.push('')\r\n }\r\n return lines.join('\\n')\r\n }\r\n\r\n case 'vibedoc_write_doc': {\r\n const docPath = String(args.path)\r\n const content = String(args.content)\r\n await writeDoc(docPath, content, root)\r\n emitUpdate('doc_updated', { path: docPath })\r\n return `✅ Written: ${docPath}`\r\n }\r\n\r\n case 'vibedoc_list_tasks': {\r\n const { board, tasks } = await listTasks(root)\r\n const filter = (args.status as string) || 'all'\r\n const cols = filter === 'all' ? ['in-progress', 'blocked', 'todo', 'done', 'cancelled'] : [filter]\r\n const lines = [`## Tasks (${tasks.length})\\n`]\r\n for (const col of cols) {\r\n const items = board[col as TaskStatus] || []\r\n lines.push(`### ${col.toUpperCase()} (${items.length})`)\r\n if (!items.length) lines.push(' (empty)')\r\n items.forEach(t => lines.push(` **${t.id}** ${t.title}${t.size ? ` — ${t.size}` : ''}`))\r\n lines.push('')\r\n }\r\n return lines.join('\\n')\r\n }\r\n\r\n case 'vibedoc_get_task': {\r\n const task = await getTask(String(args.taskId), root)\r\n return `## ${task.file}\\n\\n${task.raw}`\r\n }\r\n\r\n case 'vibedoc_update_task': {\r\n const result = await updateTaskStatus(String(args.taskId), args.status as TaskStatus, root, 'ai')\r\n emitUpdate('task_updated', { taskId: args.taskId, status: args.status, previousStatus: result.previousStatus, task: result.task })\r\n return `✅ **${result.task.id}** → **${result.task.status}**\\n(was: ${result.previousStatus})`\r\n }\r\n\r\n case 'vibedoc_log_decision': {\r\n const result = await logDecision(args as unknown as Parameters<typeof logDecision>[0], root, 'ai')\r\n emitUpdate('decision_logged', result)\r\n return `📝 **${result.adrNumber}** logged\\nFile: ${result.path}`\r\n }\r\n\r\n case 'vibedoc_read_memory': {\r\n await logSessionStart(root, 'ai')\r\n emitUpdate('session_start', { root })\r\n const memory = await readMemory(root)\r\n return memory.content\r\n }\r\n\r\n case 'vibedoc_update_memory': {\r\n await updateMemory(args as unknown as Parameters<typeof updateMemory>[0], root, 'ai')\r\n emitUpdate('memory_updated', { root })\r\n return `🧠 MEMORY.md updated`\r\n }\r\n\r\n case 'vibedoc_create_doc': {\r\n const docPath = String(args.path)\r\n const templateId = args.templateId ? String(args.templateId) : 'blank'\r\n const template = TEMPLATES.find(t => t.id === templateId) ?? TEMPLATES.find(t => t.id === 'blank')!\r\n await createDoc(docPath, template.content, root)\r\n emitUpdate('doc_created', { path: docPath })\r\n return `✅ Created: ${docPath} (template: ${template.name})`\r\n }\r\n\r\n case 'vibedoc_list_templates': {\r\n return TEMPLATES.map(t => `**${t.id}** — ${t.name}\\n ${t.description}\\n Default: \\`${t.defaultPath}\\``).join('\\n\\n')\r\n }\r\n\r\n case 'vibedoc_get_context': {\r\n const paths = args.paths as string[]\r\n const context = await getContext(paths, root)\r\n if (!context) return '(no content — check paths are correct)'\r\n return context\r\n }\r\n\r\n case 'vibedoc_append_doc': {\r\n const docPath = String(args.path)\r\n const content = String(args.content)\r\n await appendDoc(docPath, content, root)\r\n emitUpdate('doc_updated', { path: docPath })\r\n return `✅ Appended to: ${docPath}`\r\n }\r\n\r\n case 'vibedoc_rename_doc': {\r\n const oldPath = String(args.oldPath)\r\n const newPath = String(args.newPath)\r\n await renameDoc(oldPath, newPath, root)\r\n emitUpdate('doc_renamed', { oldPath, newPath })\r\n return `✅ Renamed: ${oldPath} → ${newPath}`\r\n }\r\n\r\n case 'vibedoc_delete_doc': {\r\n const docPath = String(args.path)\r\n await deleteDoc(docPath, root)\r\n emitUpdate('doc_deleted', { path: docPath })\r\n return `✅ Deleted: ${docPath}`\r\n }\r\n\r\n case 'vibedoc_get_file_map': {\r\n const files = await listExplorerFiles(root)\r\n return JSON.stringify(files, null, 2)\r\n }\r\n\r\n default:\r\n throw new Error(`Unknown tool: ${name}`)\r\n }\r\n}\r\n\r\nexport async function POST(req: NextRequest) {\r\n let body: JsonRpcRequest\r\n try {\r\n body = await req.json()\r\n } catch {\r\n return err(null, -32700, 'Parse error')\r\n }\r\n\r\n const { id, method, params } = body\r\n\r\n // MCP initialize\r\n if (method === 'initialize') {\r\n return ok(id, {\r\n protocolVersion: '2024-11-05',\r\n capabilities: { tools: {} },\r\n serverInfo: { name: 'vibedoc', version: '1.0.0' },\r\n })\r\n }\r\n\r\n // tools/list\r\n if (method === 'tools/list') {\r\n return ok(id, { tools: TOOLS })\r\n }\r\n\r\n // tools/call\r\n if (method === 'tools/call') {\r\n const name = (params?.name as string) || ''\r\n const args = (params?.arguments as Record<string, unknown>) || {}\r\n try {\r\n const text = await handleTool(name, args)\r\n return ok(id, { content: [{ type: 'text', text }] })\r\n } catch (e: unknown) {\r\n const msg = e instanceof Error ? e.message : String(e)\r\n return ok(id, { content: [{ type: 'text', text: `❌ ${msg}` }], isError: true })\r\n }\r\n }\r\n\r\n return err(id, -32601, `Method not found: ${method}`)\r\n}\r\n\r\n// GET for connection test / SSE upgrade (some clients use GET)\r\nexport async function GET() {\r\n return NextResponse.json({ name: 'vibedoc', version: '1.0.0', status: 'ready', tools: TOOLS.map(t => t.name) })\r\n}\r\n","import {\n AppRouteRouteModule,\n type AppRouteRouteHandlerContext,\n type AppRouteRouteModuleOptions,\n} from '../../server/route-modules/app-route/module.compiled'\nimport { RouteKind } from '../../server/route-kind'\nimport { patchFetch as _patchFetch } from '../../server/lib/patch-fetch'\nimport type { IncomingMessage, ServerResponse } from 'node:http'\nimport { addRequestMeta, getRequestMeta } from '../../server/request-meta'\nimport { getTracer, type Span, SpanKind } from '../../server/lib/trace/tracer'\nimport { setManifestsSingleton } from '../../server/app-render/manifests-singleton'\nimport { normalizeAppPath } from '../../shared/lib/router/utils/app-paths'\nimport { NodeNextRequest, NodeNextResponse } from '../../server/base-http/node'\nimport {\n NextRequestAdapter,\n signalFromNodeResponse,\n} from '../../server/web/spec-extension/adapters/next-request'\nimport { BaseServerSpan } from '../../server/lib/trace/constants'\nimport { getRevalidateReason } from '../../server/instrumentation/utils'\nimport { sendResponse } from '../../server/send-response'\nimport {\n fromNodeOutgoingHttpHeaders,\n toNodeOutgoingHttpHeaders,\n} from '../../server/web/utils'\nimport { getCacheControlHeader } from '../../server/lib/cache-control'\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from '../../lib/constants'\nimport { NoFallbackError } from '../../shared/lib/no-fallback-error.external'\nimport {\n CachedRouteKind,\n type ResponseCacheEntry,\n type ResponseGenerator,\n} from '../../server/response-cache'\n\nimport * as userland from 'VAR_USERLAND'\n\n// These are injected by the loader afterwards. This is injected as a variable\n// instead of a replacement because this could also be `undefined` instead of\n// an empty string.\ndeclare const nextConfigOutput: AppRouteRouteModuleOptions['nextConfigOutput']\n\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\n// INJECT:nextConfigOutput\n\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: 'VAR_DEFINITION_PAGE',\n pathname: 'VAR_DEFINITION_PATHNAME',\n filename: 'VAR_DEFINITION_FILENAME',\n bundlePath: 'VAR_DEFINITION_BUNDLE_PATH',\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: 'VAR_RESOLVED_PAGE_PATH',\n nextConfigOutput,\n userland,\n})\n\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule\n\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage,\n })\n}\n\nexport {\n routeModule,\n workAsyncStorage,\n workUnitAsyncStorage,\n serverHooks,\n patchFetch,\n}\n\nexport async function handler(\n req: IncomingMessage,\n res: ServerResponse,\n ctx: {\n waitUntil: (prom: Promise<void>) => void\n }\n) {\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint())\n }\n let srcPage = 'VAR_DEFINITION_PAGE'\n\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/'\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/'\n }\n const multiZoneDraftMode = process.env\n .__NEXT_MULTI_ZONE_DRAFT_MODE as any as boolean\n\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode,\n })\n\n if (!prepareResult) {\n res.statusCode = 400\n res.end('Bad Request')\n ctx.waitUntil?.(Promise.resolve())\n return null\n }\n\n const {\n buildId,\n params,\n nextConfig,\n parsedUrl,\n isDraftMode,\n prerenderManifest,\n routerServerContext,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n resolvedPathname,\n clientReferenceManifest,\n serverActionsManifest,\n } = prepareResult\n\n const normalizedSrcPage = normalizeAppPath(srcPage)\n\n let isIsr = Boolean(\n prerenderManifest.dynamicRoutes[normalizedSrcPage] ||\n prerenderManifest.routes[resolvedPathname]\n )\n\n const render404 = async () => {\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext?.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false)\n } else {\n res.end('This page could not be found')\n }\n return null\n }\n\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname])\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage]\n\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.experimental.adapterPath) {\n return await render404()\n }\n throw new NoFallbackError()\n }\n }\n }\n\n let cacheKey: string | null = null\n\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey\n }\n\n const supportsDynamicResponse: boolean =\n // If we're in development, we always support dynamic HTML\n routeModule.isDev === true ||\n // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr\n\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse\n\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest,\n })\n }\n\n const method = req.method || 'GET'\n const tracer = getTracer()\n const activeSpan = tracer.getActiveScopeSpan()\n\n const context: AppRouteRouteHandlerContext = {\n params,\n prerenderManifest,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts),\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache: getRequestMeta(req, 'incrementalCache'),\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb) => {\n res.on('close', cb)\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (\n error,\n _request,\n errorContext,\n silenceLog\n ) =>\n routeModule.onRequestError(\n req,\n error,\n errorContext,\n silenceLog,\n routerServerContext\n ),\n },\n sharedContext: {\n buildId,\n },\n }\n const nodeNextReq = new NodeNextRequest(req)\n const nodeNextRes = new NodeNextResponse(res)\n\n const nextReq = NextRequestAdapter.fromNodeNextRequest(\n nodeNextReq,\n signalFromNodeResponse(res)\n )\n\n try {\n const invokeRouteModule = async (span?: Span) => {\n return routeModule.handle(nextReq, context).finally(() => {\n if (!span) return\n\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false,\n })\n\n const rootSpanAttributes = tracer.getRootSpanAttributes()\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return\n }\n\n if (\n rootSpanAttributes.get('next.span_type') !==\n BaseServerSpan.handleRequest\n ) {\n console.warn(\n `Unexpected root span type '${rootSpanAttributes.get(\n 'next.span_type'\n )}'. Please report this Next.js issue https://github.com/vercel/next.js`\n )\n return\n }\n\n const route = rootSpanAttributes.get('next.route')\n if (route) {\n const name = `${method} ${route}`\n\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name,\n })\n span.updateName(name)\n } else {\n span.updateName(`${method} ${srcPage}`)\n }\n })\n }\n const isMinimalMode = Boolean(\n process.env.MINIMAL_MODE || getRequestMeta(req, 'minimalMode')\n )\n\n const handleResponse = async (currentSpan?: Span) => {\n const responseGenerator: ResponseGenerator = async ({\n previousCacheEntry,\n }) => {\n try {\n if (\n !isMinimalMode &&\n isOnDemandRevalidate &&\n revalidateOnlyGenerated &&\n !previousCacheEntry\n ) {\n res.statusCode = 404\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED')\n res.end('This page could not be found')\n return null\n }\n\n const response = await invokeRouteModule(currentSpan)\n\n ;(req as any).fetchMetrics = (context.renderOpts as any).fetchMetrics\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil\n\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil)\n pendingWaitUntil = undefined\n }\n }\n const cacheTags = context.renderOpts.collectedTags\n\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob()\n\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers)\n\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags\n }\n\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type\n }\n\n const revalidate =\n typeof context.renderOpts.collectedRevalidate === 'undefined' ||\n context.renderOpts.collectedRevalidate >= INFINITE_CACHE\n ? false\n : context.renderOpts.collectedRevalidate\n\n const expire =\n typeof context.renderOpts.collectedExpire === 'undefined' ||\n context.renderOpts.collectedExpire >= INFINITE_CACHE\n ? undefined\n : context.renderOpts.collectedExpire\n\n // Create the cache entry for the response.\n const cacheEntry: ResponseCacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers,\n },\n cacheControl: { revalidate, expire },\n }\n\n return cacheEntry\n } else {\n // send response without caching if not ISR\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n response,\n context.renderOpts.pendingWaitUntil\n )\n return null\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry?.isStale) {\n const silenceLog = false\n await routeModule.onRequestError(\n req,\n err,\n {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate,\n }),\n },\n silenceLog,\n routerServerContext\n )\n }\n throw err\n }\n }\n\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode,\n })\n\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null\n }\n\n if (cacheEntry?.value?.kind !== CachedRouteKind.APP_ROUTE) {\n throw new Error(\n `Invariant: app-route received invalid cache entry ${cacheEntry?.value?.kind}`\n )\n }\n\n if (!isMinimalMode) {\n res.setHeader(\n 'x-nextjs-cache',\n isOnDemandRevalidate\n ? 'REVALIDATED'\n : cacheEntry.isMiss\n ? 'MISS'\n : cacheEntry.isStale\n ? 'STALE'\n : 'HIT'\n )\n }\n\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader(\n 'Cache-Control',\n 'private, no-cache, no-store, max-age=0, must-revalidate'\n )\n }\n\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers)\n\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER)\n }\n\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (\n cacheEntry.cacheControl &&\n !res.getHeader('Cache-Control') &&\n !headers.get('Cache-Control')\n ) {\n headers.set(\n 'Cache-Control',\n getCacheControlHeader(cacheEntry.cacheControl)\n )\n }\n\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200,\n })\n )\n return null\n }\n\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (activeSpan) {\n await handleResponse(activeSpan)\n } else {\n await tracer.withPropagatedContext(req.headers, () =>\n tracer.trace(\n BaseServerSpan.handleRequest,\n {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url,\n },\n },\n handleResponse\n )\n )\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false\n await routeModule.onRequestError(\n req,\n err,\n {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate,\n }),\n },\n silenceLog,\n routerServerContext\n )\n }\n\n // rethrow so that we can handle serving error page\n\n // If this is during static generation, throw the error again.\n if (isIsr) throw err\n\n // Otherwise, send a 500 response.\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n new Response(null, { status: 500 })\n )\n return null\n }\n}\n"],"names":["AppRouteRouteModule","RouteKind","patchFetch","_patchFetch","addRequestMeta","getRequestMeta","getTracer","SpanKind","setManifestsSingleton","normalizeAppPath","NodeNextRequest","NodeNextResponse","NextRequestAdapter","signalFromNodeResponse","BaseServerSpan","getRevalidateReason","sendResponse","fromNodeOutgoingHttpHeaders","toNodeOutgoingHttpHeaders","getCacheControlHeader","INFINITE_CACHE","NEXT_CACHE_TAGS_HEADER","NoFallbackError","CachedRouteKind","userland","routeModule","definition","kind","APP_ROUTE","page","pathname","filename","bundlePath","distDir","process","env","__NEXT_RELATIVE_DIST_DIR","relativeProjectDir","__NEXT_RELATIVE_PROJECT_DIR","resolvedPagePath","nextConfigOutput","workAsyncStorage","workUnitAsyncStorage","serverHooks","handler","req","res","ctx","isDev","hrtime","bigint","srcPage","TURBOPACK","replace","multiZoneDraftMode","__NEXT_MULTI_ZONE_DRAFT_MODE","prepareResult","prepare","statusCode","end","waitUntil","Promise","resolve","buildId","params","nextConfig","parsedUrl","isDraftMode","prerenderManifest","routerServerContext","isOnDemandRevalidate","revalidateOnlyGenerated","resolvedPathname","clientReferenceManifest","serverActionsManifest","normalizedSrcPage","isIsr","Boolean","dynamicRoutes","routes","render404","isPrerendered","prerenderInfo","fallback","experimental","adapterPath","cacheKey","supportsDynamicResponse","isStaticGeneration","method","tracer","activeSpan","getActiveScopeSpan","context","renderOpts","authInterrupts","cacheComponents","incrementalCache","cacheLifeProfiles","cacheLife","onClose","cb","on","onAfterTaskError","undefined","onInstrumentationRequestError","error","_request","errorContext","silenceLog","onRequestError","sharedContext","nodeNextReq","nodeNextRes","nextReq","fromNodeNextRequest","invokeRouteModule","span","handle","finally","setAttributes","rootSpanAttributes","getRootSpanAttributes","get","handleRequest","console","warn","route","name","updateName","isMinimalMode","MINIMAL_MODE","handleResponse","currentSpan","cacheEntry","responseGenerator","previousCacheEntry","setHeader","response","fetchMetrics","pendingWaitUntil","cacheTags","collectedTags","blob","headers","type","revalidate","collectedRevalidate","expire","collectedExpire","value","status","body","Buffer","from","arrayBuffer","cacheControl","err","isStale","routerKind","routePath","routeType","revalidateReason","routeKind","isFallback","isRoutePPREnabled","Error","isMiss","delete","getHeader","set","Response","withPropagatedContext","trace","spanName","SERVER","attributes","url"],"mappings":"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","ignoreList":[1]}
1
+ {"version":3,"sources":["../../../src/app/api/mcp/route.ts","../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/build/templates/app-route.ts"],"sourcesContent":["/**\r\n * /api/mcp\r\n *\r\n * MCP server over HTTP (Streamable HTTP transport).\r\n * AI agents (Claude Code, Cursor, Windsurf) connect here.\r\n *\r\n * Config in Claude Code:\r\n * {\r\n * \"mcpServers\": {\r\n * \"vibedoc\": {\r\n * \"url\": \"http://localhost:3000/api/mcp\"\r\n * }\r\n * }\r\n * }\r\n */\r\n\r\nimport { NextRequest, NextResponse } from \"next/server\";\r\nimport {\r\n getConfiguredRoot,\r\n listDocs,\r\n readDoc,\r\n searchDocs,\r\n writeDoc,\r\n createDoc,\r\n getContext,\r\n getProjectSummary,\r\n listTasks,\r\n getTask,\r\n updateTaskStatus,\r\n logDecision,\r\n readMemory,\r\n updateMemory,\r\n logSessionStart,\r\n findBacklinks,\r\n appendDoc,\r\n renameDoc,\r\n deleteDoc,\r\n listExplorerFiles,\r\n readRegistry,\r\n rebuildRegistry,\r\n updateRegistryAnnotation,\r\n TaskStatus,\r\n} from \"@/lib/core\";\r\nimport { TEMPLATES } from \"@/lib/templates\";\r\nimport { emitUpdate } from \"@/lib/events\";\r\nimport { z } from \"zod\";\r\n\r\n// Simple hand-rolled MCP handler (avoids stdio transport issues in Next.js)\r\n// Implements the JSON-RPC 2.0 MCP protocol directly.\r\n\r\ntype JsonRpcRequest = {\r\n jsonrpc: \"2.0\";\r\n id: string | number | null;\r\n method: string;\r\n params?: Record<string, unknown>;\r\n};\r\n\r\nfunction ok(id: JsonRpcRequest[\"id\"], result: unknown) {\r\n return NextResponse.json({ jsonrpc: \"2.0\", id, result });\r\n}\r\n\r\nfunction err(id: JsonRpcRequest[\"id\"], code: number, message: string) {\r\n return NextResponse.json({ jsonrpc: \"2.0\", id, error: { code, message } });\r\n}\r\n\r\nconst TOOLS = [\r\n {\r\n name: \"vibedoc_get_status\",\r\n description:\r\n \"Get project status overview: active tasks, blockers, doc count, memory. Call this at session start.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_read_doc\",\r\n description:\r\n 'Read a doc file by name. Use: \"CLAUDE\", \"HLD\", \"EVENT_CATALOG\", \"MEMORY\", \"user-service/API\", \"ADR-001\".',\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n query: {\r\n type: \"string\",\r\n description: 'Doc name, e.g. \"CLAUDE\", \"HLD\", \"user-service/API\"',\r\n },\r\n },\r\n required: [\"query\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_list_docs\",\r\n description:\r\n \"List all documentation files grouped by section. Use to discover what docs exist.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_search_docs\",\r\n description:\r\n \"Full-text search across all docs. Returns files and line snippets.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: { query: { type: \"string\", description: \"Search term\" } },\r\n required: [\"query\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_write_doc\",\r\n description:\r\n 'Write or create a documentation file. Use to add new docs or update existing ones. Path is relative to project root (e.g., \"docs/api/endpoints.md\"). Creates parent directories as needed. Triggers real-time browser update so the user can review.',\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n path: {\r\n type: \"string\",\r\n description:\r\n 'Relative path from project root, e.g. \"docs/api/my-guide.md\"',\r\n },\r\n content: {\r\n type: \"string\",\r\n description: \"Full markdown content to write\",\r\n },\r\n },\r\n required: [\"path\", \"content\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_list_tasks\",\r\n description:\r\n \"List all tasks as a kanban board. Filter by status optionally.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n status: {\r\n type: \"string\",\r\n enum: [\"all\", \"todo\", \"in-progress\", \"blocked\", \"done\", \"cancelled\"],\r\n },\r\n },\r\n required: [],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_get_task\",\r\n description:\r\n \"Read a specific task file including scope, criteria, and definition of done.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n taskId: { type: \"string\", description: 'e.g. \"T001\", \"T003\"' },\r\n },\r\n required: [\"taskId\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_update_task\",\r\n description:\r\n \"Update task status. Call when starting, finishing, or blocking a task. UI updates in real time.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n taskId: { type: \"string\" },\r\n status: {\r\n type: \"string\",\r\n enum: [\"todo\", \"in-progress\", \"done\", \"blocked\", \"cancelled\"],\r\n },\r\n },\r\n required: [\"taskId\", \"status\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_log_decision\",\r\n description:\r\n \"Write a new Architecture Decision Record (ADR) when making a technical decision.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n title: { type: \"string\" },\r\n context: { type: \"string\" },\r\n decision: { type: \"string\" },\r\n rationale: { type: \"string\" },\r\n alternatives: {\r\n type: \"array\",\r\n items: {\r\n type: \"object\",\r\n properties: {\r\n option: { type: \"string\" },\r\n reason: { type: \"string\" },\r\n },\r\n },\r\n },\r\n consequences: { type: \"string\" },\r\n },\r\n required: [\"title\", \"context\", \"decision\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_read_memory\",\r\n description:\r\n \"Read MEMORY.md — the session handoff file. Always call this at session start.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_update_memory\",\r\n description:\r\n \"Update MEMORY.md with session summary. Call at END of every session.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n currentState: { type: \"string\" },\r\n justCompleted: { type: \"array\", items: { type: \"string\" } },\r\n workingOn: { type: \"string\" },\r\n upNext: { type: \"array\", items: { type: \"string\" } },\r\n issues: { type: \"array\", items: { type: \"string\" } },\r\n decisions: { type: \"array\", items: { type: \"string\" } },\r\n techDebt: { type: \"array\", items: { type: \"string\" } },\r\n handoff: { type: \"string\" },\r\n },\r\n required: [\"currentState\", \"handoff\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_create_doc\",\r\n description:\r\n \"Create a new doc from a template. Use vibedoc_list_templates to see available IDs. Fails if file exists.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n path: { type: \"string\" },\r\n templateId: { type: \"string\", description: 'Defaults to \"blank\"' },\r\n },\r\n required: [\"path\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_list_templates\",\r\n description: \"List all doc templates with IDs, names, and default paths.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_get_context\",\r\n description:\r\n \"Bundle multiple docs into a single context block. Useful for loading several docs at once before starting a task.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n paths: {\r\n type: \"array\",\r\n items: { type: \"string\" },\r\n description: \"Array of relative doc paths to bundle\",\r\n },\r\n },\r\n required: [\"paths\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_append_doc\",\r\n description:\r\n \"Append content to an existing doc file. Adds two newlines before the appended content.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n path: { type: \"string\", description: \"Relative path to the doc file\" },\r\n content: { type: \"string\", description: \"Content to append\" },\r\n },\r\n required: [\"path\", \"content\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_rename_doc\",\r\n description: \"Rename or move a doc file to a new path.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n oldPath: { type: \"string\", description: \"Current path of the doc\" },\r\n newPath: { type: \"string\", description: \"New path for the doc\" },\r\n },\r\n required: [\"oldPath\", \"newPath\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_delete_doc\",\r\n description: \"Delete a doc file. This action cannot be undone.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n path: { type: \"string\", description: \"Path of the doc to delete\" },\r\n },\r\n required: [\"path\"],\r\n },\r\n },\r\n {\r\n name: \"vibedoc_get_file_map\",\r\n description:\r\n \"Get a structured map of all documentation files with descriptions and last-modified dates. Use at session start to orient yourself without reading each file individually.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_read_registry\",\r\n description:\r\n \"Read docs/REGISTRY.md — file tree + annotations so you know which doc to open for any task. Call at session start after vibedoc_read_memory. If absent, call vibedoc_rebuild_registry first.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_rebuild_registry\",\r\n description:\r\n \"Regenerate docs/REGISTRY.md — refreshes the file tree, adds stub rows for new files, and preserves existing descriptions/keywords. Run after adding or removing docs.\",\r\n inputSchema: { type: \"object\", properties: {}, required: [] },\r\n },\r\n {\r\n name: \"vibedoc_annotate_doc\",\r\n description:\r\n \"Add or update the description and keywords for one doc in the registry without a full rebuild.\",\r\n inputSchema: {\r\n type: \"object\",\r\n properties: {\r\n path: {\r\n type: \"string\",\r\n description: 'Relative path of the doc, e.g. \"docs/api-reference.md\"',\r\n },\r\n description: {\r\n type: \"string\",\r\n description: \"Short description of what this doc contains\",\r\n },\r\n keywords: {\r\n type: \"string\",\r\n description: \"Comma-separated keywords for this doc\",\r\n },\r\n },\r\n required: [\"path\", \"description\", \"keywords\"],\r\n },\r\n },\r\n];\r\n\r\nasync function handleTool(name: string, args: Record<string, unknown>) {\r\n const root = getConfiguredRoot();\r\n\r\n switch (name) {\r\n case \"vibedoc_get_status\": {\r\n const s = await getProjectSummary(root);\r\n const b = s.tasks.board;\r\n const lines = [\r\n `## ${s.name} — Project Status`,\r\n `**Docs:** ${s.docs.total} files`,\r\n `**Memory:** ${s.memory.exists ? \"exists\" : \"not yet created\"}`,\r\n \"\",\r\n \"### Board\",\r\n `📋 Todo: ${b.todo} 🔨 In Progress: ${b[\"in-progress\"]} 🚫 Blocked: ${b.blocked} ✅ Done: ${b.done}`,\r\n ];\r\n if (s.tasks.active.length > 0) {\r\n lines.push(\"\", \"**Active:**\");\r\n s.tasks.active.forEach((t) => lines.push(` 🔨 ${t.id}: ${t.title}`));\r\n }\r\n if (s.tasks.blocked.length > 0) {\r\n lines.push(\"\", \"**Blocked:**\");\r\n s.tasks.blocked.forEach((t) => lines.push(` 🚫 ${t.id}: ${t.title}`));\r\n }\r\n return lines.join(\"\\n\");\r\n }\r\n\r\n case \"vibedoc_read_doc\": {\r\n const { path: docPath, content } = await readDoc(\r\n String(args.query),\r\n root,\r\n );\r\n emitUpdate(\"doc_read\", { path: docPath });\r\n const backlinks = await findBacklinks(docPath, root);\r\n let result = `## ${docPath}\\n\\n${content}`;\r\n if (backlinks.length > 0) {\r\n result += \"\\n\\n---\\n\\n## Referenced by\\n\";\r\n backlinks.forEach((b) => {\r\n result += `- ${b.file} (line ${b.line}): ${b.text}\\n`;\r\n });\r\n }\r\n return result;\r\n }\r\n\r\n case \"vibedoc_list_docs\": {\r\n const docs = await listDocs(root);\r\n const sections: Record<string, string[]> = {};\r\n for (const d of docs) {\r\n if (!sections[d.section]) sections[d.section] = [];\r\n sections[d.section].push(d.path);\r\n }\r\n const lines = [`📚 ${docs.length} files\\n`];\r\n for (const [s, files] of Object.entries(sections)) {\r\n lines.push(`**${s}** (${files.length})`);\r\n files.forEach((f) => lines.push(` ${f}`));\r\n lines.push(\"\");\r\n }\r\n return lines.join(\"\\n\");\r\n }\r\n\r\n case \"vibedoc_search_docs\": {\r\n const results = await searchDocs(String(args.query), root);\r\n if (!results.length) return `No results for \"${args.query}\"`;\r\n const lines = [`🔍 \"${args.query}\" — ${results.length} file(s)\\n`];\r\n for (const r of results) {\r\n lines.push(`**${r.file}** (${r.totalHits} hits)`);\r\n r.hits.forEach((h) => lines.push(` L${h.line}: ${h.text}`));\r\n lines.push(\"\");\r\n }\r\n return lines.join(\"\\n\");\r\n }\r\n\r\n case \"vibedoc_write_doc\": {\r\n const docPath = String(args.path);\r\n const content = String(args.content);\r\n await writeDoc(docPath, content, root);\r\n emitUpdate(\"doc_updated\", { path: docPath });\r\n return `✅ Written: ${docPath}`;\r\n }\r\n\r\n case \"vibedoc_list_tasks\": {\r\n const { board, tasks } = await listTasks(root);\r\n const filter = (args.status as string) || \"all\";\r\n const cols =\r\n filter === \"all\"\r\n ? [\"in-progress\", \"blocked\", \"todo\", \"done\", \"cancelled\"]\r\n : [filter];\r\n const lines = [`## Tasks (${tasks.length})\\n`];\r\n for (const col of cols) {\r\n const items = board[col as TaskStatus] || [];\r\n lines.push(`### ${col.toUpperCase()} (${items.length})`);\r\n if (!items.length) lines.push(\" (empty)\");\r\n items.forEach((t) =>\r\n lines.push(` **${t.id}** ${t.title}${t.size ? ` — ${t.size}` : \"\"}`),\r\n );\r\n lines.push(\"\");\r\n }\r\n return lines.join(\"\\n\");\r\n }\r\n\r\n case \"vibedoc_get_task\": {\r\n const task = await getTask(String(args.taskId), root);\r\n return `## ${task.file}\\n\\n${task.raw}`;\r\n }\r\n\r\n case \"vibedoc_update_task\": {\r\n const result = await updateTaskStatus(\r\n String(args.taskId),\r\n args.status as TaskStatus,\r\n root,\r\n \"ai\",\r\n );\r\n emitUpdate(\"task_updated\", {\r\n taskId: args.taskId,\r\n status: args.status,\r\n previousStatus: result.previousStatus,\r\n task: result.task,\r\n });\r\n return `✅ **${result.task.id}** → **${result.task.status}**\\n(was: ${result.previousStatus})`;\r\n }\r\n\r\n case \"vibedoc_log_decision\": {\r\n const result = await logDecision(\r\n args as unknown as Parameters<typeof logDecision>[0],\r\n root,\r\n \"ai\",\r\n );\r\n emitUpdate(\"decision_logged\", result);\r\n return `📝 **${result.adrNumber}** logged\\nFile: ${result.path}`;\r\n }\r\n\r\n case \"vibedoc_read_memory\": {\r\n await logSessionStart(root, \"ai\");\r\n emitUpdate(\"session_start\", { root });\r\n const memory = await readMemory(root);\r\n return memory.content;\r\n }\r\n\r\n case \"vibedoc_update_memory\": {\r\n await updateMemory(\r\n args as unknown as Parameters<typeof updateMemory>[0],\r\n root,\r\n \"ai\",\r\n );\r\n emitUpdate(\"memory_updated\", { root });\r\n return `🧠 MEMORY.md updated`;\r\n }\r\n\r\n case \"vibedoc_create_doc\": {\r\n const docPath = String(args.path);\r\n const templateId = args.templateId ? String(args.templateId) : \"blank\";\r\n const template =\r\n TEMPLATES.find((t) => t.id === templateId) ??\r\n TEMPLATES.find((t) => t.id === \"blank\")!;\r\n await createDoc(docPath, template.content, root);\r\n emitUpdate(\"doc_created\", { path: docPath });\r\n return `✅ Created: ${docPath} (template: ${template.name})`;\r\n }\r\n\r\n case \"vibedoc_list_templates\": {\r\n return TEMPLATES.map(\r\n (t) =>\r\n `**${t.id}** — ${t.name}\\n ${t.description}\\n Default: \\`${t.defaultPath}\\``,\r\n ).join(\"\\n\\n\");\r\n }\r\n\r\n case \"vibedoc_get_context\": {\r\n const paths = args.paths as string[];\r\n const context = await getContext(paths, root);\r\n if (!context) return \"(no content — check paths are correct)\";\r\n return context;\r\n }\r\n\r\n case \"vibedoc_append_doc\": {\r\n const docPath = String(args.path);\r\n const content = String(args.content);\r\n await appendDoc(docPath, content, root);\r\n emitUpdate(\"doc_updated\", { path: docPath });\r\n return `✅ Appended to: ${docPath}`;\r\n }\r\n\r\n case \"vibedoc_rename_doc\": {\r\n const oldPath = String(args.oldPath);\r\n const newPath = String(args.newPath);\r\n await renameDoc(oldPath, newPath, root);\r\n emitUpdate(\"doc_renamed\", { oldPath, newPath });\r\n return `✅ Renamed: ${oldPath} → ${newPath}`;\r\n }\r\n\r\n case \"vibedoc_delete_doc\": {\r\n const docPath = String(args.path);\r\n await deleteDoc(docPath, root);\r\n emitUpdate(\"doc_deleted\", { path: docPath });\r\n return `✅ Deleted: ${docPath}`;\r\n }\r\n\r\n case \"vibedoc_get_file_map\": {\r\n const files = await listExplorerFiles(root);\r\n return JSON.stringify(files, null, 2);\r\n }\r\n\r\n case \"vibedoc_read_registry\": {\r\n const { content, exists } = await readRegistry(root);\r\n if (!exists)\r\n return `*(No REGISTRY.md found — call vibedoc_rebuild_registry to generate it)*`;\r\n return content;\r\n }\r\n\r\n case \"vibedoc_rebuild_registry\": {\r\n const result = await rebuildRegistry(root, \"ai\");\r\n emitUpdate(\"registry_rebuilt\", {\r\n path: result.path,\r\n totalFiles: result.totalFiles,\r\n });\r\n return `✅ Registry rebuilt: ${result.path}\\n${result.totalFiles} files indexed`;\r\n }\r\n\r\n case \"vibedoc_annotate_doc\": {\r\n const docPath = String(args.path);\r\n const description = String(args.description);\r\n const keywords = String(args.keywords);\r\n await updateRegistryAnnotation(docPath, description, keywords, root);\r\n emitUpdate(\"registry_rebuilt\", { path: \"docs/REGISTRY.md\" });\r\n return `✅ Annotation updated for: ${docPath}`;\r\n }\r\n\r\n default:\r\n throw new Error(`Unknown tool: ${name}`);\r\n }\r\n}\r\n\r\nexport async function POST(req: NextRequest) {\r\n let body: JsonRpcRequest;\r\n try {\r\n body = await req.json();\r\n } catch {\r\n return err(null, -32700, \"Parse error\");\r\n }\r\n\r\n const { id, method, params } = body;\r\n\r\n // MCP initialize\r\n if (method === \"initialize\") {\r\n return ok(id, {\r\n protocolVersion: \"2024-11-05\",\r\n capabilities: { tools: {} },\r\n serverInfo: { name: \"vibedoc\", version: \"1.0.0\" },\r\n });\r\n }\r\n\r\n // tools/list\r\n if (method === \"tools/list\") {\r\n return ok(id, { tools: TOOLS });\r\n }\r\n\r\n // tools/call\r\n if (method === \"tools/call\") {\r\n const name = (params?.name as string) || \"\";\r\n const args = (params?.arguments as Record<string, unknown>) || {};\r\n try {\r\n const text = await handleTool(name, args);\r\n return ok(id, { content: [{ type: \"text\", text }] });\r\n } catch (e: unknown) {\r\n const msg = e instanceof Error ? e.message : String(e);\r\n return ok(id, {\r\n content: [{ type: \"text\", text: `❌ ${msg}` }],\r\n isError: true,\r\n });\r\n }\r\n }\r\n\r\n return err(id, -32601, `Method not found: ${method}`);\r\n}\r\n\r\n// GET for connection test / SSE upgrade (some clients use GET)\r\nexport async function GET() {\r\n return NextResponse.json({\r\n name: \"vibedoc\",\r\n version: \"1.0.0\",\r\n status: \"ready\",\r\n tools: TOOLS.map((t) => t.name),\r\n });\r\n}\r\n","import {\n AppRouteRouteModule,\n type AppRouteRouteHandlerContext,\n type AppRouteRouteModuleOptions,\n} from '../../server/route-modules/app-route/module.compiled'\nimport { RouteKind } from '../../server/route-kind'\nimport { patchFetch as _patchFetch } from '../../server/lib/patch-fetch'\nimport type { IncomingMessage, ServerResponse } from 'node:http'\nimport { addRequestMeta, getRequestMeta } from '../../server/request-meta'\nimport { getTracer, type Span, SpanKind } from '../../server/lib/trace/tracer'\nimport { setManifestsSingleton } from '../../server/app-render/manifests-singleton'\nimport { normalizeAppPath } from '../../shared/lib/router/utils/app-paths'\nimport { NodeNextRequest, NodeNextResponse } from '../../server/base-http/node'\nimport {\n NextRequestAdapter,\n signalFromNodeResponse,\n} from '../../server/web/spec-extension/adapters/next-request'\nimport { BaseServerSpan } from '../../server/lib/trace/constants'\nimport { getRevalidateReason } from '../../server/instrumentation/utils'\nimport { sendResponse } from '../../server/send-response'\nimport {\n fromNodeOutgoingHttpHeaders,\n toNodeOutgoingHttpHeaders,\n} from '../../server/web/utils'\nimport { getCacheControlHeader } from '../../server/lib/cache-control'\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from '../../lib/constants'\nimport { NoFallbackError } from '../../shared/lib/no-fallback-error.external'\nimport {\n CachedRouteKind,\n type ResponseCacheEntry,\n type ResponseGenerator,\n} from '../../server/response-cache'\n\nimport * as userland from 'VAR_USERLAND'\n\n// These are injected by the loader afterwards. This is injected as a variable\n// instead of a replacement because this could also be `undefined` instead of\n// an empty string.\ndeclare const nextConfigOutput: AppRouteRouteModuleOptions['nextConfigOutput']\n\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\n// INJECT:nextConfigOutput\n\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: 'VAR_DEFINITION_PAGE',\n pathname: 'VAR_DEFINITION_PATHNAME',\n filename: 'VAR_DEFINITION_FILENAME',\n bundlePath: 'VAR_DEFINITION_BUNDLE_PATH',\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: 'VAR_RESOLVED_PAGE_PATH',\n nextConfigOutput,\n userland,\n})\n\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule\n\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage,\n })\n}\n\nexport {\n routeModule,\n workAsyncStorage,\n workUnitAsyncStorage,\n serverHooks,\n patchFetch,\n}\n\nexport async function handler(\n req: IncomingMessage,\n res: ServerResponse,\n ctx: {\n waitUntil: (prom: Promise<void>) => void\n }\n) {\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint())\n }\n let srcPage = 'VAR_DEFINITION_PAGE'\n\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/'\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/'\n }\n const multiZoneDraftMode = process.env\n .__NEXT_MULTI_ZONE_DRAFT_MODE as any as boolean\n\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode,\n })\n\n if (!prepareResult) {\n res.statusCode = 400\n res.end('Bad Request')\n ctx.waitUntil?.(Promise.resolve())\n return null\n }\n\n const {\n buildId,\n params,\n nextConfig,\n parsedUrl,\n isDraftMode,\n prerenderManifest,\n routerServerContext,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n resolvedPathname,\n clientReferenceManifest,\n serverActionsManifest,\n } = prepareResult\n\n const normalizedSrcPage = normalizeAppPath(srcPage)\n\n let isIsr = Boolean(\n prerenderManifest.dynamicRoutes[normalizedSrcPage] ||\n prerenderManifest.routes[resolvedPathname]\n )\n\n const render404 = async () => {\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext?.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false)\n } else {\n res.end('This page could not be found')\n }\n return null\n }\n\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname])\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage]\n\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.experimental.adapterPath) {\n return await render404()\n }\n throw new NoFallbackError()\n }\n }\n }\n\n let cacheKey: string | null = null\n\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey\n }\n\n const supportsDynamicResponse: boolean =\n // If we're in development, we always support dynamic HTML\n routeModule.isDev === true ||\n // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr\n\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse\n\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest,\n })\n }\n\n const method = req.method || 'GET'\n const tracer = getTracer()\n const activeSpan = tracer.getActiveScopeSpan()\n\n const context: AppRouteRouteHandlerContext = {\n params,\n prerenderManifest,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts),\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache: getRequestMeta(req, 'incrementalCache'),\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb) => {\n res.on('close', cb)\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (\n error,\n _request,\n errorContext,\n silenceLog\n ) =>\n routeModule.onRequestError(\n req,\n error,\n errorContext,\n silenceLog,\n routerServerContext\n ),\n },\n sharedContext: {\n buildId,\n },\n }\n const nodeNextReq = new NodeNextRequest(req)\n const nodeNextRes = new NodeNextResponse(res)\n\n const nextReq = NextRequestAdapter.fromNodeNextRequest(\n nodeNextReq,\n signalFromNodeResponse(res)\n )\n\n try {\n const invokeRouteModule = async (span?: Span) => {\n return routeModule.handle(nextReq, context).finally(() => {\n if (!span) return\n\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false,\n })\n\n const rootSpanAttributes = tracer.getRootSpanAttributes()\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return\n }\n\n if (\n rootSpanAttributes.get('next.span_type') !==\n BaseServerSpan.handleRequest\n ) {\n console.warn(\n `Unexpected root span type '${rootSpanAttributes.get(\n 'next.span_type'\n )}'. Please report this Next.js issue https://github.com/vercel/next.js`\n )\n return\n }\n\n const route = rootSpanAttributes.get('next.route')\n if (route) {\n const name = `${method} ${route}`\n\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name,\n })\n span.updateName(name)\n } else {\n span.updateName(`${method} ${srcPage}`)\n }\n })\n }\n const isMinimalMode = Boolean(\n process.env.MINIMAL_MODE || getRequestMeta(req, 'minimalMode')\n )\n\n const handleResponse = async (currentSpan?: Span) => {\n const responseGenerator: ResponseGenerator = async ({\n previousCacheEntry,\n }) => {\n try {\n if (\n !isMinimalMode &&\n isOnDemandRevalidate &&\n revalidateOnlyGenerated &&\n !previousCacheEntry\n ) {\n res.statusCode = 404\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED')\n res.end('This page could not be found')\n return null\n }\n\n const response = await invokeRouteModule(currentSpan)\n\n ;(req as any).fetchMetrics = (context.renderOpts as any).fetchMetrics\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil\n\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil)\n pendingWaitUntil = undefined\n }\n }\n const cacheTags = context.renderOpts.collectedTags\n\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob()\n\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers)\n\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags\n }\n\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type\n }\n\n const revalidate =\n typeof context.renderOpts.collectedRevalidate === 'undefined' ||\n context.renderOpts.collectedRevalidate >= INFINITE_CACHE\n ? false\n : context.renderOpts.collectedRevalidate\n\n const expire =\n typeof context.renderOpts.collectedExpire === 'undefined' ||\n context.renderOpts.collectedExpire >= INFINITE_CACHE\n ? undefined\n : context.renderOpts.collectedExpire\n\n // Create the cache entry for the response.\n const cacheEntry: ResponseCacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers,\n },\n cacheControl: { revalidate, expire },\n }\n\n return cacheEntry\n } else {\n // send response without caching if not ISR\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n response,\n context.renderOpts.pendingWaitUntil\n )\n return null\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry?.isStale) {\n const silenceLog = false\n await routeModule.onRequestError(\n req,\n err,\n {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate,\n }),\n },\n silenceLog,\n routerServerContext\n )\n }\n throw err\n }\n }\n\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode,\n })\n\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null\n }\n\n if (cacheEntry?.value?.kind !== CachedRouteKind.APP_ROUTE) {\n throw new Error(\n `Invariant: app-route received invalid cache entry ${cacheEntry?.value?.kind}`\n )\n }\n\n if (!isMinimalMode) {\n res.setHeader(\n 'x-nextjs-cache',\n isOnDemandRevalidate\n ? 'REVALIDATED'\n : cacheEntry.isMiss\n ? 'MISS'\n : cacheEntry.isStale\n ? 'STALE'\n : 'HIT'\n )\n }\n\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader(\n 'Cache-Control',\n 'private, no-cache, no-store, max-age=0, must-revalidate'\n )\n }\n\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers)\n\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER)\n }\n\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (\n cacheEntry.cacheControl &&\n !res.getHeader('Cache-Control') &&\n !headers.get('Cache-Control')\n ) {\n headers.set(\n 'Cache-Control',\n getCacheControlHeader(cacheEntry.cacheControl)\n )\n }\n\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200,\n })\n )\n return null\n }\n\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (activeSpan) {\n await handleResponse(activeSpan)\n } else {\n await tracer.withPropagatedContext(req.headers, () =>\n tracer.trace(\n BaseServerSpan.handleRequest,\n {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url,\n },\n },\n handleResponse\n )\n )\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false\n await routeModule.onRequestError(\n req,\n err,\n {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate,\n }),\n },\n silenceLog,\n routerServerContext\n )\n }\n\n // rethrow so that we can handle serving error page\n\n // If this is during static generation, throw the error again.\n if (isIsr) throw err\n\n // Otherwise, send a 500 response.\n await sendResponse(\n nodeNextReq,\n nodeNextRes,\n new Response(null, { status: 500 })\n )\n return null\n }\n}\n"],"names":["AppRouteRouteModule","RouteKind","patchFetch","_patchFetch","addRequestMeta","getRequestMeta","getTracer","SpanKind","setManifestsSingleton","normalizeAppPath","NodeNextRequest","NodeNextResponse","NextRequestAdapter","signalFromNodeResponse","BaseServerSpan","getRevalidateReason","sendResponse","fromNodeOutgoingHttpHeaders","toNodeOutgoingHttpHeaders","getCacheControlHeader","INFINITE_CACHE","NEXT_CACHE_TAGS_HEADER","NoFallbackError","CachedRouteKind","userland","routeModule","definition","kind","APP_ROUTE","page","pathname","filename","bundlePath","distDir","process","env","__NEXT_RELATIVE_DIST_DIR","relativeProjectDir","__NEXT_RELATIVE_PROJECT_DIR","resolvedPagePath","nextConfigOutput","workAsyncStorage","workUnitAsyncStorage","serverHooks","handler","req","res","ctx","isDev","hrtime","bigint","srcPage","TURBOPACK","replace","multiZoneDraftMode","__NEXT_MULTI_ZONE_DRAFT_MODE","prepareResult","prepare","statusCode","end","waitUntil","Promise","resolve","buildId","params","nextConfig","parsedUrl","isDraftMode","prerenderManifest","routerServerContext","isOnDemandRevalidate","revalidateOnlyGenerated","resolvedPathname","clientReferenceManifest","serverActionsManifest","normalizedSrcPage","isIsr","Boolean","dynamicRoutes","routes","render404","isPrerendered","prerenderInfo","fallback","experimental","adapterPath","cacheKey","supportsDynamicResponse","isStaticGeneration","method","tracer","activeSpan","getActiveScopeSpan","context","renderOpts","authInterrupts","cacheComponents","incrementalCache","cacheLifeProfiles","cacheLife","onClose","cb","on","onAfterTaskError","undefined","onInstrumentationRequestError","error","_request","errorContext","silenceLog","onRequestError","sharedContext","nodeNextReq","nodeNextRes","nextReq","fromNodeNextRequest","invokeRouteModule","span","handle","finally","setAttributes","rootSpanAttributes","getRootSpanAttributes","get","handleRequest","console","warn","route","name","updateName","isMinimalMode","MINIMAL_MODE","handleResponse","currentSpan","cacheEntry","responseGenerator","previousCacheEntry","setHeader","response","fetchMetrics","pendingWaitUntil","cacheTags","collectedTags","blob","headers","type","revalidate","collectedRevalidate","expire","collectedExpire","value","status","body","Buffer","from","arrayBuffer","cacheControl","err","isStale","routerKind","routePath","routeType","revalidateReason","routeKind","isFallback","isRoutePPREnabled","Error","isMiss","delete","getHeader","set","Response","withPropagatedContext","trace","spanName","SERVER","attributes","url"],"mappings":"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","ignoreList":[1]}
@@ -0,0 +1,3 @@
1
+ module.exports=[18045,(e,o,d)=>{}];
2
+
3
+ //# sourceMappingURL=_next-internal_server_app_api_registry_route_actions_9502c56c.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[1801,(e,o,d)=>{}];
2
+
3
+ //# sourceMappingURL=_next-internal_server_app_api_tasks_create_route_actions_8f1c32d2.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_df7dcb26._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
1
+ module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_c320dcf5._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
2
2
 
3
- //# sourceMappingURL=%5Broot-of-the-server%5D__85b679c6._.js.map
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__1940775f._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[91145,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored.contexts.AppRouterContext},50635,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored.contexts.HooksClientContext},96090,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored.contexts.ServerInsertedHtml},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},80146,(a,b,c)=>{"use strict";b.exports=a.r(18622)},9637,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored["react-ssr"].ReactJsxRuntime},60940,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored["react-ssr"].React},36439,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored["react-ssr"].ReactDOM},30618,(a,b,c)=>{"use strict";b.exports=a.r(80146).vendored["react-ssr"].ReactServerDOMTurbopackClient},15479,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={getDeploymentId:function(){return f},getDeploymentIdQueryOrEmptyString:function(){return g}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});function f(){return!1}function g(){return""}},10436,a=>{"use strict";function b(a){let b=document.documentElement,c=window.matchMedia("(prefers-color-scheme: dark)").matches;b.classList.toggle("dark","dark"===a||"system"===a&&c)}function c(a){document.documentElement.setAttribute("data-accent",a)}function d(a){document.documentElement.setAttribute("data-font-size",a)}a.s(["applyAccent",()=>c,"applyFontSize",()=>d,"applyTheme",()=>b])},39935,63076,a=>{"use strict";var b=a.i(33214);let c=(0,b.default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);a.s(["Zap",()=>c],39935);let d=(0,b.default)("settings",[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);a.s(["Settings",()=>d],63076)},22820,a=>{"use strict";let b=(0,a.i(33214).default)("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);a.s(["ChevronRight",()=>b],22820)},14879,a=>{"use strict";let b=(0,a.i(33214).default)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);a.s(["FileText",()=>b],14879)},39863,a=>{"use strict";let b=(0,a.i(33214).default)("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);a.s(["Check",()=>b],39863)},66718,a=>{"use strict";var b=a.i(9637),c=a.i(60940),d=a.i(68114);let e=c.forwardRef(({className:a,type:c,...e},f)=>(0,b.jsx)("input",{type:c,className:(0,d.cn)("flex h-10 w-full rounded-md border border-slate-200 bg-white px-3 py-2 text-base ring-offset-white file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-slate-950 placeholder:text-slate-500 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-slate-950 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:border-slate-800 dark:bg-slate-950 dark:ring-offset-slate-950 dark:file:text-slate-50 dark:placeholder:text-slate-400 dark:focus-visible:ring-slate-300",a),ref:f,...e}));e.displayName="Input",a.s(["Input",()=>e])},33214,a=>{"use strict";var b=a.i(60940);let c=(...a)=>a.filter((a,b,c)=>!!a&&""!==a.trim()&&c.indexOf(a)===b).join(" ").trim(),d=a=>{let b=a.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,b,c)=>c?c.toUpperCase():b.toLowerCase());return b.charAt(0).toUpperCase()+b.slice(1)};var e={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let f=(0,b.forwardRef)(({color:a="currentColor",size:d=24,strokeWidth:f=2,absoluteStrokeWidth:g,className:h="",children:i,iconNode:j,...k},l)=>(0,b.createElement)("svg",{ref:l,...e,width:d,height:d,stroke:a,strokeWidth:g?24*Number(f)/Number(d):f,className:c("lucide",h),...!i&&!(a=>{for(let b in a)if(b.startsWith("aria-")||"role"===b||"title"===b)return!0;return!1})(k)&&{"aria-hidden":"true"},...k},[...j.map(([a,c])=>(0,b.createElement)(a,c)),...Array.isArray(i)?i:[i]])),g=(a,e)=>{let g=(0,b.forwardRef)(({className:g,...h},i)=>(0,b.createElement)(f,{ref:i,iconNode:e,className:c(`lucide-${d(a).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${a}`,g),...h}));return g.displayName=d(a),g};a.s(["default",()=>g],33214)},16502,a=>{"use strict";let b=(0,a.i(33214).default)("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);a.s(["X",()=>b],16502)},13812,a=>{"use strict";let b=(0,a.i(33214).default)("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);a.s(["BookOpen",()=>b],13812)}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__194bb43b._.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/contexts/app-router-context.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/contexts/hooks-client-context.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/contexts/server-inserted-html.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/ssr/react.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-dom.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/shared/lib/deployment-id.ts","../../../../src/lib/applySettings.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/settings.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/zap.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/chevron-right.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/file-text.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/check.ts","../../../../src/components/ui/input.tsx","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/shared/src/utils/hasA11yProp.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/shared/src/utils/toKebabCase.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/defaultAttributes.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/shared/src/utils/toCamelCase.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/shared/src/utils/mergeClasses.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/shared/src/utils/toPascalCase.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/Icon.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/createLucideIcon.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/x.ts","../../../../node_modules/.pnpm/lucide-react%400.575.0_react%4019.2.4/node_modules/lucide-react/src/icons/book-open.ts"],"sourcesContent":["module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].AppRouterContext\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].HooksClientContext\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].ServerInsertedHtml\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.React\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactDOM\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactServerDOMTurbopackClient\n","// This could also be a variable instead of a function, but some unit tests want to change the ID at\n// runtime. Even though that would never happen in a real deployment.\nexport function getDeploymentId(): string | undefined {\n return process.env.NEXT_DEPLOYMENT_ID\n}\n\nexport function getDeploymentIdQueryOrEmptyString(): string {\n let deploymentId = getDeploymentId()\n if (deploymentId) {\n return `?dpl=${deploymentId}`\n }\n return ''\n}\n","import type { AppSettings } from \"./settings\"\n\nexport function applyTheme(theme: AppSettings[\"theme\"]) {\n const html = document.documentElement\n const prefersDark = window.matchMedia(\"(prefers-color-scheme: dark)\").matches\n const useDark = theme === \"dark\" || (theme === \"system\" && prefersDark)\n html.classList.toggle(\"dark\", useDark)\n}\n\nexport function applyAccent(accent: AppSettings[\"accentColor\"]) {\n document.documentElement.setAttribute(\"data-accent\", accent)\n}\n\nexport function applyFontSize(size: AppSettings[\"fontSize\"]) {\n document.documentElement.setAttribute(\"data-font-size\", size)\n}\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915',\n key: '1i5ecw',\n },\n ],\n ['circle', { cx: '12', cy: '12', r: '3', key: '1v7zrd' }],\n];\n\n/**\n * @component @name Settings\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNOS42NzEgNC4xMzZhMi4zNCAyLjM0IDAgMCAxIDQuNjU5IDAgMi4zNCAyLjM0IDAgMCAwIDMuMzE5IDEuOTE1IDIuMzQgMi4zNCAwIDAgMSAyLjMzIDQuMDMzIDIuMzQgMi4zNCAwIDAgMCAwIDMuODMxIDIuMzQgMi4zNCAwIDAgMS0yLjMzIDQuMDMzIDIuMzQgMi4zNCAwIDAgMC0zLjMxOSAxLjkxNSAyLjM0IDIuMzQgMCAwIDEtNC42NTkgMCAyLjM0IDIuMzQgMCAwIDAtMy4zMi0xLjkxNSAyLjM0IDIuMzQgMCAwIDEtMi4zMy00LjAzMyAyLjM0IDIuMzQgMCAwIDAgMC0zLjgzMUEyLjM0IDIuMzQgMCAwIDEgNi4zNSA2LjA1MWEyLjM0IDIuMzQgMCAwIDAgMy4zMTktMS45MTUiIC8+CiAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMyIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/settings\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Settings = createLucideIcon('settings', __iconNode);\n\nexport default Settings;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z',\n key: '1xq2db',\n },\n ],\n];\n\n/**\n * @component @name Zap\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNCAxNGExIDEgMCAwIDEtLjc4LTEuNjNsOS45LTEwLjJhLjUuNSAwIDAgMSAuODYuNDZsLTEuOTIgNi4wMkExIDEgMCAwIDAgMTMgMTBoN2ExIDEgMCAwIDEgLjc4IDEuNjNsLTkuOSAxMC4yYS41LjUgMCAwIDEtLjg2LS40NmwxLjkyLTYuMDJBMSAxIDAgMCAwIDExIDE0eiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/zap\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Zap = createLucideIcon('zap', __iconNode);\n\nexport default Zap;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [['path', { d: 'm9 18 6-6-6-6', key: 'mthhwq' }]];\n\n/**\n * @component @name ChevronRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtOSAxOCA2LTYtNi02IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/chevron-right\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst ChevronRight = createLucideIcon('chevron-right', __iconNode);\n\nexport default ChevronRight;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z',\n key: '1oefj6',\n },\n ],\n ['path', { d: 'M14 2v5a1 1 0 0 0 1 1h5', key: 'wfsgrz' }],\n ['path', { d: 'M10 9H8', key: 'b1mrlr' }],\n ['path', { d: 'M16 13H8', key: 't4e002' }],\n ['path', { d: 'M16 17H8', key: 'z1uh3a' }],\n];\n\n/**\n * @component @name FileText\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNiAyMmEyIDIgMCAwIDEtMi0yVjRhMiAyIDAgMCAxIDItMmg4YTIuNCAyLjQgMCAwIDEgMS43MDQuNzA2bDMuNTg4IDMuNTg4QTIuNCAyLjQgMCAwIDEgMjAgOHYxMmEyIDIgMCAwIDEtMiAyeiIgLz4KICA8cGF0aCBkPSJNMTQgMnY1YTEgMSAwIDAgMCAxIDFoNSIgLz4KICA8cGF0aCBkPSJNMTAgOUg4IiAvPgogIDxwYXRoIGQ9Ik0xNiAxM0g4IiAvPgogIDxwYXRoIGQ9Ik0xNiAxN0g4IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/file-text\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst FileText = createLucideIcon('file-text', __iconNode);\n\nexport default FileText;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [['path', { d: 'M20 6 9 17l-5-5', key: '1gmf2c' }]];\n\n/**\n * @component @name Check\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMjAgNiA5IDE3bC01LTUiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/check\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Check = createLucideIcon('check', __iconNode);\n\nexport default Check;\n","import * as React from \"react\"\r\n\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nconst Input = React.forwardRef<HTMLInputElement, React.ComponentProps<\"input\">>(\r\n ({ className, type, ...props }, ref) => {\r\n return (\r\n <input\r\n type={type}\r\n className={cn(\r\n \"flex h-10 w-full rounded-md border border-slate-200 bg-white px-3 py-2 text-base ring-offset-white file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-slate-950 placeholder:text-slate-500 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-slate-950 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:border-slate-800 dark:bg-slate-950 dark:ring-offset-slate-950 dark:file:text-slate-50 dark:placeholder:text-slate-400 dark:focus-visible:ring-slate-300\",\r\n className\r\n )}\r\n ref={ref}\r\n {...props}\r\n />\r\n )\r\n }\r\n)\r\nInput.displayName = \"Input\"\r\n\r\nexport { Input }\r\n","/**\n * Check if a component has an accessibility prop\n *\n * @param {object} props\n * @returns {boolean} Whether the component has an accessibility prop\n */\nexport const hasA11yProp = (props: Record<string, any>) => {\n for (const prop in props) {\n if (prop.startsWith('aria-') || prop === 'role' || prop === 'title') {\n return true;\n }\n }\n\n return false;\n};\n","/**\n * Converts string to kebab case\n *\n * @param {string} string\n * @returns {string} A kebabized string\n */\nexport const toKebabCase = (string: string) =>\n string.replace(/([a-z0-9])([A-Z])/g, '$1-$2').toLowerCase();\n","export default {\n xmlns: 'http://www.w3.org/2000/svg',\n width: 24,\n height: 24,\n viewBox: '0 0 24 24',\n fill: 'none',\n stroke: 'currentColor',\n strokeWidth: 2,\n strokeLinecap: 'round',\n strokeLinejoin: 'round',\n};\n","/**\n * Converts string to camel case\n *\n * @param {string} string\n * @returns {string} A camelized string\n */\nexport const toCamelCase = <T extends string>(string: T) =>\n string.replace(/^([A-Z])|[\\s-_]+(\\w)/g, (match, p1, p2) =>\n p2 ? p2.toUpperCase() : p1.toLowerCase(),\n );\n","/**\n * Merges classes into a single string\n *\n * @param {array} classes\n * @returns {string} A string of classes\n */\nexport const mergeClasses = <ClassType = string | undefined | null>(...classes: ClassType[]) =>\n classes\n .filter((className, index, array) => {\n return (\n Boolean(className) &&\n (className as string).trim() !== '' &&\n array.indexOf(className) === index\n );\n })\n .join(' ')\n .trim();\n","import { CamelToPascal } from '../utility-types';\nimport { toCamelCase } from './toCamelCase';\n\n/**\n * Converts string to pascal case\n *\n * @param {string} string\n * @returns {string} A pascalized string\n */\nexport const toPascalCase = <T extends string>(string: T): CamelToPascal<T> => {\n const camelCase = toCamelCase(string);\n\n return (camelCase.charAt(0).toUpperCase() + camelCase.slice(1)) as CamelToPascal<T>;\n};\n","import { createElement, forwardRef } from 'react';\nimport defaultAttributes from './defaultAttributes';\nimport { IconNode, LucideProps } from './types';\nimport { mergeClasses, hasA11yProp } from '@lucide/shared';\n\ninterface IconComponentProps extends LucideProps {\n iconNode: IconNode;\n}\n\n/**\n * Lucide icon component\n *\n * @component Icon\n * @param {object} props\n * @param {string} props.color - The color of the icon\n * @param {number} props.size - The size of the icon\n * @param {number} props.strokeWidth - The stroke width of the icon\n * @param {boolean} props.absoluteStrokeWidth - Whether to use absolute stroke width\n * @param {string} props.className - The class name of the icon\n * @param {IconNode} props.children - The children of the icon\n * @param {IconNode} props.iconNode - The icon node of the icon\n *\n * @returns {ForwardRefExoticComponent} LucideIcon\n */\nconst Icon = forwardRef<SVGSVGElement, IconComponentProps>(\n (\n {\n color = 'currentColor',\n size = 24,\n strokeWidth = 2,\n absoluteStrokeWidth,\n className = '',\n children,\n iconNode,\n ...rest\n },\n ref,\n ) =>\n createElement(\n 'svg',\n {\n ref,\n ...defaultAttributes,\n width: size,\n height: size,\n stroke: color,\n strokeWidth: absoluteStrokeWidth ? (Number(strokeWidth) * 24) / Number(size) : strokeWidth,\n className: mergeClasses('lucide', className),\n ...(!children && !hasA11yProp(rest) && { 'aria-hidden': 'true' }),\n ...rest,\n },\n [\n ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),\n ...(Array.isArray(children) ? children : [children]),\n ],\n ),\n);\n\nexport default Icon;\n","import { createElement, forwardRef } from 'react';\nimport { mergeClasses, toKebabCase, toPascalCase } from '@lucide/shared';\nimport { IconNode, LucideProps } from './types';\nimport Icon from './Icon';\n\n/**\n * Create a Lucide icon component\n * @param {string} iconName\n * @param {array} iconNode\n * @returns {ForwardRefExoticComponent} LucideIcon\n */\nconst createLucideIcon = (iconName: string, iconNode: IconNode) => {\n const Component = forwardRef<SVGSVGElement, LucideProps>(({ className, ...props }, ref) =>\n createElement(Icon, {\n ref,\n iconNode,\n className: mergeClasses(\n `lucide-${toKebabCase(toPascalCase(iconName))}`,\n `lucide-${iconName}`,\n className,\n ),\n ...props,\n }),\n );\n\n Component.displayName = toPascalCase(iconName);\n\n return Component;\n};\n\nexport default createLucideIcon;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18 6 6 18', key: '1bl5f8' }],\n ['path', { d: 'm6 6 12 12', key: 'd8bk6v' }],\n];\n\n/**\n * @component @name X\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTggNiA2IDE4IiAvPgogIDxwYXRoIGQ9Im02IDYgMTIgMTIiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/x\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst X = createLucideIcon('x', __iconNode);\n\nexport default X;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 7v14', key: '1akyts' }],\n [\n 'path',\n {\n d: 'M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z',\n key: 'ruj8y',\n },\n ],\n];\n\n/**\n * @component @name BookOpen\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTIgN3YxNCIgLz4KICA8cGF0aCBkPSJNMyAxOGExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMWg1YTQgNCAwIDAgMSA0IDQgNCA0IDAgMCAxIDQtNGg1YTEgMSAwIDAgMSAxIDF2MTNhMSAxIDAgMCAxLTEgMWgtNmEzIDMgMCAwIDAtMyAzIDMgMyAwIDAgMC0zLTN6IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/book-open\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst BookOpen = createLucideIcon('book-open', __iconNode);\n\nexport default BookOpen;\n"],"names":["module","exports","require","vendored","AppRouterContext","HooksClientContext","ServerInsertedHtml","process","env","NEXT_RUNTIME","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","ReactJsxRuntime","React","ReactDOM","ReactServerDOMTurbopackClient","getDeploymentId","getDeploymentIdQueryOrEmptyString","NEXT_DEPLOYMENT_ID","deploymentId"],"mappings":"6CAAAA,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,QAAW,CAACC,gBAAgB,+BCFvCJ,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,QAAW,CAACE,kBAAkB,+BCFzCL,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,QAAW,CAACG,kBAAkB,+sBCwBjCN,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,gCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,YAAY,CAAEU,eAAe,+BCFxCb,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,YAAY,CAAEW,KAAK,+BCF9Bd,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,YAAY,CAAEY,QAAQ,+BCFjCf,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRC,QAAQ,CAAC,YAAY,CAAEa,6BAA6B,uFCAtCC,eAAe,CAAA,kBAAfA,GAIAC,iCAAiC,CAAA,kBAAjCA,uEAJT,SAASD,IACd,MAAqC,CAA9BV,AAA8B,CACvC,CAEO,MAHUC,GAAG,AAGJU,CAHKC,GAQnB,MAAO,EACT,OATuC,mBCDhC,SAAS,EAAW,CAA2B,EACpD,IAAM,EAAO,SAAS,eAAe,CAC/B,EAAc,OAAO,UAAU,CAAC,gCAAgC,OAAO,CAE7E,EAAK,SAAS,CAAC,MAAM,CAAC,OADI,CACI,QADd,GAA+B,WAAV,GAAsB,EAE7D,CAEO,SAAS,EAAY,CAAkC,EAC5D,SAAS,eAAe,CAAC,YAAY,CAAC,cAAe,EACvD,CAEO,SAAS,EAAc,CAA6B,EACzD,SAAS,eAAe,CAAC,YAAY,CAAC,iBAAkB,EAC1D,wHESM,EAAA,CAAA,CAAA,CAAM,AAAN,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAiB,AAAjB,CAAiB,AAAjB,CAAA,AAAiB,CAAA,AAAjB,CAAiB,AAAjB,CAAiB,EAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAA,6KAb9C,2BDcA,CAAA,CAAA,CAAA,CAAA,AAAM,CAAN,CAAM,CAAA,EAAW,CAAA,CAAA,CAAX,AAAW,CAAX,AAAW,CAAX,AAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,AAAiB,CAAjB,AAAiB,CAAjB,AAAiB,CAAjB,AAAiB,CAAjB,AAAiB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAtBE,CAsBU,AArB5C,CACE,AAoB0C,CCpB1C,ADAA,AAoB0C,CApB1C,AAoB0C,ACpB1C,CDoB0C,ACpB1C,ADAA,CCAA,ADAA,AAoB0C,CCpB1C,ADAA,AAoB0C,CCpB1C,ADAA,AAoB0C,CAAA,CAlBxC,AAkBwC,CClBxC,ADAA,AAkBkD,CAAA,AAlB/C,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CDAA,ACAA,CDAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,ACAA,CDAA,ACAA,CAAA,ADAA,CAAA,ACAA,CDAA,ACAA,CDAA,ACAA,CAAA,ADAA,CCAA,ADAA,CCAA,ADAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CA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","ignoreList":[0,1,2,3,4,5,6,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25]}
@@ -0,0 +1,3 @@
1
+ module.exports=[14747,(a,b,c)=>{b.exports=a.x("path",()=>require("path"))},70406,(a,b,c)=>{b.exports=a.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},24361,(a,b,c)=>{b.exports=a.x("util",()=>require("util"))},66515,(a,b,c)=>{"use strict";b.exports=a.r(18622)},15098,(a,b,c)=>{"use strict";b.exports=a.r(66515).vendored["react-rsc"].ReactServerDOMTurbopackServer},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},89138,(a,b,c)=>{"use strict";b.exports=a.r(66515).vendored["react-rsc"].ReactJsxRuntime},12649,(a,b,c)=>{"use strict";b.exports=a.r(66515).vendored["react-rsc"].React},38341,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(15098);a.n(d("[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>"))},57677,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(15098);a.n(d("[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js"))},30328,a=>{"use strict";a.i(38341);var b=a.i(57677);a.n(b)}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__22325e4c._.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/dist/client/components/builtin/global-error.js/__nextjs-internal-proxy.cjs","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/client/components/builtin/global-error.tsx"],"sourcesContent":["if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nconst { createClientModuleProxy } = require(\"react-server-dom-turbopack/server\");\n\n__turbopack_context__.n(createClientModuleProxy(\"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js\"));\n","'use client'\n\nimport { HandleISRError } from '../handle-isr-error'\n\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n text: {\n fontSize: '14px',\n fontWeight: 400,\n lineHeight: '28px',\n margin: '0 8px',\n },\n} as const\n\nexport type GlobalErrorComponent = React.ComponentType<{\n error: any\n}>\nfunction DefaultGlobalError({ error }: { error: any }) {\n const digest: string | undefined = error?.digest\n return (\n <html id=\"__next_error__\">\n <head></head>\n <body>\n <HandleISRError error={error} />\n <div style={styles.error}>\n <div>\n <h2 style={styles.text}>\n Application error: a {digest ? 'server' : 'client'}-side exception\n has occurred while loading {window.location.hostname} (see the{' '}\n {digest ? 'server logs' : 'browser console'} for more\n information).\n </h2>\n {digest ? <p style={styles.text}>{`Digest: ${digest}`}</p> : null}\n </div>\n </div>\n </body>\n </html>\n )\n}\n\n// Exported so that the import signature in the loaders can be identical to user\n// supplied custom global error signatures.\nexport default DefaultGlobalError\n"],"names":["process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactServerDOMTurbopackServer","ReactJsxRuntime","React","styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","text","fontSize","fontWeight","lineHeight","margin","DefaultGlobalError","digest","html","id","head","body","HandleISRError","div","style","h2","window","location","hostname","p"],"mappings":"8zCA0BQG,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,iCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,6BAA6B,+BCFtDP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,eAAe,+BCFxCR,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,kBCD9B,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB,kNAFhD,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB","ignoreList":[0,1,2,3,4]}
1
+ {"version":3,"sources":["../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/dist/client/components/builtin/global-error.js/__nextjs-internal-proxy.cjs","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/client/components/builtin/global-error.tsx"],"sourcesContent":["if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nconst { createClientModuleProxy } = require(\"react-server-dom-turbopack/server\");\n\n__turbopack_context__.n(createClientModuleProxy(\"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js\"));\n","'use client'\n\nimport { HandleISRError } from '../handle-isr-error'\n\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n text: {\n fontSize: '14px',\n fontWeight: 400,\n lineHeight: '28px',\n margin: '0 8px',\n },\n} as const\n\nexport type GlobalErrorComponent = React.ComponentType<{\n error: any\n}>\nfunction DefaultGlobalError({ error }: { error: any }) {\n const digest: string | undefined = error?.digest\n return (\n <html id=\"__next_error__\">\n <head></head>\n <body>\n <HandleISRError error={error} />\n <div style={styles.error}>\n <div>\n <h2 style={styles.text}>\n Application error: a {digest ? 'server' : 'client'}-side exception\n has occurred while loading {window.location.hostname} (see the{' '}\n {digest ? 'server logs' : 'browser console'} for more\n information).\n </h2>\n {digest ? <p style={styles.text}>{`Digest: ${digest}`}</p> : null}\n </div>\n </div>\n </body>\n </html>\n )\n}\n\n// Exported so that the import signature in the loaders can be identical to user\n// supplied custom global error signatures.\nexport default DefaultGlobalError\n"],"names":["process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactServerDOMTurbopackServer","ReactJsxRuntime","React","styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","text","fontSize","fontWeight","lineHeight","margin","DefaultGlobalError","digest","html","id","head","body","HandleISRError","div","style","h2","window","location","hostname","p"],"mappings":"u9BA0BQG,GAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,iCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,6BAA6B,qYCFtDP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,eAAe,+BCFxCR,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,kBCD9B,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB,kNAFhD,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB","ignoreList":[0,1,2,3,4]}
@@ -1,4 +1,4 @@
1
- module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},60998,a=>{a.n(a.i(30328))},55289,(a,b,c)=>{"use strict";c._=function(a){return a&&a.__esModule?a:{default:a}}},36605,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return k}}),a.r(55289);let d=a.r(89138);a.r(12649);let e={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"},f={lineHeight:"48px"},g={display:"inline-block",margin:"0 20px 0 0",paddingRight:23,fontSize:24,fontWeight:500,verticalAlign:"top"},h={fontSize:14,fontWeight:400,lineHeight:"28px"},i={display:"inline-block"},j=`body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
1
+ module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},55289,(a,b,c)=>{"use strict";c._=function(a){return a&&a.__esModule?a:{default:a}}},36605,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return k}}),a.r(55289);let d=a.r(89138);a.r(12649);let e={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"},f={lineHeight:"48px"},g={display:"inline-block",margin:"0 20px 0 0",paddingRight:23,fontSize:24,fontWeight:500,verticalAlign:"top"},h={fontSize:14,fontWeight:400,lineHeight:"28px"},i={display:"inline-block"},j=`body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
2
  @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}`,k=function(){let a="Internal Server Error.",b=`500: ${a}`;return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsx)("head",{children:(0,d.jsx)("title",{children:b})}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e,children:(0,d.jsxs)("div",{style:f,children:[(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:j}}),(0,d.jsx)("h1",{className:"next-error-h1",style:g,children:"500"}),(0,d.jsx)("div",{style:i,children:(0,d.jsx)("h2",{style:h,children:a})})]})})})]})};("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)}];
3
3
 
4
- //# sourceMappingURL=%5Broot-of-the-server%5D__346c6c2b._.js.map
4
+ //# sourceMappingURL=%5Broot-of-the-server%5D__2ea2afb2._.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../node_modules/.pnpm/%40swc%2Bhelpers%400.5.15/node_modules/%40swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/client/components/builtin/app-error.tsx"],"sourcesContent":["\"use strict\";\n\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : { default: obj };\n}\nexports._ = _interop_require_default;\n","import React from 'react'\n\nconst styles: Record<string, React.CSSProperties> = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n desc: {\n lineHeight: '48px',\n },\n h1: {\n display: 'inline-block',\n margin: '0 20px 0 0',\n paddingRight: 23,\n fontSize: 24,\n fontWeight: 500,\n verticalAlign: 'top',\n },\n h2: {\n fontSize: 14,\n fontWeight: 400,\n lineHeight: '28px',\n },\n wrap: {\n display: 'inline-block',\n },\n} as const\n\n/* CSS minified from\nbody { margin: 0; color: #000; background: #fff; }\n.next-error-h1 {\n border-right: 1px solid rgba(0, 0, 0, .3);\n}\n@media (prefers-color-scheme: dark) {\n body { color: #fff; background: #000; }\n .next-error-h1 {\n border-right: 1px solid rgba(255, 255, 255, .3);\n }\n}\n*/\nconst themeCss = `body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}`\n\nfunction AppError() {\n const errorMessage = 'Internal Server Error.'\n const title = `500: ${errorMessage}`\n return (\n <html id=\"__next_error__\">\n <head>\n <title>{title}</title>\n </head>\n <body>\n <div style={styles.error}>\n <div style={styles.desc}>\n <style\n dangerouslySetInnerHTML={{\n __html: themeCss,\n }}\n />\n <h1 className=\"next-error-h1\" style={styles.h1}>\n 500\n </h1>\n <div style={styles.wrap}>\n <h2 style={styles.h2}>{errorMessage}</h2>\n </div>\n </div>\n </div>\n </body>\n </html>\n )\n}\n\nexport default AppError\n"],"names":["styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","desc","lineHeight","h1","margin","paddingRight","fontSize","fontWeight","verticalAlign","h2","wrap","themeCss","AppError","errorMessage","title","html","id","head","body","div","style","dangerouslySetInnerHTML","__html","className"],"mappings":"+NAKA,EAAQ,CAAC,CAHT,EAGY,OAHsB,AAAzB,CAA4B,EACjC,OAAO,GAAO,EAAI,UAAU,CAAG,EAAM,CAAE,QAAS,CAAI,CACxD,yGC2EA,UAAA,qCAAA,mCA/EkB,CAAA,CAAA,IAAA,GAElB,MAAMA,AACG,CAELE,QAHgD,GAI9C,8FACFC,OAAQ,QACRC,UAAW,SACXC,QAAS,OACTC,cAAe,SACfC,WAAY,SACZC,eAAgB,QAClB,IACM,CACJE,WAAY,MACd,IACI,CACFL,QAAS,eACTO,OAAQ,aACRC,aAAc,GACdC,SAAU,GACVC,WAAY,IACZC,cAAe,KACjB,IACI,CACFF,SAAU,GACVC,WAAY,IACZL,WAAY,MACd,IACM,CACJL,QAAS,cACX,EAeIc,EAAW,CAAC;+HAC6G,CAAC,CA+BhI,EA7BA,SAASC,AA6BMA,EA5Bb,IAAMC,EAAe,yBACfC,EAAQ,CAAC,KAAK,EAAED,EAAAA,CAAc,CACpC,MACE,CAAA,AADF,EACE,EAAA,IAAA,EAACE,CADH,MACGA,CAAKC,GAAG,2BACP,CAAA,EAAA,EAAA,GAAA,EAACC,OAAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAACH,EAAD,MAACA,UAAOA,MAEV,CAAA,EAAA,EAAA,GAAA,EAACI,OAAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAACC,EAAD,IAACA,CAAIC,KAAAA,EAAO5B,OAAOC,GACjB,CAAA,CADsB,CACtB,EAAA,IAAA,EAAC0B,CAAD,KAACA,CAAIC,KAAAA,EAAO5B,OAAOS,IAAI,AACrB,CAAA,EAAA,EAAA,GAAA,EAACmB,QAAAA,CACCC,wBAAyB,CACvBC,OAAQX,CACV,IAEF,CAAA,EAAA,EAAA,GAAA,EAACR,KAAAA,CAAGoB,UAAU,gBAAgBH,KAAAA,EAAO5B,OAAOW,EAAE,CAAE,QAGhD,CAAA,EAAA,EAAA,GAAA,EAACgB,MAAAA,CAAIC,KAAAA,EAAO5B,OAAOkB,GACjB,CADqB,AACrB,EAAA,EAAA,GAAA,EAACD,EAAD,GAACA,CAAGW,KAAAA,EAAO5B,OAAOiB,EAAE,CAAGI,eAOrC","ignoreList":[0,1]}
1
+ {"version":3,"sources":["../../../../node_modules/.pnpm/%40swc%2Bhelpers%400.5.15/node_modules/%40swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/src/client/components/builtin/app-error.tsx"],"sourcesContent":["\"use strict\";\n\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : { default: obj };\n}\nexports._ = _interop_require_default;\n","import React from 'react'\n\nconst styles: Record<string, React.CSSProperties> = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n desc: {\n lineHeight: '48px',\n },\n h1: {\n display: 'inline-block',\n margin: '0 20px 0 0',\n paddingRight: 23,\n fontSize: 24,\n fontWeight: 500,\n verticalAlign: 'top',\n },\n h2: {\n fontSize: 14,\n fontWeight: 400,\n lineHeight: '28px',\n },\n wrap: {\n display: 'inline-block',\n },\n} as const\n\n/* CSS minified from\nbody { margin: 0; color: #000; background: #fff; }\n.next-error-h1 {\n border-right: 1px solid rgba(0, 0, 0, .3);\n}\n@media (prefers-color-scheme: dark) {\n body { color: #fff; background: #000; }\n .next-error-h1 {\n border-right: 1px solid rgba(255, 255, 255, .3);\n }\n}\n*/\nconst themeCss = `body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}`\n\nfunction AppError() {\n const errorMessage = 'Internal Server Error.'\n const title = `500: ${errorMessage}`\n return (\n <html id=\"__next_error__\">\n <head>\n <title>{title}</title>\n </head>\n <body>\n <div style={styles.error}>\n <div style={styles.desc}>\n <style\n dangerouslySetInnerHTML={{\n __html: themeCss,\n }}\n />\n <h1 className=\"next-error-h1\" style={styles.h1}>\n 500\n </h1>\n <div style={styles.wrap}>\n <h2 style={styles.h2}>{errorMessage}</h2>\n </div>\n </div>\n </div>\n </body>\n </html>\n )\n}\n\nexport default AppError\n"],"names":["styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","desc","lineHeight","h1","margin","paddingRight","fontSize","fontWeight","verticalAlign","h2","wrap","themeCss","AppError","errorMessage","title","html","id","head","body","div","style","dangerouslySetInnerHTML","__html","className"],"mappings":"mMAKA,GAAQ,CAAC,CAHT,EAGY,OAHsB,AAAzB,CAA4B,EACjC,OAAO,GAAO,EAAI,UAAU,CAAG,EAAM,CAAE,QAAS,CAAI,CACxD,yGC2EA,UAAA,qCAAA,mCA/EkB,CAAA,CAAA,IAAA,GAElB,MAAMA,AACG,CAELE,QAHgD,GAI9C,8FACFC,OAAQ,QACRC,UAAW,SACXC,QAAS,OACTC,cAAe,SACfC,WAAY,SACZC,eAAgB,QAClB,IACM,CACJE,WAAY,MACd,IACI,CACFL,QAAS,eACTO,OAAQ,aACRC,aAAc,GACdC,SAAU,GACVC,WAAY,IACZC,cAAe,KACjB,IACI,CACFF,SAAU,GACVC,WAAY,IACZL,WAAY,MACd,IACM,CACJL,QAAS,cACX,EAeIc,EAAW,CAAC;+HAC6G,CAAC,CA+BhI,EA7BA,SAASC,AA6BMA,EA5Bb,IAAMC,EAAe,yBACfC,EAAQ,CAAC,KAAK,EAAED,EAAAA,CAAc,CACpC,MACE,CAAA,AADF,EACE,EAAA,IAAA,EAACE,CADH,MACGA,CAAKC,GAAG,2BACP,GAAA,EAAA,GAAA,EAACC,OAAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAACH,EAAD,MAACA,UAAOA,MAEV,GAAA,EAAA,GAAA,EAACI,OAAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAACC,EAAD,IAACA,CAAIC,KAAAA,EAAO5B,OAAOC,GACjB,CAAA,CADsB,CACtB,EAAA,IAAA,EAAC0B,CAAD,KAACA,CAAIC,KAAAA,EAAO5B,OAAOS,IAAI,AACrB,CAAA,EAAA,EAAA,GAAA,EAACmB,QAAAA,CACCC,wBAAyB,CACvBC,OAAQX,CACV,IAEF,CAAA,EAAA,EAAA,GAAA,EAACR,KAAAA,CAAGoB,UAAU,gBAAgBH,KAAAA,EAAO5B,OAAOW,EAAE,CAAE,QAGhD,CAAA,EAAA,EAAA,GAAA,EAACgB,MAAAA,CAAIC,KAAAA,EAAO5B,OAAOkB,GACjB,CADqB,AACrB,EAAA,EAAA,GAAA,EAACD,EAAD,GAACA,CAAGW,KAAAA,EAAO5B,OAAOiB,EAAE,CAAGI,eAOrC","ignoreList":[0,1]}
@@ -1,3 +1,3 @@
1
- module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_7de47ba7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
1
+ module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_7bebd190._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
2
2
 
3
- //# sourceMappingURL=%5Broot-of-the-server%5D__0310d64d._.js.map
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__718d62a3._.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_e70a06f1._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
1
+ module.exports=[54799,(a,b,c)=>{b.exports=a.x("crypto",()=>require("crypto"))},44967,a=>{"use strict";var b=a.i(40775),c=a.i(43944),d=(0,c.__name)((a,d,g,h)=>{a.attr("class",g);let{width:i,height:j,x:k,y:l}=e(a,d);(0,b.configureSvgSize)(a,j,i,h);let m=f(k,l,i,j,d);a.attr("viewBox",m),c.log.debug(`viewBox configured: ${m} with padding: ${d}`)},"setupViewPortForSVG"),e=(0,c.__name)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),f=(0,c.__name)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox");a.s(["setupViewPortForSVG",()=>d])},84020,a=>{"use strict";var b=a.i(43944);a.i(43066);var c=a.i(55784),d=(0,b.__name)((a,b)=>{let d;return"sandbox"===b&&(d=(0,c.select)("#i"+a)),("sandbox"===b?(0,c.select)(d.nodes()[0].contentDocument.body):(0,c.select)("body")).select(`[id="${a}"]`)},"getDiagramElement");a.s(["getDiagramElement",()=>d])},11246,a=>{a.v(b=>Promise.all(["server/chunks/ssr/ec1cc_katex_dist_katex_mjs_45728057._.js"].map(b=>a.l(b))).then(()=>b(52504)))},31188,a=>{a.v(b=>Promise.all(["server/chunks/ssr/fe4dd_lodash-es_6dfac36d._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ae6ba910._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_8f4c61a8._.js","server/chunks/ssr/fe4dd_lodash-es_1a0ea541._.js","server/chunks/ssr/fe4dd_lodash-es_2f02253e._.js","server/chunks/ssr/node_modules__pnpm_11602273._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_342a0953._.js","server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_58ff253d._.js","server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e7e526d7._.js","server/chunks/ssr/4bd2e_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_dfc77fcf._.js"].map(b=>a.l(b))).then(()=>b(53828)))},64476,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules__pnpm_e7182395._.js","server/chunks/ssr/4e76f_cytoscape_dist_cytoscape_esm_mjs_56d6d0a1._.js","server/chunks/ssr/node_modules__pnpm_930cd0d0._.js"].map(b=>a.l(b))).then(()=>b(51947)))}];
2
2
 
3
- //# sourceMappingURL=%5Broot-of-the-server%5D__8bc686d2._.js.map
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__83981bf9._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},69264,a=>{a.n(a.i(54832))},50645,a=>{a.n(a.i(27572))},1126,a=>{a.n(a.i(84668))},41429,a=>{a.n(a.i(32012))},33828,a=>{a.n(a.i(80868))},93240,a=>{a.n(a.i(85784))},42888,a=>{a.n(a.i(29815))},83196,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(15098).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/(app)/board/page.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/(app)/board/page.tsx <module evaluation>","default")},28791,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(15098).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/(app)/board/page.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/(app)/board/page.tsx","default")},30276,a=>{"use strict";a.i(83196);var b=a.i(28791);a.n(b)}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__8f3ac062._.js.map