dossier-agentic-product-planner-builder 0.5.5 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +3 -3
  3. package/.next/standalone/.next/build-manifest.json +2 -2
  4. package/.next/standalone/.next/prerender-manifest.json +3 -3
  5. package/.next/standalone/.next/server/app/_global-error.html +2 -2
  6. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  14. package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
  15. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  16. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  21. package/.next/standalone/.next/server/app/api/dev/restart-and-open/route.js +1 -1
  22. package/.next/standalone/.next/server/app/api/docs/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/index.html +1 -1
  24. package/.next/standalone/.next/server/app/index.rsc +1 -1
  25. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  26. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
  27. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  28. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  29. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  30. package/.next/standalone/.next/server/app/setup.html +1 -1
  31. package/.next/standalone/.next/server/app/setup.rsc +1 -1
  32. package/.next/standalone/.next/server/app/setup.segments/_full.segment.rsc +1 -1
  33. package/.next/standalone/.next/server/app/setup.segments/_head.segment.rsc +1 -1
  34. package/.next/standalone/.next/server/app/setup.segments/_index.segment.rsc +1 -1
  35. package/.next/standalone/.next/server/app/setup.segments/_tree.segment.rsc +1 -1
  36. package/.next/standalone/.next/server/app/setup.segments/setup/__PAGE__.segment.rsc +1 -1
  37. package/.next/standalone/.next/server/app/setup.segments/setup.segment.rsc +1 -1
  38. package/.next/standalone/.next/server/app-paths-manifest.json +3 -3
  39. package/.next/standalone/.next/server/pages/404.html +1 -1
  40. package/.next/standalone/.next/server/pages/500.html +2 -2
  41. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  42. package/.next/standalone/docs/development-reference.md +2 -2
  43. package/.next/standalone/docs/releases/v0.5.0-release-notes.md +1 -1
  44. package/.next/standalone/docs/strategies/cross-platform-install.md +56 -0
  45. package/.next/standalone/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  46. package/.next/standalone/node_modules/better-sqlite3/package.json +1 -1
  47. package/.next/standalone/package.json +10 -5
  48. package/README.md +8 -2
  49. package/bin/dossier.mjs +42 -10
  50. package/bin/postinstall.mjs +100 -0
  51. package/package.json +10 -5
  52. package/.next/standalone/node_modules/better-sqlite3/LICENSE +0 -21
  53. package/.next/standalone/node_modules/better-sqlite3/README.md +0 -99
  54. package/.next/standalone/node_modules/better-sqlite3/binding.gyp +0 -38
  55. package/.next/standalone/node_modules/better-sqlite3/deps/common.gypi +0 -68
  56. package/.next/standalone/node_modules/better-sqlite3/deps/copy.js +0 -31
  57. package/.next/standalone/node_modules/better-sqlite3/deps/defines.gypi +0 -41
  58. package/.next/standalone/node_modules/better-sqlite3/deps/download.sh +0 -122
  59. package/.next/standalone/node_modules/better-sqlite3/deps/patches/1208.patch +0 -15
  60. package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3.c +0 -265969
  61. package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3.h +0 -13968
  62. package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3/sqlite3ext.h +0 -730
  63. package/.next/standalone/node_modules/better-sqlite3/deps/sqlite3.gyp +0 -80
  64. package/.next/standalone/node_modules/better-sqlite3/deps/test_extension.c +0 -21
  65. package/.next/standalone/node_modules/better-sqlite3/src/addon.cpp +0 -47
  66. package/.next/standalone/node_modules/better-sqlite3/src/better_sqlite3.cpp +0 -74
  67. package/.next/standalone/node_modules/better-sqlite3/src/objects/backup.cpp +0 -120
  68. package/.next/standalone/node_modules/better-sqlite3/src/objects/backup.hpp +0 -36
  69. package/.next/standalone/node_modules/better-sqlite3/src/objects/database.cpp +0 -417
  70. package/.next/standalone/node_modules/better-sqlite3/src/objects/database.hpp +0 -103
  71. package/.next/standalone/node_modules/better-sqlite3/src/objects/statement-iterator.cpp +0 -113
  72. package/.next/standalone/node_modules/better-sqlite3/src/objects/statement-iterator.hpp +0 -50
  73. package/.next/standalone/node_modules/better-sqlite3/src/objects/statement.cpp +0 -383
  74. package/.next/standalone/node_modules/better-sqlite3/src/objects/statement.hpp +0 -58
  75. package/.next/standalone/node_modules/better-sqlite3/src/util/bind-map.cpp +0 -73
  76. package/.next/standalone/node_modules/better-sqlite3/src/util/binder.cpp +0 -193
  77. package/.next/standalone/node_modules/better-sqlite3/src/util/constants.cpp +0 -172
  78. package/.next/standalone/node_modules/better-sqlite3/src/util/custom-aggregate.cpp +0 -121
  79. package/.next/standalone/node_modules/better-sqlite3/src/util/custom-function.cpp +0 -59
  80. package/.next/standalone/node_modules/better-sqlite3/src/util/custom-table.cpp +0 -409
  81. package/.next/standalone/node_modules/better-sqlite3/src/util/data-converter.cpp +0 -17
  82. package/.next/standalone/node_modules/better-sqlite3/src/util/data.cpp +0 -194
  83. package/.next/standalone/node_modules/better-sqlite3/src/util/helpers.cpp +0 -109
  84. package/.next/standalone/node_modules/better-sqlite3/src/util/macros.cpp +0 -70
  85. package/.next/standalone/node_modules/better-sqlite3/src/util/query-macros.cpp +0 -71
  86. package/.next/standalone/node_modules/better-sqlite3/src/util/row-builder.cpp +0 -49
  87. package/.next/standalone/node_modules/ruvector-core/README.md +0 -292
  88. package/.next/standalone/node_modules/ruvector-core/index.d.ts +0 -26
  89. package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/README.md +0 -111
  90. package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/index.js +0 -14
  91. package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/package.json +0 -57
  92. package/.next/standalone/node_modules/ruvector-core/node_modules/ruvector-core-linux-x64-gnu/ruvector.node +0 -0
  93. /package/.next/standalone/.next/static/{XyCEbJVcYp2anSze4PyZh → rJoBj6wzOyaQOpjm_AKY_}/_buildManifest.js +0 -0
  94. /package/.next/standalone/.next/static/{XyCEbJVcYp2anSze4PyZh → rJoBj6wzOyaQOpjm_AKY_}/_ssgManifest.js +0 -0
  95. /package/.next/static/{XyCEbJVcYp2anSze4PyZh → rJoBj6wzOyaQOpjm_AKY_}/_buildManifest.js +0 -0
  96. /package/.next/static/{XyCEbJVcYp2anSze4PyZh → rJoBj6wzOyaQOpjm_AKY_}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- XyCEbJVcYp2anSze4PyZh
