vibedoc 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-build-manifest.json +92 -0
- package/.next/app-path-routes-manifest.json +1 -0
- package/.next/build-manifest.json +32 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.js +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/react-loadable-manifest.json +282 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/app/(app)/activity/page.js +1 -0
- package/.next/server/app/(app)/activity/page.js.nft.json +1 -0
- package/.next/server/app/(app)/activity/page_client-reference-manifest.js +1 -0
- package/.next/server/app/(app)/board/page.js +2 -0
- package/.next/server/app/(app)/board/page.js.nft.json +1 -0
- package/.next/server/app/(app)/board/page_client-reference-manifest.js +1 -0
- package/.next/server/app/(app)/docs/page.js +2 -0
- package/.next/server/app/(app)/docs/page.js.nft.json +1 -0
- package/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -0
- package/.next/server/app/(app)/memory/page.js +7 -0
- package/.next/server/app/(app)/memory/page.js.nft.json +1 -0
- package/.next/server/app/(app)/memory/page_client-reference-manifest.js +1 -0
- package/.next/server/app/(app)/settings/page.js +21 -0
- package/.next/server/app/(app)/settings/page.js.nft.json +1 -0
- package/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -0
- package/.next/server/app/(app)/setup/page.js +1 -0
- package/.next/server/app/(app)/setup/page.js.nft.json +1 -0
- package/.next/server/app/(app)/setup/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found/page.js +1 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +6 -0
- package/.next/server/app/_not-found.rsc +9 -0
- package/.next/server/app/activity.html +1 -0
- package/.next/server/app/activity.meta +5 -0
- package/.next/server/app/activity.rsc +13 -0
- package/.next/server/app/api/activity/route.js +1 -0
- package/.next/server/app/api/activity/route.js.nft.json +1 -0
- package/.next/server/app/api/backlinks/route.js +1 -0
- package/.next/server/app/api/backlinks/route.js.nft.json +1 -0
- package/.next/server/app/api/context/route.js +1 -0
- package/.next/server/app/api/context/route.js.nft.json +1 -0
- package/.next/server/app/api/decisions/route.js +1 -0
- package/.next/server/app/api/decisions/route.js.nft.json +1 -0
- package/.next/server/app/api/docs/route.js +1 -0
- package/.next/server/app/api/docs/route.js.nft.json +1 -0
- package/.next/server/app/api/events/route.js +3 -0
- package/.next/server/app/api/events/route.js.nft.json +1 -0
- package/.next/server/app/api/mcp/route.js +103 -0
- package/.next/server/app/api/mcp/route.js.nft.json +1 -0
- package/.next/server/app/api/memory/route.js +1 -0
- package/.next/server/app/api/memory/route.js.nft.json +1 -0
- package/.next/server/app/api/projects/route.js +1 -0
- package/.next/server/app/api/projects/route.js.nft.json +1 -0
- package/.next/server/app/api/projects.body +1 -0
- package/.next/server/app/api/projects.meta +1 -0
- package/.next/server/app/api/settings/route.js +1 -0
- package/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/setup/generate/route.js +130 -0
- package/.next/server/app/api/setup/generate/route.js.nft.json +1 -0
- package/.next/server/app/api/setup/write/route.js +1 -0
- package/.next/server/app/api/setup/write/route.js.nft.json +1 -0
- package/.next/server/app/api/summary/route.js +1 -0
- package/.next/server/app/api/summary/route.js.nft.json +1 -0
- package/.next/server/app/api/tasks/route.js +1 -0
- package/.next/server/app/api/tasks/route.js.nft.json +1 -0
- package/.next/server/app/board.html +1 -0
- package/.next/server/app/board.meta +5 -0
- package/.next/server/app/board.rsc +13 -0
- package/.next/server/app/docs.html +1 -0
- package/.next/server/app/docs.meta +5 -0
- package/.next/server/app/docs.rsc +13 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +6 -0
- package/.next/server/app/index.rsc +6 -0
- package/.next/server/app/memory.html +1 -0
- package/.next/server/app/memory.meta +5 -0
- package/.next/server/app/memory.rsc +13 -0
- package/.next/server/app/page.js +1 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app/settings.html +1 -0
- package/.next/server/app/settings.meta +5 -0
- package/.next/server/app/settings.rsc +13 -0
- package/.next/server/app/setup.html +1 -0
- package/.next/server/app/setup.meta +5 -0
- package/.next/server/app/setup.rsc +13 -0
- package/.next/server/app-paths-manifest.json +24 -0
- package/.next/server/chunks/191.js +91 -0
- package/.next/server/chunks/357.js +2 -0
- package/.next/server/chunks/486.js +12 -0
- package/.next/server/chunks/491.js +2 -0
- package/.next/server/chunks/778.js +9 -0
- package/.next/server/chunks/80.js +60 -0
- package/.next/server/chunks/900.js +6 -0
- package/.next/server/chunks/945.js +20 -0
- package/.next/server/chunks/font-manifest.json +1 -0
- package/.next/server/font-manifest.json +1 -0
- package/.next/server/functions-config-manifest.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages/_app.js +1 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +1 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +1 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/chunks/1088.464d783cc5eea9de.js +1 -0
- package/.next/static/chunks/1222.e874d92bfc1bc6c7.js +1 -0
- package/.next/static/chunks/1347.3e7d2ed21b663e48.js +1 -0
- package/.next/static/chunks/1433.2f2e32dffc1c27c8.js +1 -0
- package/.next/static/chunks/1472.5e71f95e6296fd63.js +36 -0
- package/.next/static/chunks/1594.09677134642da9ff.js +93 -0
- package/.next/static/chunks/1638.2e37b49b302bcb6a.js +174 -0
- package/.next/static/chunks/2244.cf7a2544ebeb1e19.js +82 -0
- package/.next/static/chunks/228-e44243a26f6475e2.js +9 -0
- package/.next/static/chunks/2306.509ed7c364442601.js +2 -0
- package/.next/static/chunks/2412.949844de7f2bbdc3.js +262 -0
- package/.next/static/chunks/2565.eb3605e7c90e3c7e.js +131 -0
- package/.next/static/chunks/2591.56cbda5d4e6e2943.js +56 -0
- package/.next/static/chunks/2597.ba1681ae114a4aa7.js +29 -0
- package/.next/static/chunks/2647.011471b532619487.js +59 -0
- package/.next/static/chunks/2794.65caa79043b402f7.js +1 -0
- package/.next/static/chunks/2861.4fff66e909869a6d.js +148 -0
- package/.next/static/chunks/2894.5a2b6bbc2c48843d.js +43 -0
- package/.next/static/chunks/3795.50eafedfcd5f01d6.js +24 -0
- package/.next/static/chunks/3904.54baab606637ae6e.js +1 -0
- package/.next/static/chunks/4236.17567db90ef651b7.js +1 -0
- package/.next/static/chunks/4316-6345e1b4bb694a29.js +1 -0
- package/.next/static/chunks/490-ed8ba8bf24ab2f3d.js +1 -0
- package/.next/static/chunks/4982.9f5dde29b741d6dd.js +63 -0
- package/.next/static/chunks/5083.ffcecc2fefa6de50.js +55 -0
- package/.next/static/chunks/5218.35990037cf2fd97c.js +155 -0
- package/.next/static/chunks/5340.5ddd859da4765a69.js +1 -0
- package/.next/static/chunks/5453.47f6d134b08a854e.js +4 -0
- package/.next/static/chunks/5808.d42ab07c5de599fd.js +1 -0
- package/.next/static/chunks/6429.08e2027051a6966c.js +1 -0
- package/.next/static/chunks/6482.03215b09c8639bc2.js +7 -0
- package/.next/static/chunks/6842-aed3c9b445ee77d1.js +2 -0
- package/.next/static/chunks/6864.4be1f9d162073932.js +1 -0
- package/.next/static/chunks/6886.f44c1de05dae9abc.js +1 -0
- package/.next/static/chunks/68bc8b64.37fd49721fa7b320.js +136 -0
- package/.next/static/chunks/6bded0d7-aec80afe2d60204d.js +1 -0
- package/.next/static/chunks/7123.fdc5241f4c912578.js +62 -0
- package/.next/static/chunks/7235.d4cff43d3f970540.js +1 -0
- package/.next/static/chunks/7241.499111c9d51ab606.js +1 -0
- package/.next/static/chunks/7251.17e3ab4cd5935b2e.js +166 -0
- package/.next/static/chunks/7283.d294d5aebfe1c65f.js +215 -0
- package/.next/static/chunks/7292.0dfaab300ca1050a.js +1 -0
- package/.next/static/chunks/7527.0ccae900ac492b8c.js +1 -0
- package/.next/static/chunks/7697-812a5639d661760b.js +1 -0
- package/.next/static/chunks/7722.d7a4456b068af3c0.js +24 -0
- package/.next/static/chunks/7725-63beec2ffb219859.js +16 -0
- package/.next/static/chunks/8130.609cf9a280803973.js +1 -0
- package/.next/static/chunks/8338.2415ec79a5f31092.js +1 -0
- package/.next/static/chunks/845-0e3438196b5ef62c.js +1 -0
- package/.next/static/chunks/8836.71b3f39cb9a95d62.js +5 -0
- package/.next/static/chunks/942c9eea.2013b980eeaebb14.js +53 -0
- package/.next/static/chunks/94c12b52-436125ce5f9c910a.js +1 -0
- package/.next/static/chunks/9528.4d4672f83c5035ab.js +1 -0
- package/.next/static/chunks/9580.942737df82878943.js +1 -0
- package/.next/static/chunks/9672.cb194a5bbad5f696.js +1 -0
- package/.next/static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js +1 -0
- package/.next/static/chunks/app/(app)/board/page-33f5e3998a8445ca.js +1 -0
- package/.next/static/chunks/app/(app)/docs/page-17670ed46c3594e6.js +1 -0
- package/.next/static/chunks/app/(app)/layout-34b4046ccf919d3f.js +1 -0
- package/.next/static/chunks/app/(app)/memory/page-b3aa8c5e028caf75.js +1 -0
- package/.next/static/chunks/app/(app)/settings/page-f264516b9005f933.js +16 -0
- package/.next/static/chunks/app/(app)/setup/page-9fd82b10016eca64.js +16 -0
- package/.next/static/chunks/app/_not-found/page-73e8eefca2388c5f.js +1 -0
- package/.next/static/chunks/app/layout-7054561bfe7eec9c.js +1 -0
- package/.next/static/chunks/app/page-f71834a10930be30.js +1 -0
- package/.next/static/chunks/b09b44eb.fa180e586fdf600b.js +1 -0
- package/.next/static/chunks/ea0025a9.12db9045daafb0c1.js +1 -0
- package/.next/static/chunks/efcceb14.8fc58c5c4428a08e.js +1 -0
- package/.next/static/chunks/framework-20afca218c33ed8b.js +33 -0
- package/.next/static/chunks/main-6224705d81e790a3.js +1 -0
- package/.next/static/chunks/main-app-02ed5dd91baaafdc.js +1 -0
- package/.next/static/chunks/pages/_app-db7a259df1c8778b.js +1 -0
- package/.next/static/chunks/pages/_error-76163253f7e717d4.js +1 -0
- package/.next/static/chunks/polyfills-78c92fac7aa8fdd8.js +1 -0
- package/.next/static/chunks/webpack-648d3cb0a281bce5.js +1 -0
- package/.next/static/css/615004f0fff77145.css +5 -0
- package/.next/static/r-2w-yCd6mM7TOOETgGaA/_buildManifest.js +1 -0
- package/.next/static/r-2w-yCd6mM7TOOETgGaA/_ssgManifest.js +1 -0
- package/README.md +160 -0
- package/bin/vibedoc.js +54 -0
- package/next.config.js +7 -0
- package/package.json +80 -0
- package/ws-server.js +12 -0
package/.next/BUILD_ID
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
r-2w-yCd6mM7TOOETgGaA
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_not-found/page": [
|
|
4
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
5
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
6
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
7
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
8
|
+
"static/chunks/app/_not-found/page-73e8eefca2388c5f.js"
|
|
9
|
+
],
|
|
10
|
+
"/layout": [
|
|
11
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
12
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
13
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
14
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
15
|
+
"static/css/615004f0fff77145.css",
|
|
16
|
+
"static/chunks/app/layout-7054561bfe7eec9c.js"
|
|
17
|
+
],
|
|
18
|
+
"/page": [
|
|
19
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
20
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
21
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
22
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
23
|
+
"static/chunks/app/page-f71834a10930be30.js"
|
|
24
|
+
],
|
|
25
|
+
"/(app)/board/page": [
|
|
26
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
27
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
28
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
29
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
30
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
31
|
+
"static/chunks/228-e44243a26f6475e2.js",
|
|
32
|
+
"static/chunks/app/(app)/board/page-33f5e3998a8445ca.js"
|
|
33
|
+
],
|
|
34
|
+
"/(app)/layout": [
|
|
35
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
36
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
37
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
38
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
39
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
40
|
+
"static/chunks/7725-63beec2ffb219859.js",
|
|
41
|
+
"static/chunks/7697-812a5639d661760b.js",
|
|
42
|
+
"static/chunks/845-0e3438196b5ef62c.js",
|
|
43
|
+
"static/chunks/app/(app)/layout-34b4046ccf919d3f.js"
|
|
44
|
+
],
|
|
45
|
+
"/(app)/settings/page": [
|
|
46
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
47
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
48
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
49
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
50
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
51
|
+
"static/chunks/app/(app)/settings/page-f264516b9005f933.js"
|
|
52
|
+
],
|
|
53
|
+
"/(app)/docs/page": [
|
|
54
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
55
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
56
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
57
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
58
|
+
"static/chunks/6bded0d7-aec80afe2d60204d.js",
|
|
59
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
60
|
+
"static/chunks/228-e44243a26f6475e2.js",
|
|
61
|
+
"static/chunks/7725-63beec2ffb219859.js",
|
|
62
|
+
"static/chunks/4316-6345e1b4bb694a29.js",
|
|
63
|
+
"static/chunks/845-0e3438196b5ef62c.js",
|
|
64
|
+
"static/chunks/app/(app)/docs/page-17670ed46c3594e6.js"
|
|
65
|
+
],
|
|
66
|
+
"/(app)/setup/page": [
|
|
67
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
68
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
69
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
70
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
71
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
72
|
+
"static/chunks/app/(app)/setup/page-9fd82b10016eca64.js"
|
|
73
|
+
],
|
|
74
|
+
"/(app)/memory/page": [
|
|
75
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
76
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
77
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
78
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
79
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
80
|
+
"static/chunks/228-e44243a26f6475e2.js",
|
|
81
|
+
"static/chunks/app/(app)/memory/page-b3aa8c5e028caf75.js"
|
|
82
|
+
],
|
|
83
|
+
"/(app)/activity/page": [
|
|
84
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
85
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
86
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
87
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js",
|
|
88
|
+
"static/chunks/490-ed8ba8bf24ab2f3d.js",
|
|
89
|
+
"static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"/_not-found/page":"/_not-found","/api/activity/route":"/api/activity","/api/context/route":"/api/context","/api/docs/route":"/api/docs","/api/backlinks/route":"/api/backlinks","/api/decisions/route":"/api/decisions","/api/mcp/route":"/api/mcp","/api/memory/route":"/api/memory","/api/settings/route":"/api/settings","/api/projects/route":"/api/projects","/api/setup/write/route":"/api/setup/write","/api/setup/generate/route":"/api/setup/generate","/page":"/","/api/tasks/route":"/api/tasks","/api/summary/route":"/api/summary","/api/events/route":"/api/events","/(app)/board/page":"/board","/(app)/settings/page":"/settings","/(app)/docs/page":"/docs","/(app)/setup/page":"/setup","/(app)/memory/page":"/memory","/(app)/activity/page":"/activity"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"polyfillFiles": [
|
|
3
|
+
"static/chunks/polyfills-78c92fac7aa8fdd8.js"
|
|
4
|
+
],
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"ampDevFiles": [],
|
|
7
|
+
"lowPriorityFiles": [
|
|
8
|
+
"static/r-2w-yCd6mM7TOOETgGaA/_buildManifest.js",
|
|
9
|
+
"static/r-2w-yCd6mM7TOOETgGaA/_ssgManifest.js"
|
|
10
|
+
],
|
|
11
|
+
"rootMainFiles": [
|
|
12
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
13
|
+
"static/chunks/94c12b52-436125ce5f9c910a.js",
|
|
14
|
+
"static/chunks/6842-aed3c9b445ee77d1.js",
|
|
15
|
+
"static/chunks/main-app-02ed5dd91baaafdc.js"
|
|
16
|
+
],
|
|
17
|
+
"pages": {
|
|
18
|
+
"/_app": [
|
|
19
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
20
|
+
"static/chunks/framework-20afca218c33ed8b.js",
|
|
21
|
+
"static/chunks/main-6224705d81e790a3.js",
|
|
22
|
+
"static/chunks/pages/_app-db7a259df1c8778b.js"
|
|
23
|
+
],
|
|
24
|
+
"/_error": [
|
|
25
|
+
"static/chunks/webpack-648d3cb0a281bce5.js",
|
|
26
|
+
"static/chunks/framework-20afca218c33ed8b.js",
|
|
27
|
+
"static/chunks/main-6224705d81e790a3.js",
|
|
28
|
+
"static/chunks/pages/_error-76163253f7e717d4.js"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"ampFirstPages": []
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "commonjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/activity\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/activity\",\"dataRoute\":\"/activity.rsc\"},\"/api/projects\":{\"initialHeaders\":{\"content-type\":\"application/json\",\"x-next-cache-tags\":\"_N_T_/layout,_N_T_/api/layout,_N_T_/api/projects/layout,_N_T_/api/projects/route,_N_T_/api/projects\"},\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/api/projects\",\"dataRoute\":null},\"/docs\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/docs\",\"dataRoute\":\"/docs.rsc\"},\"/board\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/board\",\"dataRoute\":\"/board.rsc\"},\"/\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/\",\"dataRoute\":\"/index.rsc\"},\"/settings\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/settings\",\"dataRoute\":\"/settings.rsc\"},\"/setup\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/setup\",\"dataRoute\":\"/setup.rsc\"},\"/memory\":{\"experimentalBypassFor\":[{\"type\":\"header\",\"key\":\"Next-Action\"},{\"type\":\"header\",\"key\":\"content-type\",\"value\":\"multipart/form-data;.*\"}],\"initialRevalidateSeconds\":false,\"srcRoute\":\"/memory\",\"dataRoute\":\"/memory.rsc\"}},\"dynamicRoutes\":{},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"process.env.__NEXT_PREVIEW_MODE_ID\",\"previewModeSigningKey\":\"process.env.__NEXT_PREVIEW_MODE_SIGNING_KEY\",\"previewModeEncryptionKey\":\"process.env.__NEXT_PREVIEW_MODE_ENCRYPTION_KEY\"}}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":4,"routes":{"/activity":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/activity","dataRoute":"/activity.rsc"},"/api/projects":{"initialHeaders":{"content-type":"application/json","x-next-cache-tags":"_N_T_/layout,_N_T_/api/layout,_N_T_/api/projects/layout,_N_T_/api/projects/route,_N_T_/api/projects"},"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/api/projects","dataRoute":null},"/docs":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/docs","dataRoute":"/docs.rsc"},"/board":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/board","dataRoute":"/board.rsc"},"/":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/","dataRoute":"/index.rsc"},"/settings":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/settings","dataRoute":"/settings.rsc"},"/setup":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/setup","dataRoute":"/setup.rsc"},"/memory":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/memory","dataRoute":"/memory.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"6f088c180d992c549ec1ae22c707cb79","previewModeSigningKey":"62756993ddb6ad6bfceed96f146cdca6e54a604c2185462faaf5aa68d28af812","previewModeEncryptionKey":"ee87f639af1957e8216b9b9bbc59f96618df7d9efaf3c5e1225779a1e6e028c7"}}
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
{
|
|
2
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/architecture-7HQA4BMR.mjs": {
|
|
3
|
+
"id": 27292,
|
|
4
|
+
"files": [
|
|
5
|
+
"static/chunks/7292.0dfaab300ca1050a.js"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/gitGraph-G5XIXVHT.mjs": {
|
|
9
|
+
"id": 31433,
|
|
10
|
+
"files": [
|
|
11
|
+
"static/chunks/1433.2f2e32dffc1c27c8.js"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/info-VBDWY6EO.mjs": {
|
|
15
|
+
"id": 84236,
|
|
16
|
+
"files": [
|
|
17
|
+
"static/chunks/4236.17567db90ef651b7.js"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/packet-DYOGHKS2.mjs": {
|
|
21
|
+
"id": 76864,
|
|
22
|
+
"files": [
|
|
23
|
+
"static/chunks/6864.4be1f9d162073932.js"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/pie-VRWISCQL.mjs": {
|
|
27
|
+
"id": 16429,
|
|
28
|
+
"files": [
|
|
29
|
+
"static/chunks/6429.08e2027051a6966c.js"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/radar-ZZBFDIW7.mjs": {
|
|
33
|
+
"id": 93904,
|
|
34
|
+
"files": [
|
|
35
|
+
"static/chunks/3904.54baab606637ae6e.js"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"../node_modules/.pnpm/@mermaid-js+parser@1.0.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs -> ./chunks/mermaid-parser.core/treemap-GDKQZRPO.mjs": {
|
|
39
|
+
"id": 7235,
|
|
40
|
+
"files": [
|
|
41
|
+
"static/chunks/7235.d4cff43d3f970540.js"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.mjs -> katex": {
|
|
45
|
+
"id": 7135,
|
|
46
|
+
"files": [
|
|
47
|
+
"static/chunks/b09b44eb.fa180e586fdf600b.js"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.mjs -> ./cose-bilkent-S5V4N54A.mjs": {
|
|
51
|
+
"id": 6886,
|
|
52
|
+
"files": [
|
|
53
|
+
"static/chunks/ea0025a9.12db9045daafb0c1.js",
|
|
54
|
+
"static/chunks/6886.f44c1de05dae9abc.js"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.mjs -> ./dagre-6UL2VRFP.mjs": {
|
|
58
|
+
"id": 95808,
|
|
59
|
+
"files": [
|
|
60
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
61
|
+
"static/chunks/1088.464d783cc5eea9de.js",
|
|
62
|
+
"static/chunks/5808.d42ab07c5de599fd.js"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/architectureDiagram-VXUJARFQ.mjs": {
|
|
66
|
+
"id": 31472,
|
|
67
|
+
"files": [
|
|
68
|
+
"static/chunks/ea0025a9.12db9045daafb0c1.js",
|
|
69
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
70
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
71
|
+
"static/chunks/1472.5e71f95e6296fd63.js"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/blockDiagram-VD42YOAC.mjs": {
|
|
75
|
+
"id": 32565,
|
|
76
|
+
"files": [
|
|
77
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
78
|
+
"static/chunks/2565.eb3605e7c90e3c7e.js"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/c4Diagram-YG6GDRKO.mjs": {
|
|
82
|
+
"id": 78836,
|
|
83
|
+
"files": [
|
|
84
|
+
"static/chunks/8836.71b3f39cb9a95d62.js"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/classDiagram-2ON5EDUG.mjs": {
|
|
88
|
+
"id": 21222,
|
|
89
|
+
"files": [
|
|
90
|
+
"static/chunks/1638.2e37b49b302bcb6a.js",
|
|
91
|
+
"static/chunks/1222.e874d92bfc1bc6c7.js"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/classDiagram-v2-WZHVMYZB.mjs": {
|
|
95
|
+
"id": 67527,
|
|
96
|
+
"files": [
|
|
97
|
+
"static/chunks/1638.2e37b49b302bcb6a.js",
|
|
98
|
+
"static/chunks/7527.0ccae900ac492b8c.js"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/diagram-PSM6KHXK.mjs": {
|
|
102
|
+
"id": 23795,
|
|
103
|
+
"files": [
|
|
104
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
105
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
106
|
+
"static/chunks/3795.50eafedfcd5f01d6.js"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/diagram-QEK2KX5R.mjs": {
|
|
110
|
+
"id": 22894,
|
|
111
|
+
"files": [
|
|
112
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
113
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
114
|
+
"static/chunks/2894.5a2b6bbc2c48843d.js"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/diagram-S2PKOQOG.mjs": {
|
|
118
|
+
"id": 57722,
|
|
119
|
+
"files": [
|
|
120
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
121
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
122
|
+
"static/chunks/7722.d7a4456b068af3c0.js"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/erDiagram-Q2GNP2WA.mjs": {
|
|
126
|
+
"id": 25083,
|
|
127
|
+
"files": [
|
|
128
|
+
"static/chunks/5083.ffcecc2fefa6de50.js"
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/flowDiagram-NV44I4VS.mjs": {
|
|
132
|
+
"id": 47251,
|
|
133
|
+
"files": [
|
|
134
|
+
"static/chunks/7251.17e3ab4cd5935b2e.js"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/ganttDiagram-JELNMOA3.mjs": {
|
|
138
|
+
"id": 82412,
|
|
139
|
+
"files": [
|
|
140
|
+
"static/chunks/2412.949844de7f2bbdc3.js"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/gitGraphDiagram-V2S2FVAM.mjs": {
|
|
144
|
+
"id": 14982,
|
|
145
|
+
"files": [
|
|
146
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
147
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
148
|
+
"static/chunks/4982.9f5dde29b741d6dd.js"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/infoDiagram-HS3SLOUP.mjs": {
|
|
152
|
+
"id": 47241,
|
|
153
|
+
"files": [
|
|
154
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
155
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
156
|
+
"static/chunks/7241.499111c9d51ab606.js"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/journeyDiagram-XKPGCS4Q.mjs": {
|
|
160
|
+
"id": 72861,
|
|
161
|
+
"files": [
|
|
162
|
+
"static/chunks/2861.4fff66e909869a6d.js"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/kanban-definition-3W4ZIXB7.mjs": {
|
|
166
|
+
"id": 21594,
|
|
167
|
+
"files": [
|
|
168
|
+
"static/chunks/1594.09677134642da9ff.js"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/mindmap-definition-VGOIOE7T.mjs": {
|
|
172
|
+
"id": 17123,
|
|
173
|
+
"files": [
|
|
174
|
+
"static/chunks/7123.fdc5241f4c912578.js"
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/pieDiagram-ADFJNKIX.mjs": {
|
|
178
|
+
"id": 72597,
|
|
179
|
+
"files": [
|
|
180
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
181
|
+
"static/chunks/2244.cf7a2544ebeb1e19.js",
|
|
182
|
+
"static/chunks/2597.ba1681ae114a4aa7.js"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/quadrantDiagram-AYHSOK5B.mjs": {
|
|
186
|
+
"id": 18130,
|
|
187
|
+
"files": [
|
|
188
|
+
"static/chunks/8130.609cf9a280803973.js"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/requirementDiagram-UZGBJVZJ.mjs": {
|
|
192
|
+
"id": 42647,
|
|
193
|
+
"files": [
|
|
194
|
+
"static/chunks/2647.011471b532619487.js"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/sankeyDiagram-TZEHDZUN.mjs": {
|
|
198
|
+
"id": 55453,
|
|
199
|
+
"files": [
|
|
200
|
+
"static/chunks/5453.47f6d134b08a854e.js"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/sequenceDiagram-WL72ISMW.mjs": {
|
|
204
|
+
"id": 85578,
|
|
205
|
+
"files": [
|
|
206
|
+
"static/chunks/68bc8b64.37fd49721fa7b320.js",
|
|
207
|
+
"static/chunks/9580.942737df82878943.js"
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/stateDiagram-FKZM4ZOC.mjs": {
|
|
211
|
+
"id": 49528,
|
|
212
|
+
"files": [
|
|
213
|
+
"static/chunks/1347.3e7d2ed21b663e48.js",
|
|
214
|
+
"static/chunks/1088.464d783cc5eea9de.js",
|
|
215
|
+
"static/chunks/7283.d294d5aebfe1c65f.js",
|
|
216
|
+
"static/chunks/9528.4d4672f83c5035ab.js"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.mjs": {
|
|
220
|
+
"id": 75340,
|
|
221
|
+
"files": [
|
|
222
|
+
"static/chunks/7283.d294d5aebfe1c65f.js",
|
|
223
|
+
"static/chunks/5340.5ddd859da4765a69.js"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/timeline-definition-IT6M3QCI.mjs": {
|
|
227
|
+
"id": 72591,
|
|
228
|
+
"files": [
|
|
229
|
+
"static/chunks/2591.56cbda5d4e6e2943.js"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"../node_modules/.pnpm/mermaid@11.12.3/node_modules/mermaid/dist/mermaid.core.mjs -> ./chunks/mermaid.core/xychartDiagram-PRI3JC2R.mjs": {
|
|
233
|
+
"id": 82794,
|
|
234
|
+
"files": [
|
|
235
|
+
"static/chunks/2794.65caa79043b402f7.js"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"components/docs/MarkdownEditor.tsx -> @codemirror/lang-markdown": {
|
|
239
|
+
"id": 40228,
|
|
240
|
+
"files": [
|
|
241
|
+
"static/chunks/8338.2415ec79a5f31092.js"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"components/docs/MarkdownEditor.tsx -> @codemirror/theme-one-dark": {
|
|
245
|
+
"id": 64880,
|
|
246
|
+
"files": []
|
|
247
|
+
},
|
|
248
|
+
"components/docs/MarkdownEditor.tsx -> @codemirror/view": {
|
|
249
|
+
"id": 47824,
|
|
250
|
+
"files": []
|
|
251
|
+
},
|
|
252
|
+
"components/docs/MarkdownEditor.tsx -> y-codemirror.next": {
|
|
253
|
+
"id": 49672,
|
|
254
|
+
"files": [
|
|
255
|
+
"static/chunks/efcceb14.8fc58c5c4428a08e.js",
|
|
256
|
+
"static/chunks/6482.03215b09c8639bc2.js",
|
|
257
|
+
"static/chunks/9672.cb194a5bbad5f696.js"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"components/docs/MarkdownEditor.tsx -> y-websocket": {
|
|
261
|
+
"id": 52306,
|
|
262
|
+
"files": [
|
|
263
|
+
"static/chunks/efcceb14.8fc58c5c4428a08e.js",
|
|
264
|
+
"static/chunks/6482.03215b09c8639bc2.js",
|
|
265
|
+
"static/chunks/2306.509ed7c364442601.js"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"components/docs/MarkdownEditor.tsx -> yjs": {
|
|
269
|
+
"id": 79110,
|
|
270
|
+
"files": [
|
|
271
|
+
"static/chunks/efcceb14.8fc58c5c4428a08e.js",
|
|
272
|
+
"static/chunks/6482.03215b09c8639bc2.js"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"components/docs/MarkdownRenderer.tsx -> mermaid": {
|
|
276
|
+
"id": 45218,
|
|
277
|
+
"files": [
|
|
278
|
+
"static/chunks/942c9eea.2013b980eeaebb14.js",
|
|
279
|
+
"static/chunks/5218.35990037cf2fd97c.js"
|
|
280
|
+
]
|
|
281
|
+
}
|
|
282
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"config":{"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"distDir":".next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"analyticsId":"","images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"inline","remotePatterns":[],"unoptimized":false},"devIndicators":{"buildActivity":true,"buildActivityPosition":"bottom-right"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"optimizeFonts":true,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":null,"httpAgentOptions":{"keepAlive":true},"outputFileTracing":true,"staticPageGenerationTimeout":60,"swcMinify":true,"modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"experimental":{"prerenderEarlyExit":false,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"outputFileTracingRoot":"/Users/hoangnguyen/Documents/nextjs/vibedoc","swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"adjustFontFallbacks":false,"adjustFontFallbacksWithSizeAdjust":false,"typedRoutes":false,"instrumentationHook":false,"bundlePagesExternals":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"missingSuspenseWithCSRBailout":true,"optimizeServerReact":true,"useEarlyImport":false,"staleTimes":{"dynamic":30,"static":300},"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"configFileName":"next.config.js","serverExternalPackages":["glob","gray-matter"]},"appDir":"/Users/hoangnguyen/Documents/nextjs/vibedoc","relativeAppDir":"","files":[".next/routes-manifest.json",".next/server/pages-manifest.json",".next/build-manifest.json",".next/prerender-manifest.json",".next/prerender-manifest.js",".next/server/middleware-manifest.json",".next/server/middleware-build-manifest.js",".next/server/middleware-react-loadable-manifest.js",".next/server/app-paths-manifest.json",".next/app-path-routes-manifest.json",".next/app-build-manifest.json",".next/server/server-reference-manifest.js",".next/server/server-reference-manifest.json",".next/react-loadable-manifest.json",".next/server/font-manifest.json",".next/BUILD_ID",".next/server/next-font-manifest.js",".next/server/next-font-manifest.json"],"ignore":["node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/_not-found","regex":"^/_not\\-found(?:/)?$","routeKeys":{},"namedRegex":"^/_not\\-found(?:/)?$"},{"page":"/activity","regex":"^/activity(?:/)?$","routeKeys":{},"namedRegex":"^/activity(?:/)?$"},{"page":"/board","regex":"^/board(?:/)?$","routeKeys":{},"namedRegex":"^/board(?:/)?$"},{"page":"/docs","regex":"^/docs(?:/)?$","routeKeys":{},"namedRegex":"^/docs(?:/)?$"},{"page":"/memory","regex":"^/memory(?:/)?$","routeKeys":{},"namedRegex":"^/memory(?:/)?$"},{"page":"/settings","regex":"^/settings(?:/)?$","routeKeys":{},"namedRegex":"^/settings(?:/)?$"},{"page":"/setup","regex":"^/setup(?:/)?$","routeKeys":{},"namedRegex":"^/setup(?:/)?$"}],"dataRoutes":[],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=215,e.ids=[215],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},7079:(e,t,s)=>{"use strict";s.r(t),s.d(t,{GlobalError:()=>i.a,__next_app__:()=>x,originalPathname:()=>u,pages:()=>d,routeModule:()=>p,tree:()=>l}),s(4106),s(2026),s(5133),s(7831);var n=s(9193),r=s(1854),a=s(3997),i=s.n(a),o=s(3320),c={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(c[e]=()=>o[e]);s.d(t,c);let l=["",{children:["(app)",{children:["activity",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(s.bind(s,4106)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(s.bind(s,2026)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout.tsx"],"not-found":[()=>Promise.resolve().then(s.t.bind(s,5133,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(s.bind(s,7831)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(s.t.bind(s,5133,23)),"next/dist/client/components/not-found-error"]}],d=["/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx"],u="/(app)/activity/page",x={require:s,loadChunk:()=>Promise.resolve()},p=new n.AppPageRouteModule({definition:{kind:r.x.APP_PAGE,page:"/(app)/activity/page",pathname:"/activity",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:l}})},7775:(e,t,s)=>{Promise.resolve().then(s.bind(s,1998))},1998:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>d});var n=s(7486),r=s(6266);let a={task_updated:"\uD83D\uDD28",decision_logged:"\uD83D\uDCDD",memory_updated:"\uD83E\uDDE0",doc_read:"\uD83D\uDCC4",session_start:"\uD83E\uDD16"};function i({event:e}){return(0,n.jsxs)("div",{className:"flex gap-4 pb-4 animate-fade-in",children:[n.jsx("div",{className:"relative flex-shrink-0 w-8 h-8 rounded-full bg-surface2 border border-border flex items-center justify-center text-sm z-10",children:a[e.type]||"•"}),(0,n.jsxs)("div",{className:"flex-1 pt-1 min-w-0",children:[(0,n.jsxs)("div",{className:"flex items-center gap-2 mb-0.5",children:[n.jsx("span",{className:"text-sm font-medium text-txt",children:e.title}),"ai"===e.actor&&n.jsx("span",{className:"text-xs px-1.5 py-0.5 rounded bg-accent/10 text-accent border border-accent/20 font-mono",children:"AI"})]}),e.detail&&n.jsx("p",{className:"text-xs text-muted truncate",children:e.detail}),n.jsx("p",{className:"text-xs text-muted/60 mt-0.5 font-mono",children:function(e){let t=(Date.now()-new Date(e).getTime())/1e3;return t<60?"just now":t<3600?`${Math.floor(t/60)}m ago`:t<86400?`${Math.floor(t/3600)}h ago`:`${Math.floor(t/86400)}d ago`}(e.timestamp)})]})]})}function o({activity:e}){return(0,n.jsxs)("div",{className:"relative",children:[n.jsx("div",{className:"absolute left-4 top-0 bottom-0 w-px bg-border"}),n.jsx("div",{className:"flex flex-col gap-0",children:e.map(e=>n.jsx(i,{event:e},e.id))})]})}var c=s(4562);function l({activity:e,liveIndicator:t}){return(0,n.jsxs)("div",{className:"p-6 max-w-2xl",children:[(0,n.jsxs)("div",{className:"flex items-center justify-between mb-6",children:[n.jsx("h1",{className:"font-display text-xl",children:"Activity Feed"}),(0,n.jsxs)("div",{className:"flex items-center gap-1.5 text-xs font-mono text-teal",children:[n.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-teal animate-pulse"}),"live"]})]}),0===e.length?n.jsx(c.u,{icon:"⚡",message:"No activity yet.",subMessage:"Connect an AI agent to see real-time updates here."}):n.jsx(o,{activity:e})]})}function d(){let{activity:e,liveIndicator:t}=(0,r.q)();return n.jsx(l,{activity:e,liveIndicator:t})}},4562:(e,t,s)=>{"use strict";s.d(t,{u:()=>a});var n=s(7486),r=s(5098);function a({icon:e,message:t,subMessage:s,bordered:a}){return(0,n.jsxs)("div",{className:(0,r.cn)("text-center py-16 text-muted text-sm",a&&"border border-dashed border-border rounded-xl"),children:[n.jsx("p",{className:"text-3xl mb-3",children:e}),n.jsx("p",{children:t}),s&&n.jsx("p",{className:"text-xs mt-1",children:s})]})}},4106:(e,t,s)=>{"use strict";s.r(t),s.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>o});var n=s(2334);let r=(0,n.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx`),{__esModule:a,$$typeof:i}=r;r.default;let o=(0,n.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),n=t.X(0,[357,491,945,191],()=>s(7079));module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/package.json","../../../../../node_modules/next","../../../../../package.json","../../../../package.json","../../../chunks/191.js","../../../chunks/357.js","../../../chunks/491.js","../../../chunks/945.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/activity/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"2983":{"*":{"id":"52","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"582","name":"*","chunks":[],"async":false}},"9148":{"*":{"id":"9388","name":"*","chunks":[],"async":false}},"10619":{"*":{"id":"1152","name":"*","chunks":[],"async":false}},"31304":{"*":{"id":"2764","name":"*","chunks":[],"async":false}},"36731":{"*":{"id":"6894","name":"*","chunks":[],"async":false}},"38185":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"52923":{"*":{"id":"184","name":"*","chunks":[],"async":false}},"58397":{"*":{"id":"5760","name":"*","chunks":[],"async":false}},"60985":{"*":{"id":"151","name":"*","chunks":[],"async":false}},"77285":{"*":{"id":"4501","name":"*","chunks":[],"async":false}},"87027":{"*":{"id":"3299","name":"*","chunks":[],"async":false}},"94999":{"*":{"id":"1998","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js":{"id":9148,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/app-router.js":{"id":9148,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/client-page.js":{"id":10619,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":10619,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js":{"id":31304,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":31304,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/layout-router.js":{"id":36731,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":36731,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found-boundary.js":{"id":87027,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":87027,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":52923,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":52923,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/globals.css":{"id":61183,"name":"*","chunks":["3185","static/chunks/app/layout-7054561bfe7eec9c.js"],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx":{"id":38185,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout.tsx":{"id":60985,"name":"*","chunks":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","7725","static/chunks/7725-63beec2ffb219859.js","7697","static/chunks/7697-812a5639d661760b.js","845","static/chunks/845-0e3438196b5ef62c.js","5814","static/chunks/app/(app)/layout-34b4046ccf919d3f.js"],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/settings/page.tsx":{"id":58397,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/docs/page.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/page.tsx":{"id":2983,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/page.tsx":{"id":77285,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx":{"id":94999,"name":"*","chunks":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","8215","static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js"],"async":false}},"entryCSSFiles":{"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/layout":["static/css/615004f0fff77145.css"],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/page":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page":[]}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{var e={};e.id=484,e.ids=[484],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},3365:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>o.a,__next_app__:()=>p,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>i}),r(7026),r(2026),r(5133),r(7831);var s=r(9193),n=r(1854),a=r(3997),o=r.n(a),d=r(3320),l={};for(let e in d)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>d[e]);r.d(t,l);let i=["",{children:["(app)",{children:["board",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,7026)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,2026)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5133,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,7831)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5133,23)),"next/dist/client/components/not-found-error"]}],c=["/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx"],x="/(app)/board/page",p={require:r,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(app)/board/page",pathname:"/board",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:i}})},1706:(e,t,r)=>{Promise.resolve().then(r.bind(r,4505))},4505:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>k});var s=r(7486),n=r(618),a=r(6266),o=r(5098),d=r(5819),l=r(3068);let i={todo:"text-muted border-border2","in-progress":"text-amber border-amber/30 bg-amber/5",blocked:"text-danger border-danger/30 bg-danger/5",done:"text-teal border-teal/30 bg-teal/5",cancelled:"text-muted border-border line-through"},c={todo:"border-border2 text-muted","in-progress":"border-amber/40 text-amber",blocked:"border-danger/40 text-danger",done:"border-teal/40 text-teal",cancelled:"border-border text-muted"},x={todo:"\uD83D\uDCCB","in-progress":"\uD83D\uDD28",blocked:"\uD83D\uDEAB",done:"✅",cancelled:"❌"},p={todo:["in-progress"],"in-progress":["done","blocked","todo"],blocked:["in-progress","cancelled"],done:["todo"],cancelled:["todo"]};function u({task:e,onMove:t,onOpen:r}){let[a,u]=(0,n.useState)(!1),m=p[e.status]||[];return(0,s.jsxs)("div",{draggable:!0,onDragStart:t=>{t.dataTransfer.setData("taskId",e.id),t.dataTransfer.effectAllowed="move",u(!0)},onDragEnd:()=>u(!1),className:(0,o.cn)("group relative bg-surface border rounded-lg p-3 text-sm transition-all hover:border-border2",i[e.status]||"border-border",a&&"opacity-50 cursor-grabbing"),children:[(0,s.jsxs)("div",{className:"flex items-center justify-between mb-1.5",children:[s.jsx("span",{className:"text-xs font-mono text-muted",children:e.id}),s.jsx(d.C,{variant:"outline",className:(0,o.cn)("text-[10px] h-4 px-1.5 font-normal",c[e.status]),children:"in-progress"===e.status?"active":e.status})]}),s.jsx("p",{className:"font-medium text-txt text-sm leading-snug mb-2",children:e.title}),e.phase&&s.jsx("p",{className:"text-xs text-muted mb-2",children:e.phase}),(0,s.jsxs)("div",{className:"flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(l.z,{variant:"ghost",size:"sm",className:"h-6 text-xs px-2",onClick:r,children:"open"}),m.map(r=>(0,s.jsxs)(l.z,{variant:"ghost",size:"sm",className:"h-6 text-xs px-2",onClick:()=>t(e.id,r),children:[x[r]," ","in-progress"===r?"start":r]},r))]})]})}function m({status:e,tasks:t,onMoveTask:r,onOpenTask:a}){let[l,i]=(0,n.useState)(!1);return(0,s.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx("span",{className:"text-sm",children:x[e]}),s.jsx("span",{className:"text-xs font-mono font-semibold text-muted uppercase tracking-wider",children:e}),s.jsx(d.C,{variant:"secondary",className:"ml-auto font-mono text-xs h-5 px-1.5",children:t.length})]}),(0,s.jsxs)("div",{className:(0,o.cn)("flex flex-col gap-2 min-h-[60px] rounded-lg transition-colors",l&&"ring-1 ring-accent/50 bg-accent/5"),onDragOver:e=>{e.preventDefault(),i(!0)},onDragLeave:e=>{e.currentTarget.contains(e.relatedTarget)||i(!1)},onDrop:t=>{t.preventDefault(),i(!1);let s=t.dataTransfer.getData("taskId");s&&r(s,e)},children:[t.map(e=>s.jsx(u,{task:e,onMove:r,onOpen:()=>a(e)},e.id)),0===t.length&&s.jsx("div",{className:"border border-dashed border-border rounded-lg py-6 text-center text-xs text-muted",children:"empty"})]})]})}function g({board:e,summary:t,onMoveTask:r,onOpenTask:n}){return(0,s.jsxs)("div",{className:"p-6",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between mb-6",children:[s.jsx("h1",{className:"font-display text-xl",children:"Task Board"}),(0,s.jsxs)("span",{className:"text-xs font-mono text-muted",children:[t?.tasks.total||0," tasks"]})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-4",children:["in-progress","todo","blocked","done"].map(t=>s.jsx(m,{status:t,tasks:e[t],onMoveTask:r,onOpenTask:n},t))})]})}var b=r(3937);let h={todo:["in-progress"],"in-progress":["done","blocked","todo"],blocked:["in-progress","cancelled"],done:["todo"],cancelled:["todo"]},f={"in-progress":"start",done:"done",blocked:"blocked",todo:"backlog",cancelled:"cancel"},v={todo:"text-muted border-border2","in-progress":"text-amber border-amber/30 bg-amber/5",blocked:"text-danger border-danger/30 bg-danger/5",done:"text-teal border-teal/30 bg-teal/5",cancelled:"text-muted border-border"};function j({task:e,onClose:t,onMove:r}){if(!e)return null;let n=h[e.status]||[];return(0,s.jsxs)(s.Fragment,{children:[s.jsx("div",{className:"fixed inset-0 z-40",onClick:t}),(0,s.jsxs)("div",{className:"fixed right-0 top-0 h-full w-[420px] z-50 bg-surface border-l border-border flex flex-col shadow-2xl",children:[(0,s.jsxs)("div",{className:"flex items-start justify-between px-5 py-4 border-b border-border flex-shrink-0",children:[(0,s.jsxs)("div",{className:"flex flex-col gap-1 min-w-0",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"font-mono text-xs text-muted",children:e.id}),(0,s.jsxs)("span",{className:(0,o.cn)("text-xs px-1.5 py-0.5 rounded border font-mono",v[e.status]),children:[x[e.status]," ",e.status]})]}),s.jsx("p",{className:"font-medium text-txt text-sm leading-snug",children:e.title})]}),s.jsx("button",{onClick:t,className:"ml-3 flex-shrink-0 text-muted hover:text-txt transition-colors text-lg leading-none","aria-label":"Close panel",children:"\xd7"})]}),n.length>0&&s.jsx("div",{className:"flex items-center gap-2 px-5 py-3 border-b border-border flex-shrink-0",children:n.map(n=>(0,s.jsxs)("button",{onClick:()=>{r(e.id,n),t()},className:"text-xs px-2.5 py-1 rounded bg-surface2 border border-border text-muted hover:text-txt hover:border-border2 transition-colors",children:[x[n]," ",f[n]||n]},n))}),s.jsx("div",{className:"flex-1 overflow-y-auto px-5 py-4",children:e.raw?s.jsx(b.$,{content:e.raw}):s.jsx("p",{className:"text-sm text-muted",children:"No content available."})})]})]})}function k(){let{board:e,summary:t,moveTask:r}=(0,a.q)(),[o,d]=(0,n.useState)(null);return e?(0,s.jsxs)("div",{className:"relative flex-1",children:[s.jsx(g,{board:e,summary:t,onMoveTask:r,onOpenTask:d}),s.jsx(j,{task:o,onClose:()=>d(null),onMove:r})]}):null}},3937:(e,t,r)=>{"use strict";r.d(t,{$:()=>d});var s=r(7486),n=r(618),a=r(778),o=r(5098);function d({content:e,className:t}){let r=a.TU.parse(e).replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/\son\w+="[^"]*"/gi,"").replace(/\son\w+='[^']*'/gi,""),d=(0,n.useRef)(null);return s.jsx("div",{ref:d,className:(0,o.cn)("prose-dark",t),dangerouslySetInnerHTML:{__html:r}})}a.TU.setOptions({gfm:!0,breaks:!1}),a.TU.use({renderer:{code(e,t){if("mermaid"===t){let t=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");return`<div class="mermaid">${t}</div>`}return!1}}}),a.TU.use({renderer:{heading(e,t){let r=e.toLowerCase().replace(/[^\w\s-]/g,"").replace(/\s+/g,"-");return`<h${t} id="${r}">${e}</h${t}>
|
|
2
|
+
`}}})},7026:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>o,__esModule:()=>a,default:()=>d});var s=r(2334);let n=(0,s.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx`),{__esModule:a,$$typeof:o}=n;n.default;let d=(0,s.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[357,491,945,778,191],()=>r(3365));module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/package.json","../../../../../node_modules/next","../../../../../package.json","../../../../package.json","../../../chunks/191.js","../../../chunks/357.js","../../../chunks/491.js","../../../chunks/778.js","../../../chunks/945.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/board/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"2983":{"*":{"id":"52","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"582","name":"*","chunks":[],"async":false}},"9148":{"*":{"id":"9388","name":"*","chunks":[],"async":false}},"10619":{"*":{"id":"1152","name":"*","chunks":[],"async":false}},"31304":{"*":{"id":"2764","name":"*","chunks":[],"async":false}},"36731":{"*":{"id":"6894","name":"*","chunks":[],"async":false}},"38185":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"52923":{"*":{"id":"184","name":"*","chunks":[],"async":false}},"58397":{"*":{"id":"5760","name":"*","chunks":[],"async":false}},"60985":{"*":{"id":"151","name":"*","chunks":[],"async":false}},"77285":{"*":{"id":"4501","name":"*","chunks":[],"async":false}},"87027":{"*":{"id":"3299","name":"*","chunks":[],"async":false}},"94999":{"*":{"id":"1998","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js":{"id":9148,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/app-router.js":{"id":9148,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/client-page.js":{"id":10619,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":10619,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js":{"id":31304,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":31304,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/layout-router.js":{"id":36731,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":36731,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found-boundary.js":{"id":87027,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":87027,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":52923,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/node_modules/.pnpm/next@14.2.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":52923,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/globals.css":{"id":61183,"name":"*","chunks":["3185","static/chunks/app/layout-7054561bfe7eec9c.js"],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page.tsx":{"id":38185,"name":"*","chunks":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","228","static/chunks/228-e44243a26f6475e2.js","8484","static/chunks/app/(app)/board/page-33f5e3998a8445ca.js"],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout.tsx":{"id":60985,"name":"*","chunks":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","7725","static/chunks/7725-63beec2ffb219859.js","7697","static/chunks/7697-812a5639d661760b.js","845","static/chunks/845-0e3438196b5ef62c.js","5814","static/chunks/app/(app)/layout-34b4046ccf919d3f.js"],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/settings/page.tsx":{"id":58397,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/docs/page.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/page.tsx":{"id":2983,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/page.tsx":{"id":77285,"name":"*","chunks":[],"async":false},"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/activity/page.tsx":{"id":94999,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/layout":["static/css/615004f0fff77145.css"],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/page":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/layout":[],"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/board/page":[]}}
|