vibeman 0.0.3 → 0.0.6

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 (231) hide show
  1. package/dist/api.js +49 -0
  2. package/dist/cli.js +135 -0
  3. package/dist/ui/index-gnk6rhxs.js +9 -0
  4. package/dist/ui/index.html +10 -0
  5. package/dist/ui/index.js +2 -0
  6. package/package.json +10 -80
  7. package/README.md +0 -12
  8. package/dist/index.js +0 -114
  9. package/dist/runtime/api/.tsbuildinfo +0 -1
  10. package/dist/runtime/api/agent/agent-service.d.ts +0 -225
  11. package/dist/runtime/api/agent/agent-service.js +0 -904
  12. package/dist/runtime/api/agent/ai-providers/claude-code-adapter.d.ts +0 -61
  13. package/dist/runtime/api/agent/ai-providers/claude-code-adapter.js +0 -362
  14. package/dist/runtime/api/agent/ai-providers/codex-cli-provider.d.ts +0 -36
  15. package/dist/runtime/api/agent/ai-providers/codex-cli-provider.js +0 -347
  16. package/dist/runtime/api/agent/ai-providers/index.d.ts +0 -9
  17. package/dist/runtime/api/agent/ai-providers/index.js +0 -7
  18. package/dist/runtime/api/agent/ai-providers/types.d.ts +0 -182
  19. package/dist/runtime/api/agent/ai-providers/types.js +0 -5
  20. package/dist/runtime/api/agent/codex-cli-provider.test.d.ts +0 -1
  21. package/dist/runtime/api/agent/codex-cli-provider.test.js +0 -170
  22. package/dist/runtime/api/agent/core-agent-service.d.ts +0 -119
  23. package/dist/runtime/api/agent/core-agent-service.js +0 -267
  24. package/dist/runtime/api/agent/parsers.d.ts +0 -16
  25. package/dist/runtime/api/agent/parsers.js +0 -308
  26. package/dist/runtime/api/agent/prompt-service.d.ts +0 -30
  27. package/dist/runtime/api/agent/prompt-service.js +0 -449
  28. package/dist/runtime/api/agent/prompt-service.test.d.ts +0 -1
  29. package/dist/runtime/api/agent/prompt-service.test.js +0 -230
  30. package/dist/runtime/api/agent/routing-policy.d.ts +0 -171
  31. package/dist/runtime/api/agent/routing-policy.js +0 -196
  32. package/dist/runtime/api/agent/routing-policy.test.d.ts +0 -1
  33. package/dist/runtime/api/agent/routing-policy.test.js +0 -63
  34. package/dist/runtime/api/api/router-helpers.d.ts +0 -32
  35. package/dist/runtime/api/api/router-helpers.js +0 -31
  36. package/dist/runtime/api/api/routers/ai.d.ts +0 -200
  37. package/dist/runtime/api/api/routers/ai.js +0 -396
  38. package/dist/runtime/api/api/routers/executions.d.ts +0 -98
  39. package/dist/runtime/api/api/routers/executions.js +0 -94
  40. package/dist/runtime/api/api/routers/git.d.ts +0 -45
  41. package/dist/runtime/api/api/routers/git.js +0 -35
  42. package/dist/runtime/api/api/routers/provider-config.d.ts +0 -165
  43. package/dist/runtime/api/api/routers/provider-config.js +0 -252
  44. package/dist/runtime/api/api/routers/settings.d.ts +0 -139
  45. package/dist/runtime/api/api/routers/settings.js +0 -113
  46. package/dist/runtime/api/api/routers/tasks.d.ts +0 -141
  47. package/dist/runtime/api/api/routers/tasks.js +0 -238
  48. package/dist/runtime/api/api/routers/workflows.d.ts +0 -275
  49. package/dist/runtime/api/api/routers/workflows.js +0 -311
  50. package/dist/runtime/api/api/routers/worktrees.d.ts +0 -101
  51. package/dist/runtime/api/api/routers/worktrees.js +0 -80
  52. package/dist/runtime/api/api/trpc.d.ts +0 -118
  53. package/dist/runtime/api/api/trpc.js +0 -34
  54. package/dist/runtime/api/index.d.ts +0 -9
  55. package/dist/runtime/api/index.js +0 -117
  56. package/dist/runtime/api/lib/id-generator.d.ts +0 -70
  57. package/dist/runtime/api/lib/id-generator.js +0 -123
  58. package/dist/runtime/api/lib/local-config.d.ts +0 -245
  59. package/dist/runtime/api/lib/local-config.js +0 -288
  60. package/dist/runtime/api/lib/logger.d.ts +0 -11
  61. package/dist/runtime/api/lib/logger.js +0 -188
  62. package/dist/runtime/api/lib/provider-detection.d.ts +0 -59
  63. package/dist/runtime/api/lib/provider-detection.js +0 -244
  64. package/dist/runtime/api/lib/server/agent-service-singleton.d.ts +0 -6
  65. package/dist/runtime/api/lib/server/agent-service-singleton.js +0 -27
  66. package/dist/runtime/api/lib/server/bootstrap.d.ts +0 -38
  67. package/dist/runtime/api/lib/server/bootstrap.js +0 -197
  68. package/dist/runtime/api/lib/server/git-service-singleton.d.ts +0 -6
  69. package/dist/runtime/api/lib/server/git-service-singleton.js +0 -47
  70. package/dist/runtime/api/lib/server/project-root.d.ts +0 -2
  71. package/dist/runtime/api/lib/server/project-root.js +0 -61
  72. package/dist/runtime/api/lib/server/task-service-singleton.d.ts +0 -7
  73. package/dist/runtime/api/lib/server/task-service-singleton.js +0 -58
  74. package/dist/runtime/api/lib/server/vibing-orchestrator-singleton.d.ts +0 -7
  75. package/dist/runtime/api/lib/server/vibing-orchestrator-singleton.js +0 -57
  76. package/dist/runtime/api/lib/trpc/client.d.ts +0 -1
  77. package/dist/runtime/api/lib/trpc/client.js +0 -5
  78. package/dist/runtime/api/lib/trpc/server.d.ts +0 -935
  79. package/dist/runtime/api/lib/trpc/server.js +0 -11
  80. package/dist/runtime/api/lib/trpc/ws-server.d.ts +0 -8
  81. package/dist/runtime/api/lib/trpc/ws-server.js +0 -33
  82. package/dist/runtime/api/persistence/database-service.d.ts +0 -14
  83. package/dist/runtime/api/persistence/database-service.js +0 -74
  84. package/dist/runtime/api/persistence/execution-log-persistence.d.ts +0 -90
  85. package/dist/runtime/api/persistence/execution-log-persistence.js +0 -410
  86. package/dist/runtime/api/persistence/execution-log-persistence.test.d.ts +0 -1
  87. package/dist/runtime/api/persistence/execution-log-persistence.test.js +0 -170
  88. package/dist/runtime/api/router.d.ts +0 -938
  89. package/dist/runtime/api/router.js +0 -34
  90. package/dist/runtime/api/settings-service.d.ts +0 -110
  91. package/dist/runtime/api/settings-service.js +0 -661
  92. package/dist/runtime/api/tasks/file-watcher.d.ts +0 -23
  93. package/dist/runtime/api/tasks/file-watcher.js +0 -88
  94. package/dist/runtime/api/tasks/task-file-parser.d.ts +0 -13
  95. package/dist/runtime/api/tasks/task-file-parser.js +0 -161
  96. package/dist/runtime/api/tasks/task-service.d.ts +0 -36
  97. package/dist/runtime/api/tasks/task-service.js +0 -173
  98. package/dist/runtime/api/types/index.d.ts +0 -186
  99. package/dist/runtime/api/types/index.js +0 -1
  100. package/dist/runtime/api/types/settings.d.ts +0 -94
  101. package/dist/runtime/api/types/settings.js +0 -2
  102. package/dist/runtime/api/types.d.ts +0 -2
  103. package/dist/runtime/api/types.js +0 -1
  104. package/dist/runtime/api/utils/env.d.ts +0 -6
  105. package/dist/runtime/api/utils/env.js +0 -12
  106. package/dist/runtime/api/utils/stripNextEnv.d.ts +0 -7
  107. package/dist/runtime/api/utils/stripNextEnv.js +0 -22
  108. package/dist/runtime/api/utils/title-slug.d.ts +0 -6
  109. package/dist/runtime/api/utils/title-slug.js +0 -77
  110. package/dist/runtime/api/utils/url.d.ts +0 -2
  111. package/dist/runtime/api/utils/url.js +0 -19
  112. package/dist/runtime/api/vcs/git-history-service.d.ts +0 -57
  113. package/dist/runtime/api/vcs/git-history-service.js +0 -228
  114. package/dist/runtime/api/vcs/git-service.d.ts +0 -127
  115. package/dist/runtime/api/vcs/git-service.js +0 -284
  116. package/dist/runtime/api/vcs/worktree-service.d.ts +0 -93
  117. package/dist/runtime/api/vcs/worktree-service.js +0 -506
  118. package/dist/runtime/api/vcs/worktree-service.test.d.ts +0 -1
  119. package/dist/runtime/api/vcs/worktree-service.test.js +0 -20
  120. package/dist/runtime/api/workflows/quality-pipeline.d.ts +0 -58
  121. package/dist/runtime/api/workflows/quality-pipeline.js +0 -400
  122. package/dist/runtime/api/workflows/vibing-orchestrator.d.ts +0 -318
  123. package/dist/runtime/api/workflows/vibing-orchestrator.js +0 -1891
  124. package/dist/runtime/web/.next/BUILD_ID +0 -1
  125. package/dist/runtime/web/.next/app-build-manifest.json +0 -66
  126. package/dist/runtime/web/.next/app-path-routes-manifest.json +0 -8
  127. package/dist/runtime/web/.next/build-manifest.json +0 -33
  128. package/dist/runtime/web/.next/package.json +0 -1
  129. package/dist/runtime/web/.next/prerender-manifest.json +0 -61
  130. package/dist/runtime/web/.next/react-loadable-manifest.json +0 -39
  131. package/dist/runtime/web/.next/required-server-files.json +0 -334
  132. package/dist/runtime/web/.next/routes-manifest.json +0 -70
  133. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route.js +0 -1
  134. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route.js.nft.json +0 -1
  135. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route_client-reference-manifest.js +0 -1
  136. package/dist/runtime/web/.next/server/app/_not-found/page.js +0 -2
  137. package/dist/runtime/web/.next/server/app/_not-found/page.js.nft.json +0 -1
  138. package/dist/runtime/web/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
  139. package/dist/runtime/web/.next/server/app/_not-found.html +0 -7
  140. package/dist/runtime/web/.next/server/app/_not-found.meta +0 -8
  141. package/dist/runtime/web/.next/server/app/_not-found.rsc +0 -22
  142. package/dist/runtime/web/.next/server/app/api/health/route.js +0 -1
  143. package/dist/runtime/web/.next/server/app/api/health/route.js.nft.json +0 -1
  144. package/dist/runtime/web/.next/server/app/api/health/route_client-reference-manifest.js +0 -1
  145. package/dist/runtime/web/.next/server/app/api/images/[...path]/route.js +0 -1
  146. package/dist/runtime/web/.next/server/app/api/images/[...path]/route.js.nft.json +0 -1
  147. package/dist/runtime/web/.next/server/app/api/images/[...path]/route_client-reference-manifest.js +0 -1
  148. package/dist/runtime/web/.next/server/app/api/upload/route.js +0 -1
  149. package/dist/runtime/web/.next/server/app/api/upload/route.js.nft.json +0 -1
  150. package/dist/runtime/web/.next/server/app/api/upload/route_client-reference-manifest.js +0 -1
  151. package/dist/runtime/web/.next/server/app/index.html +0 -7
  152. package/dist/runtime/web/.next/server/app/index.meta +0 -7
  153. package/dist/runtime/web/.next/server/app/index.rsc +0 -27
  154. package/dist/runtime/web/.next/server/app/page.js +0 -147
  155. package/dist/runtime/web/.next/server/app/page.js.nft.json +0 -1
  156. package/dist/runtime/web/.next/server/app/page_client-reference-manifest.js +0 -1
  157. package/dist/runtime/web/.next/server/app-paths-manifest.json +0 -8
  158. package/dist/runtime/web/.next/server/chunks/217.js +0 -1
  159. package/dist/runtime/web/.next/server/chunks/383.js +0 -6
  160. package/dist/runtime/web/.next/server/chunks/458.js +0 -1
  161. package/dist/runtime/web/.next/server/chunks/576.js +0 -18
  162. package/dist/runtime/web/.next/server/chunks/635.js +0 -22
  163. package/dist/runtime/web/.next/server/chunks/761.js +0 -1
  164. package/dist/runtime/web/.next/server/chunks/777.js +0 -3
  165. package/dist/runtime/web/.next/server/chunks/825.js +0 -1
  166. package/dist/runtime/web/.next/server/chunks/838.js +0 -1
  167. package/dist/runtime/web/.next/server/chunks/973.js +0 -15
  168. package/dist/runtime/web/.next/server/functions-config-manifest.json +0 -4
  169. package/dist/runtime/web/.next/server/middleware-build-manifest.js +0 -1
  170. package/dist/runtime/web/.next/server/middleware-manifest.json +0 -6
  171. package/dist/runtime/web/.next/server/middleware-react-loadable-manifest.js +0 -1
  172. package/dist/runtime/web/.next/server/next-font-manifest.js +0 -1
  173. package/dist/runtime/web/.next/server/next-font-manifest.json +0 -1
  174. package/dist/runtime/web/.next/server/pages/404.html +0 -7
  175. package/dist/runtime/web/.next/server/pages/500.html +0 -1
  176. package/dist/runtime/web/.next/server/pages/_app.js +0 -1
  177. package/dist/runtime/web/.next/server/pages/_app.js.nft.json +0 -1
  178. package/dist/runtime/web/.next/server/pages/_document.js +0 -1
  179. package/dist/runtime/web/.next/server/pages/_document.js.nft.json +0 -1
  180. package/dist/runtime/web/.next/server/pages/_error.js +0 -19
  181. package/dist/runtime/web/.next/server/pages/_error.js.nft.json +0 -1
  182. package/dist/runtime/web/.next/server/pages-manifest.json +0 -6
  183. package/dist/runtime/web/.next/server/server-reference-manifest.js +0 -1
  184. package/dist/runtime/web/.next/server/server-reference-manifest.json +0 -1
  185. package/dist/runtime/web/.next/server/webpack-runtime.js +0 -1
  186. package/dist/runtime/web/.next/static/5_15u1WQCxN1_eHZpldCv/_buildManifest.js +0 -1
  187. package/dist/runtime/web/.next/static/5_15u1WQCxN1_eHZpldCv/_ssgManifest.js +0 -1
  188. package/dist/runtime/web/.next/static/chunks/18-15c10d3288afef2e.js +0 -1
  189. package/dist/runtime/web/.next/static/chunks/1c0ca389.537bbe362e3ffbd9.js +0 -3
  190. package/dist/runtime/web/.next/static/chunks/22747d63-ad5da0c19f4cfe41.js +0 -71
  191. package/dist/runtime/web/.next/static/chunks/355.056c2645878a799a.js +0 -1
  192. package/dist/runtime/web/.next/static/chunks/420.a5ccf151c9e2b2f1.js +0 -1
  193. package/dist/runtime/web/.next/static/chunks/439.1be0c6242fd248d5.js +0 -15
  194. package/dist/runtime/web/.next/static/chunks/440.c52e7c0f797e22b2.js +0 -1
  195. package/dist/runtime/web/.next/static/chunks/575-e2478287c27da87b.js +0 -1
  196. package/dist/runtime/web/.next/static/chunks/691.920d88c115087314.js +0 -1
  197. package/dist/runtime/web/.next/static/chunks/765-e838910065b50c3d.js +0 -1
  198. package/dist/runtime/web/.next/static/chunks/823-6f371a6e829adbba.js +0 -63
  199. package/dist/runtime/web/.next/static/chunks/87c73c54-09e1ba5c70e60a51.js +0 -1
  200. package/dist/runtime/web/.next/static/chunks/891cff7f.0f71fc028f87e683.js +0 -1
  201. package/dist/runtime/web/.next/static/chunks/8bb4d8db-3e2aa02b0a2384b9.js +0 -1
  202. package/dist/runtime/web/.next/static/chunks/9af238c7-271a911d4e99ab18.js +0 -1
  203. package/dist/runtime/web/.next/static/chunks/app/.vibeman/assets/images/[...path]/route-751c9265a65409e5.js +0 -1
  204. package/dist/runtime/web/.next/static/chunks/app/_not-found/page-1cb74d1cba27d0ab.js +0 -1
  205. package/dist/runtime/web/.next/static/chunks/app/api/health/route-751c9265a65409e5.js +0 -1
  206. package/dist/runtime/web/.next/static/chunks/app/api/images/[...path]/route-751c9265a65409e5.js +0 -1
  207. package/dist/runtime/web/.next/static/chunks/app/api/upload/route-751c9265a65409e5.js +0 -1
  208. package/dist/runtime/web/.next/static/chunks/app/layout-8435322f09fd0975.js +0 -1
  209. package/dist/runtime/web/.next/static/chunks/app/page-9fe7d75095b4ccec.js +0 -1
  210. package/dist/runtime/web/.next/static/chunks/cac567b0-5b77dd12911823cd.js +0 -1
  211. package/dist/runtime/web/.next/static/chunks/framework-2518f1345b5b2806.js +0 -1
  212. package/dist/runtime/web/.next/static/chunks/main-17665e5e39de9a8a.js +0 -1
  213. package/dist/runtime/web/.next/static/chunks/main-app-c0b0f5ba4f7f9d75.js +0 -1
  214. package/dist/runtime/web/.next/static/chunks/pages/_app-d6f6b3bbc3d81ee1.js +0 -1
  215. package/dist/runtime/web/.next/static/chunks/pages/_error-75a96cf1997cc3b9.js +0 -1
  216. package/dist/runtime/web/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  217. package/dist/runtime/web/.next/static/chunks/webpack-c8de37305b4635cf.js +0 -1
  218. package/dist/runtime/web/.next/static/css/08c950681f1a9a92.css +0 -1
  219. package/dist/runtime/web/.next/static/css/2728291c68f99cb1.css +0 -3
  220. package/dist/runtime/web/.next/static/css/521bd69cc298cd1a.css +0 -1
  221. package/dist/runtime/web/.next/static/css/537e22821e101b87.css +0 -1
  222. package/dist/runtime/web/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  223. package/dist/runtime/web/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
  224. package/dist/runtime/web/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  225. package/dist/runtime/web/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  226. package/dist/runtime/web/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  227. package/dist/runtime/web/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  228. package/dist/runtime/web/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  229. package/dist/runtime/web/package.json +0 -65
  230. package/dist/runtime/web/server.js +0 -44
  231. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1 +0,0 @@