1
+ rJoBj6wzOyaQOpjm_AKY_
@@ -3,8 +3,8 @@
3
3
  "/_global-error/page": "/_global-error",
4
4
  "/api/dev/restart-and-open/route": "/api/dev/restart-and-open",
5
5
  "/api/docs/route": "/api/docs",
6
- "/api/github/repos/route": "/api/github/repos",
7
6
  "/api/projects/[projectId]/actions/preview/route": "/api/projects/[projectId]/actions/preview",
7
+ "/api/github/repos/route": "/api/github/repos",
8
8
  "/api/projects/[projectId]/actions/route": "/api/projects/[projectId]/actions",
9
9
  "/api/projects/[projectId]/artifacts/[artifactId]/route": "/api/projects/[projectId]/artifacts/[artifactId]",
10
10
  "/api/projects/[projectId]/artifacts/route": "/api/projects/[projectId]/artifacts",
@@ -21,10 +21,9 @@
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",
23
23
  "/api/projects/[projectId]/cards/[cardId]/requirements/[itemId]/route": "/api/projects/[projectId]/cards/[cardId]/requirements/[itemId]",
24
- "/api/projects/[projectId]/cards/[cardId]/requirements/route": "/api/projects/[projectId]/cards/[cardId]/requirements",
25
24
  "/api/projects/[projectId]/chat/route": "/api/projects/[projectId]/chat",
25
+ "/api/projects/[projectId]/cards/[cardId]/requirements/route": "/api/projects/[projectId]/cards/[cardId]/requirements",
26
26
  "/api/projects/[projectId]/chat/stream/route": "/api/projects/[projectId]/chat/stream",
27
- "/api/projects/[projectId]/files/route": "/api/projects/[projectId]/files",
28
27
  "/api/projects/[projectId]/map/route": "/api/projects/[projectId]/map",
29
28
  "/api/projects/[projectId]/memory/route": "/api/projects/[projectId]/memory",
30
29
  "/api/projects/[projectId]/orchestration/approvals/[approvalId]/route": "/api/projects/[projectId]/orchestration/approvals/[approvalId]",
@@ -45,6 +44,7 @@
45
44
  "/api/projects/[projectId]/route": "/api/projects/[projectId]",
46
45
  "/api/projects/route": "/api/projects",
47
46
  "/api/setup/status/route": "/api/setup/status",
47
+ "/api/projects/[projectId]/files/route": "/api/projects/[projectId]/files",
48
48
  "/api/setup/route": "/api/setup",
49
49
  "/page": "/",
