dossier-agentic-product-planner-builder 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +3 -3
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.html +1 -1
- package/.next/standalone/.next/server/app/setup.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/setup/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/setup.segment.rsc +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +3 -3
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/package.json +2 -1
- package/bin/dossier.mjs +35 -1
- package/bin/postinstall.mjs +57 -0
- package/package.json +2 -1
- package/.next/standalone/node_modules/better-sqlite3/LICENSE +0 -21
- package/.next/standalone/node_modules/better-sqlite3/README.md +0 -99
- package/.next/standalone/node_modules/better-sqlite3/binding.gyp +0 -38
- package/.next/standalone/node_modules/better-sqlite3/deps/common.gypi +0 -68
- package/.next/standalone/node_modules/better-sqlite3/deps/copy.js +0 -31
- package/.next/standalone/node_modules/better-sqlite3/deps/defines.gypi +0 -41
- package/.next/standalone/node_modules/better-sqlite3/deps/download.sh +0 -122
- package/.next/standalone/node_modules/better-sqlite3/deps/patches/1208.patch +0 -15
- package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3.c +0 -265969
- package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3.h +0 -13968
- package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3ext.h +0 -730
- package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3.gyp +0 -80
- package/.next/standalone/node_modules/better-sqlite3/deps/test_extension.c +0 -21
- package/.next/standalone/node_modules/better-sqlite3/src/addon.cpp +0 -47
- package/.next/standalone/node_modules/better-sqlite3/src/better_sqlite3.cpp +0 -74
- package/.next/standalone/node_modules/better-sqlite3/src/objects/backup.cpp +0 -120
- package/.next/standalone/node_modules/better-sqlite3/src/objects/backup.hpp +0 -36
- package/.next/standalone/node_modules/better-sqlite3/src/objects/database.cpp +0 -417
- package/.next/standalone/node_modules/better-sqlite3/src/objects/database.hpp +0 -103
- package/.next/standalone/node_modules/better-sqlite3/src/objects/statement-iterator.cpp +0 -113
- package/.next/standalone/node_modules/better-sqlite3/src/objects/statement-iterator.hpp +0 -50
- package/.next/standalone/node_modules/better-sqlite3/src/objects/statement.cpp +0 -383
- package/.next/standalone/node_modules/better-sqlite3/src/objects/statement.hpp +0 -58
- package/.next/standalone/node_modules/better-sqlite3/src/util/bind-map.cpp +0 -73
- package/.next/standalone/node_modules/better-sqlite3/src/util/binder.cpp +0 -193
- package/.next/standalone/node_modules/better-sqlite3/src/util/constants.cpp +0 -172
- package/.next/standalone/node_modules/better-sqlite3/src/util/custom-aggregate.cpp +0 -121
- package/.next/standalone/node_modules/better-sqlite3/src/util/custom-function.cpp +0 -59
- package/.next/standalone/node_modules/better-sqlite3/src/util/custom-table.cpp +0 -409
- package/.next/standalone/node_modules/better-sqlite3/src/util/data-converter.cpp +0 -17
- package/.next/standalone/node_modules/better-sqlite3/src/util/data.cpp +0 -194
- package/.next/standalone/node_modules/better-sqlite3/src/util/helpers.cpp +0 -109
- package/.next/standalone/node_modules/better-sqlite3/src/util/macros.cpp +0 -70
- package/.next/standalone/node_modules/better-sqlite3/src/util/query-macros.cpp +0 -71
- package/.next/standalone/node_modules/better-sqlite3/src/util/row-builder.cpp +0 -49
- package/.next/standalone/node_modules/ruvector-core/README.md +0 -292
- package/.next/standalone/node_modules/ruvector-core/index.d.ts +0 -26
- package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/README.md +0 -111
- package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/index.js +0 -14
- package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/package.json +0 -57
- package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/ruvector.node +0 -0
- /package/.next/standalone/.next/static/{XyCEbJVcYp2anSze4PyZh → Nk3n7WYIPnqXiMtlCRyBG}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{XyCEbJVcYp2anSze4PyZh → Nk3n7WYIPnqXiMtlCRyBG}/_ssgManifest.js +0 -0
- /package/.next/static/{XyCEbJVcYp2anSze4PyZh → Nk3n7WYIPnqXiMtlCRyBG}/_buildManifest.js +0 -0
- /package/.next/static/{XyCEbJVcYp2anSze4PyZh → Nk3n7WYIPnqXiMtlCRyBG}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Nk3n7WYIPnqXiMtlCRyBG
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/_global-error/page": "/_global-error",
|
|
4
|
-
"/api/dev/restart-and-open/route": "/api/dev/restart-and-open",
|
|
5
4
|
"/api/docs/route": "/api/docs",
|
|
5
|
+
"/api/dev/restart-and-open/route": "/api/dev/restart-and-open",
|
|
6
6
|
"/api/github/repos/route": "/api/github/repos",
|
|
7
7
|
"/api/projects/[projectId]/actions/preview/route": "/api/projects/[projectId]/actions/preview",
|
|
8
8
|
"/api/projects/[projectId]/actions/route": "/api/projects/[projectId]/actions",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"/api/projects/[projectId]/cards/[cardId]/facts/[itemId]/route": "/api/projects/[projectId]/cards/[cardId]/facts/[itemId]",
|
|
15
15
|
"/api/projects/[projectId]/cards/[cardId]/facts/route": "/api/projects/[projectId]/cards/[cardId]/facts",
|
|
16
16
|
"/api/projects/[projectId]/cards/[cardId]/finalize/route": "/api/projects/[projectId]/cards/[cardId]/finalize",
|
|
17
|
-
"/api/projects/[projectId]/cards/[cardId]/planned-files/[fileId]/route": "/api/projects/[projectId]/cards/[cardId]/planned-files/[fileId]",
|
|
18
17
|
"/api/projects/[projectId]/cards/[cardId]/planned-files/route": "/api/projects/[projectId]/cards/[cardId]/planned-files",
|
|
19
18
|
"/api/projects/[projectId]/cards/[cardId]/produced-files/route": "/api/projects/[projectId]/cards/[cardId]/produced-files",
|
|
19
|
+
"/api/projects/[projectId]/cards/[cardId]/planned-files/[fileId]/route": "/api/projects/[projectId]/cards/[cardId]/planned-files/[fileId]",
|
|
20
20
|
"/api/projects/[projectId]/cards/[cardId]/push/route": "/api/projects/[projectId]/cards/[cardId]/push",
|
|
21
21
|
"/api/projects/[projectId]/cards/[cardId]/questions/[itemId]/route": "/api/projects/[projectId]/cards/[cardId]/questions/[itemId]",
|
|
22
22
|
"/api/projects/[projectId]/cards/[cardId]/questions/route": "/api/projects/[projectId]/cards/[cardId]/questions",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"/api/projects/[projectId]/map/route": "/api/projects/[projectId]/map",
|
|
29
29
|
"/api/projects/[projectId]/memory/route": "/api/projects/[projectId]/memory",
|
|
30
30
|
"/api/projects/[projectId]/orchestration/approvals/[approvalId]/route": "/api/projects/[projectId]/orchestration/approvals/[approvalId]",
|
|
31
|
-
"/api/projects/[projectId]/orchestration/approvals/route": "/api/projects/[projectId]/orchestration/approvals",
|
|
32
31
|
"/api/projects/[projectId]/orchestration/build/route": "/api/projects/[projectId]/orchestration/build",
|
|
32
|
+
"/api/projects/[projectId]/orchestration/approvals/route": "/api/projects/[projectId]/orchestration/approvals",
|
|
33
33
|
"/api/projects/[projectId]/orchestration/pull-requests/[prId]/route": "/api/projects/[projectId]/orchestration/pull-requests/[prId]",
|
|
34
34
|
"/api/projects/[projectId]/orchestration/pull-requests/route": "/api/projects/[projectId]/orchestration/pull-requests",
|
|
35
35
|
"/api/projects/[projectId]/orchestration/resume-blocked/route": "/api/projects/[projectId]/orchestration/resume-blocked",
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/Nk3n7WYIPnqXiMtlCRyBG/_buildManifest.js",
|
|
8
|
+
"static/Nk3n7WYIPnqXiMtlCRyBG/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
11
|
"static/chunks/webpack-7e5564425d830fe4.js",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"dynamicRoutes": {},
|
|
103
103
|
"notFoundRoutes": [],
|
|
104
104
|
"preview": {
|
|
105
|
-
"previewModeId": "
|
|
106
|
-
"previewModeSigningKey": "
|
|
107
|
-
"previewModeEncryptionKey": "
|
|
105
|
+
"previewModeId": "23d4e27642b9734d8208852de5341973",
|
|
106
|
+
"previewModeSigningKey": "47c3c8d066f75128300eb7471b1221da4009904dd85a6de91248b7d798cc3a8d",
|
|
107
|
+
"previewModeEncryptionKey": "a5281503cbf2f1adb396052c97e68097cc2a7d6125d365ee3d6c550076520ced"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-7e5564425d830fe4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[8500,[\"4345\",\"static/chunks/app/not-found-e60f247ea1b06b9a.js\"],\"\"]\n5:I[484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[484,[],\"ViewportBoundary\"]\na:I[484,[],\"MetadataBoundary\"]\nc:I[7123,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--Nk3n7WYIPnqXiMtlCRyBG--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7e5564425d830fe4.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-2f805629740f3f7c.js" async=""></script><script src="/_next/static/chunks/app/not-found-e60f247ea1b06b9a.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><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="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-7e5564425d830fe4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[8500,[\"4345\",\"static/chunks/app/not-found-e60f247ea1b06b9a.js\"],\"\"]\n5:I[484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[484,[],\"ViewportBoundary\"]\na:I[484,[],\"MetadataBoundary\"]\nc:I[7123,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Nk3n7WYIPnqXiMtlCRyBG\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex flex-col items-center justify-center bg-background px-6\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2\",\"children\":\"DOSSIER\"}],[\"$\",\"p\",null,{\"className\":\"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8\",\"children\":\"AI-Native Product Building Platform\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground mb-2\",\"children\":\"This page could not be found.\"}],[\"$\",\"p\",null,{\"className\":\"text-xs text-muted-foreground/80 mb-6\",\"children\":\"The link may be outdated or the page may have moved.\"}],[\"$\",\"$L4\",null,{\"href\":\"/\",\"className\":\"text-sm font-medium text-primary hover:underline\",\"children\":\"Go to Dossier home\"}]]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\nb:[]\n"])</script></body></html>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
8:I[484,[],"ViewportBoundary"]
|
|
8
8
|
a:I[484,[],"MetadataBoundary"]
|
|
9
9
|
c:I[7123,[],""]
|
|
10
|
-
0:{"P":null,"b":"
|
|
10
|
+
0:{"P":null,"b":"Nk3n7WYIPnqXiMtlCRyBG","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L4",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
|
|
11
11
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
12
12
|
7:null
|
|
13
13
|
b:[]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
8:I[484,[],"ViewportBoundary"]
|
|
8
8
|
a:I[484,[],"MetadataBoundary"]
|
|
9
9
|
c:I[7123,[],""]
|
|
10
|
-
0:{"P":null,"b":"
|
|
10
|
+
0:{"P":null,"b":"Nk3n7WYIPnqXiMtlCRyBG","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L4",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
|
|
11
11
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
12
12
|
7:null
|
|
13
13
|
b:[]
|
package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[484,[],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[484,[],"ViewportBoundary"]
|
|
3
3
|
3:I[484,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
4
|
4:I[8500,["4345","static/chunks/app/not-found-e60f247ea1b06b9a.js"],""]
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L4",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"buildId":"
|
|
1
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_global-error","paramType":null,"paramKey":"_global-error","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--Nk3n7WYIPnqXiMtlCRyBG--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/27834908180db20f-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/78fec81b34c4a365.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/a43a97368c747804.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7e5564425d830fe4.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-2f805629740f3f7c.js" async=""></script><script src="/_next/static/chunks/268-b3132fc582b88ac4.js" async=""></script><script src="/_next/static/chunks/8611-5519ac385507a046.js" async=""></script><script src="/_next/static/chunks/app/layout-d833f10a780d3ee5.js" async=""></script><script src="/_next/static/chunks/app/not-found-e60f247ea1b06b9a.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>Dossier — AI-Native Product Building Platform</title><meta name="description" content="The high-precision orchestration layer for shipping at AI speed."/><meta name="generator" content="v0.app"/><link rel="icon" href="/icon.svg" type="image/svg+xml"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_245d8d __variable_97c177 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex flex-col items-center justify-center bg-background px-6"><h1 class="font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2">DOSSIER</h1><p class="text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8">AI-Native Product Building Platform</p><p class="text-sm text-muted-foreground mb-2">This page could not be found.</p><p class="text-xs text-muted-foreground/80 mb-6">The link may be outdated or the page may have moved.</p><a class="text-sm font-medium text-primary hover:underline" href="/">Go to Dossier home</a></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><script src="/_next/static/chunks/webpack-7e5564425d830fe4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[1696,[\"268\",\"static/chunks/268-b3132fc582b88ac4.js\",\"8611\",\"static/chunks/8611-5519ac385507a046.js\",\"7177\",\"static/chunks/app/layout-d833f10a780d3ee5.js\"],\"ErrorBoundary\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:I[8500,[\"4345\",\"static/chunks/app/not-found-e60f247ea1b06b9a.js\"],\"\"]\n6:I[6609,[\"268\",\"static/chunks/268-b3132fc582b88ac4.js\",\"8611\",\"static/chunks/8611-5519ac385507a046.js\",\"7177\",\"static/chunks/app/layout-d833f10a780d3ee5.js\"],\"Toaster\"]\n7:I[282,[\"268\",\"static/chunks/268-b3132fc582b88ac4.js\",\"8611\",\"static/chunks/8611-5519ac385507a046.js\",\"7177\",\"static/chunks/app/layout-d833f10a780d3ee5.js\"],\"Analytics\"]\n8:I[484,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[484,[],\"ViewportBoundary\"]\nd:I[484,[],\"MetadataBoundary\"]\nf:I[7123,[],\"\"]\n:HL[\"/_next/static/media/27834908180db20f-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/78fec81b34c4a365.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/a43a97368c747804.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Nk3n7WYIPnqXiMtlCRyBG\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a43a97368c747804.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_245d8d __variable_97c177 font-sans antialiased\",\"children\":[[\"$\",\"$L2\",null,{\"title\":\"Something went wrong\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex flex-col items-center justify-center bg-background px-6\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2\",\"children\":\"DOSSIER\"}],[\"$\",\"p\",null,{\"className\":\"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8\",\"children\":\"AI-Native Product Building Platform\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground mb-2\",\"children\":\"This page could not be found.\"}],[\"$\",\"p\",null,{\"className\":\"text-xs text-muted-foreground/80 mb-6\",\"children\":\"The link may be outdated or the page may have moved.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"text-sm font-medium text-primary hover:underline\",\"children\":\"Go to Dossier home\"}]]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L6\",null,{\"richColors\":true,\"position\":\"top-right\"}],[\"$\",\"$L7\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex flex-col items-center justify-center bg-background px-6\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2\",\"children\":\"DOSSIER\"}],[\"$\",\"p\",null,{\"className\":\"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8\",\"children\":\"AI-Native Product Building Platform\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground mb-2\",\"children\":\"This page could not be found.\"}],[\"$\",\"p\",null,{\"className\":\"text-xs text-muted-foreground/80 mb-6\",\"children\":\"The link may be outdated or the page may have moved.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"text-sm font-medium text-primary hover:underline\",\"children\":\"Go to Dossier home\"}]]}],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[6869,[],\"IconMark\"]\na:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Dossier — AI-Native Product Building Platform\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"The high-precision orchestration layer for shipping at AI speed.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"generator\",\"content\":\"v0.app\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/icon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L10\",\"4\",{}]]\n"])</script></body></html>
|
|
@@ -13,7 +13,7 @@ f:I[7123,[],""]
|
|
|
13
13
|
:HL["/_next/static/media/27834908180db20f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
14
|
:HL["/_next/static/media/78fec81b34c4a365.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/css/a43a97368c747804.css","style"]
|
|
16
|
-
0:{"P":null,"b":"
|
|
16
|
+
0:{"P":null,"b":"Nk3n7WYIPnqXiMtlCRyBG","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a43a97368c747804.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_245d8d __variable_97c177 font-sans antialiased","children":[["$","$L2",null,{"title":"Something went wrong","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L5",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L6",null,{"richColors":true,"position":"top-right"}],["$","$L7",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L5",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
|
|
17
17
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
18
18
|
10:I[6869,[],"IconMark"]
|
|
19
19
|
a:null
|
|
@@ -13,7 +13,7 @@ f:I[7123,[],""]
|
|
|
13
13
|
:HL["/_next/static/media/27834908180db20f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
14
|
:HL["/_next/static/media/78fec81b34c4a365.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/css/a43a97368c747804.css","style"]
|
|
16
|
-
0:{"P":null,"b":"
|
|
16
|
+
0:{"P":null,"b":"Nk3n7WYIPnqXiMtlCRyBG","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a43a97368c747804.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_245d8d __variable_97c177 font-sans antialiased","children":[["$","$L2",null,{"title":"Something went wrong","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L5",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L6",null,{"richColors":true,"position":"top-right"}],["$","$L7",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L5",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
|
|
17
17
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
18
18
|
10:I[6869,[],"IconMark"]
|
|
19
19
|
a:null
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[484,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[6869,[],"IconMark"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Dossier — AI-Native Product Building Platform"}],["$","meta","1",{"name":"description","content":"The high-precision orchestration layer for shipping at AI speed."}],["$","meta","2",{"name":"generator","content":"v0.app"}],["$","link","3",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
6:I[6609,["268","static/chunks/268-b3132fc582b88ac4.js","8611","static/chunks/8611-5519ac385507a046.js","7177","static/chunks/app/layout-d833f10a780d3ee5.js"],"Toaster"]
|
|
7
7
|
7:I[282,["268","static/chunks/268-b3132fc582b88ac4.js","8611","static/chunks/8611-5519ac385507a046.js","7177","static/chunks/app/layout-d833f10a780d3ee5.js"],"Analytics"]
|
|
8
8
|
:HL["/_next/static/css/a43a97368c747804.css","style"]
|
|
9
|
-
0:{"buildId":"
|
|
9
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a43a97368c747804.css","precedence":"next"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_245d8d __variable_97c177 font-sans antialiased","children":[["$","$L2",null,{"title":"Something went wrong","children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L5",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],[]]}]}],["$","$L6",null,{"richColors":true,"position":"top-right"}],["$","$L7",null,{}]]}]}]]}],"loading":null,"isPartial":false}
|
package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
2:I[8500,["4345","static/chunks/app/not-found-e60f247ea1b06b9a.js"],""]
|
|
3
3
|
3:I[484,[],"OutletBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[["$","div",null,{"className":"min-h-screen flex flex-col items-center justify-center bg-background px-6","children":[["$","h1",null,{"className":"font-mono text-3xl font-bold uppercase tracking-widest text-foreground mb-2","children":"DOSSIER"}],["$","p",null,{"className":"text-xs uppercase tracking-widest font-mono text-muted-foreground mb-8","children":"AI-Native Product Building Platform"}],["$","p",null,{"className":"text-sm text-muted-foreground mb-2","children":"This page could not be found."}],["$","p",null,{"className":"text-xs text-muted-foreground/80 mb-6","children":"The link may be outdated or the page may have moved."}],["$","$L2",null,{"href":"/","className":"text-sm font-medium text-primary hover:underline","children":"Go to Dossier home"}]]}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
|
|
6
6
|
5:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
:HL["/_next/static/media/27834908180db20f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
2
2
|
:HL["/_next/static/media/78fec81b34c4a365.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
3
|
:HL["/_next/static/css/a43a97368c747804.css","style"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"Nk3n7WYIPnqXiMtlCRyBG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_not-found","paramType":null,"paramKey":"_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|