vibebusiness 1.2.51 → 1.2.54
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.
- package/.next/standalone/.env +1 -1
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +22 -22
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/.next/build-manifest.json +4 -4
- package/.next/standalone/.next/prerender-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/api/analyze/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[id]/implement/route.js +1 -1
- package/.next/standalone/.next/server/app/api/kpis/refresh/route.js +1 -1
- package/.next/standalone/.next/server/app/api/provider-status/route.js +1 -0
- package/.next/standalone/.next/server/app/api/provider-status/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page.js +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page.js +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +2 -2
- package/.next/standalone/.next/server/app/social/page.js +1 -1
- package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/social.html +1 -1
- package/.next/standalone/.next/server/app/social.rsc +2 -2
- package/.next/standalone/.next/server/app-paths-manifest.json +16 -15
- package/.next/standalone/.next/server/chunks/3794.js +117 -21
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/data/business-context.json +19 -4
- package/.next/standalone/data/social.json +85 -2
- package/.next/standalone/package.json +1 -1
- package/.next/standalone/scripts/analyze.ts +10 -0
- package/.next/standalone/scripts/implement.ts +37 -30
- package/.next/standalone/scripts/skills/social-media.ts +374 -12
- package/.next/static/chunks/app/settings/page-2204cc936ec9474b.js +1 -0
- package/.next/static/chunks/app/social/page-65dea75066b1e3a2.js +1 -0
- package/.next/static/chunks/{main-61d2f25883998186.js → main-c99f3473a63aa803.js} +1 -1
- package/.next/static/css/49b478f572869182.css +3 -0
- package/dist/bin/vibebusiness.js +12 -0
- package/dist/scripts/analyze.js +170 -68
- package/dist/scripts/chat.js +137 -36
- package/dist/scripts/heartbeat.js +837 -344
- package/dist/scripts/implement.js +218 -70
- package/dist/scripts/init.js +164 -16
- package/dist/scripts/provider.js +428 -0
- package/dist/scripts/scan.js +44 -5
- package/package.json +1 -1
- package/.next/static/chunks/app/settings/page-d2d630a799b6b495.js +0 -1
- package/.next/static/chunks/app/social/page-69e480936711ccf2.js +0 -1
- package/.next/static/css/179dd3e0738c2fe4.css +0 -3
- /package/.next/static/{pCt9lOHHLoEA8SuY832zV → DPm-MAexn4vxpqiCm9jbj}/_buildManifest.js +0 -0
- /package/.next/static/{pCt9lOHHLoEA8SuY832zV → DPm-MAexn4vxpqiCm9jbj}/_ssgManifest.js +0 -0
package/.next/standalone/.env
CHANGED
|
@@ -10,5 +10,5 @@ X_ACCESS_SECRET=fSEumtUozAy2Dsy3IVrmZjEiOe6TDK9zsGd3alFfbNBoa
|
|
|
10
10
|
GEMINI_API_KEY=AIzaSyBHJkfKerQNhA1452nEMo1LPfKY3dNJbzQ
|
|
11
11
|
NEXT_PUBLIC_POSTHOG_KEY=phc_1WYImQW4pQ9cyEC324LWhW3HzQW92g7mZCdMeUVydbN
|
|
12
12
|
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
|
|
13
|
-
POSTHOG_PERSONAL_API_KEY=
|
|
13
|
+
POSTHOG_PERSONAL_API_KEY=phx_2geLFSxJVRBL1AHBtPkq8FlpbEKkoZqKCtYsVUuYrSSrclX
|
|
14
14
|
POSTHOG_PROJECT_ID=319744
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
DPm-MAexn4vxpqiCm9jbj
|
|
@@ -12,33 +12,33 @@
|
|
|
12
12
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
13
13
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
14
14
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/49b478f572869182.css",
|
|
16
16
|
"static/chunks/app/layout-eeef7928298d2198.js"
|
|
17
17
|
],
|
|
18
|
-
"/
|
|
18
|
+
"/hypotheses/[id]/page": [
|
|
19
19
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
20
20
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
21
21
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
22
22
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
23
23
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
24
|
-
"static/chunks/
|
|
25
|
-
"static/chunks/app/goals/[id]/page-8dbeab5cc8cf0988.js"
|
|
24
|
+
"static/chunks/app/hypotheses/[id]/page-8999ee91b824d378.js"
|
|
26
25
|
],
|
|
27
|
-
"/
|
|
26
|
+
"/goals/[id]/page": [
|
|
28
27
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
29
28
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
30
29
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
31
30
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
32
31
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
33
|
-
"static/chunks/
|
|
32
|
+
"static/chunks/444-1826396aef4dab2f.js",
|
|
33
|
+
"static/chunks/app/goals/[id]/page-8dbeab5cc8cf0988.js"
|
|
34
34
|
],
|
|
35
|
-
"/
|
|
35
|
+
"/settings/page": [
|
|
36
36
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
37
37
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
38
38
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
39
39
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
40
40
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
41
|
-
"static/chunks/app/
|
|
41
|
+
"static/chunks/app/settings/page-2204cc936ec9474b.js"
|
|
42
42
|
],
|
|
43
43
|
"/roadmap/[id]/page": [
|
|
44
44
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
@@ -48,31 +48,30 @@
|
|
|
48
48
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
49
49
|
"static/chunks/app/roadmap/[id]/page-f437e783039534c4.js"
|
|
50
50
|
],
|
|
51
|
-
"/
|
|
51
|
+
"/page": [
|
|
52
52
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
53
53
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
54
54
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
55
55
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
56
56
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
57
|
-
"static/chunks/app/
|
|
57
|
+
"static/chunks/app/page-8ba52ac74c75461b.js"
|
|
58
58
|
],
|
|
59
|
-
"/
|
|
59
|
+
"/social/page": [
|
|
60
60
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
61
61
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
62
62
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
63
63
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
64
64
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
65
|
-
"static/chunks/
|
|
66
|
-
"static/chunks/app/ideas/[id]/page-89e3625db9017166.js"
|
|
65
|
+
"static/chunks/app/social/page-65dea75066b1e3a2.js"
|
|
67
66
|
],
|
|
68
|
-
"/
|
|
67
|
+
"/ideas/[id]/page": [
|
|
69
68
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
70
69
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
71
70
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
72
71
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
73
72
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
74
|
-
"static/chunks/
|
|
75
|
-
"static/chunks/app/
|
|
73
|
+
"static/chunks/59-a053b1c0e85128de.js",
|
|
74
|
+
"static/chunks/app/ideas/[id]/page-89e3625db9017166.js"
|
|
76
75
|
],
|
|
77
76
|
"/hypotheses/page": [
|
|
78
77
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
@@ -82,29 +81,30 @@
|
|
|
82
81
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
83
82
|
"static/chunks/app/hypotheses/page-6206bce440c44569.js"
|
|
84
83
|
],
|
|
85
|
-
"/
|
|
84
|
+
"/goals/page": [
|
|
86
85
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
87
86
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
88
87
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
89
88
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
90
89
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
91
|
-
"static/chunks/
|
|
90
|
+
"static/chunks/444-1826396aef4dab2f.js",
|
|
91
|
+
"static/chunks/app/goals/page-794526d1e1a0856a.js"
|
|
92
92
|
],
|
|
93
|
-
"/page": [
|
|
93
|
+
"/sessions/page": [
|
|
94
94
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
95
95
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
96
96
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
97
97
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
98
98
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
99
|
-
"static/chunks/app/page-
|
|
99
|
+
"static/chunks/app/sessions/page-42fb8edb15b9da1c.js"
|
|
100
100
|
],
|
|
101
|
-
"/
|
|
101
|
+
"/roadmap/page": [
|
|
102
102
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
103
103
|
"static/chunks/fd9d1056-8c714984d5b17b60.js",
|
|
104
104
|
"static/chunks/117-23260fd0b5f0bd9a.js",
|
|
105
105
|
"static/chunks/main-app-f42d9aa726a818bf.js",
|
|
106
106
|
"static/chunks/746-ea7c3e4e69c14385.js",
|
|
107
|
-
"static/chunks/app/
|
|
107
|
+
"static/chunks/app/roadmap/page-6177b8774b4af79f.js"
|
|
108
108
|
]
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"/_not-found/page":"/_not-found","/api/config/detect-repos/route":"/api/config/detect-repos","/api/epics/[id]/ideas/route":"/api/epics/[id]/ideas","/api/goals/[id]/
|
|
1
|
+
{"/_not-found/page":"/_not-found","/api/config/detect-repos/route":"/api/config/detect-repos","/api/epics/[id]/ideas/route":"/api/epics/[id]/ideas","/api/goals/[id]/route":"/api/goals/[id]","/api/goals/[id]/kpis/route":"/api/goals/[id]/kpis","/api/epics/[id]/route":"/api/epics/[id]","/api/hypotheses/[id]/route":"/api/hypotheses/[id]","/api/ideas/[id]/route":"/api/ideas/[id]","/api/ideas/[id]/transition/route":"/api/ideas/[id]/transition","/api/ideas/[id]/implement/route":"/api/ideas/[id]/implement","/api/kpis/refresh/route":"/api/kpis/refresh","/api/social/[id]/route":"/api/social/[id]","/api/social/[id]/publish/route":"/api/social/[id]/publish","/hypotheses/[id]/page":"/hypotheses/[id]","/goals/[id]/page":"/goals/[id]","/settings/page":"/settings","/api/ideas/[id]/comments/route":"/api/ideas/[id]/comments","/api/analyze/route":"/api/analyze","/roadmap/[id]/page":"/roadmap/[id]","/api/config/route":"/api/config","/api/checkout/route":"/api/checkout","/api/epics/route":"/api/epics","/api/health/route":"/api/health","/api/ideas/route":"/api/ideas","/api/goals/route":"/api/goals","/api/license/route":"/api/license","/api/hypotheses/route":"/api/hypotheses","/api/portal/route":"/api/portal","/api/social/route":"/api/social","/api/implementations/route":"/api/implementations","/api/provider-status/route":"/api/provider-status","/page":"/","/api/webhook/route":"/api/webhook","/social/page":"/social","/ideas/[id]/page":"/ideas/[id]","/hypotheses/page":"/hypotheses","/goals/page":"/goals","/sessions/page":"/sessions","/roadmap/page":"/roadmap"}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/DPm-MAexn4vxpqiCm9jbj/_buildManifest.js",
|
|
9
|
+
"static/DPm-MAexn4vxpqiCm9jbj/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"/_app": [
|
|
19
19
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
20
20
|
"static/chunks/framework-f66176bb897dc684.js",
|
|
21
|
-
"static/chunks/main-
|
|
21
|
+
"static/chunks/main-c99f3473a63aa803.js",
|
|
22
22
|
"static/chunks/pages/_app-72b849fbd24ac258.js"
|
|
23
23
|
],
|
|
24
24
|
"/_error": [
|
|
25
25
|
"static/chunks/webpack-a3c37fcbf859f6f9.js",
|
|
26
26
|
"static/chunks/framework-f66176bb897dc684.js",
|
|
27
|
-
"static/chunks/main-
|
|
27
|
+
"static/chunks/main-c99f3473a63aa803.js",
|
|
28
28
|
"static/chunks/pages/_error-7ba65e1336b92748.js"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":4,"routes":{"/settings":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/settings","dataRoute":"/settings.rsc"},"/social":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/social","dataRoute":"/social.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"
|
|
1
|
+
{"version":4,"routes":{"/settings":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/settings","dataRoute":"/settings.rsc"},"/social":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/social","dataRoute":"/social.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"b6305989ca2bc5296b4397ea5a1422cf","previewModeSigningKey":"bf050626eb33a2f966d1e1d0d818aa6bea6ba09cea3104e7f1e7776b833cce25","previewModeEncryptionKey":"92219d4b2ad19483bc36bdd90a660b26cf393dcd84fae6145a6be383351891ae"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"1622":{"*":{"id":"8696","name":"*","chunks":[],"async":false}},"2674":{"*":{"id":"9973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3032":{"*":{"id":"1828","name":"*","chunks":[],"async":false}},"4553":{"*":{"id":"8022","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"6435":{"*":{"id":"6663","name":"*","chunks":[],"async":false}},"8444":{"*":{"id":"8206","name":"*","chunks":[],"async":false}},"8935":{"*":{"id":"1358","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9534":{"*":{"id":"2466","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/globals.css":{"id":2778,"name":"*","chunks":["185","static/chunks/app/layout-eeef7928298d2198.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/hypotheses/[id]/page.tsx":{"id":4553,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page.tsx":{"id":8935,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/settings/page.tsx":{"id":8444,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/roadmap/[id]/page.tsx":{"id":47,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/DashboardHeader.tsx":{"id":6435,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/AnalystLayout.tsx":{"id":1259,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaKanban.tsx":{"id":1214,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/social/page.tsx":{"id":1622,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaDetail.tsx":{"id":9534,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/HypothesisCard.tsx":{"id":786,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/GoalCard.tsx":{"id":2674,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/RoadmapViewToggle.tsx":{"id":3032,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/luismey/Code/vibebusiness/src/":[],"/Users/luismey/Code/vibebusiness/src/app/layout":["static/css/49b478f572869182.css"],"/Users/luismey/Code/vibebusiness/src/app/page":[],"/Users/luismey/Code/vibebusiness/src/app/_not-found/page":[]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/49b478f572869182.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js"/><script src="/_next/static/chunks/fd9d1056-8c714984d5b17b60.js" async=""></script><script src="/_next/static/chunks/117-23260fd0b5f0bd9a.js" async=""></script><script src="/_next/static/chunks/main-app-f42d9aa726a818bf.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AI Product Manager</title><meta name="description" content="AI Product Manager - Autonomous improvement proposals"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-slate-50"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/49b478f572869182.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\nb:I[1060,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"DPm-MAexn4vxpqiCm9jbj\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/49b478f572869182.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-slate-50\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"AI Product Manager\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"AI Product Manager - Autonomous improvement proposals\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
5:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
5
5
|
6:{"display":"inline-block"}
|
|
6
6
|
7:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
7
|
-
0:["
|
|
7
|
+
0:["DPm-MAexn4vxpqiCm9jbj",[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["/_not-found",{"children":["__PAGE__",{},[["$L1",[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","/_not-found","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/49b478f572869182.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"min-h-screen bg-slate-50","children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$4","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$5","children":"404"}],["$","div",null,{"style":"$6","children":["$","h2",null,{"style":"$7","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L8",["$","meta",null,{"name":"robots","content":"noindex"}]]]]]
|
|
8
8
|
8:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"AI Product Manager"}],["$","meta","3",{"name":"description","content":"AI Product Manager - Autonomous improvement proposals"}]]
|
|
9
9
|
1:null
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var e={};e.id=9652,e.ids=[9652],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},
|
|
1
|
+
"use strict";(()=>{var e={};e.id=9652,e.ids=[9652],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},7914:(e,s,t)=>{t.r(s),t.d(s,{originalPathname:()=>j,patchFetch:()=>q,requestAsyncStorage:()=>w,routeModule:()=>h,serverHooks:()=>f,staticGenerationAsyncStorage:()=>v});var r={};t.r(r),t.d(r,{GET:()=>g,POST:()=>m,dynamic:()=>x});var a=t(9303),n=t(8716),i=t(670),o=t(7070),u=t(1282);let c=require("util");var p=t(5315),l=t.n(p),d=t(534);let y=(0,c.promisify)(u.exec),x="force-dynamic";async function m(e){try{await (0,d.KG)();let s=(await e.json()).type||"quick",t=["quick","deep","metrics","seo"];if(!t.includes(s))return o.NextResponse.json({success:!1,error:`Invalid analysis type. Must be one of: ${t.join(", ")}`},{status:400});let r=(await (0,d.Iw)()).length,a=process.cwd(),n=l().join(a,"scripts","analyze.ts");try{let{stdout:e,stderr:t}=await y(`npx tsx "${n}" --type=${s}`,{cwd:a,timeout:3e5,env:{...process.env,NODE_ENV:"production"}});t&&!t.includes("warning")&&console.error("Analysis script stderr:",t);let i=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!0,ideas_count:i,message:`Analysis complete. Generated ${i} new ideas.`,output:e})}catch(s){console.error("Analysis script failed:",s);let e=(await (0,d.Iw)()).length-r;return o.NextResponse.json({success:!1,error:"Analysis script failed",ideas_count:e,details:s.message,stdout:s.stdout,stderr:s.stderr},{status:500})}}catch(e){return console.error("Failed to run analysis:",e),o.NextResponse.json({success:!1,error:"Failed to run analysis"},{status:500})}}async function g(){return o.NextResponse.json({success:!0,message:"Analysis endpoint ready. Use POST to trigger an analysis."})}let h=new a.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/analyze/route",pathname:"/api/analyze",filename:"route",bundlePath:"app/api/analyze/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/analyze/route.ts",nextConfigOutput:"standalone",userland:r}),{requestAsyncStorage:w,staticGenerationAsyncStorage:v,serverHooks:f}=h,j="/api/analyze/route";function q(){return(0,i.patchFetch)({serverHooks:f,staticGenerationAsyncStorage:v})}}};var s=require("../../../webpack-runtime.js");s.C(e);var t=e=>s(s.s=e),r=s.X(0,[9276,5972,534],()=>t(7914));module.exports=r})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var e={};e.id=3252,e.ids=[3252],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},
|
|
1
|
+
"use strict";(()=>{var e={};e.id=3252,e.ids=[3252],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},5452:(e,t,s)=>{s.r(t),s.d(t,{originalPathname:()=>j,patchFetch:()=>h,requestAsyncStorage:()=>f,routeModule:()=>g,serverHooks:()=>w,staticGenerationAsyncStorage:()=>v});var r={};s.r(r),s.d(r,{GET:()=>x,POST:()=>l});var a=s(9303),n=s(8716),i=s(670),o=s(7070),p=s(1282),u=s(5315),d=s.n(u),c=s(534);let m=/^idea-[a-f0-9\-]+$/;async function l(e,t){try{await (0,c.KG)();let{id:s}=await t.params;if(!m.test(s))return console.warn("[implement-api] Rejected invalid idea ID:",s?.substring(0,100)),o.NextResponse.json({success:!1,error:"Invalid idea ID format"},{status:400});let r=await (0,c.b_)(s);if(!r)return o.NextResponse.json({success:!1,error:"Idea not found"},{status:404});if("approved"!==r.stage&&"in_progress"!==r.stage)return o.NextResponse.json({success:!1,error:"Idea must be approved before implementation"},{status:400});let a=await (0,c.NY)(s);if(a&&"failed"!==a.status&&"completed"!==a.status)return o.NextResponse.json({success:!1,error:"Implementation already in progress",implementation:a},{status:409});"approved"===r.stage&&await (0,c.pL)(s,"in_progress","Starting automated implementation");let n=await e.json().catch(()=>({}));if(n.repo&&!(await (0,c.iE)()).repos.map(e=>e.name).includes(n.repo))return console.warn("[implement-api] Rejected invalid repo name:",n.repo?.substring(0,100)),o.NextResponse.json({success:!1,error:"Invalid repository name"},{status:400});let i=process.cwd(),u=[d().join(i,"scripts","implement.ts"),`--idea=${s}`];n.repo&&u.push(`--repo=${n.repo}`);try{(0,p.spawn)("npx",["tsx",...u],{cwd:i,env:{...process.env,NODE_ENV:"production"},detached:!0,stdio:"ignore"}).unref(),console.log("[implement-api] Spawned implementation for idea:",s)}catch(e){return console.error("[implement-api] Failed to spawn implementation script:",e),o.NextResponse.json({success:!1,error:"Failed to start implementation"},{status:500})}return o.NextResponse.json({success:!0,message:"Implementation started",idea_id:s})}catch(e){return console.error("Failed to start implementation:",e),o.NextResponse.json({success:!1,error:"Failed to start implementation"},{status:500})}}async function x(e,t){try{await (0,c.KG)();let{id:e}=await t.params,s=await (0,c.NY)(e);if(!s)return o.NextResponse.json({success:!0,data:null,message:"No active implementation"});return o.NextResponse.json({success:!0,data:s})}catch(e){return console.error("Failed to get implementation status:",e),o.NextResponse.json({success:!1,error:"Failed to get implementation status"},{status:500})}}let g=new a.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/ideas/[id]/implement/route",pathname:"/api/ideas/[id]/implement",filename:"route",bundlePath:"app/api/ideas/[id]/implement/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/ideas/[id]/implement/route.ts",nextConfigOutput:"standalone",userland:r}),{requestAsyncStorage:f,staticGenerationAsyncStorage:v,serverHooks:w}=g,j="/api/ideas/[id]/implement/route";function h(){return(0,i.patchFetch)({serverHooks:w,staticGenerationAsyncStorage:v})}}};var t=require("../../../../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),r=t.X(0,[9276,5972,534],()=>s(5452));module.exports=r})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var e={};e.id=3201,e.ids=[3201],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},898:(e,t,r)=>{r.r(t),r.d(t,{originalPathname:()=>O,patchFetch:()=>k,requestAsyncStorage:()=>
|
|
1
|
+
"use strict";(()=>{var e={};e.id=3201,e.ids=[3201],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},4770:e=>{e.exports=require("crypto")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},898:(e,t,r)=>{r.r(t),r.d(t,{originalPathname:()=>O,patchFetch:()=>k,requestAsyncStorage:()=>y,routeModule:()=>v,serverHooks:()=>S,staticGenerationAsyncStorage:()=>w});var s={};r.r(s),r.d(s,{POST:()=>m});var a=r(9303),n=r(8716),i=r(670),o=r(7070),l=r(534);function c(e){let t;if(null===e.current_value||null===e.target_value)return"on_track";let r=e.current_value,s=e.target_value;return"lower_is_better"===e.direction?(t=0===s?0:r/s)<=1?"on_track":t<=1.5?"at_risk":"behind":(t=0===s?0:r/s)>=1?"on_track":t>=.7?"at_risk":"behind"}class p{constructor(e){this.type="rest_api",this.id=e.id;let t=e.config?.url_env||"BACKEND_URL";if(this.baseUrl=process.env[t]||process.env.NEXT_PUBLIC_API_URL||"http://localhost:8001",this.path=e.config?.path||"",this.headers={},e.config?.headers)for(let[t,r]of Object.entries(e.config.headers))this.headers[t]=this.interpolateEnvVars(r);let r=e.field_mapping||{};for(let[e,t]of(this.fieldMapping={},Object.entries(r)))"string"==typeof t&&(this.fieldMapping[e]=t);this.transforms=e.transforms||{}}interpolateEnvVars(e){return e.replace(/\$\{(\w+)\}/g,(e,t)=>process.env[t]||"")}async fetch(e,t){let r=new URLSearchParams;e&&r.set("start_date",e),t&&r.set("end_date",t);let s=r.toString(),a=`${this.baseUrl}${this.path}${s?`?${s}`:""}`,n=await fetch(a,{headers:{"Content-Type":"application/json",...this.headers}});if(!n.ok){let e=await n.text();throw Error(`REST API adapter "${this.id}" failed: ${n.status} ${e}`)}let i=await n.json(),o={};for(let[e,t]of Object.entries(this.fieldMapping)){let r=i[t];if(null==r){o[e]=null;continue}o[e]=this.applyTransform(e,r)}let l=new Set(Object.values(this.fieldMapping)),c={};for(let[e,t]of Object.entries(i))l.has(e)||(c[e]=t);return{values:o,metadata:c,fetched_at:new Date().toISOString()}}applyTransform(e,t){return"percentage"===this.transforms[e]?Math.round(1e3*t)/10:t}async healthCheck(){try{return(await fetch(`${this.baseUrl}/health`,{method:"GET"})).ok}catch{return!1}}}class u{constructor(e){this.type="manual",this.id=e.id}async fetch(){return{values:{},fetched_at:new Date().toISOString()}}async healthCheck(){return!0}}class h{constructor(e){this.type="posthog",this.id=e.id,this.fieldMapping=e.field_mapping||{};let t=e.config?.url_env||"POSTHOG_API_HOST",r=e.config?.project_id_env||"POSTHOG_PROJECT_ID",s=process.env[t]||"https://us.i.posthog.com";if(this.host=s.replace("://us.i.posthog.com","://us.posthog.com"),this.projectId=process.env[r]||"",this.apiKey=process.env.POSTHOG_PERSONAL_API_KEY||"",!this.apiKey)throw Error("PostHog adapter requires POSTHOG_PERSONAL_API_KEY environment variable. Get a personal API key from: https://app.posthog.com/settings/user-api-keys");if(!this.projectId)throw Error("PostHog adapter requires POSTHOG_PROJECT_ID environment variable. Find your project ID in PostHog settings.")}async fetch(e,t){let r={},s={},a=t||new Date().toISOString().split("T")[0],n=e||new Date(Date.now()-2592e6).toISOString().split("T")[0],i=new Map;for(let[e,t]of Object.entries(this.fieldMapping)){let r=h.normalizeMapping(t),s=h.queryCacheKey(r),a=i.get(s);a?a.kpiIds.push(e):i.set(s,{query:r,kpiIds:[e]})}if(0===i.size)return{values:r,metadata:s,fetched_at:new Date().toISOString()};for(let[e,{query:t,kpiIds:o}]of Array.from(i.entries()))try{let i=await this.fetchEventCount(t.event,n,a,t.properties);for(let l of(s[e]={count:i,start:n,end:a,event:t.event,properties:t.properties},o))r[l]=i}catch(s){let t=s instanceof Error?s.message:String(s);for(let s of(console.warn(`PostHog: failed to fetch "${e}": ${t}`),o))r[s]=null}return{values:r,metadata:s,fetched_at:new Date().toISOString()}}static normalizeMapping(e){return"string"==typeof e?{event:e}:{event:e.event,properties:e.properties}}static queryCacheKey(e){if(!e.properties||0===Object.keys(e.properties).length)return e.event;let t=Object.entries(e.properties).sort(([e],[t])=>e.localeCompare(t));return`${e.event}[${t.map(([e,t])=>`${e}=${t}`).join(",")}]`}async healthCheck(){try{return(await fetch(`${this.host}/api/projects/${this.projectId}/`,{headers:{Authorization:`Bearer ${this.apiKey}`}})).ok}catch{return!1}}async fetchEventCount(e,t,r,s){let a=`${this.host}/api/projects/${this.projectId}/query/`,n=[`event = '${e.replace(/'/g,"\\'")}'`,`timestamp >= toDate('${t}')`,`timestamp <= toDate('${r}') + INTERVAL 1 DAY`];if(s)for(let[e,t]of Object.entries(s)){let r=e.replace(/'/g,"\\'"),s=t.replace(/'/g,"\\'");n.push(`properties['${r}'] = '${s}'`)}let i=`SELECT count() AS cnt FROM events WHERE ${n.join(" AND ")}`,o=await fetch(a,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify({query:{kind:"HogQLQuery",query:i}})});if(!o.ok)throw Error(`PostHog API returned ${o.status}: ${await o.text()}`);let l=await o.json();return l?.results?.[0]?.[0]??0}}var f=r(2048),d=r(5315);class g{constructor(e){this.type="waitlist_file",this.id=e.id;let t=e.field_mapping||{};for(let[e,r]of(this.fieldMapping={},Object.entries(t)))"string"==typeof r&&(this.fieldMapping[e]=r);let r=e.config?.path||"website/data/waitlist.json";this.filePath=d.isAbsolute(r)?r:d.resolve(process.cwd(),r)}async fetch(){let e={},t={},r=this.readFile();if(!r){for(let t of Object.keys(this.fieldMapping))e[t]=null;return{values:e,metadata:{error:"File not found or unreadable"},fetched_at:new Date().toISOString()}}let s=r.emails||[],a=Date.now();for(let[r,n]of(t.total_count=s.length,t.file_path=this.filePath,Object.entries(this.fieldMapping)))switch(n){case"total_count":e[r]=s.length;break;case"count_7d":e[r]=this.countSince(s,a-6048e5);break;case"count_30d":e[r]=this.countSince(s,a-2592e6);break;default:e[r]=null}return{values:e,metadata:t,fetched_at:new Date().toISOString()}}async healthCheck(){return null!==this.readFile()}readFile(){try{let e=f.readFileSync(this.filePath,"utf-8");return JSON.parse(e)}catch{return null}}countSince(e,t){return e.filter(e=>!!e.created_at&&new Date(e.created_at).getTime()>=t).length}}async function _(e,t,r){let s={},a={};for(let n of e)try{let e=function(e){switch(e.type){case"rest_api":return new p(e);case"manual":return new u(e);case"posthog":return new h(e);case"waitlist_file":return new g(e);default:throw Error(`Unknown KPI adapter type: ${e.type}`)}}(n),i=await e.fetch(t,r);Object.assign(s,i.values),i.metadata&&(a[n.id]=i.metadata)}catch(t){let e=t instanceof Error?t.message:String(t);e.includes("environment variable")?console.warn(`KPI adapter "${n.id}" skipped: ${e}`):console.error(`KPI adapter "${n.id}" failed: ${e}`)}return{values:s,metadata:a,fetched_at:new Date().toISOString()}}async function m(e){try{let t;let{goal_id:r}=await e.json();if(!r)return o.NextResponse.json({success:!1,error:"goal_id is required"},{status:400});let s=await (0,l.a9)(r);if(!s)return o.NextResponse.json({success:!1,error:"Goal not found"},{status:404});let a=function(){let e=(0,l.uQ)(),t=d.join(e,"business-context.json");try{if(f.existsSync(t))return JSON.parse(f.readFileSync(t,"utf-8"))}catch{}return null}(),n=a?.kpi_adapters||[];if(0===n.length)return o.NextResponse.json({success:!1,error:"No KPI adapters configured in business-context.json"},{status:400});let i=s.kpis.filter(e=>"manual"!==e.source&&null!==function(e,t){for(let r of t)if(r.field_mapping&&e in r.field_mapping)return r;return null}(e.id,n));if(0===i.length)return o.NextResponse.json({success:!1,error:"No auto-refreshable KPIs found for this goal. Check adapter field_mapping."},{status:400});try{t=await _(n)}catch(e){return console.error("Failed to fetch KPIs from adapters:",e),o.NextResponse.json({success:!1,error:e instanceof Error?e.message:"Failed to fetch KPIs from adapters"},{status:502})}let p=0,u=new Date().toISOString().split("T")[0];for(let e of i){let s=t.values[e.id];null!=s&&(await (0,l.QV)(r,e.id,{value:s,date:u}),p++)}let h=await (0,l.a9)(r);if(h){let e=function(e){let t=e.kpis.filter(e=>null!==e.current_value&&null!==e.target_value);if(0===t.length)return e.status;let r=t.map(c),s=r.filter(e=>"behind"===e).length,a=r.filter(e=>"at_risk"===e).length;return(r.filter(e=>"on_track"===e).length,0===s&&0===a&&null!==e.current_value&&e.current_value>=e.target_value)?"achieved":s>0?"behind":a>0?"at_risk":"on_track"}(h);for(let t of(e!==h.status&&await (0,l.LB)(r,{status:e}),h.kpis))if(null!==t.current_value){await (0,l.LB)(r,{current_value:t.current_value});break}return o.NextResponse.json({success:!0,refreshed_at:new Date().toISOString(),kpis_updated:p,new_status:e,adapter_metadata:t.metadata})}return o.NextResponse.json({success:!0,refreshed_at:new Date().toISOString(),kpis_updated:p})}catch(e){return console.error("Error refreshing KPIs:",e),o.NextResponse.json({success:!1,error:e instanceof Error?e.message:"Internal server error"},{status:500})}}let v=new a.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/kpis/refresh/route",pathname:"/api/kpis/refresh",filename:"route",bundlePath:"app/api/kpis/refresh/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/kpis/refresh/route.ts",nextConfigOutput:"standalone",userland:s}),{requestAsyncStorage:y,staticGenerationAsyncStorage:w,serverHooks:S}=v,O="/api/kpis/refresh/route";function k(){return(0,i.patchFetch)({serverHooks:S,staticGenerationAsyncStorage:w})}}};var t=require("../../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[9276,5972,534],()=>r(898));module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(()=>{var e={};e.id=3119,e.ids=[3119],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},1282:e=>{e.exports=require("child_process")},2048:e=>{e.exports=require("fs")},5315:e=>{e.exports=require("path")},1649:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>A,patchFetch:()=>P,requestAsyncStorage:()=>y,routeModule:()=>m,serverHooks:()=>g,staticGenerationAsyncStorage:()=>x});var i={};t.r(i),t.d(i,{GET:()=>h,dynamic:()=>c});var n=t(9303),o=t(8716),a=t(670),s=t(7070),u=t(2048),p=t(5315),l=t(1282);let c="force-dynamic",d=p.join(process.env.HOME||"",".vibebusiness","credentials.json"),v=p.join(process.env.HOME||"",".ai-analyst","provider.json");function f(e){return e.length<=12?"****":`${e.slice(0,4)}...${e.slice(-4)}`}async function h(){try{let e=function(){try{let e=(0,l.execSync)("claude --version 2>/dev/null",{timeout:5e3,encoding:"utf-8"}).trim();return{found:!0,version:e}}catch{return{found:!1}}}(),r=null,t=null;try{if(u.existsSync(v)){let e=JSON.parse(u.readFileSync(v,"utf-8"));r=e.type||null,t=e.model||null}}catch{}let i=null,n=null,o=null,a=[{envVar:"ANTHROPIC_API_KEY",provider:"anthropic-api"},{envVar:"OPENAI_API_KEY",provider:"openai-api"},{envVar:"GOOGLE_API_KEY",provider:"google-api"}];for(let{envVar:e,provider:r}of a)if(process.env[e]){i=f(process.env[e]),n="environment",o=r;break}if(!i)try{if(u.existsSync(d)){let e=JSON.parse(u.readFileSync(d,"utf-8"));for(let{envVar:r,provider:t}of a)if(e[r]){i=f(e[r]),n="credentials",o=t;break}}}catch{}let p=e.found?"claude-cli":o||r,c=!!i,h=e.found;return s.NextResponse.json({success:!0,data:{provider:p?({"claude-cli":"Claude Code CLI","anthropic-api":"Anthropic API","openai-api":"OpenAI API","google-api":"Google AI API"})[p]||p:null,providerType:p,keyMasked:i,keySource:n,model:t||("anthropic-api"===o?"claude-sonnet-4-6":null),cli:e.found?{version:e.version}:null,capabilities:{heartbeat_reasoning:c||h,idea_evaluation:c||h,idea_decomposition:c||h,codebase_analysis:h,implementation:h,interactive_chat:h}}})}catch(e){return s.NextResponse.json({success:!1,error:"Failed to get provider status"},{status:500})}}let m=new n.AppRouteRouteModule({definition:{kind:o.x.APP_ROUTE,page:"/api/provider-status/route",pathname:"/api/provider-status",filename:"route",bundlePath:"app/api/provider-status/route"},resolvedPagePath:"/Users/luismey/Code/vibebusiness/src/app/api/provider-status/route.ts",nextConfigOutput:"standalone",userland:i}),{requestAsyncStorage:y,staticGenerationAsyncStorage:x,serverHooks:g}=m,A="/api/provider-status/route";function P(){return(0,a.patchFetch)({serverHooks:g,staticGenerationAsyncStorage:x})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),i=r.X(0,[9276,5972],()=>t(1649));module.exports=i})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/5972.js","../../../chunks/9276.js","../../../webpack-runtime.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/goals/[id]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/goals/[id]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"1622":{"*":{"id":"8696","name":"*","chunks":[],"async":false}},"2674":{"*":{"id":"9973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3032":{"*":{"id":"1828","name":"*","chunks":[],"async":false}},"4553":{"*":{"id":"8022","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"6435":{"*":{"id":"6663","name":"*","chunks":[],"async":false}},"8444":{"*":{"id":"8206","name":"*","chunks":[],"async":false}},"8935":{"*":{"id":"1358","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9534":{"*":{"id":"2466","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/globals.css":{"id":2778,"name":"*","chunks":["185","static/chunks/app/layout-eeef7928298d2198.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/hypotheses/[id]/page.tsx":{"id":4553,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page.tsx":{"id":8935,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","444","static/chunks/444-1826396aef4dab2f.js","945","static/chunks/app/goals/%5Bid%5D/page-8dbeab5cc8cf0988.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/settings/page.tsx":{"id":8444,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/roadmap/[id]/page.tsx":{"id":47,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/DashboardHeader.tsx":{"id":6435,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/AnalystLayout.tsx":{"id":1259,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","444","static/chunks/444-1826396aef4dab2f.js","639","static/chunks/app/goals/page-794526d1e1a0856a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaKanban.tsx":{"id":1214,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/social/page.tsx":{"id":1622,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaDetail.tsx":{"id":9534,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/HypothesisCard.tsx":{"id":786,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/GoalCard.tsx":{"id":2674,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","444","static/chunks/444-1826396aef4dab2f.js","639","static/chunks/app/goals/page-794526d1e1a0856a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/RoadmapViewToggle.tsx":{"id":3032,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/luismey/Code/vibebusiness/src/":[],"/Users/luismey/Code/vibebusiness/src/app/layout":["static/css/49b478f572869182.css"],"/Users/luismey/Code/vibebusiness/src/app/page":[],"/Users/luismey/Code/vibebusiness/src/app/goals/page":[],"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page":[]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/goals/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/goals/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"47":{"*":{"id":"4812","name":"*","chunks":[],"async":false}},"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"786":{"*":{"id":"1855","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"1214":{"*":{"id":"4663","name":"*","chunks":[],"async":false}},"1259":{"*":{"id":"3818","name":"*","chunks":[],"async":false}},"1622":{"*":{"id":"8696","name":"*","chunks":[],"async":false}},"2674":{"*":{"id":"9973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3032":{"*":{"id":"1828","name":"*","chunks":[],"async":false}},"4553":{"*":{"id":"8022","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"6435":{"*":{"id":"6663","name":"*","chunks":[],"async":false}},"8444":{"*":{"id":"8206","name":"*","chunks":[],"async":false}},"8935":{"*":{"id":"1358","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9534":{"*":{"id":"2466","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/globals.css":{"id":2778,"name":"*","chunks":["185","static/chunks/app/layout-eeef7928298d2198.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/hypotheses/[id]/page.tsx":{"id":4553,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/goals/[id]/page.tsx":{"id":8935,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/settings/page.tsx":{"id":8444,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/roadmap/[id]/page.tsx":{"id":47,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/app/DashboardHeader.tsx":{"id":6435,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/AnalystLayout.tsx":{"id":1259,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","444","static/chunks/444-1826396aef4dab2f.js","639","static/chunks/app/goals/page-794526d1e1a0856a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaKanban.tsx":{"id":1214,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","931","static/chunks/app/page-8ba52ac74c75461b.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/app/social/page.tsx":{"id":1622,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/IdeaDetail.tsx":{"id":9534,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/HypothesisCard.tsx":{"id":786,"name":"*","chunks":[],"async":false},"/Users/luismey/Code/vibebusiness/src/components/GoalCard.tsx":{"id":2674,"name":"*","chunks":["746","static/chunks/746-ea7c3e4e69c14385.js","444","static/chunks/444-1826396aef4dab2f.js","639","static/chunks/app/goals/page-794526d1e1a0856a.js"],"async":false},"/Users/luismey/Code/vibebusiness/src/components/RoadmapViewToggle.tsx":{"id":3032,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/luismey/Code/vibebusiness/src/":[],"/Users/luismey/Code/vibebusiness/src/app/layout":["static/css/49b478f572869182.css"],"/Users/luismey/Code/vibebusiness/src/app/page":[],"/Users/luismey/Code/vibebusiness/src/app/goals/page":[]}}
|