1
- 5_15u1WQCxN1_eHZpldCv
@@ -1,66 +0,0 @@
1
- {
2
- "pages": {
3
- "/_not-found/page": [
4
- "static/chunks/webpack-c8de37305b4635cf.js",
5
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
6
- "static/chunks/18-15c10d3288afef2e.js",
7
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
8
- "static/chunks/app/_not-found/page-1cb74d1cba27d0ab.js"
9
- ],
10
- "/.vibeman/assets/images/[...path]/route": [
11
- "static/chunks/webpack-c8de37305b4635cf.js",
12
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
13
- "static/chunks/18-15c10d3288afef2e.js",
14
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
15
- "static/chunks/app/.vibeman/assets/images/[...path]/route-751c9265a65409e5.js"
16
- ],
17
- "/api/health/route": [
18
- "static/chunks/webpack-c8de37305b4635cf.js",
19
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
20
- "static/chunks/18-15c10d3288afef2e.js",
21
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
22
- "static/chunks/app/api/health/route-751c9265a65409e5.js"
23
- ],
24
- "/api/images/[...path]/route": [
25
- "static/chunks/webpack-c8de37305b4635cf.js",
26
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
27
- "static/chunks/18-15c10d3288afef2e.js",
28
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
29
- "static/chunks/app/api/images/[...path]/route-751c9265a65409e5.js"
30
- ],
31
- "/api/upload/route": [
32
- "static/chunks/webpack-c8de37305b4635cf.js",
33
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
34
- "static/chunks/18-15c10d3288afef2e.js",
35
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
36
- "static/chunks/app/api/upload/route-751c9265a65409e5.js"
37
- ],
38
- "/layout": [
39
- "static/chunks/webpack-c8de37305b4635cf.js",
40
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
41
- "static/chunks/18-15c10d3288afef2e.js",
42
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
43
- "static/css/521bd69cc298cd1a.css",
44
- "static/css/2728291c68f99cb1.css",
45
- "static/css/537e22821e101b87.css",
46
- "static/chunks/cac567b0-5b77dd12911823cd.js",
47
- "static/chunks/575-e2478287c27da87b.js",
48
- "static/chunks/765-e838910065b50c3d.js",
49
- "static/chunks/app/layout-8435322f09fd0975.js"
50
- ],
51
- "/page": [
52
- "static/chunks/webpack-c8de37305b4635cf.js",
53
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
54
- "static/chunks/18-15c10d3288afef2e.js",
55
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js",
56
- "static/css/08c950681f1a9a92.css",
57
- "static/chunks/cac567b0-5b77dd12911823cd.js",
58
- "static/chunks/9af238c7-271a911d4e99ab18.js",
59
- "static/chunks/22747d63-ad5da0c19f4cfe41.js",
60
- "static/chunks/8bb4d8db-3e2aa02b0a2384b9.js",
61
- "static/chunks/575-e2478287c27da87b.js",
62
- "static/chunks/823-6f371a6e829adbba.js",
63
- "static/chunks/app/page-9fe7d75095b4ccec.js"
64
- ]
65
- }
66
- }
@@ -1,8 +0,0 @@
1
- {
2
- "/.vibeman/assets/images/[...path]/route": "/.vibeman/assets/images/[...path]",
3
- "/api/health/route": "/api/health",
4
- "/api/images/[...path]/route": "/api/images/[...path]",
5
- "/api/upload/route": "/api/upload",
6
- "/_not-found/page": "/_not-found",
7
- "/page": "/"
8
- }
@@ -1,33 +0,0 @@
1
- {
2
- "polyfillFiles": [
3
- "static/chunks/polyfills-42372ed130431b0a.js"
4
- ],
5
- "devFiles": [],
6
- "ampDevFiles": [],
7
- "lowPriorityFiles": [
8
- "static/5_15u1WQCxN1_eHZpldCv/_buildManifest.js",
9
- "static/5_15u1WQCxN1_eHZpldCv/_ssgManifest.js"
10
- ],
11
- "rootMainFiles": [
12
- "static/chunks/webpack-c8de37305b4635cf.js",
13
- "static/chunks/87c73c54-09e1ba5c70e60a51.js",
14
- "static/chunks/18-15c10d3288afef2e.js",
15
- "static/chunks/main-app-c0b0f5ba4f7f9d75.js"
16
- ],
17
- "rootMainFilesTree": {},
18
- "pages": {
19
- "/_app": [
20
- "static/chunks/webpack-c8de37305b4635cf.js",
21
- "static/chunks/framework-2518f1345b5b2806.js",
22
- "static/chunks/main-17665e5e39de9a8a.js",
23
- "static/chunks/pages/_app-d6f6b3bbc3d81ee1.js"
24
- ],
25
- "/_error": [
26
- "static/chunks/webpack-c8de37305b4635cf.js",
27
- "static/chunks/framework-2518f1345b5b2806.js",
28
- "static/chunks/main-17665e5e39de9a8a.js",
29
- "static/chunks/pages/_error-75a96cf1997cc3b9.js"
30
- ]
31
- },
32
- "ampFirstPages": []
33
- }
@@ -1 +0,0 @@
1
- {"type": "commonjs"}
@@ -1,61 +0,0 @@
1
- {
2
- "version": 4,
3
- "routes": {
4
- "/": {
5
- "experimentalBypassFor": [
6
- {
7
- "type": "header",
8
- "key": "next-action"
9
- },
10
- {
11
- "type": "header",
12
- "key": "content-type",
13
- "value": "multipart/form-data;.*"
14
- }
15
- ],
16
- "initialRevalidateSeconds": false,
17
- "srcRoute": "/",
18
- "dataRoute": "/index.rsc",
19
- "allowHeader": [
20
- "host",
21
- "x-matched-path",
22
- "x-prerender-revalidate",
23
- "x-prerender-revalidate-if-generated",
24
- "x-next-revalidated-tags",
25
- "x-next-revalidate-tag-token"
26
- ]
27
- },
28
- "/_not-found": {
29
- "initialStatus": 404,
30
- "experimentalBypassFor": [
31
- {
32
- "type": "header",
33
- "key": "next-action"
34
- },
35
- {
36
- "type": "header",
37
- "key": "content-type",
38
- "value": "multipart/form-data;.*"
39
- }
40
- ],
41
- "initialRevalidateSeconds": false,
42
- "srcRoute": "/_not-found",
43
- "dataRoute": "/_not-found.rsc",
44
- "allowHeader": [
45
- "host",
46
- "x-matched-path",
47
- "x-prerender-revalidate",
48
- "x-prerender-revalidate-if-generated",
49
- "x-next-revalidated-tags",
50
- "x-next-revalidate-tag-token"
51
- ]
52
- }
53
- },
54
- "dynamicRoutes": {},
55
- "notFoundRoutes": [],
56
- "preview": {
57
- "previewModeId": "6acd1c87e3fa37988f1d8d27a0715b12",
58
- "previewModeSigningKey": "37a84e68e50eed8a1f5d5a84a7e75d77f54e557e249e5e9f642c9b2a9f493a23",
59
- "previewModeEncryptionKey": "3cd5a924f19c2a5ae113f75d937257ab4fcabe25e19d35dbfba3aa31e304f371"
60
- }
61
- }
@@ -1,39 +0,0 @@
1
- {
2
- "components/ui/TerminalLogsViewer.tsx -> @xterm/addon-fit": {
3
- "id": 79355,
4
- "files": [
5
- "static/chunks/355.056c2645878a799a.js"
6
- ]
7
- },
8
- "components/ui/TerminalLogsViewer.tsx -> @xterm/addon-web-links": {
9
- "id": 9691,
10
- "files": [
11
- "static/chunks/691.920d88c115087314.js"
12
- ]
13
- },
14
- "components/ui/TerminalLogsViewer.tsx -> @xterm/addon-webgl": {
15
- "id": 6439,
16
- "files": [
17
- "static/chunks/439.1be0c6242fd248d5.js"
18
- ]
19
- },
20
- "components/ui/TerminalLogsViewer.tsx -> @xterm/xterm": {
21
- "id": 67179,
22
- "files": [
23
- "static/chunks/1c0ca389.537bbe362e3ffbd9.js"
24
- ]
25
- },
26
- "components/ui/WorkflowReview.tsx -> @mantine/modals": {
27
- "id": 75440,
28
- "files": [
29
- "static/chunks/440.c52e7c0f797e22b2.js"
30
- ]
31
- },
32
- "lib/id-generator.ts -> crypto": {
33
- "id": 56203,
34
- "files": [
35
- "static/chunks/891cff7f.0f71fc028f87e683.js",
36
- "static/chunks/420.a5ccf151c9e2b2f1.js"
37
- ]
38
- }
39
- }
@@ -1,334 +0,0 @@
1
- {
2
- "version": 1,
3
- "config": {
4
- "env": {},
5
- "webpack": null,
6
- "eslint": {
7
- "ignoreDuringBuilds": true
8
- },
9
- "typescript": {
10
- "ignoreBuildErrors": false,
11
- "tsconfigPath": "tsconfig.json"
12
- },
13
- "typedRoutes": false,
14
- "distDir": ".next",
15
- "cleanDistDir": true,
16
- "assetPrefix": "",
17
- "cacheMaxMemorySize": 52428800,
18
- "configOrigin": "next.config.js",
19
- "useFileSystemPublicRoutes": true,
20
- "generateEtags": true,
21
- "pageExtensions": [
22
- "tsx",
23
- "ts",
24
- "jsx",
25
- "js"
26
- ],
27
- "poweredByHeader": true,
28
- "compress": true,
29
- "images": {
30
- "deviceSizes": [
31
- 640,
32
- 750,
33
- 828,
34
- 1080,
35
- 1200,
36
- 1920,
37
- 2048,
38
- 3840
39
- ],
40
- "imageSizes": [
41
- 16,
42
- 32,
43
- 48,
44
- 64,
45
- 96,
46
- 128,
47
- 256,
48
- 384
49
- ],
50
- "path": "/_next/image",
51
- "loader": "default",
52
- "loaderFile": "",
53
- "domains": [],
54
- "disableStaticImages": false,
55
- "minimumCacheTTL": 60,
56
- "formats": [
57
- "image/webp"
58
- ],
59
- "dangerouslyAllowSVG": false,
60
- "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
61
- "contentDispositionType": "attachment",
62
- "remotePatterns": [],
63
- "unoptimized": false
64
- },
65
- "devIndicators": {
66
- "position": "bottom-left"
67
- },
68
- "onDemandEntries": {
69
- "maxInactiveAge": 60000,
70
- "pagesBufferLength": 5
71
- },
72
- "amp": {
73
- "canonicalBase": ""
74
- },
75
- "basePath": "",
76
- "sassOptions": {},
77
- "trailingSlash": false,
78
- "i18n": null,
79
- "productionBrowserSourceMaps": false,
80
- "excludeDefaultMomentLocales": true,
81
- "serverRuntimeConfig": {},
82
- "publicRuntimeConfig": {},
83
- "reactProductionProfiling": false,
84
- "reactStrictMode": null,
85
- "reactMaxHeadersLength": 6000,
86
- "httpAgentOptions": {
87
- "keepAlive": true
88
- },
89
- "logging": {},
90
- "compiler": {},
91
- "expireTime": 31536000,
92
- "staticPageGenerationTimeout": 60,
93
- "output": "standalone",
94
- "modularizeImports": {
95
- "@mui/icons-material": {
96
- "transform": "@mui/icons-material/{{member}}"
97
- },
98
- "lodash": {
99
- "transform": "lodash/{{member}}"
100
- }
101
- },
102
- "outputFileTracingRoot": "/Users/harryyu/BDev/vibeman/apps/web",
103
- "allowedDevOrigins": [
104
- "localhost",
105
- "127.0.0.1"
106
- ],
107
- "experimental": {
108
- "useSkewCookie": false,
109
- "cacheLife": {
110
- "default": {
111
- "stale": 300,
112
- "revalidate": 900,
113
- "expire": 4294967294
114
- },
115
- "seconds": {
116
- "stale": 30,
117
- "revalidate": 1,
118
- "expire": 60
119
- },
120
- "minutes": {
121
- "stale": 300,
122
- "revalidate": 60,
123
- "expire": 3600
124
- },
125
- "hours": {
126
- "stale": 300,
127
- "revalidate": 3600,
128
- "expire": 86400
129
- },
130
- "days": {
131
- "stale": 300,
132
- "revalidate": 86400,
133
- "expire": 604800
134
- },
135
- "weeks": {
136
- "stale": 300,
137
- "revalidate": 604800,
138
- "expire": 2592000
139
- },
140
- "max": {
141
- "stale": 300,
142
- "revalidate": 2592000,
143
- "expire": 4294967294
144
- }
145
- },
146
- "cacheHandlers": {},
147
- "cssChunking": true,
148
- "multiZoneDraftMode": false,
149
- "appNavFailHandling": false,
150
- "prerenderEarlyExit": true,
151
- "serverMinification": true,
152
- "serverSourceMaps": false,
153
- "linkNoTouchStart": false,
154
- "caseSensitiveRoutes": false,
155
- "clientSegmentCache": false,
156
- "clientParamParsing": false,
157
- "dynamicOnHover": false,
158
- "preloadEntriesOnStart": true,
159
- "clientRouterFilter": true,
160
- "clientRouterFilterRedirects": false,
161
- "fetchCacheKeyPrefix": "",
162
- "middlewarePrefetch": "flexible",
163
- "optimisticClientCache": true,
164
- "manualClientBasePath": false,
165
- "cpus": 19,
166
- "memoryBasedWorkersCount": false,
167
- "imgOptConcurrency": null,
168
- "imgOptTimeoutInSeconds": 7,
169
- "imgOptMaxInputPixels": 268402689,
170
- "imgOptSequentialRead": null,
171
- "imgOptSkipMetadata": null,
172
- "isrFlushToDisk": true,
173
- "workerThreads": false,
174
- "optimizeCss": false,
175
- "nextScriptWorkers": false,
176
- "scrollRestoration": false,
177
- "externalDir": false,
178
- "disableOptimizedLoading": false,
179
- "gzipSize": true,
180
- "craCompat": false,
181
- "esmExternals": true,
182
- "fullySpecified": false,
183
- "swcTraceProfiling": false,
184
- "forceSwcTransforms": false,
185
- "largePageDataBytes": 128000,
186
- "typedEnv": false,
187
- "parallelServerCompiles": false,
188
- "parallelServerBuildTraces": false,
189
- "ppr": false,
190
- "authInterrupts": false,
191
- "webpackMemoryOptimizations": false,
192
- "optimizeServerReact": true,
193
- "viewTransition": false,
194
- "routerBFCache": false,
195
- "removeUncaughtErrorAndRejectionListeners": false,
196
- "validateRSCRequestHeaders": false,
197
- "staleTimes": {
198
- "dynamic": 0,
199
- "static": 300
200
- },
201
- "serverComponentsHmrCache": true,
202
- "staticGenerationMaxConcurrency": 8,
203
- "staticGenerationMinPagesPerWorker": 25,
204
- "cacheComponents": false,
205
- "inlineCss": false,
206
- "useCache": false,
207
- "globalNotFound": false,
208
- "devtoolSegmentExplorer": true,
209
- "browserDebugInfoInTerminal": false,
210
- "optimizeRouterScrolling": false,
211
- "optimizePackageImports": [
212
- "lucide-react",
213
- "date-fns",
214
- "lodash-es",
215
- "ramda",
216
- "antd",
217
- "react-bootstrap",
218
- "ahooks",
219
- "@ant-design/icons",
220
- "@headlessui/react",
221
- "@headlessui-float/react",
222
- "@heroicons/react/20/solid",
223
- "@heroicons/react/24/solid",
224
- "@heroicons/react/24/outline",
225
- "@visx/visx",
226
- "@tremor/react",
227
- "rxjs",
228
- "@mui/material",
229
- "@mui/icons-material",
230
- "recharts",
231
- "react-use",
232
- "effect",
233
- "@effect/schema",
234
- "@effect/platform",
235
- "@effect/platform-node",
236
- "@effect/platform-browser",
237
- "@effect/platform-bun",
238
- "@effect/sql",
239
- "@effect/sql-mssql",
240
- "@effect/sql-mysql2",
241
- "@effect/sql-pg",
242
- "@effect/sql-sqlite-node",
243
- "@effect/sql-sqlite-bun",
244
- "@effect/sql-sqlite-wasm",
245
- "@effect/sql-sqlite-react-native",
246
- "@effect/rpc",
247
- "@effect/rpc-http",
248
- "@effect/typeclass",
249
- "@effect/experimental",
250
- "@effect/opentelemetry",
251
- "@material-ui/core",
252
- "@material-ui/icons",
253
- "@tabler/icons-react",
254
- "mui-core",
255
- "react-icons/ai",
256
- "react-icons/bi",
257
- "react-icons/bs",
258
- "react-icons/cg",
259
- "react-icons/ci",
260
- "react-icons/di",
261
- "react-icons/fa",
262
- "react-icons/fa6",
263
- "react-icons/fc",
264
- "react-icons/fi",
265
- "react-icons/gi",
266
- "react-icons/go",
267
- "react-icons/gr",
268
- "react-icons/hi",
269
- "react-icons/hi2",
270
- "react-icons/im",
271
- "react-icons/io",
272
- "react-icons/io5",
273
- "react-icons/lia",
274
- "react-icons/lib",
275
- "react-icons/lu",
276
- "react-icons/md",
277
- "react-icons/pi",
278
- "react-icons/ri",
279
- "react-icons/rx",
280
- "react-icons/si",
281
- "react-icons/sl",
282
- "react-icons/tb",
283
- "react-icons/tfi",
284
- "react-icons/ti",
285
- "react-icons/vsc",
286
- "react-icons/wi"
287
- ],
288
- "trustHostHeader": false,
289
- "isExperimentalCompile": false
290
- },
291
- "htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
292
- "bundlePagesRouterDependencies": false,
293
- "configFileName": "next.config.js",
294
- "serverExternalPackages": [
295
- "simple-git",
296
- "pino",
297
- "pino-pretty",
298
- "ws"
299
- ],
300
- "transpilePackages": [
301
- "@mantine/core",
302
- "@mantine/hooks",
303
- "@mantine/notifications"
304
- ],
305
- "turbopack": {
306
- "root": "/Users/harryyu/BDev/vibeman/apps/web"
307
- }
308
- },
309
- "appDir": "/Users/harryyu/BDev/vibeman/apps/web",
310
- "relativeAppDir": "",
311
- "files": [
312
- ".next/routes-manifest.json",
313
- ".next/server/pages-manifest.json",
314
- ".next/build-manifest.json",
315
- ".next/prerender-manifest.json",
316
- ".next/server/functions-config-manifest.json",
317
- ".next/server/middleware-manifest.json",
318
- ".next/server/middleware-build-manifest.js",
319
- ".next/server/middleware-react-loadable-manifest.js",
320
- ".next/react-loadable-manifest.json",
321
- ".next/server/app-paths-manifest.json",
322
- ".next/app-path-routes-manifest.json",
323
- ".next/app-build-manifest.json",
324
- ".next/server/server-reference-manifest.js",
325
- ".next/server/server-reference-manifest.json",
326
- ".next/BUILD_ID",
327
- ".next/server/next-font-manifest.js",
328
- ".next/server/next-font-manifest.json",
329
- ".next/required-server-files.json"
330
- ],
331
- "ignore": [
332
- "../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
333
- ]
334
- }
@@ -1,70 +0,0 @@
1
- {
2
- "version": 3,
3
- "pages404": true,
4
- "caseSensitive": false,
5
- "basePath": "",
6
- "redirects": [
7
- {
8
- "source": "/:path+/",
9
- "destination": "/:path+",
10
- "internal": true,
11
- "statusCode": 308,
12
- "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
13
- }
14
- ],
15
- "headers": [],
16
- "rewrites": {
17
- "beforeFiles": [],
18
- "afterFiles": [],
19
- "fallback": []
20
- },
21
- "dynamicRoutes": [
22
- {
23
- "page": "/.vibeman/assets/images/[...path]",
24
- "regex": "^/\\.vibeman/assets/images/(.+?)(?:/)?$",
25
- "routeKeys": {
26
- "nxtPpath": "nxtPpath"
27
- },
28
- "namedRegex": "^/\\.vibeman/assets/images/(?<nxtPpath>.+?)(?:/)?$"
29
- },
30
- {
31
- "page": "/api/images/[...path]",
32
- "regex": "^/api/images/(.+?)(?:/)?$",
33
- "routeKeys": {
34
- "nxtPpath": "nxtPpath"
35
- },
36
- "namedRegex": "^/api/images/(?<nxtPpath>.+?)(?:/)?$"
37
- }
38
- ],
39
- "staticRoutes": [
40
- {
41
- "page": "/",
42
- "regex": "^/(?:/)?$",
43
- "routeKeys": {},
44
- "namedRegex": "^/(?:/)?$"
45
- },
46
- {
47
- "page": "/_not-found",
48
- "regex": "^/_not\\-found(?:/)?$",
49
- "routeKeys": {},
50
- "namedRegex": "^/_not\\-found(?:/)?$"
51
- }
52
- ],
53
- "dataRoutes": [],
54
- "rsc": {
55
- "header": "rsc",
56
- "varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
57
- "prefetchHeader": "next-router-prefetch",
58
- "didPostponeHeader": "x-nextjs-postponed",
59
- "contentTypeHeader": "text/x-component",
60
- "suffix": ".rsc",
61
- "prefetchSuffix": ".prefetch.rsc",
62
- "prefetchSegmentHeader": "next-router-segment-prefetch",
63
- "prefetchSegmentSuffix": ".segment.rsc",
64
- "prefetchSegmentDirSuffix": ".segments"
65
- },
66
- "rewriteHeaders": {
67
- "pathHeader": "x-nextjs-rewritten-path",
68
- "queryHeader": "x-nextjs-rewritten-query"
69
- }
70
- }
@@ -1 +0,0 @@
1
- (()=>{var a={};a.id=744,a.ids=[744],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},32511:(a,b,c)=>{"use strict";c.d(b,{C0:()=>i,Ui:()=>j,bx:()=>k,k3:()=>h});var d=c(29021),e=c.n(d),f=c(33873),g=c.n(f);function h(){return g().join(g().join(g().join(function(){let a=process.env.VIBEMAN_PROJECT_ROOT?.trim();if(a){if(g().isAbsolute(a))return g().normalize(a);let b=[process.env.VIBEMAN_PROJECT_ROOT_BASE,process.env.INIT_CWD,process.env.PWD,process.cwd()].filter(a=>!!a?.trim()),c=null;for(let d of b){let b=g().resolve(d,a);if(c||(c=b),e().existsSync(b))return b}return c??g().resolve(a)}let b=process.cwd(),{root:c}=g().parse(b);for(;;){if(e().existsSync(g().join(b,".git")))return b;if(b===c)break;b=g().dirname(b)}for(b=process.cwd();;){if(e().existsSync(g().join(b,".vibeman")))return b;if(b===c)break;b=g().dirname(b)}return process.cwd()}(),".vibeman"),"assets"),"images")}async function i(){let a=h();return await d.promises.mkdir(a,{recursive:!0}),a}function j(a){return[".vibeman/assets/images",l(a)].join("/")}function k(a){return["/.vibeman/assets/images",l(a)].join("/")}function l(a){let b=a.replace(/\\\\/g,"/"),c=g().posix.normalize(b);if(c.startsWith(".."))throw Error("Invalid image filename");return c.replace(/^\//,"")}},33873:a=>{"use strict";a.exports=require("path")},40306:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>A,patchFetch:()=>z,routeModule:()=>v,serverHooks:()=>y,workAsyncStorage:()=>w,workUnitAsyncStorage:()=>x});var d={};c.r(d),c.d(d,{GET:()=>u.GET});var e=c(26421),f=c(97714),g=c(85681),h=c(22369),i=c(37587),j=c(261),k=c(46537),l=c(3463),m=c(1889),n=c(85250),o=c(23620),p=c(29790),q=c(67876),r=c(57749),s=c(86439),t=c(40139),u=c(91827);let v=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/.vibeman/assets/images/[...path]/route",pathname:"/.vibeman/assets/images/[...path]",filename:"route",bundlePath:"app/.vibeman/assets/images/[...path]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/harryyu/BDev/vibeman/apps/web/src/app/.vibeman/assets/images/[...path]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:w,workUnitAsyncStorage:x,serverHooks:y}=v;function z(){return(0,g.patchFetch)({workAsyncStorage:w,workUnitAsyncStorage:x})}async function A(a,b,c){var d;let e="/.vibeman/assets/images/[...path]/route";"/index"===e&&(e="/");let g=await v.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:w,nextConfig:x,isDraftMode:y,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!y){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||v.isDev||y||(G="/index"===(G=D)?"/":G);let H=!0===v.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:w,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!x.experimental.cacheComponents,authInterrupts:!!x.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=x.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>v.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>v.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await v.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await v.handleResponse({req:a,nextConfig:x,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(L||b instanceof s.NoFallbackError||await v.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},80408:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87032:()=>{},91827:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GET:()=>j});var d=c(53444),e=c(29021),f=c(33873),g=c.n(f),h=c(32511);let i={".jpg":"image/jpeg",".jpeg":"image/jpeg",".png":"image/png",".gif":"image/gif",".webp":"image/webp",".svg":"image/svg+xml"};async function j(a,{params:b}){try{let a=b?.path??[];if(!Array.isArray(a)||0===a.length)return new d.NextResponse("Not Found",{status:404});let c=function(a){let b=a.join("/"),c=g().posix.normalize(b);return c.startsWith("..")?null:c}(a);if(!c)return new d.NextResponse("Forbidden",{status:403});let f=(0,h.k3)(),j=g().join(f,c),k=g().normalize(j),l=g().normalize(f+g().sep);if(!k.startsWith(l))return new d.NextResponse("Forbidden",{status:403});try{await e.promises.access(j)}catch{return new d.NextResponse("Not Found",{status:404})}let m=await e.promises.readFile(j),n=i[g().extname(j).toLowerCase()]??"application/octet-stream";return new d.NextResponse(m,{headers:{"Content-Type":n,"Cache-Control":"public, max-age=31536000, immutable"}})}catch(a){return console.error("Error serving image:",a),new d.NextResponse("Internal Server Error",{status:500})}}}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[635,825],()=>b(b.s=40306));module.exports=c})();
@@ -1 +0,0 @@
1
- {"version":1,"files":["../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/635.js","../../../../../chunks/825.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}