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
|
@@ -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)/docs/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":["7069","static/chunks/6bded0d7-aec80afe2d60204d.js","490","static/chunks/490-ed8ba8bf24ab2f3d.js","228","static/chunks/228-e44243a26f6475e2.js","7725","static/chunks/7725-63beec2ffb219859.js","4316","static/chunks/4316-6345e1b4bb694a29.js","845","static/chunks/845-0e3438196b5ef62c.js","3015","static/chunks/app/(app)/docs/page-17670ed46c3594e6.js"],"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)/docs/page":[]}}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
(()=>{var e={};e.id=448,e.ids=[448],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")},5687:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>a.a,__next_app__:()=>u,originalPathname:()=>p,pages:()=>l,routeModule:()=>m,tree:()=>c}),r(5041),r(2026),r(5133),r(7831);var s=r(9193),n=r(1854),o=r(3997),a=r.n(o),i=r(3320),d={};for(let e in i)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(d[e]=()=>i[e]);r.d(t,d);let c=["",{children:["(app)",{children:["memory",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,5041)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/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"]}],l=["/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/page.tsx"],p="/(app)/memory/page",u={require:r,loadChunk:()=>Promise.resolve()},m=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(app)/memory/page",pathname:"/memory",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:c}})},7017:(e,t,r)=>{Promise.resolve().then(r.bind(r,4501))},4501:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(7486),n=r(6266),o=r(3937),a=r(4562);function i({memory:e}){return(0,s.jsxs)("div",{className:"p-6 max-w-2xl",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between mb-6",children:[s.jsx("h1",{className:"font-display text-xl",children:"Session Memory"}),s.jsx("span",{className:"text-xs font-mono text-muted",children:"memory/MEMORY.md"})]}),e?.exists?s.jsx("div",{className:"bg-surface border border-border rounded-xl p-5",children:s.jsx(o.$,{content:e.content})}):s.jsx(a.u,{icon:"\uD83E\uDDE0",message:"No MEMORY.md yet.",subMessage:"AI will create one at the end of the first session.",bordered:!0}),(0,s.jsxs)("div",{className:"mt-4 p-4 bg-surface2 border border-border rounded-xl",children:[s.jsx("p",{className:"text-xs font-mono text-muted mb-2",children:"Add to your CLAUDE.md system prompt:"}),s.jsx("pre",{className:"text-xs font-mono text-accent/80 whitespace-pre-wrap leading-relaxed",children:`At session start:
|
|
2
|
+
1. Call vibedoc_read_memory
|
|
3
|
+
2. Call vibedoc_get_status
|
|
4
|
+
|
|
5
|
+
At session end:
|
|
6
|
+
- Call vibedoc_update_memory with full handoff`})]})]})}function d(){let{summary:e}=(0,n.q)();return s.jsx(i,{memory:e?.memory??null})}},3937:(e,t,r)=>{"use strict";r.d(t,{$:()=>i});var s=r(7486),n=r(618),o=r(778),a=r(5098);function i({content:e,className:t}){let r=o.TU.parse(e).replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/\son\w+="[^"]*"/gi,"").replace(/\son\w+='[^']*'/gi,""),i=(0,n.useRef)(null);return s.jsx("div",{ref:i,className:(0,a.cn)("prose-dark",t),dangerouslySetInnerHTML:{__html:r}})}o.TU.setOptions({gfm:!0,breaks:!1}),o.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}}}),o.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}>
|
|
7
|
+
`}}})},4562:(e,t,r)=>{"use strict";r.d(t,{u:()=>o});var s=r(7486),n=r(5098);function o({icon:e,message:t,subMessage:r,bordered:o}){return(0,s.jsxs)("div",{className:(0,n.cn)("text-center py-16 text-muted text-sm",o&&"border border-dashed border-border rounded-xl"),children:[s.jsx("p",{className:"text-3xl mb-3",children:e}),s.jsx("p",{children:t}),r&&s.jsx("p",{className:"text-xs mt-1",children:r})]})}},5041:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>a,__esModule:()=>o,default:()=>i});var s=r(2334);let n=(0,s.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/page.tsx`),{__esModule:o,$$typeof:a}=n;n.default;let i=(0,s.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/memory/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(5687));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)/memory/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":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","228","static/chunks/228-e44243a26f6475e2.js","6448","static/chunks/app/(app)/memory/page-b3aa8c5e028caf75.js"],"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)/memory/page":[]}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
(()=>{var e={};e.id=558,e.ids=[558],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")},9849:(e,t,s)=>{"use strict";s.r(t),s.d(t,{GlobalError:()=>r.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>d,routeModule:()=>u,tree:()=>o}),s(8854),s(2026),s(5133),s(7831);var a=s(9193),n=s(1854),l=s(3997),r=s.n(l),i=s(3320),c={};for(let e in i)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(c[e]=()=>i[e]);s.d(t,c);let o=["",{children:["(app)",{children:["settings",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(s.bind(s,8854)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/settings/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)/settings/page.tsx"],x="/(app)/settings/page",m={require:s,loadChunk:()=>Promise.resolve()},u=new a.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(app)/settings/page",pathname:"/settings",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:o}})},2381:(e,t,s)=>{Promise.resolve().then(s.bind(s,5760))},5943:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]])},904:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]])},7205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},9371:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]])},7542:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]])},4406:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("trash-2",[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]])},5760:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>$});var a=s(7486),n=s(618),l=s(6266),r=s(9721);let i=(0,r.Z)("palette",[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]]),c=(0,r.Z)("type",[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]]),o=(0,r.Z)("folder-cog",[["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3",key:"128dxu"}],["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),d=(0,r.Z)("plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z",key:"1xoxul"}],["path",{d:"M9 8V2",key:"14iosj"}]]);var x=s(9529),m=s(5943),u=s(5314),p=s(5098);let h=(0,r.Z)("moon",[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]]),g=(0,r.Z)("sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]),b=(0,r.Z)("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);var v=s(9644);let f=[{id:"blue",label:"Blue",class:"bg-blue-500"},{id:"purple",label:"Purple",class:"bg-purple-500"},{id:"green",label:"Green",class:"bg-green-500"},{id:"orange",label:"Orange",class:"bg-orange-500"}],j=[{id:"small",label:"Small"},{id:"medium",label:"Medium"},{id:"large",label:"Large"}];function N({settings:e,onSave:t}){return(0,a.jsxs)("div",{className:"space-y-8",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"Appearance"}),a.jsx("p",{className:"text-sm text-muted",children:"Customize the look and feel of the app."})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Theme"}),a.jsx("div",{className:"grid grid-cols-3 gap-3",children:[{id:"dark",label:"Dark",icon:h},{id:"light",label:"Light",icon:g},{id:"system",label:"System",icon:b}].map(s=>{let n=s.icon,l=e.theme===s.id;return(0,a.jsxs)("button",{onClick:()=>t({...e,theme:s.id}),className:(0,p.cn)("flex flex-col items-center gap-2 p-4 rounded-lg border transition-all",l?"border-accent bg-accent/10":"border-border hover:border-accent/50"),children:[a.jsx(n,{className:(0,p.cn)("w-5 h-5",l?"text-accent":"text-muted")}),a.jsx("span",{className:(0,p.cn)("text-sm",l?"text-accent font-medium":"text-muted"),children:s.label})]},s.id)})})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Accent Color"}),a.jsx("div",{className:"flex gap-3",children:f.map(s=>{let n=e.accentColor===s.id;return a.jsx("button",{onClick:()=>t({...e,accentColor:s.id}),className:(0,p.cn)("w-10 h-10 rounded-full flex items-center justify-center transition-transform",s.class,n?"ring-2 ring-offset-2 ring-offset-bg ring-white scale-110":"hover:scale-105"),title:s.label,children:n&&a.jsx(v.Z,{className:"w-5 h-5 text-white"})},s.id)})})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Font Size"}),a.jsx("div",{className:"flex gap-2",children:j.map(s=>{let n=e.fontSize===s.id;return a.jsx("button",{onClick:()=>t({...e,fontSize:s.id}),className:(0,p.cn)("px-4 py-2 rounded-lg border text-sm transition-colors",n?"border-accent bg-accent/10 text-accent font-medium":"border-border text-muted hover:border-accent/50"),children:s.label},s.id)})})]})]})}let y=[{value:0,label:"Off"},{value:5,label:"5 seconds"},{value:10,label:"10 seconds"},{value:30,label:"30 seconds"}],k=[{id:"split",label:"Split View"},{id:"tab",label:"Tab View"},{id:"preview",label:"Preview Only"}];function w({settings:e,onSave:t}){let s=(s,a)=>{t({...e,editor:{...e.editor,[s]:a}})};return(0,a.jsxs)("div",{className:"space-y-8",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"Editor"}),a.jsx("p",{className:"text-sm text-muted",children:"Configure the markdown editor behavior."})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Auto-save"}),a.jsx("div",{className:"flex flex-wrap gap-2",children:y.map(t=>{let n=e.editor.autoSave===t.value;return a.jsx("button",{onClick:()=>s("autoSave",t.value),className:(0,p.cn)("px-4 py-2 rounded-lg border text-sm transition-colors",n?"border-accent bg-accent/10 text-accent font-medium":"border-border text-muted hover:border-accent/50"),children:t.label},t.value)})})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Preview Mode"}),a.jsx("div",{className:"flex flex-wrap gap-2",children:k.map(t=>{let n=e.editor.previewMode===t.id;return a.jsx("button",{onClick:()=>s("previewMode",t.id),className:(0,p.cn)("px-4 py-2 rounded-lg border text-sm transition-colors",n?"border-accent bg-accent/10 text-accent font-medium":"border-border text-muted hover:border-accent/50"),children:t.label},t.id)})})]}),(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{children:[a.jsx("div",{className:"text-sm font-medium text-txt",children:"Word Wrap"}),a.jsx("div",{className:"text-xs text-muted",children:"Wrap long lines in the editor"})]}),a.jsx("button",{onClick:()=>s("wordWrap",!e.editor.wordWrap),className:(0,p.cn)("w-11 h-6 rounded-full transition-colors relative",e.editor.wordWrap?"bg-accent":"bg-border"),children:a.jsx("span",{className:(0,p.cn)("absolute top-1 w-4 h-4 rounded-full bg-white transition-transform",e.editor.wordWrap?"left-6":"left-1")})})]}),(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{children:[a.jsx("div",{className:"text-sm font-medium text-txt",children:"Line Numbers"}),a.jsx("div",{className:"text-xs text-muted",children:"Show line numbers in the editor"})]}),a.jsx("button",{onClick:()=>s("lineNumbers",!e.editor.lineNumbers),className:(0,p.cn)("w-11 h-6 rounded-full transition-colors relative",e.editor.lineNumbers?"bg-accent":"bg-border"),children:a.jsx("span",{className:(0,p.cn)("absolute top-1 w-4 h-4 rounded-full bg-white transition-transform",e.editor.lineNumbers?"left-6":"left-1")})})]})]})]})}let D=[{value:0,label:"Off"},{value:5,label:"5 seconds"},{value:10,label:"10 seconds"},{value:30,label:"30 seconds"}];function C({settings:e,onSave:t}){let s=(s,a)=>{t({...e,project:{...e.project,[s]:a}})};return(0,a.jsxs)("div",{className:"space-y-8",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"Project"}),a.jsx("p",{className:"text-sm text-muted",children:"Configure project-level settings."})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Auto-refresh Interval"}),a.jsx("p",{className:"text-xs text-muted",children:"How often to check for changes in the project files."}),a.jsx("div",{className:"flex flex-wrap gap-2",children:D.map(t=>{let n=e.project.autoRefresh===t.value;return a.jsx("button",{onClick:()=>s("autoRefresh",t.value),className:(0,p.cn)("px-4 py-2 rounded-lg border text-sm transition-colors",n?"border-accent bg-accent/10 text-accent font-medium":"border-border text-muted hover:border-accent/50"),children:t.label},t.value)})})]}),(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{children:[a.jsx("div",{className:"text-sm font-medium text-txt",children:"Show Hidden Files"}),a.jsx("div",{className:"text-xs text-muted",children:"Display files starting with a dot"})]}),a.jsx("button",{onClick:()=>s("showHidden",!e.project.showHidden),className:(0,p.cn)("w-11 h-6 rounded-full transition-colors relative",e.project.showHidden?"bg-accent":"bg-border"),children:a.jsx("span",{className:(0,p.cn)("absolute top-1 w-4 h-4 rounded-full bg-white transition-transform",e.project.showHidden?"left-6":"left-1")})})]})]})}var S=s(7205),_=s(2153),A=s(904),M=s(2162);let P={"claude-code":{name:"Claude Code",config:`{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"vibedoc": {
|
|
4
|
+
"url": "{{ENDPOINT}}"
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
}`,path:"~/.claude/claude.json"},cursor:{name:"Cursor",config:`{
|
|
8
|
+
"mcp": {
|
|
9
|
+
"servers": {
|
|
10
|
+
"vibedoc": {
|
|
11
|
+
"url": "{{ENDPOINT}}"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}`,path:".cursor/mcp.json"},windsurf:{name:"Windsurf",config:`{
|
|
16
|
+
"mcpServers": {
|
|
17
|
+
"vibedoc": {
|
|
18
|
+
"url": "{{ENDPOINT}}"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}`,path:".windsurf/mcp.json"}};function Z({settings:e,onSave:t}){let[s,l]=(0,n.useState)(!1),[r,i]=(0,n.useState)(null),[c,o]=(0,n.useState)(null),x=(s,a)=>{t({...e,mcp:{...e.mcp,[s]:a}})},m=async()=>{l(!0),i(null);try{(await fetch(e.mcp.endpoint,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"tools/list"})})).ok?i("success"):i("error")}catch{i("error")}l(!1)},u=async t=>{let s=P[t].config.replace("{{ENDPOINT}}",e.mcp.endpoint);await navigator.clipboard.writeText(s),o(t),setTimeout(()=>o(null),2e3)};return(0,a.jsxs)("div",{className:"space-y-8",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"MCP Connection"}),a.jsx("p",{className:"text-sm text-muted",children:"Configure the Model Context Protocol server for AI agents."})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"MCP Endpoint"}),(0,a.jsxs)("div",{className:"flex gap-2",children:[a.jsx(M.I,{value:e.mcp.endpoint,onChange:e=>x("endpoint",e.target.value),className:"bg-surface2 font-mono text-sm"}),(0,a.jsxs)("button",{onClick:m,disabled:s,className:"px-4 py-2 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors disabled:opacity-50 flex items-center gap-2",children:[s?a.jsx(S.Z,{className:"w-4 h-4 animate-spin"}):a.jsx(d,{className:"w-4 h-4"}),"Test"]})]}),r&&a.jsx("div",{className:(0,p.cn)("flex items-center gap-2 text-sm","success"===r?"text-green-400":"text-red-400"),children:"success"===r?(0,a.jsxs)(a.Fragment,{children:[a.jsx(v.Z,{className:"w-4 h-4"}),"Connection successful"]}):(0,a.jsxs)(a.Fragment,{children:[a.jsx(_.Z,{className:"w-4 h-4"}),"Connection failed"]})})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[a.jsx("label",{className:"text-sm font-medium text-txt",children:"Agent Configuration"}),a.jsx("p",{className:"text-xs text-muted",children:"Copy the configuration for your coding agent:"}),a.jsx("div",{className:"space-y-2",children:Object.entries(P).map(([e,t])=>(0,a.jsxs)("div",{className:"flex items-center justify-between p-3 border border-border rounded-lg",children:[(0,a.jsxs)("div",{children:[a.jsx("div",{className:"text-sm font-medium text-txt",children:t.name}),a.jsx("div",{className:"text-xs text-muted font-mono",children:t.path})]}),a.jsx("button",{onClick:()=>u(e),className:(0,p.cn)("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",c===e?"bg-green-500/20 text-green-400":"bg-surface2 text-muted hover:text-txt"),children:c===e?(0,a.jsxs)(a.Fragment,{children:[a.jsx(v.Z,{className:"w-3.5 h-3.5"}),"Copied"]}):(0,a.jsxs)(a.Fragment,{children:[a.jsx(A.Z,{className:"w-3.5 h-3.5"}),"Copy"]})})]},e))})]})]})}var I=s(7542),T=s(9371),z=s(4406);let E=["vibedoc_read_doc","vibedoc_write_doc","vibedoc_search_docs","vibedoc_list_docs","vibedoc_get_status","vibedoc_list_tasks","vibedoc_update_task","vibedoc_read_memory","vibedoc_update_memory"],q=["\uD83D\uDD27","\uD83D\uDCDD","\uD83E\uDDEA","\uD83D\uDD0D","\uD83D\uDCCA","\uD83D\uDD12","⚡","\uD83C\uDFAF","\uD83D\uDCA1","\uD83D\uDE80"];function O({skills:e,onSave:t}){let[s,l]=(0,n.useState)(null),[r,i]=(0,n.useState)(null),[c,o]=(0,n.useState)(!1),d=e=>{l(e.id),i({...e}),o(!1)},m=()=>{l(null),i(null),o(!1)},u=()=>{r&&r.name.trim()&&(c?t([...e,r]):t(e.map(e=>e.id===r.id?r:e)),m())},h=s=>{confirm("Delete this skill?")&&t(e.filter(e=>e.id!==s))},g=e=>{if(!r)return;let t=r.tools.includes(e)?r.tools.filter(t=>t!==e):[...r.tools,e];i({...r,tools:t})};return(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"Skills"}),a.jsx("p",{className:"text-sm text-muted",children:"Reusable capabilities for AI agents."})]}),(0,a.jsxs)("button",{onClick:()=>{let e={id:`skill-${Date.now()}`,name:"",description:"",trigger:"/",prompt:"",tools:[],icon:"⚡"};l(e.id),i(e),o(!0)},className:"flex items-center gap-2 px-3 py-2 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors",children:[a.jsx(I.Z,{className:"w-4 h-4"}),"Add Skill"]})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[e.map(e=>a.jsx("div",{children:s===e.id&&r?(0,a.jsxs)("div",{className:"border border-accent rounded-lg p-4 space-y-4 bg-accent/5",children:[(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[a.jsx("select",{value:r.icon||"⚡",onChange:e=>i({...r,icon:e.target.value}),className:"w-12 h-10 text-center text-xl bg-surface2 border border-border rounded-lg",children:q.map(e=>a.jsx("option",{value:e,children:e},e))}),a.jsx(M.I,{value:r.name,onChange:e=>i({...r,name:e.target.value}),placeholder:"Skill name",className:"bg-surface2"})]}),a.jsx(M.I,{value:r.description,onChange:e=>i({...r,description:e.target.value}),placeholder:"Description",className:"bg-surface2"}),a.jsx("div",{className:"flex gap-3",children:(0,a.jsxs)("div",{className:"flex-1",children:[a.jsx("label",{className:"text-xs text-muted mb-1 block",children:"Trigger"}),a.jsx(M.I,{value:r.trigger,onChange:e=>i({...r,trigger:e.target.value}),placeholder:"/command",className:"bg-surface2 font-mono"})]})}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-1 block",children:"System Prompt"}),a.jsx("textarea",{value:r.prompt,onChange:e=>i({...r,prompt:e.target.value}),placeholder:"Instructions for the AI when this skill is activated...",rows:4,className:"w-full px-3 py-2 bg-surface2 border border-border rounded-lg text-sm resize-none"})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-2 block",children:"Available Tools"}),a.jsx("div",{className:"flex flex-wrap gap-2",children:E.map(e=>a.jsx("button",{onClick:()=>g(e),className:(0,p.cn)("px-2 py-1 rounded text-xs font-mono transition-colors",r.tools.includes(e)?"bg-accent/20 text-accent":"bg-surface2 text-muted hover:text-txt"),children:e.replace("vibedoc_","")},e))})]}),(0,a.jsxs)("div",{className:"flex justify-end gap-2",children:[a.jsx("button",{onClick:m,className:"px-3 py-1.5 text-sm text-muted hover:text-txt transition-colors",children:"Cancel"}),(0,a.jsxs)("button",{onClick:u,disabled:!r.name.trim(),className:"flex items-center gap-2 px-3 py-1.5 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors disabled:opacity-50",children:[a.jsx(v.Z,{className:"w-4 h-4"}),"Save"]})]})]}):(0,a.jsxs)("div",{className:"flex items-start gap-3 p-4 border border-border rounded-lg hover:border-accent/30 transition-colors group",children:[a.jsx("div",{className:"w-10 h-10 rounded-lg bg-surface2 flex items-center justify-center text-xl shrink-0",children:e.icon||"⚡"}),(0,a.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("span",{className:"font-medium text-txt",children:e.name}),a.jsx("code",{className:"text-xs bg-surface2 px-1.5 py-0.5 rounded text-accent",children:e.trigger})]}),a.jsx("p",{className:"text-sm text-muted mt-0.5",children:e.description}),e.tools.length>0&&a.jsx("div",{className:"flex flex-wrap gap-1 mt-2",children:e.tools.map(e=>a.jsx("span",{className:"text-xs bg-surface2 px-1.5 py-0.5 rounded text-muted",children:e.replace("vibedoc_","")},e))})]}),(0,a.jsxs)("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[a.jsx("button",{onClick:()=>d(e),className:"p-1.5 rounded hover:bg-surface2 text-muted hover:text-txt transition-colors",children:a.jsx(T.Z,{className:"w-4 h-4"})}),a.jsx("button",{onClick:()=>h(e.id),className:"p-1.5 rounded hover:bg-red-500/10 text-muted hover:text-red-400 transition-colors",children:a.jsx(z.Z,{className:"w-4 h-4"})})]})]})},e.id)),c&&r&&(0,a.jsxs)("div",{className:"border border-accent rounded-lg p-4 space-y-4 bg-accent/5",children:[(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[a.jsx("select",{value:r.icon||"⚡",onChange:e=>i({...r,icon:e.target.value}),className:"w-12 h-10 text-center text-xl bg-surface2 border border-border rounded-lg",children:q.map(e=>a.jsx("option",{value:e,children:e},e))}),a.jsx(M.I,{value:r.name,onChange:e=>i({...r,name:e.target.value}),placeholder:"Skill name",className:"bg-surface2"})]}),a.jsx(M.I,{value:r.description,onChange:e=>i({...r,description:e.target.value}),placeholder:"Description",className:"bg-surface2"}),a.jsx("div",{className:"flex gap-3",children:(0,a.jsxs)("div",{className:"flex-1",children:[a.jsx("label",{className:"text-xs text-muted mb-1 block",children:"Trigger"}),a.jsx(M.I,{value:r.trigger,onChange:e=>i({...r,trigger:e.target.value}),placeholder:"/command",className:"bg-surface2 font-mono"})]})}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-1 block",children:"System Prompt"}),a.jsx("textarea",{value:r.prompt,onChange:e=>i({...r,prompt:e.target.value}),placeholder:"Instructions for the AI when this skill is activated...",rows:4,className:"w-full px-3 py-2 bg-surface2 border border-border rounded-lg text-sm resize-none"})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-2 block",children:"Available Tools"}),a.jsx("div",{className:"flex flex-wrap gap-2",children:E.map(e=>a.jsx("button",{onClick:()=>g(e),className:(0,p.cn)("px-2 py-1 rounded text-xs font-mono transition-colors",r.tools.includes(e)?"bg-accent/20 text-accent":"bg-surface2 text-muted hover:text-txt"),children:e.replace("vibedoc_","")},e))})]}),(0,a.jsxs)("div",{className:"flex justify-end gap-2",children:[a.jsx("button",{onClick:m,className:"px-3 py-1.5 text-sm text-muted hover:text-txt transition-colors",children:"Cancel"}),(0,a.jsxs)("button",{onClick:u,disabled:!r.name.trim(),className:"flex items-center gap-2 px-3 py-1.5 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors disabled:opacity-50",children:[a.jsx(v.Z,{className:"w-4 h-4"}),"Save"]})]})]}),0===e.length&&!c&&(0,a.jsxs)("div",{className:"text-center py-8 text-muted",children:[a.jsx(x.Z,{className:"w-10 h-10 mx-auto mb-3 opacity-30"}),a.jsx("p",{className:"text-sm",children:"No skills configured"}),a.jsx("p",{className:"text-xs mt-1",children:"Add a skill to give your agents capabilities"})]})]})]})}let F=["\uD83E\uDD16","\uD83D\uDCDA","\uD83D\uDD12","\uD83E\uDDEA","\uD83D\uDCDD","\uD83D\uDD27","\uD83D\uDCA1","\uD83C\uDFAF","\uD83D\uDE80","⚡"];function H({agents:e,skills:t,onSave:s}){let[l,r]=(0,n.useState)(null),[i,c]=(0,n.useState)(null),[o,d]=(0,n.useState)(!1),x=e=>{r(e.id),c({...e}),d(!1)},u=()=>{r(null),c(null),d(!1)},h=()=>{i&&i.name.trim()&&(o?s([...e,i]):s(e.map(e=>e.id===i.id?i:e)),u())},g=t=>{confirm("Delete this agent?")&&s(e.filter(e=>e.id!==t))},b=t=>{s(e.map(e=>e.id===t?{...e,active:!e.active}:e))},f=e=>{if(!i)return;let t=i.skills.includes(e)?i.skills.filter(t=>t!==e):[...i.skills,e];c({...i,skills:t})},j=e=>(0,a.jsxs)("div",{className:"border border-accent rounded-lg p-4 space-y-4 bg-accent/5",children:[(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[a.jsx("select",{value:e.icon,onChange:t=>c({...e,icon:t.target.value}),className:"w-12 h-10 text-center text-xl bg-surface2 border border-border rounded-lg",children:F.map(e=>a.jsx("option",{value:e,children:e},e))}),a.jsx(M.I,{value:e.name,onChange:t=>c({...e,name:t.target.value}),placeholder:"Agent name",className:"bg-surface2"})]}),a.jsx(M.I,{value:e.description,onChange:t=>c({...e,description:t.target.value}),placeholder:"Description",className:"bg-surface2"}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-2 block",children:"Assigned Skills"}),(0,a.jsxs)("div",{className:"flex flex-wrap gap-2",children:[t.map(t=>(0,a.jsxs)("button",{onClick:()=>f(t.id),className:(0,p.cn)("flex items-center gap-1.5 px-2.5 py-1.5 rounded-lg text-sm transition-colors",e.skills.includes(t.id)?"bg-accent/20 text-accent":"bg-surface2 text-muted hover:text-txt"),children:[a.jsx("span",{children:t.icon||"⚡"}),t.name]},t.id)),0===t.length&&a.jsx("span",{className:"text-xs text-muted",children:"No skills available. Create skills first."})]})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"text-xs text-muted mb-1 block",children:"Custom System Prompt"}),a.jsx("textarea",{value:e.prompt,onChange:t=>c({...e,prompt:t.target.value}),placeholder:"Additional instructions for this agent...",rows:3,className:"w-full px-3 py-2 bg-surface2 border border-border rounded-lg text-sm resize-none"})]}),(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("button",{onClick:()=>c({...e,active:!e.active}),className:(0,p.cn)("w-11 h-6 rounded-full transition-colors relative",e.active?"bg-accent":"bg-border"),children:a.jsx("span",{className:(0,p.cn)("absolute top-1 w-4 h-4 rounded-full bg-white transition-transform",e.active?"left-6":"left-1")})}),a.jsx("span",{className:"text-sm text-muted",children:e.active?"Active":"Inactive"})]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[a.jsx("button",{onClick:u,className:"px-3 py-1.5 text-sm text-muted hover:text-txt transition-colors",children:"Cancel"}),(0,a.jsxs)("button",{onClick:h,disabled:!e.name.trim(),className:"flex items-center gap-2 px-3 py-1.5 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors disabled:opacity-50",children:[a.jsx(v.Z,{className:"w-4 h-4"}),"Save"]})]})]})]});return(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-1",children:"Agents"}),a.jsx("p",{className:"text-sm text-muted",children:"AI agent profiles with assigned skills."})]}),(0,a.jsxs)("button",{onClick:()=>{let e={id:`agent-${Date.now()}`,name:"",icon:"\uD83E\uDD16",description:"",skills:[],prompt:"",active:!0};r(e.id),c(e),d(!0)},className:"flex items-center gap-2 px-3 py-2 bg-accent text-white rounded-lg text-sm font-medium hover:bg-accent/90 transition-colors",children:[a.jsx(I.Z,{className:"w-4 h-4"}),"Add Agent"]})]}),(0,a.jsxs)("div",{className:"space-y-3",children:[e.map(e=>a.jsx("div",{children:l===e.id&&i?j(i):(0,a.jsxs)("div",{className:(0,p.cn)("flex items-start gap-3 p-4 border rounded-lg transition-colors group",e.active?"border-border hover:border-accent/30":"border-border/50 opacity-60"),children:[a.jsx("div",{className:"w-10 h-10 rounded-lg bg-surface2 flex items-center justify-center text-xl shrink-0",children:e.icon}),(0,a.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("span",{className:"font-medium text-txt",children:e.name}),!e.active&&a.jsx("span",{className:"text-xs bg-surface2 px-1.5 py-0.5 rounded text-muted",children:"Inactive"})]}),a.jsx("p",{className:"text-sm text-muted mt-0.5",children:e.description}),e.skills.length>0&&a.jsx("div",{className:"flex flex-wrap gap-1 mt-2",children:e.skills.map(e=>{let s=t.find(t=>t.id===e);return s?(0,a.jsxs)("span",{className:"flex items-center gap-1 text-xs bg-surface2 px-1.5 py-0.5 rounded text-muted",children:[s.icon," ",s.name]},e):null})})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("button",{onClick:()=>b(e.id),className:(0,p.cn)("w-9 h-5 rounded-full transition-colors relative",e.active?"bg-accent":"bg-border"),children:a.jsx("span",{className:(0,p.cn)("absolute top-0.5 w-4 h-4 rounded-full bg-white transition-transform",e.active?"left-4":"left-0.5")})}),(0,a.jsxs)("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[a.jsx("button",{onClick:()=>x(e),className:"p-1.5 rounded hover:bg-surface2 text-muted hover:text-txt transition-colors",children:a.jsx(T.Z,{className:"w-4 h-4"})}),a.jsx("button",{onClick:()=>g(e.id),className:"p-1.5 rounded hover:bg-red-500/10 text-muted hover:text-red-400 transition-colors",children:a.jsx(z.Z,{className:"w-4 h-4"})})]})]})]})},e.id)),o&&i&&j(i),0===e.length&&!o&&(0,a.jsxs)("div",{className:"text-center py-8 text-muted",children:[a.jsx(m.Z,{className:"w-10 h-10 mx-auto mb-3 opacity-30"}),a.jsx("p",{className:"text-sm",children:"No agents configured"}),a.jsx("p",{className:"text-xs mt-1",children:"Add an agent to define AI personas with skills"})]})]})]})}let V={theme:"dark",accentColor:"blue",fontSize:"medium",editor:{autoSave:10,wordWrap:!0,lineNumbers:!0,previewMode:"split"},project:{autoRefresh:10,showHidden:!1},mcp:{endpoint:"http://localhost:3000/api/mcp"}},W=[{id:"code-review",name:"Code Review",description:"Analyzes code for quality, security, and performance issues",trigger:"/review",prompt:"You are an expert code reviewer. Analyze the provided code for:\n- Code quality and best practices\n- Security vulnerabilities\n- Performance issues\n- Maintainability concerns\n\nProvide actionable feedback.",tools:["vibedoc_read_doc","vibedoc_search_docs"],icon:"\uD83D\uDD27"},{id:"doc-generator",name:"Documentation Generator",description:"Creates documentation from code and comments",trigger:"/docs",prompt:"You are a technical documentation writer. Generate clear, comprehensive documentation for the provided code or feature.",tools:["vibedoc_read_doc","vibedoc_write_doc"],icon:"\uD83D\uDCDD"},{id:"test-writer",name:"Test Writer",description:"Generates unit tests for functions and components",trigger:"/test",prompt:"You are a testing expert. Write comprehensive unit tests for the provided code, covering edge cases and ensuring good test coverage.",tools:["vibedoc_read_doc","vibedoc_search_docs"],icon:"\uD83E\uDDEA"}],G=[{id:"code-assistant",name:"Code Assistant",icon:"\uD83E\uDD16",description:"General-purpose coding help",skills:["code-review","test-writer"],prompt:"You are a helpful coding assistant. Help the user with their coding tasks.",active:!0},{id:"doc-bot",name:"Documentation Bot",icon:"\uD83D\uDCDA",description:"Focused on docs and comments",skills:["doc-generator"],prompt:"You are a documentation specialist. Focus on creating and improving documentation.",active:!0}],U=[{id:"appearance",label:"Appearance",icon:i},{id:"editor",label:"Editor",icon:c},{id:"project",label:"Project",icon:o},{id:"mcp",label:"MCP",icon:d},{id:"skills",label:"Skills",icon:x.Z},{id:"agents",label:"Agents",icon:m.Z}];function $(){let{rootParam:e}=(0,l.q)(),[t,s]=(0,n.useState)("appearance"),[r,i]=(0,n.useState)(V),[c,o]=(0,n.useState)(W),[d,x]=(0,n.useState)(G),[m,h]=(0,n.useState)(!0),[g,b]=(0,n.useState)(!1);(0,n.useCallback)(async()=>{try{let t=await fetch(`/api/settings${e}&type=all`),s=await t.json();i(s.settings||V),o(s.skills||W),x(s.agents||G)}catch{}h(!1)},[e]);let v=async t=>{b(!0),i(t);try{await fetch(`/api/settings${e}&type=settings`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}catch{}b(!1)},f=async t=>{b(!0),o(t);try{await fetch(`/api/settings${e}&type=skills`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}catch{}b(!1)},j=async t=>{b(!0),x(t);try{await fetch(`/api/settings${e}&type=agents`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}catch{}b(!1)};return m?a.jsx("div",{className:"flex items-center justify-center h-full",children:a.jsx("div",{className:"text-muted",children:"Loading settings..."})}):(0,a.jsxs)("div",{className:"flex h-full",children:[(0,a.jsxs)("aside",{className:"w-56 border-r border-border bg-sidebar shrink-0",children:[a.jsx("div",{className:"p-4 border-b border-border",children:(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx(u.Z,{className:"w-5 h-5 text-accent"}),a.jsx("h1",{className:"font-semibold text-txt",children:"Settings"})]})}),a.jsx("nav",{className:"p-2",children:U.map(e=>{let n=e.icon;return(0,a.jsxs)("button",{onClick:()=>s(e.id),className:(0,p.cn)("w-full flex items-center gap-3 px-3 py-2 rounded-lg text-sm transition-colors",t===e.id?"bg-accent/10 text-accent font-medium":"text-muted hover:text-txt hover:bg-surface2"),children:[a.jsx(n,{className:"w-4 h-4"}),e.label]},e.id)})})]}),a.jsx("div",{className:"flex-1 overflow-y-auto",children:(0,a.jsxs)("div",{className:"max-w-2xl mx-auto p-6",children:[g&&a.jsx("div",{className:"fixed top-4 right-4 bg-accent text-white px-3 py-1.5 rounded-lg text-sm shadow-lg",children:"Saving..."}),"appearance"===t&&a.jsx(N,{settings:r,onSave:v}),"editor"===t&&a.jsx(w,{settings:r,onSave:v}),"project"===t&&a.jsx(C,{settings:r,onSave:v}),"mcp"===t&&a.jsx(Z,{settings:r,onSave:v}),"skills"===t&&a.jsx(O,{skills:c,onSave:f}),"agents"===t&&a.jsx(H,{agents:d,skills:c,onSave:j})]})})]})}},8854:(e,t,s)=>{"use strict";s.r(t),s.d(t,{$$typeof:()=>r,__esModule:()=>l,default:()=>i});var a=s(2334);let n=(0,a.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/settings/page.tsx`),{__esModule:l,$$typeof:r}=n;n.default;let i=(0,a.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/settings/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),a=t.X(0,[357,491,945,191],()=>s(9849));module.exports=a})();
|
|
@@ -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)/settings/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":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","7558","static/chunks/app/(app)/settings/page-f264516b9005f933.js"],"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)/settings/page":[]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=821,e.ids=[821],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")},5605:(e,t,s)=>{"use strict";s.r(t),s.d(t,{GlobalError:()=>i.a,__next_app__:()=>x,originalPathname:()=>m,pages:()=>o,routeModule:()=>h,tree:()=>d}),s(3412),s(2026),s(5133),s(7831);var a=s(9193),n=s(1854),r=s(3997),i=s.n(r),c=s(3320),l={};for(let e in c)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>c[e]);s.d(t,l);let d=["",{children:["(app)",{children:["setup",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(s.bind(s,3412)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/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"]}],o=["/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/page.tsx"],m="/(app)/setup/page",x={require:s,loadChunk:()=>Promise.resolve()},h=new a.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(app)/setup/page",pathname:"/setup",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},2536:(e,t,s)=>{Promise.resolve().then(s.bind(s,52))},5943:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]])},7205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},9922:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});let a=(0,s(9721).Z)("users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]])},52:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>A});var a=s(7486),n=s(618),r=s(6266),i=s(9721);let c=(0,i.Z)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);var l=s(9421),d=s(9644),o=s(8953);let m=(0,i.Z)("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);var x=s(7205),h=s(5098),p=s(5943);let u=(0,i.Z)("building-2",[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2",key:"secmi2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16",key:"16ra0t"}]]),g=(0,i.Z)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);var j=s(7987);let b=(0,i.Z)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),v=(0,i.Z)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);var f=s(9922);let y=[{category:"Recommended",items:[{id:"claude-md",name:"CLAUDE.md",description:"AI agent instructions",icon:p.Z,path:"CLAUDE.md"},{id:"agents-md",name:"AGENTS.md",description:"Multi-agent config",icon:p.Z,path:"AGENTS.md"}]},{category:"Documentation",items:[{id:"prd",name:"PRD",description:"Product requirements",icon:l.Z,path:"docs/prd.md"},{id:"architecture-overview",name:"Architecture",description:"System overview",icon:u,path:"docs/architecture/overview.md"},{id:"api-reference",name:"API Reference",description:"Endpoints docs",icon:g,path:"docs/api-reference.md"},{id:"runbook",name:"Runbook",description:"Operations guide",icon:j.Z,path:"docs/runbook.md"},{id:"adr",name:"ADR",description:"Decision record",icon:b,path:"docs/architecture/decisions/ADR-001.md"},{id:"meeting-notes",name:"Meeting Notes",description:"Meeting template",icon:v,path:"docs/meetings/notes.md"},{id:"onboarding",name:"Onboarding",description:"Dev onboarding",icon:f.Z,path:"docs/onboarding.md"}]}];function N({selected:e,onChange:t}){let s=t=>e.some(e=>e.id===t),n=a=>{s(a.id)?t(e.filter(e=>e.id!==a.id)):t([...e,{id:a.id,name:a.name,path:a.path}])},r=a=>{let n=y.find(e=>e.category===a);if(n){if(n.items.every(e=>s(e.id)))t(e.filter(e=>!n.items.some(t=>t.id===e.id)));else{let a=[...e];n.items.forEach(e=>{s(e.id)||a.push({id:e.id,name:e.name,path:e.path})}),t(a)}}};return(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-2",children:"Select Templates"}),a.jsx("p",{className:"text-muted",children:"Choose which documentation files to generate for your project."})]}),y.map(e=>(0,a.jsxs)("div",{className:"space-y-3",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[a.jsx("h3",{className:"text-sm font-medium text-muted uppercase tracking-wider",children:e.category}),a.jsx("button",{onClick:()=>r(e.category),className:"text-xs text-accent hover:text-accent/80 transition-colors",children:e.items.every(e=>s(e.id))?"Deselect all":"Select all"})]}),a.jsx("div",{className:"grid grid-cols-2 sm:grid-cols-3 gap-3",children:e.items.map(e=>{let t=e.icon,r=s(e.id);return a.jsx("button",{onClick:()=>n(e),className:(0,h.cn)("p-3 rounded-lg border text-left transition-all",r?"border-accent bg-accent/10":"border-border hover:border-accent/50"),children:(0,a.jsxs)("div",{className:"flex items-start gap-2",children:[a.jsx("div",{className:(0,h.cn)("w-8 h-8 rounded-lg flex items-center justify-center shrink-0",r?"bg-accent/20":"bg-surface2"),children:a.jsx(t,{className:(0,h.cn)("w-4 h-4",r?"text-accent":"text-muted")})}),(0,a.jsxs)("div",{className:"min-w-0 flex-1",children:[a.jsx("div",{className:"font-medium text-sm text-txt truncate",children:e.name}),a.jsx("div",{className:"text-xs text-muted truncate",children:e.description})]}),r&&a.jsx(d.Z,{className:"w-4 h-4 text-accent shrink-0"})]})},e.id)})})]},e.category)),(0,a.jsxs)("div",{className:"text-sm text-muted",children:[e.length," template",1!==e.length?"s":""," selected"]})]})}var k=s(2162);let w=[{value:"web-app",label:"Web Application"},{value:"api-backend",label:"API / Backend"},{value:"cli-tool",label:"CLI Tool"},{value:"library",label:"Library / SDK"},{value:"mobile-app",label:"Mobile App"},{value:"monorepo",label:"Monorepo"}];function C({answers:e,onChange:t}){let s=(s,a)=>{t({...e,[s]:a})};return(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-2",children:"Project Information"}),a.jsx("p",{className:"text-muted",children:"Tell us about your project to customize the documentation."})]}),(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)("label",{className:"block text-sm font-medium text-txt mb-1.5",children:["Project Name ",a.jsx("span",{className:"text-red-400",children:"*"})]}),a.jsx(k.I,{value:e.projectName,onChange:e=>s("projectName",e.target.value),placeholder:"My Awesome Project",className:"bg-surface2"})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"block text-sm font-medium text-txt mb-1.5",children:"Project Type"}),a.jsx("select",{value:e.projectType,onChange:e=>s("projectType",e.target.value),className:"w-full h-10 px-3 rounded-md border border-border bg-surface2 text-txt text-sm focus:outline-none focus:ring-2 focus:ring-accent/50",children:w.map(e=>a.jsx("option",{value:e.value,children:e.label},e.value))})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"block text-sm font-medium text-txt mb-1.5",children:"Tech Stack"}),a.jsx(k.I,{value:e.techStack,onChange:e=>s("techStack",e.target.value),placeholder:"Next.js, TypeScript, PostgreSQL, etc.",className:"bg-surface2"}),a.jsx("p",{className:"text-xs text-muted mt-1",children:"Comma-separated list of main technologies"})]}),(0,a.jsxs)("div",{children:[a.jsx("label",{className:"block text-sm font-medium text-txt mb-1.5",children:"Description"}),a.jsx("textarea",{value:e.description,onChange:e=>s("description",e.target.value),placeholder:"A brief description of what your project does...",rows:3,className:"w-full px-3 py-2 rounded-md border border-border bg-surface2 text-txt text-sm resize-none focus:outline-none focus:ring-2 focus:ring-accent/50"})]}),(0,a.jsxs)("div",{children:[(0,a.jsxs)("label",{className:"block text-sm font-medium text-txt mb-1.5",children:["Key Features ",a.jsx("span",{className:"text-muted",children:"(optional)"})]}),a.jsx(k.I,{value:e.keyFeatures,onChange:e=>s("keyFeatures",e.target.value),placeholder:"Auth, payments, real-time sync, etc.",className:"bg-surface2"}),a.jsx("p",{className:"text-xs text-muted mt-1",children:"Comma-separated list of main features"})]}),(0,a.jsxs)("div",{children:[(0,a.jsxs)("label",{className:"block text-sm font-medium text-txt mb-1.5",children:["Coding Conventions ",a.jsx("span",{className:"text-muted",children:"(optional)"})]}),a.jsx(k.I,{value:e.conventions,onChange:e=>s("conventions",e.target.value),placeholder:"ESLint, Prettier, Conventional Commits, etc.",className:"bg-surface2"})]})]})]})}let M=(0,i.Z)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),P=(0,i.Z)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);function S({files:e,onWrite:t,isWriting:s}){let[r,i]=(0,n.useState)(new Set),c=e=>{i(t=>{let s=new Set(t);return s.has(e)?s.delete(e):s.add(e),s})},d=e.filter(e=>!e.skipped),m=e.filter(e=>e.skipped);return 0===e.length?(0,a.jsxs)("div",{className:"text-center py-12",children:[a.jsx(M,{className:"w-12 h-12 text-muted mx-auto mb-4"}),a.jsx("h3",{className:"text-lg font-medium text-txt mb-2",children:"No files generated"}),a.jsx("p",{className:"text-muted",children:"Something went wrong. Please go back and try again."})]}):(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-2",children:"Preview"}),a.jsx("p",{className:"text-muted",children:"Review the files that will be created. Click to expand and see the content."})]}),(0,a.jsxs)("div",{className:"space-y-2",children:[(0,a.jsxs)("h3",{className:"text-sm font-medium text-muted uppercase tracking-wider",children:["Files to create (",d.length,")"]}),a.jsx("div",{className:"border border-border rounded-lg divide-y divide-border overflow-hidden",children:d.map(e=>{let t=r.has(e.path);return(0,a.jsxs)("div",{children:[(0,a.jsxs)("button",{onClick:()=>c(e.path),className:"w-full flex items-center gap-3 p-3 hover:bg-surface2 transition-colors",children:[t?a.jsx(P,{className:"w-4 h-4 text-muted shrink-0"}):a.jsx(o.Z,{className:"w-4 h-4 text-muted shrink-0"}),a.jsx(l.Z,{className:"w-4 h-4 text-accent shrink-0"}),a.jsx("span",{className:"text-sm font-mono text-txt",children:e.path})]}),t&&a.jsx("div",{className:"px-3 pb-3",children:(0,a.jsxs)("pre",{className:"p-3 bg-surface2 rounded-lg text-xs text-muted overflow-x-auto max-h-64 overflow-y-auto",children:[e.content.slice(0,2e3),e.content.length>2e3&&"\n\n...(truncated)"]})})]},e.path)})})]}),m.length>0&&(0,a.jsxs)("div",{className:"space-y-2",children:[(0,a.jsxs)("h3",{className:"text-sm font-medium text-muted uppercase tracking-wider",children:["Skipped (",m.length,")"]}),a.jsx("div",{className:"bg-amber-500/10 border border-amber-500/30 rounded-lg p-3 space-y-1",children:m.map(e=>(0,a.jsxs)("div",{className:"flex items-center gap-2 text-sm",children:[a.jsx(M,{className:"w-4 h-4 text-amber-400 shrink-0"}),a.jsx("span",{className:"font-mono text-amber-400",children:e.path}),(0,a.jsxs)("span",{className:"text-amber-400/70",children:["— ",e.reason||"already exists"]})]},e.path))})]}),(0,a.jsxs)("div",{className:"text-sm text-muted",children:[d.length," file",1!==d.length?"s":""," will be created",m.length>0&&`, ${m.length} skipped`]})]})}let Z=[{id:"welcome",title:"Welcome"},{id:"templates",title:"Templates"},{id:"questions",title:"Project Info"},{id:"mode",title:"Generation"},{id:"preview",title:"Preview"},{id:"complete",title:"Complete"}];function q(){let{activeProject:e,rootParam:t,projects:s}=(0,r.q)(),i=s.find(t=>t.root===e),[p,u]=(0,n.useState)(0),[g,j]=(0,n.useState)([]),[b,v]=(0,n.useState)({projectName:"",projectType:"web-app",techStack:"",description:"",keyFeatures:"",conventions:""}),[f,y]=(0,n.useState)("quick"),[k,w]=(0,n.useState)([]),[M,P]=(0,n.useState)(!1),[q,A]=(0,n.useState)([]),D=async()=>{if(3===p){P(!0);try{let e=await fetch(`/api/setup/generate${t}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({templates:g,answers:b,mode:f})}),s=await e.json();w(s.files||[])}catch{w([])}P(!1)}u(e=>Math.min(e+1,Z.length-1))},T=async()=>{P(!0);try{await fetch(`/api/setup/write${t}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({files:k})}),u(5)}catch{}P(!1)};return(0,a.jsxs)("div",{className:"min-h-screen bg-bg flex flex-col",children:[a.jsx("div",{className:"border-b border-border bg-surface",children:(0,a.jsxs)("div",{className:"max-w-3xl mx-auto px-6 py-4",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[a.jsx("h1",{className:"text-lg font-semibold text-txt",children:"Setup Wizard"}),(0,a.jsxs)("span",{className:"text-sm text-muted",children:["Step ",p+1," of ",Z.length]})]}),a.jsx("div",{className:"flex gap-1",children:Z.map((e,t)=>a.jsx("div",{className:(0,h.cn)("h-1 flex-1 rounded-full transition-colors",t<=p?"bg-accent":"bg-border")},e.id))})]})}),a.jsx("div",{className:"flex-1 overflow-y-auto",children:(0,a.jsxs)("div",{className:"max-w-3xl mx-auto px-6 py-8",children:[0===p&&(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{className:"text-center space-y-4",children:[a.jsx("div",{className:"w-16 h-16 rounded-2xl bg-accent/10 flex items-center justify-center mx-auto",children:a.jsx(c,{className:"w-8 h-8 text-accent"})}),a.jsx("h2",{className:"text-2xl font-bold text-txt",children:"Welcome to VibeDoc"}),a.jsx("p",{className:"text-muted max-w-md mx-auto",children:"Let's set up your project documentation. You can generate AI-optimized docs like CLAUDE.md, architecture overviews, and more."})]}),i&&(0,a.jsxs)("div",{className:"bg-surface border border-border rounded-lg p-4",children:[a.jsx("div",{className:"text-sm text-muted mb-1",children:"Current Project"}),a.jsx("div",{className:"font-medium text-txt",children:i.name}),a.jsx("div",{className:"text-xs text-muted mt-1 font-mono",children:i.root})]}),q.length>0&&(0,a.jsxs)("div",{className:"bg-amber-500/10 border border-amber-500/30 rounded-lg p-4",children:[a.jsx("div",{className:"text-sm font-medium text-amber-400 mb-1",children:"Existing files detected"}),(0,a.jsxs)("div",{className:"text-sm text-amber-400/80",children:[q.join(", ")," already exist. They will be skipped during generation."]})]})]}),1===p&&a.jsx(N,{selected:g,onChange:j}),2===p&&a.jsx(C,{answers:b,onChange:v}),3===p&&(0,a.jsxs)("div",{className:"space-y-6",children:[(0,a.jsxs)("div",{children:[a.jsx("h2",{className:"text-xl font-semibold text-txt mb-2",children:"Choose Generation Mode"}),a.jsx("p",{className:"text-muted",children:"How would you like to generate your documentation?"})]}),(0,a.jsxs)("div",{className:"grid gap-4",children:[a.jsx("button",{onClick:()=>y("quick"),className:(0,h.cn)("p-4 rounded-lg border text-left transition-all","quick"===f?"border-accent bg-accent/10":"border-border hover:border-accent/50"),children:(0,a.jsxs)("div",{className:"flex items-start gap-3",children:[a.jsx(l.Z,{className:"w-5 h-5 text-accent mt-0.5"}),(0,a.jsxs)("div",{children:[a.jsx("div",{className:"font-medium text-txt",children:"Quick Mode"}),a.jsx("div",{className:"text-sm text-muted mt-1",children:"Use templates with your project info filled in. Fast and reliable."})]}),"quick"===f&&a.jsx(d.Z,{className:"w-5 h-5 text-accent ml-auto"})]})}),a.jsx("button",{onClick:()=>y("ai"),className:(0,h.cn)("p-4 rounded-lg border text-left transition-all","ai"===f?"border-accent bg-accent/10":"border-border hover:border-accent/50"),children:(0,a.jsxs)("div",{className:"flex items-start gap-3",children:[a.jsx(c,{className:"w-5 h-5 text-accent mt-0.5"}),(0,a.jsxs)("div",{children:[a.jsx("div",{className:"font-medium text-txt",children:"AI Mode"}),a.jsx("div",{className:"text-sm text-muted mt-1",children:"Generate custom content using your connected coding agent (Claude Code, Cursor, etc.)."}),a.jsx("div",{className:"text-xs text-accent mt-2",children:"Requires MCP connection"})]}),"ai"===f&&a.jsx(d.Z,{className:"w-5 h-5 text-accent ml-auto"})]})})]})]}),4===p&&a.jsx(S,{files:k,onWrite:T,isWriting:M}),5===p&&(0,a.jsxs)("div",{className:"text-center space-y-6",children:[a.jsx("div",{className:"w-16 h-16 rounded-full bg-green-500/10 flex items-center justify-center mx-auto",children:a.jsx(d.Z,{className:"w-8 h-8 text-green-500"})}),a.jsx("h2",{className:"text-2xl font-bold text-txt",children:"Setup Complete!"}),a.jsx("p",{className:"text-muted max-w-md mx-auto",children:"Your documentation files have been created. You can now view and edit them in the Docs tab."}),(0,a.jsxs)("div",{className:"bg-surface border border-border rounded-lg p-4 text-left max-w-md mx-auto",children:[a.jsx("div",{className:"text-sm font-medium text-txt mb-2",children:"Next steps:"}),(0,a.jsxs)("ul",{className:"text-sm text-muted space-y-2",children:[a.jsx("li",{children:"• Review generated files in the Docs tab"}),a.jsx("li",{children:"• Edit content to match your project specifics"}),a.jsx("li",{children:"• Connect your coding agent via MCP for AI assistance"})]})]}),(0,a.jsxs)("a",{href:"/docs",className:"inline-flex items-center gap-2 px-4 py-2 bg-accent text-white rounded-lg font-medium hover:bg-accent/90 transition-colors",children:["Go to Docs",a.jsx(o.Z,{className:"w-4 h-4"})]})]})]})}),p<5&&a.jsx("div",{className:"border-t border-border bg-surface",children:(0,a.jsxs)("div",{className:"max-w-3xl mx-auto px-6 py-4 flex items-center justify-between",children:[(0,a.jsxs)("button",{onClick:()=>{u(e=>Math.max(e-1,0))},disabled:0===p,className:(0,h.cn)("flex items-center gap-2 px-4 py-2 rounded-lg font-medium transition-colors",0===p?"text-muted cursor-not-allowed":"text-txt hover:bg-surface2"),children:[a.jsx(m,{className:"w-4 h-4"}),"Back"]}),4===p?a.jsx("button",{onClick:T,disabled:M||0===k.length,className:"flex items-center gap-2 px-4 py-2 bg-accent text-white rounded-lg font-medium hover:bg-accent/90 transition-colors disabled:opacity-50",children:M?(0,a.jsxs)(a.Fragment,{children:[a.jsx(x.Z,{className:"w-4 h-4 animate-spin"}),"Writing..."]}):(0,a.jsxs)(a.Fragment,{children:["Write Files",a.jsx(d.Z,{className:"w-4 h-4"})]})}):a.jsx("button",{onClick:D,disabled:!(()=>{switch(p){case 0:case 3:default:return!0;case 1:return g.length>0;case 2:return""!==b.projectName.trim();case 4:return k.length>0}})()||M,className:"flex items-center gap-2 px-4 py-2 bg-accent text-white rounded-lg font-medium hover:bg-accent/90 transition-colors disabled:opacity-50",children:M?(0,a.jsxs)(a.Fragment,{children:[a.jsx(x.Z,{className:"w-4 h-4 animate-spin"}),"Generating..."]}):(0,a.jsxs)(a.Fragment,{children:[3===p?"Generate":"Next",a.jsx(o.Z,{className:"w-4 h-4"})]})})]})})]})}function A(){return a.jsx(q,{})}},3412:(e,t,s)=>{"use strict";s.r(t),s.d(t,{$$typeof:()=>i,__esModule:()=>r,default:()=>c});var a=s(2334);let n=(0,a.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/page.tsx`),{__esModule:r,$$typeof:i}=n;n.default;let c=(0,a.createProxy)(String.raw`/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/(app)/setup/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),a=t.X(0,[357,491,945,191],()=>s(5605));module.exports=a})();
|
|
@@ -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)/setup/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":["490","static/chunks/490-ed8ba8bf24ab2f3d.js","7821","static/chunks/app/(app)/setup/page-9fd82b10016eca64.js"],"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)/setup/page":[]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=409,e.ids=[409],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")},3342:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>i.a,__next_app__:()=>p,originalPathname:()=>c,pages:()=>d,routeModule:()=>f,tree:()=>u}),n(7131),n(5133),n(7831);var r=n(9193),o=n(1854),s=n(3997),i=n.n(s),a=n(3320),l={};for(let e in a)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>a[e]);n.d(t,l);let u=["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.t.bind(n,5133,23)),"next/dist/client/components/not-found-error"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,7831)),"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,5133,23)),"next/dist/client/components/not-found-error"]}],d=[],c="/_not-found/page",p={require:n,loadChunk:()=>Promise.resolve()},f=new r.AppPageRouteModule({definition:{kind:o.x.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:u}})},1562:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,9388,23)),Promise.resolve().then(n.t.bind(n,1152,23)),Promise.resolve().then(n.t.bind(n,2764,23)),Promise.resolve().then(n.t.bind(n,6894,23)),Promise.resolve().then(n.t.bind(n,3299,23)),Promise.resolve().then(n.t.bind(n,184,23))},103:()=>{},5984:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{isNotFoundError:function(){return o},notFound:function(){return r}});let n="NEXT_NOT_FOUND";function r(){let e=Error(n);throw e.digest=n,e}function o(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===n}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7131:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PARALLEL_ROUTE_DEFAULT_PATH:function(){return o},default:function(){return s}});let r=n(5984),o="next/dist/client/components/parallel-route-default.js";function s(){(0,r.notFound)()}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7831:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s,metadata:()=>o});var r=n(9703);n(5260);let o={title:"VibeDoc",description:"Project intelligence for AI-assisted development"};function s({children:e}){return r.jsx("html",{lang:"en",className:"dark",children:r.jsx("body",{className:"bg-bg text-txt min-h-screen",children:e})})}},5260:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[357,491],()=>n(3342));module.exports=r})();
|
|
@@ -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","../../chunks/357.js","../../chunks/491.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/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":[],"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/_not-found/page":[]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/615004f0fff77145.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-648d3cb0a281bce5.js"/><script src="/_next/static/chunks/94c12b52-436125ce5f9c910a.js" async=""></script><script src="/_next/static/chunks/6842-aed3c9b445ee77d1.js" async=""></script><script src="/_next/static/chunks/main-app-02ed5dd91baaafdc.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>VibeDoc</title><meta name="description" content="Project intelligence for AI-assisted development"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="bg-bg text-txt min-h-screen"><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-648d3cb0a281bce5.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/615004f0fff77145.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[9148,[],\"\"]\n4:I[36731,[],\"\"]\n5:I[52923,[],\"\"]\nb:I[31304,[],\"\"]\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:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/615004f0fff77145.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"r-2w-yCd6mM7TOOETgGaA\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/_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]},[\"$\",\"$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\",\"styles\":null}],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"bg-bg text-txt min-h-screen\",\"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\":[],\"styles\":null}]}]}],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\":\"VibeDoc\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Project intelligence for AI-assisted development\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
2:I[36731,[],""]
|
|
2
|
+
3:I[52923,[],""]
|
|
3
|
+
4:{"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"}
|
|
4
|
+
5:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
5
|
+
6:{"display":"inline-block"}
|
|
6
|
+
7:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
7
|
+
0:["r-2w-yCd6mM7TOOETgGaA",[[["",{"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]},["$","$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","styles":null}],null]},[["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"bg-bg text-txt min-h-screen","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":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/615004f0fff77145.css","precedence":"next","crossOrigin":"$undefined"}]],[["$","meta",null,{"name":"robots","content":"noindex"}],"$L8"]]]]]
|
|
8
|
+
8:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"VibeDoc"}],["$","meta","3",{"name":"description","content":"Project intelligence for AI-assisted development"}]]
|
|
9
|
+
1:null
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/615004f0fff77145.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-648d3cb0a281bce5.js"/><script src="/_next/static/chunks/94c12b52-436125ce5f9c910a.js" async=""></script><script src="/_next/static/chunks/6842-aed3c9b445ee77d1.js" async=""></script><script src="/_next/static/chunks/main-app-02ed5dd91baaafdc.js" async=""></script><script src="/_next/static/chunks/490-ed8ba8bf24ab2f3d.js" async=""></script><script src="/_next/static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js" async=""></script><script src="/_next/static/chunks/7725-63beec2ffb219859.js" async=""></script><script src="/_next/static/chunks/7697-812a5639d661760b.js" async=""></script><script src="/_next/static/chunks/845-0e3438196b5ef62c.js" async=""></script><script src="/_next/static/chunks/app/(app)/layout-34b4046ccf919d3f.js" async=""></script><title>VibeDoc</title><meta name="description" content="Project intelligence for AI-assisted development"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="bg-bg text-txt min-h-screen"><div class="min-h-screen flex items-center justify-center"><div class="text-center"><div class="flex gap-1.5 justify-center mb-4"><div class="w-2 h-2 rounded-full bg-accent animate-pulse-dot" style="animation-delay:0s"></div><div class="w-2 h-2 rounded-full bg-accent animate-pulse-dot" style="animation-delay:0.15s"></div><div class="w-2 h-2 rounded-full bg-accent animate-pulse-dot" style="animation-delay:0.3s"></div></div><p class="text-muted text-sm font-mono">Loading project...</p></div></div><script src="/_next/static/chunks/webpack-648d3cb0a281bce5.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/615004f0fff77145.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[9148,[],\"\"]\n4:I[10619,[],\"ClientPageRoot\"]\n5:I[94999,[\"490\",\"static/chunks/490-ed8ba8bf24ab2f3d.js\",\"8215\",\"static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js\"],\"default\"]\n6:I[36731,[],\"\"]\n7:I[52923,[],\"\"]\n8:I[60985,[\"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\"],\"default\"]\nf:I[31304,[],\"\"]\n9:{}\na:{\"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\"}\nb:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nc:{\"display\":\"inline-block\"}\nd:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\n10:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/615004f0fff77145.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"r-2w-yCd6mM7TOOETgGaA\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/activity\",\"initialTree\":[\"\",{\"children\":[\"(app)\",{\"children\":[\"activity\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(app)\",{\"children\":[\"activity\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(app)\",\"children\",\"activity\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(app)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}],\"params\":\"$9\"}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"bg-bg text-txt min-h-screen\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$a\",\"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\":\"$b\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$c\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$d\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Le\"],\"globalErrorComponent\":\"$f\",\"missingSlots\":\"$W10\"}]]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"VibeDoc\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Project intelligence for AI-assisted development\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
2:I[10619,[],"ClientPageRoot"]
|
|
2
|
+
3:I[94999,["490","static/chunks/490-ed8ba8bf24ab2f3d.js","8215","static/chunks/app/(app)/activity/page-91b9d738c33e19b5.js"],"default"]
|
|
3
|
+
4:I[36731,[],""]
|
|
4
|
+
5:I[52923,[],""]
|
|
5
|
+
6:I[60985,["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"],"default"]
|
|
6
|
+
7:{}
|
|
7
|
+
8:{"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"}
|
|
8
|
+
9:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
|
|
9
|
+
a:{"display":"inline-block"}
|
|
10
|
+
b:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
|
|
11
|
+
0:["r-2w-yCd6mM7TOOETgGaA",[[["",{"children":["(app)",{"children":["activity",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(app)",{"children":["activity",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(app)","children","activity","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(app)","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":{"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."}]}]]}]}]],"notFoundStyles":[],"styles":null}],"params":"$7"}],null],null]},[["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"bg-bg text-txt min-h-screen","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":"$8","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":"$9","children":"404"}],["$","div",null,{"style":"$a","children":["$","h2",null,{"style":"$b","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/615004f0fff77145.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lc"]]]]]
|
|
12
|
+
c:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"VibeDoc"}],["$","meta","3",{"name":"description","content":"Project intelligence for AI-assisted development"}]]
|
|
13
|
+
1:null
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(()=>{var e={};e.id=504,e.ids=[504],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")},7147:e=>{e.exports=require("fs")},3292:e=>{e.exports=require("fs/promises")},5673:e=>{e.exports=require("node:events")},7561:e=>{e.exports=require("node:fs")},3977:e=>{e.exports=require("node:fs/promises")},9411:e=>{e.exports=require("node:path")},4492:e=>{e.exports=require("node:stream")},6915:e=>{e.exports=require("node:string_decoder")},1041:e=>{e.exports=require("node:url")},1017:e=>{e.exports=require("path")},9948:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>m,patchFetch:()=>v,requestAsyncStorage:()=>c,routeModule:()=>d,serverHooks:()=>l,staticGenerationAsyncStorage:()=>x});var s={};t.r(s),t.d(s,{GET:()=>u});var o=t(6751),i=t(1854),a=t(5579),n=t(2507),p=t(2080);async function u(e){let r=e.nextUrl.searchParams.get("root")||(0,p.VJ)(),t=parseInt(e.nextUrl.searchParams.get("limit")||"50"),s=await (0,p.Q8)(r,t);return n.NextResponse.json(s)}let d=new o.AppRouteRouteModule({definition:{kind:i.x.APP_ROUTE,page:"/api/activity/route",pathname:"/api/activity",filename:"route",bundlePath:"app/api/activity/route"},resolvedPagePath:"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/api/activity/route.ts",nextConfigOutput:"",userland:s}),{requestAsyncStorage:c,staticGenerationAsyncStorage:x,serverHooks:l}=d,m="/api/activity/route";function v(){return(0,a.patchFetch)({serverHooks:l,staticGenerationAsyncStorage:x})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[357,486,80],()=>t(9948));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/compiled/next-server/app-route.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/357.js","../../../chunks/486.js","../../../chunks/80.js","../../../webpack-runtime.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(()=>{var e={};e.id=72,e.ids=[72],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")},7147:e=>{e.exports=require("fs")},3292:e=>{e.exports=require("fs/promises")},5673:e=>{e.exports=require("node:events")},7561:e=>{e.exports=require("node:fs")},3977:e=>{e.exports=require("node:fs/promises")},9411:e=>{e.exports=require("node:path")},4492:e=>{e.exports=require("node:stream")},6915:e=>{e.exports=require("node:string_decoder")},1041:e=>{e.exports=require("node:url")},1017:e=>{e.exports=require("path")},6305:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>m,patchFetch:()=>h,requestAsyncStorage:()=>c,routeModule:()=>d,serverHooks:()=>l,staticGenerationAsyncStorage:()=>x});var s={};t.r(s),t.d(s,{GET:()=>u});var o=t(6751),n=t(1854),a=t(5579),i=t(2507),p=t(2080);async function u(e){let r=e.nextUrl.searchParams.get("root")||(0,p.VJ)(),t=e.nextUrl.searchParams.get("path");if(!t)return i.NextResponse.json({error:"path required"},{status:400});let s=await (0,p.m_)(t,r);return i.NextResponse.json({links:s})}let d=new o.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/backlinks/route",pathname:"/api/backlinks",filename:"route",bundlePath:"app/api/backlinks/route"},resolvedPagePath:"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/api/backlinks/route.ts",nextConfigOutput:"",userland:s}),{requestAsyncStorage:c,staticGenerationAsyncStorage:x,serverHooks:l}=d,m="/api/backlinks/route";function h(){return(0,a.patchFetch)({serverHooks:l,staticGenerationAsyncStorage:x})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[357,486,80],()=>t(6305));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/compiled/next-server/app-route.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/357.js","../../../chunks/486.js","../../../chunks/80.js","../../../webpack-runtime.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(()=>{var e={};e.id=7,e.ids=[7],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")},7147:e=>{e.exports=require("fs")},3292:e=>{e.exports=require("fs/promises")},5673:e=>{e.exports=require("node:events")},7561:e=>{e.exports=require("node:fs")},3977:e=>{e.exports=require("node:fs/promises")},9411:e=>{e.exports=require("node:path")},4492:e=>{e.exports=require("node:stream")},6915:e=>{e.exports=require("node:string_decoder")},1041:e=>{e.exports=require("node:url")},1017:e=>{e.exports=require("path")},4903:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>l,patchFetch:()=>h,requestAsyncStorage:()=>x,routeModule:()=>d,serverHooks:()=>m,staticGenerationAsyncStorage:()=>c});var s={};t.r(s),t.d(s,{POST:()=>u});var o=t(6751),n=t(1854),a=t(5579),i=t(2507),p=t(2080);async function u(e){try{let r=e.nextUrl.searchParams.get("root")||(0,p.VJ)(),{paths:t}=await e.json();if(!Array.isArray(t))return i.NextResponse.json({error:"paths must be an array"},{status:400});let s=await (0,p.fw)(t,r);return i.NextResponse.json({context:s})}catch(e){return i.NextResponse.json({error:e.message},{status:400})}}let d=new o.AppRouteRouteModule({definition:{kind:n.x.APP_ROUTE,page:"/api/context/route",pathname:"/api/context",filename:"route",bundlePath:"app/api/context/route"},resolvedPagePath:"/Users/hoangnguyen/Documents/nextjs/vibedoc/src/app/api/context/route.ts",nextConfigOutput:"",userland:s}),{requestAsyncStorage:x,staticGenerationAsyncStorage:c,serverHooks:m}=d,l="/api/context/route";function h(){return(0,a.patchFetch)({serverHooks:m,staticGenerationAsyncStorage:c})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[357,486,80],()=>t(4903));module.exports=s})();
|