50
50
  "/setup/page": "/setup"
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/XyCEbJVcYp2anSze4PyZh/_buildManifest.js",
8
- "static/XyCEbJVcYp2anSze4PyZh/_ssgManifest.js"
7
+ "static/rJoBj6wzOyaQOpjm_AKY_/_buildManifest.js",
8
+ "static/rJoBj6wzOyaQOpjm_AKY_/_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": "d93294a36b23ba9c18d6d06826e2dc4d",
106
- "previewModeSigningKey": "8f9a8b05b9a8db682c562be3086697fccc8966079906aee4094f4a9cb500f188",
107
- "previewModeEncryptionKey": "7ce92939dc9d499187141b242f44a650ebe947633f1f3784044ee217e1cba5ee"
105
+ "previewModeId": "688f9cebf7df07a7a5b365a19484c19a",
106
+ "previewModeSigningKey": "9138d6a0e56e053b77fc8f058bee977b153601859e30b0b2b9b435ebb85afe3b",
107
+ "previewModeEncryptionKey": "d477aabc98e83f56b2646c1bd8887a04bb05dcb324d949e2fb6b79f4a3ee8798"
108
108
  }
109
109
  }
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--XyCEbJVcYp2anSze4PyZh--><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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;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\":\"XyCEbJVcYp2anSze4PyZh\",\"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>
1
+ <!DOCTYPE html><!--rJoBj6wzOyaQOpjm_AKY_--><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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;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\":\"rJoBj6wzOyaQOpjm_AKY_\",\"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":"XyCEbJVcYp2anSze4PyZh","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}
10
+ 0:{"P":null,"b":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
10
+ 0:{"P":null,"b":"rJoBj6wzOyaQOpjm_AKY_","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:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"XyCEbJVcYp2anSze4PyZh","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}
4
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
5
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
5
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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><!--XyCEbJVcYp2anSze4PyZh--><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\":\"XyCEbJVcYp2anSze4PyZh\",\"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>
1
+ <!DOCTYPE html><!--rJoBj6wzOyaQOpjm_AKY_--><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\":\"rJoBj6wzOyaQOpjm_AKY_\",\"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":"XyCEbJVcYp2anSze4PyZh","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}
16
+ 0:{"P":null,"b":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
16
+ 0:{"P":null,"b":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
9
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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}
@@ -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":"XyCEbJVcYp2anSze4PyZh","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}
5
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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":"XyCEbJVcYp2anSze4PyZh","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}
4
+ 0:{"buildId":"rJoBj6wzOyaQOpjm_AKY_","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}
@@ -1 +1 @@
1
- (()=>{var a={};a.id=3392,a.ids=[3392],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},33846:(a,b,c)=>{"use strict";c.d(b,{BU:()=>n,Rb:()=>q,TV:()=>r,mq:()=>m,o3:()=>o,ph:()=>l,zH:()=>p});var d=c(76760),e=c(73024),f=c(31421),g=c(56865);let h="repos";function i(){let a=process.env.GITHUB_TOKEN?.trim();if(a)return a;let b=(0,g.RG)();return b.GITHUB_TOKEN?.trim()??null}function j(a,b){return(0,f.execSync)(`git ${b}`,{cwd:a,encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim()}function k(a,b){let c=a.trim().replace(/\/$/,""),d=c.toLowerCase().startsWith("file://"),e=c.endsWith(".git")||d?c:`${c}.git`;return b&&!d&&(e=e.replace(/^https:\/\//,`https://${b}@`)),e}function l(a){let b=(0,g.ok)();return d.join(b,h,a)}function m(a,b,c,n="main"){let o=l(a),p=k(b,c??i());try{(0,g.gg)();let a=d.join((0,g.ok)(),h);e.existsSync(a)||e.mkdirSync(a,{recursive:!0});let b=d.join(o,".git");return e.existsSync(b)?(0,f.execSync)("git fetch origin",{cwd:o,stdio:["pipe","pipe","pipe"]}):(0,f.execSync)(`git clone "${p}" "${o}"`,{stdio:["pipe","pipe","pipe"]}),function(a){try{return j(a,"rev-parse HEAD"),!1}catch{return!0}}(o)&&(j(o,`checkout -b ${n}`),e.writeFileSync(d.join(o,"README.md"),"# New Project\n\nInitialized by Dossier.\n"),j(o,"add README.md"),j(o,'commit -m "chore: initialize repository (Dossier)" --author="Dossier <noreply@dossier.dev>"')),{success:!0,clonePath:o}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Repo clone/fetch failed: ${a}`}}}function n(a,b,c){if(0===b.length)return{success:!0};try{for(let f of(j(a,`checkout ${c}`),b)){let b=d.join(a,f);e.mkdirSync(b,{recursive:!0});let c=d.join(b,".gitkeep"),g=e.readdirSync(b);0!==g.length||e.existsSync(c)||e.writeFileSync(c,"")}return j(a,"add -A"),j(a,"status --porcelain")&&j(a,'commit -m "chore: add root folder structure (Dossier finalization)" --author="Dossier <noreply@dossier.dev>"'),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Create root folders failed: ${a}`}}}function o(a,b,c){if(0===b.length)return{success:!0};try{j(a,`checkout ${c}`);let f=0;for(let{path:c,content:g}of b){let b=d.join(a,c);!e.existsSync(b)&&(e.mkdirSync(d.dirname(b),{recursive:!0}),e.writeFileSync(b,g,"utf-8"),f++)}if(0===f)return{success:!0};return j(a,"add -A"),j(a,"status --porcelain")&&j(a,'commit -m "chore: add project scaffold (Dossier finalization)" --author="Dossier <noreply@dossier.dev>"'),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Write scaffold files failed: ${a}`}}}function p(a,b,c){try{let d=`origin/${c}`;try{j(a,`rev-parse --verify ${d}`)}catch{d=c}return(0,f.execSync)(`git checkout -b "${b}" "${d}"`,{cwd:a,stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Create branch failed: ${a}`}}}function q(a,b,c="main"){if(!b?.trim()||b.includes("placeholder"))return{success:!1,error:"No repository connected."};let d=m(a,b,null,c);if(!d.success||!d.clonePath)return{success:!1,error:d.error??"Clone or fetch failed. Run a build first to create the clone."};let e=d.clonePath;try{let a=!1;try{j(e,`rev-parse --verify origin/${c}`),a=!0}catch{}return a&&(0,f.execSync)(`git checkout -B "${c}" "origin/${c}"`,{cwd:e,stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Sync failed: ${a}`}}}function r(a,b,c){let g=l(a);if(!e.existsSync(g))return{success:!1,error:"Clone not found. Run a build first."};let h=d.join(g,".git");if(!e.existsSync(h))return{success:!1,error:"Not a git repository."};try{if(c&&!c.trim().toLowerCase().startsWith("file://")){let a=i(),b=k(c.trim(),a);(0,f.execFileSync)("git",["remote","set-url","origin",b],{cwd:g,stdio:["pipe","pipe","pipe"]})}return(0,f.execSync)(`git push -u origin "${b}"`,{cwd:g,encoding:"utf-8",stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);if(a.includes("could not read Username")||a.includes("Authentication failed"))return{success:!1,error:"Add GITHUB_TOKEN to ~/.dossier/config or env to push."};if(a.includes("403")||a.includes("Permission")&&a.includes("denied"))return{success:!1,error:"Push denied: your token has no write access. Use a classic token with the 'repo' scope, or a fine-grained token with 'Contents' write access to this repository."};return{success:!1,error:`Push failed: ${a}`}}}},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55113:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{POST:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(45592),w=c(79646),x=c(28354);async function y(a){return v.NextResponse.json({error:"Not found"},{status:404})}c(73024),c(33846),(0,x.promisify)(w.exec);let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/dev/restart-and-open/route",pathname:"/api/dev/restart-and-open",filename:"route",bundlePath:"app/api/dev/restart-and-open/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/Dossier/Dossier/app/api/dev/restart-and-open/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/dev/restart-and-open/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.experimental.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||z.isDev||y||(K="/index"===(K=E)?"/":K);let L=!0===z.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q={params:v,prerenderManifest:A,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g}},R=new l.NodeNextRequest(a),S=new l.NodeNextResponse(b),T=m.NextRequestAdapter.fromNodeNextRequest(R,(0,m.signalFromNodeResponse)(b));try{let e=async a=>z.handle(T,Q).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${N} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${N} ${d}`)}),g=!!(0,h.getRequestMeta)(a,"minimalMode"),j=async h=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!g&&C&&D&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await e(h);a.fetchMetrics=Q.renderOpts.fetchMetrics;let i=Q.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=Q.renderOpts.collectedTags;if(!I)return await (0,p.I)(R,S,d,Q.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[s.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==Q.renderOpts.collectedRevalidate&&!(Q.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&Q.renderOpts.collectedRevalidate,e=void 0===Q.renderOpts.collectedExpire||Q.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:Q.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:k,waitUntil:c.waitUntil,isMinimalMode:g});if(!I)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});g||b.setHeader("x-nextjs-cache",C?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,q.fromNodeOutgoingHttpHeaders)(l.value.headers);return g&&I||m.delete(s.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,r.getCacheControlHeader)(l.cacheControl)),await (0,p.I)(R,S,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};P?await j(P):await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},j))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,p.I)(R,S,new Response(null,{status:500})),null}}},56865:(a,b,c)=>{"use strict";c.d(b,{IG:()=>h,RG:()=>j,gg:()=>g,iE:()=>i,o5:()=>k,ok:()=>f});var d=c(33873),e=c(29021);function f(){let a=process.env.DOSSIER_DATA_DIR;if(a)return a;let b=process.env.HOME??process.env.USERPROFILE??".";return d.join(b,".dossier")}function g(){let a=f();return e.mkdirSync(a,{recursive:!0}),a}function h(){return d.join(f(),"config")}function i(){return process.env.SQLITE_PATH??d.join(g(),"dossier.db")}function j(){let a=h();if(!e.existsSync(a))return{};let b=e.readFileSync(a,"utf-8"),c={};for(let a of b.split("\n")){let b=a.trim();if(!b||b.startsWith("#"))continue;let d=b.indexOf("=");if(d<1)continue;let e=b.slice(0,d).trim(),f=b.slice(d+1).trim();(f.startsWith('"')&&f.endsWith('"')||f.startsWith("'")&&f.endsWith("'"))&&(f=f.slice(1,-1)),c[e]=f}return c}function k(a){g();let b=h(),c=[],d=new Set;if(e.existsSync(b))for(let f of e.readFileSync(b,"utf-8").split("\n")){let b=!1;for(let[e,g]of Object.entries(a))if(f.trim().startsWith(`${e}=`)){c.push(`${e}=${l(g)}`),d.add(e),b=!0;break}b||c.push(f)}for(let[b,e]of Object.entries(a))d.has(b)||c.push(`${b}=${l(e)}`);e.writeFileSync(b,c.join("\n")+(c.length?"\n":""),{mode:384})}function l(a){return a.includes(" ")||a.includes("#")||a.includes('"')?`"${a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:a}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},79646:a=>{"use strict";a.exports=require("child_process")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=55113));module.exports=c})();
1
+ (()=>{var a={};a.id=3392,a.ids=[3392],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16330:(a,b,c)=>{"use strict";let d,e,f,g,h;c.r(b),c.d(b,{handler:()=>aj,patchFetch:()=>ai,routeModule:()=>ae,serverHooks:()=>ah,workAsyncStorage:()=>af,workUnitAsyncStorage:()=>ag});var i={};c.r(i),c.d(i,{POST:()=>ad});var j=c(19225),k=c(84006),l=c(8317),m=c(99373),n=c(34775),o=c(24235),p=c(261),q=c(54365),r=c(90771),s=c(73461),t=c(67798),u=c(92280),v=c(62018),w=c(45696),x=c(47929),y=c(86439),z=c(37527),A=c(45592),B=c(79646),C=c(28354),D=c(73024);c(33846);let E=require("node:process");var F=c(76760);let G=require("node:url");var H=c(31421);let I=require("node:fs/promises"),J=require("node:os");function K(){return void 0===e&&(e=(()=>{try{return D.statSync("/run/.containerenv"),!0}catch{return!1}})()||(void 0===d&&(d=function(){try{return D.statSync("/.dockerenv"),!0}catch{return!1}}()||function(){try{return D.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}()),d)),e}let L=()=>{if("linux"!==E.platform)return!1;if(J.release().toLowerCase().includes("microsoft"))return!K();try{if(D.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft"))return!K()}catch{}return!!(D.existsSync("/proc/sys/fs/binfmt_misc/WSLInterop")||D.existsSync("/run/WSL"))&&!K()},M=E.env.__IS_WSL_TEST__?L:L(),N=require("node:util"),O=require("node:buffer"),P=(0,N.promisify)(H.execFile),Q=()=>`${E.env.SYSTEMROOT||E.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`,R=async(a,b={})=>{let{powerShellPath:c,...d}=b,e=R.encodeCommand(a);return P(c??Q(),[...R.argumentsPrefix,e],{encoding:"utf8",...d})};R.argumentsPrefix=["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"],R.encodeCommand=a=>O.Buffer.from(a,"utf16le").toString("base64"),R.escapeArgument=a=>`'${String(a).replaceAll("'","''")}'`;(0,N.promisify)(H.execFile),h="/mnt/";function S(a,b,c){let d=c=>Object.defineProperty(a,b,{value:c,enumerable:!0,writable:!0});return Object.defineProperty(a,b,{configurable:!0,enumerable:!0,get(){let a=c();return d(a),a},set(a){d(a)}}),a}let T=(0,N.promisify)(H.execFile),U={MSEdgeHTM:{name:"Edge",id:"com.microsoft.edge"},MSEdgeBHTML:{name:"Edge Beta",id:"com.microsoft.edge.beta"},MSEdgeDHTML:{name:"Edge Dev",id:"com.microsoft.edge.dev"},AppXq0fevzme2pys62n3e0fbqa7peapykr8v:{name:"Edge",id:"com.microsoft.edge.old"},ChromeHTML:{name:"Chrome",id:"com.google.chrome"},ChromeBHTML:{name:"Chrome Beta",id:"com.google.chrome.beta"},ChromeDHTML:{name:"Chrome Dev",id:"com.google.chrome.dev"},ChromiumHTM:{name:"Chromium",id:"org.chromium.Chromium"},BraveHTML:{name:"Brave",id:"com.brave.Browser"},BraveBHTML:{name:"Brave Beta",id:"com.brave.Browser.beta"},BraveDHTML:{name:"Brave Dev",id:"com.brave.Browser.dev"},BraveSSHTM:{name:"Brave Nightly",id:"com.brave.Browser.nightly"},FirefoxURL:{name:"Firefox",id:"org.mozilla.firefox"},OperaStable:{name:"Opera",id:"com.operasoftware.Opera"},VivaldiHTM:{name:"Vivaldi",id:"com.vivaldi.Vivaldi"},"IE.HTTP":{name:"Internet Explorer",id:"com.microsoft.ie"}},V=new Map(Object.entries(U));(0,N.promisify)(H.execFile);(0,N.promisify)(H.execFile);(0,N.promisify)(H.execFile);let W=!!(E.env.SSH_CONNECTION||E.env.SSH_CLIENT||E.env.SSH_TTY),X=Symbol("fallbackAttempt"),Y=F.dirname((0,G.fileURLToPath)("file:///home/runner/work/Dossier/Dossier/node_modules/open/index.js")),Z=F.join(Y,"xdg-open"),{platform:$,arch:_}=E;function aa(a){if("string"==typeof a||Array.isArray(a))return a;let{[_]:b}=a;if(!b)throw Error(`${_} is not supported`);return b}function ab({[$]:a},{wsl:b}={}){if(b&&M)return aa(b);if(!a)throw Error(`${$} is not supported`);return aa(a)}let ac={browser:"browser",browserPrivate:"browserPrivate"};async function ad(a){return A.NextResponse.json({error:"Not found"},{status:404})}S(ac,"chrome",()=>ab({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium","chromium-browser"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}})),S(ac,"brave",()=>ab({darwin:"brave browser",win32:"brave",linux:["brave-browser","brave"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe",x64:["/mnt/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe","/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe"]}})),S(ac,"firefox",()=>ab({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"})),S(ac,"edge",()=>ab({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"})),S(ac,"safari",()=>ab({darwin:"Safari"})),(0,C.promisify)(B.exec);let ae=new j.AppRouteRouteModule({definition:{kind:k.RouteKind.APP_ROUTE,page:"/api/dev/restart-and-open/route",pathname:"/api/dev/restart-and-open",filename:"route",bundlePath:"app/api/dev/restart-and-open/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/Dossier/Dossier/app/api/dev/restart-and-open/route.ts",nextConfigOutput:"standalone",userland:i}),{workAsyncStorage:af,workUnitAsyncStorage:ag,serverHooks:ah}=ae;function ai(){return(0,l.patchFetch)({workAsyncStorage:af,workUnitAsyncStorage:ag})}async function aj(a,b,c){ae.isDev&&(0,m.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/dev/restart-and-open/route";"/index"===d&&(d="/");let e=await ae.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:f,params:g,nextConfig:h,parsedUrl:i,isDraftMode:j,prerenderManifest:l,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D,clientReferenceManifest:E,serverActionsManifest:F}=e,G=(0,p.normalizeAppPath)(d),H=!!(l.dynamicRoutes[G]||l.routes[D]),I=async()=>((null==A?void 0:A.render404)?await A.render404(a,b,i,!1):b.end("This page could not be found"),null);if(H&&!j){let a=!!l.routes[D],b=l.dynamicRoutes[G];if(b&&!1===b.fallback&&!a){if(h.experimental.adapterPath)return await I();throw new y.NoFallbackError}}let J=null;!H||ae.isDev||j||(J="/index"===(J=D)?"/":J);let K=!0===ae.isDev||!H,L=H&&!K;F&&E&&(0,o.setManifestsSingleton)({page:d,clientReferenceManifest:E,serverActionsManifest:F});let M=a.method||"GET",N=(0,n.getTracer)(),O=N.getActiveScopeSpan(),P={params:g,prerenderManifest:l,renderOpts:{experimental:{authInterrupts:!!h.experimental.authInterrupts},cacheComponents:!!h.cacheComponents,supportsDynamicResponse:K,incrementalCache:(0,m.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:h.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>ae.onRequestError(a,b,d,e,A)},sharedContext:{buildId:f}},Q=new q.NodeNextRequest(a),R=new q.NodeNextResponse(b),S=r.NextRequestAdapter.fromNodeNextRequest(Q,(0,r.signalFromNodeResponse)(b));try{let e=async a=>ae.handle(S,P).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=N.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==s.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${M} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${M} ${d}`)}),f=!!(0,m.getRequestMeta)(a,"minimalMode"),g=async g=>{var i,m;let n=async({previousCacheEntry:h})=>{try{if(!f&&B&&C&&!h)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await e(g);a.fetchMetrics=P.renderOpts.fetchMetrics;let i=P.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=P.renderOpts.collectedTags;if(!H)return await (0,u.I)(Q,R,d,P.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,v.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[x.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==P.renderOpts.collectedRevalidate&&!(P.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&P.renderOpts.collectedRevalidate,e=void 0===P.renderOpts.collectedExpire||P.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:P.renderOpts.collectedExpire;return{value:{kind:z.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==h?void 0:h.isStale)&&await ae.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,t.c)({isStaticGeneration:L,isOnDemandRevalidate:B})},!1,A),b}},o=await ae.handleResponse({req:a,nextConfig:h,cacheKey:J,routeKind:k.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:l,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:n,waitUntil:c.waitUntil,isMinimalMode:f});if(!H)return null;if((null==o||null==(i=o.value)?void 0:i.kind)!==z.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==o||null==(m=o.value)?void 0:m.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});f||b.setHeader("x-nextjs-cache",B?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),j&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let p=(0,v.fromNodeOutgoingHttpHeaders)(o.value.headers);return f&&H||p.delete(x.NEXT_CACHE_TAGS_HEADER),!o.cacheControl||b.getHeader("Cache-Control")||p.get("Cache-Control")||p.set("Cache-Control",(0,w.getCacheControlHeader)(o.cacheControl)),await (0,u.I)(Q,R,new Response(o.value.body,{headers:p,status:o.value.status||200})),null};O?await g(O):await N.withPropagatedContext(a.headers,()=>N.trace(s.BaseServerSpan.handleRequest,{spanName:`${M} ${d}`,kind:n.SpanKind.SERVER,attributes:{"http.method":M,"http.target":a.url}},g))}catch(b){if(b instanceof y.NoFallbackError||await ae.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"route",revalidateReason:(0,t.c)({isStaticGeneration:L,isOnDemandRevalidate:B})},!1,A),H)throw b;return await (0,u.I)(Q,R,new Response(null,{status:500})),null}}},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},33846:(a,b,c)=>{"use strict";c.d(b,{BU:()=>n,Rb:()=>q,TV:()=>r,mq:()=>m,o3:()=>o,ph:()=>l,zH:()=>p});var d=c(76760),e=c(73024),f=c(31421),g=c(56865);let h="repos";function i(){let a=process.env.GITHUB_TOKEN?.trim();if(a)return a;let b=(0,g.RG)();return b.GITHUB_TOKEN?.trim()??null}function j(a,b){return(0,f.execSync)(`git ${b}`,{cwd:a,encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim()}function k(a,b){let c=a.trim().replace(/\/$/,""),d=c.toLowerCase().startsWith("file://"),e=c.endsWith(".git")||d?c:`${c}.git`;return b&&!d&&(e=e.replace(/^https:\/\//,`https://${b}@`)),e}function l(a){let b=(0,g.ok)();return d.join(b,h,a)}function m(a,b,c,n="main"){let o=l(a),p=k(b,c??i());try{(0,g.gg)();let a=d.join((0,g.ok)(),h);e.existsSync(a)||e.mkdirSync(a,{recursive:!0});let b=d.join(o,".git");return e.existsSync(b)?(0,f.execSync)("git fetch origin",{cwd:o,stdio:["pipe","pipe","pipe"]}):(0,f.execSync)(`git clone "${p}" "${o}"`,{stdio:["pipe","pipe","pipe"]}),function(a){try{return j(a,"rev-parse HEAD"),!1}catch{return!0}}(o)&&(j(o,`checkout -b ${n}`),e.writeFileSync(d.join(o,"README.md"),"# New Project\n\nInitialized by Dossier.\n"),j(o,"add README.md"),j(o,'commit -m "chore: initialize repository (Dossier)" --author="Dossier <noreply@dossier.dev>"')),{success:!0,clonePath:o}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Repo clone/fetch failed: ${a}`}}}function n(a,b,c){if(0===b.length)return{success:!0};try{for(let f of(j(a,`checkout ${c}`),b)){let b=d.join(a,f);e.mkdirSync(b,{recursive:!0});let c=d.join(b,".gitkeep"),g=e.readdirSync(b);0!==g.length||e.existsSync(c)||e.writeFileSync(c,"")}return j(a,"add -A"),j(a,"status --porcelain")&&j(a,'commit -m "chore: add root folder structure (Dossier finalization)" --author="Dossier <noreply@dossier.dev>"'),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Create root folders failed: ${a}`}}}function o(a,b,c){if(0===b.length)return{success:!0};try{j(a,`checkout ${c}`);let f=0;for(let{path:c,content:g}of b){let b=d.join(a,c);!e.existsSync(b)&&(e.mkdirSync(d.dirname(b),{recursive:!0}),e.writeFileSync(b,g,"utf-8"),f++)}if(0===f)return{success:!0};return j(a,"add -A"),j(a,"status --porcelain")&&j(a,'commit -m "chore: add project scaffold (Dossier finalization)" --author="Dossier <noreply@dossier.dev>"'),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Write scaffold files failed: ${a}`}}}function p(a,b,c){try{let d=`origin/${c}`;try{j(a,`rev-parse --verify ${d}`)}catch{d=c}return(0,f.execSync)(`git checkout -b "${b}" "${d}"`,{cwd:a,stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Create branch failed: ${a}`}}}function q(a,b,c="main"){if(!b?.trim()||b.includes("placeholder"))return{success:!1,error:"No repository connected."};let d=m(a,b,null,c);if(!d.success||!d.clonePath)return{success:!1,error:d.error??"Clone or fetch failed. Run a build first to create the clone."};let e=d.clonePath;try{let a=!1;try{j(e,`rev-parse --verify origin/${c}`),a=!0}catch{}return a&&(0,f.execSync)(`git checkout -B "${c}" "origin/${c}"`,{cwd:e,stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);return{success:!1,error:`Sync failed: ${a}`}}}function r(a,b,c){let g=l(a);if(!e.existsSync(g))return{success:!1,error:"Clone not found. Run a build first."};let h=d.join(g,".git");if(!e.existsSync(h))return{success:!1,error:"Not a git repository."};try{if(c&&!c.trim().toLowerCase().startsWith("file://")){let a=i(),b=k(c.trim(),a);(0,f.execFileSync)("git",["remote","set-url","origin",b],{cwd:g,stdio:["pipe","pipe","pipe"]})}return(0,f.execSync)(`git push -u origin "${b}"`,{cwd:g,encoding:"utf-8",stdio:["pipe","pipe","pipe"]}),{success:!0}}catch(b){let a=b instanceof Error?b.message:String(b);if(a.includes("could not read Username")||a.includes("Authentication failed"))return{success:!1,error:"Add GITHUB_TOKEN to ~/.dossier/config or env to push."};if(a.includes("403")||a.includes("Permission")&&a.includes("denied"))return{success:!1,error:"Push denied: your token has no write access. Use a classic token with the 'repo' scope, or a fine-grained token with 'Contents' write access to this repository."};return{success:!1,error:`Push failed: ${a}`}}}},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},56865:(a,b,c)=>{"use strict";c.d(b,{IG:()=>h,RG:()=>j,gg:()=>g,iE:()=>i,o5:()=>k,ok:()=>f});var d=c(33873),e=c(29021);function f(){let a=process.env.DOSSIER_DATA_DIR;if(a)return a;let b=process.env.HOME??process.env.USERPROFILE??".";return d.join(b,".dossier")}function g(){let a=f();return e.mkdirSync(a,{recursive:!0}),a}function h(){return d.join(f(),"config")}function i(){return process.env.SQLITE_PATH??d.join(g(),"dossier.db")}function j(){let a=h();if(!e.existsSync(a))return{};let b=e.readFileSync(a,"utf-8"),c={};for(let a of b.split("\n")){let b=a.trim();if(!b||b.startsWith("#"))continue;let d=b.indexOf("=");if(d<1)continue;let e=b.slice(0,d).trim(),f=b.slice(d+1).trim();(f.startsWith('"')&&f.endsWith('"')||f.startsWith("'")&&f.endsWith("'"))&&(f=f.slice(1,-1)),c[e]=f}return c}function k(a){g();let b=h(),c=[],d=new Set;if(e.existsSync(b))for(let f of e.readFileSync(b,"utf-8").split("\n")){let b=!1;for(let[e,g]of Object.entries(a))if(f.trim().startsWith(`${e}=`)){c.push(`${e}=${l(g)}`),d.add(e),b=!0;break}b||c.push(f)}for(let[b,e]of Object.entries(a))d.has(b)||c.push(`${b}=${l(e)}`);e.writeFileSync(b,c.join("\n")+(c.length?"\n":""),{mode:384})}function l(a){return a.includes(" ")||a.includes("#")||a.includes('"')?`"${a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:a}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},79646:a=>{"use strict";a.exports=require("child_process")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=16330));module.exports=c})();