@shepai/cli 1.6.0 → 1.6.2

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 (81) hide show
  1. package/dist/src/presentation/cli/commands/settings/show.command.d.ts.map +1 -1
  2. package/dist/src/presentation/cli/commands/settings/show.command.js +16 -18
  3. package/dist/src/presentation/cli/ui/index.d.ts +2 -2
  4. package/dist/src/presentation/cli/ui/index.d.ts.map +1 -1
  5. package/dist/src/presentation/cli/ui/index.js +1 -1
  6. package/dist/src/presentation/cli/ui/output.d.ts +5 -4
  7. package/dist/src/presentation/cli/ui/output.d.ts.map +1 -1
  8. package/dist/src/presentation/cli/ui/output.js +6 -7
  9. package/dist/src/presentation/cli/ui/tables.d.ts +10 -5
  10. package/dist/src/presentation/cli/ui/tables.d.ts.map +1 -1
  11. package/dist/src/presentation/cli/ui/tables.js +62 -17
  12. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
  13. package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
  14. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
  15. package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
  16. package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
  17. package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
  18. package/dist/src/presentation/web/app/page.js +1 -1
  19. package/dist/src/presentation/web/app/version/page.js +4 -4
  20. package/dist/src/presentation/web/components/features/theme-toggle/theme-toggle.js +2 -2
  21. package/dist/src/presentation/web/components/ui/accordion.js +1 -1
  22. package/dist/src/presentation/web/components/ui/alert.js +1 -1
  23. package/dist/src/presentation/web/components/ui/badge.js +1 -1
  24. package/dist/src/presentation/web/components/ui/button.js +1 -1
  25. package/dist/src/presentation/web/components/ui/card.js +1 -1
  26. package/dist/src/presentation/web/components/ui/dialog.js +1 -1
  27. package/dist/src/presentation/web/components/ui/input.js +1 -1
  28. package/dist/src/presentation/web/components/ui/label.js +1 -1
  29. package/dist/src/presentation/web/components/ui/popover.js +1 -1
  30. package/dist/src/presentation/web/components/ui/select.js +1 -1
  31. package/dist/src/presentation/web/components/ui/tabs.js +1 -1
  32. package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
  33. package/dist/src/presentation/web/hooks/useTheme.js +1 -1
  34. package/dist/tsconfig.build.tsbuildinfo +1 -1
  35. package/package.json +3 -2
  36. package/web/.next/BUILD_ID +1 -1
  37. package/web/.next/build-manifest.json +2 -2
  38. package/web/.next/cache/.previewinfo +1 -1
  39. package/web/.next/cache/.rscinfo +1 -1
  40. package/web/.next/cache/config.json +3 -3
  41. package/web/.next/fallback-build-manifest.json +2 -2
  42. package/web/.next/prerender-manifest.json +3 -3
  43. package/web/.next/server/app/_global-error.html +2 -2
  44. package/web/.next/server/app/_global-error.rsc +1 -1
  45. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  46. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  47. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  48. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  49. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  50. package/web/.next/server/app/_not-found.html +2 -2
  51. package/web/.next/server/app/_not-found.rsc +1 -1
  52. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  53. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  54. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  55. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  56. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  57. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  58. package/web/.next/server/app/index.html +2 -2
  59. package/web/.next/server/app/index.rsc +1 -1
  60. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  61. package/web/.next/server/app/index.segments/_full.segment.rsc +1 -1
  62. package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  63. package/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
  64. package/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  65. package/web/.next/server/app/version.html +2 -2
  66. package/web/.next/server/app/version.rsc +1 -1
  67. package/web/.next/server/app/version.segments/_full.segment.rsc +1 -1
  68. package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
  69. package/web/.next/server/app/version.segments/_index.segment.rsc +1 -1
  70. package/web/.next/server/app/version.segments/_tree.segment.rsc +1 -1
  71. package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +1 -1
  72. package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
  73. package/web/.next/server/pages/404.html +2 -2
  74. package/web/.next/server/pages/500.html +2 -2
  75. package/web/.next/server/server-reference-manifest.js +1 -1
  76. package/web/.next/server/server-reference-manifest.json +1 -1
  77. package/web/.next/trace +1 -1
  78. package/web/.next/trace-build +1 -1
  79. /package/web/.next/static/{KEXMk8lvSdd16ntuo5U2V → BL8w8d3ompY4bQV3lXruZ}/_buildManifest.js +0 -0
  80. /package/web/.next/static/{KEXMk8lvSdd16ntuo5U2V → BL8w8d3ompY4bQV3lXruZ}/_clientMiddlewareManifest.json +0 -0
  81. /package/web/.next/static/{KEXMk8lvSdd16ntuo5U2V → BL8w8d3ompY4bQV3lXruZ}/_ssgManifest.js +0 -0
@@ -2,4 +2,4 @@
2
2
  2:I[40799,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
3
3
  3:I[73006,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
4
4
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
5
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
1
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
2
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
2
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--KEXMk8lvSdd16ntuo5U2V--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/51816495a9eb288c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><script src="/_next/static/chunks/4d6504b9f2ca7e4d.js" async=""></script><script src="/_next/static/chunks/52a5aeb86329ee2e.js" async=""></script><title>Shep AI</title><meta name="description" content="Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"/><script>
1
+ <!DOCTYPE html><!--BL8w8d3ompY4bQV3lXruZ--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/51816495a9eb288c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><script src="/_next/static/chunks/4d6504b9f2ca7e4d.js" async=""></script><script src="/_next/static/chunks/52a5aeb86329ee2e.js" async=""></script><title>Shep AI</title><meta name="description" content="Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"/><script>
2
2
  (function() {
3
3
  try {
4
4
  const theme = localStorage.getItem('shep-theme');
@@ -8,4 +8,4 @@
8
8
  }
9
9
  } catch (e) {}
10
10
  })();
11
- </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><main class="flex min-h-screen flex-col items-center justify-center p-4"><div class="w-full max-w-2xl space-y-6"><div class="text-center"><h1 class="text-3xl font-bold tracking-tight">@shepai/cli</h1><p class="text-muted-foreground mt-2">Autonomous AI Native SDLC Platform</p><div class="mt-4"><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80" data-testid="version-badge">v<!-- -->1.2.0</div></div></div><div dir="ltr" data-orientation="horizontal" class="w-full"><div role="tablist" aria-orientation="horizontal" class="bg-muted text-muted-foreground h-9 items-center justify-center rounded-lg p-1 grid w-full grid-cols-3" tabindex="-1" data-orientation="horizontal" style="outline:none"><button type="button" role="tab" aria-selected="true" aria-controls="radix-_R_4lubtb_-content-overview" data-state="active" id="radix-_R_4lubtb_-trigger-overview" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Overview</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_4lubtb_-content-system" data-state="inactive" id="radix-_R_4lubtb_-trigger-system" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">System</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_4lubtb_-content-features" data-state="inactive" id="radix-_R_4lubtb_-trigger-features" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Features</button></div><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-overview" id="radix-_R_4lubtb_-content-overview" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none" style="animation-duration:0s"><div class="bg-card text-card-foreground rounded-xl border shadow"><div class="flex flex-col space-y-1.5 p-6"><div class="leading-none font-semibold tracking-tight">Package Information</div><div class="text-muted-foreground text-sm">Details about the Shep AI CLI package</div></div><div class="p-6 pt-0 space-y-1"><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Package</span><span class="font-mono text-sm">@shepai/cli</span></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Version</span><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80">v1.2.0</div></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">License</span><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-foreground">MIT</div></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Author</span><span class="font-mono text-sm">Shep AI</span></div></div></div></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-system" hidden="" id="radix-_R_4lubtb_-content-system" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-features" hidden="" id="radix-_R_4lubtb_-content-features" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"></div></div><div class="flex justify-center gap-4"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 px-4 py-2" href="/">Back to Home</a><a href="https://github.com/shep-ai/cli" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-9 px-4 py-2">View on GitHub</a></div></div></main><!--$--><!--/$--><script src="/_next/static/chunks/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[67804,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ClientPageRoot\"]\n5:I[54097,[\"/_next/static/chunks/4d6504b9f2ca7e4d.js\",\"/_next/static/chunks/52a5aeb86329ee2e.js\"],\"default\"]\n8:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\nd:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nf:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n:HL[\"/_next/static/chunks/51816495a9eb288c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"KEXMk8lvSdd16ntuo5U2V\",\"c\":[\"\",\"version\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"version\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/51816495a9eb288c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n const theme = localStorage.getItem('shep-theme');\\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\\n if (theme === 'dark' || (theme === 'system' \u0026\u0026 systemDark) || (!theme \u0026\u0026 systemDark)) {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {}\\n })();\\n \"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],[]],\"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\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/4d6504b9f2ca7e4d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/52a5aeb86329ee2e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\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,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Shep AI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy\"}]]\n"])</script></body></html>
11
+ </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><main class="flex min-h-screen flex-col items-center justify-center p-4"><div class="w-full max-w-2xl space-y-6"><div class="text-center"><h1 class="text-3xl font-bold tracking-tight">@shepai/cli</h1><p class="text-muted-foreground mt-2">Autonomous AI Native SDLC Platform</p><div class="mt-4"><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80" data-testid="version-badge">v<!-- -->1.2.0</div></div></div><div dir="ltr" data-orientation="horizontal" class="w-full"><div role="tablist" aria-orientation="horizontal" class="bg-muted text-muted-foreground h-9 items-center justify-center rounded-lg p-1 grid w-full grid-cols-3" tabindex="-1" data-orientation="horizontal" style="outline:none"><button type="button" role="tab" aria-selected="true" aria-controls="radix-_R_4lubtb_-content-overview" data-state="active" id="radix-_R_4lubtb_-trigger-overview" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Overview</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_4lubtb_-content-system" data-state="inactive" id="radix-_R_4lubtb_-trigger-system" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">System</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_4lubtb_-content-features" data-state="inactive" id="radix-_R_4lubtb_-trigger-features" class="ring-offset-background focus-visible:ring-ring data-[state=active]:bg-background data-[state=active]:text-foreground inline-flex items-center justify-center rounded-md px-3 py-1 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Features</button></div><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-overview" id="radix-_R_4lubtb_-content-overview" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none" style="animation-duration:0s"><div class="bg-card text-card-foreground rounded-xl border shadow"><div class="flex flex-col space-y-1.5 p-6"><div class="leading-none font-semibold tracking-tight">Package Information</div><div class="text-muted-foreground text-sm">Details about the Shep AI CLI package</div></div><div class="p-6 pt-0 space-y-1"><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Package</span><span class="font-mono text-sm">@shepai/cli</span></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Version</span><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80">v1.2.0</div></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">License</span><div class="inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-foreground">MIT</div></div><div class="flex items-center justify-between py-2"><span class="text-muted-foreground text-sm">Author</span><span class="font-mono text-sm">Shep AI</span></div></div></div></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-system" hidden="" id="radix-_R_4lubtb_-content-system" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_4lubtb_-trigger-features" hidden="" id="radix-_R_4lubtb_-content-features" tabindex="0" class="ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"></div></div><div class="flex justify-center gap-4"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 px-4 py-2" href="/">Back to Home</a><a href="https://github.com/shep-ai/cli" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-9 px-4 py-2">View on GitHub</a></div></div></main><!--$--><!--/$--><script src="/_next/static/chunks/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[67804,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ClientPageRoot\"]\n5:I[54097,[\"/_next/static/chunks/4d6504b9f2ca7e4d.js\",\"/_next/static/chunks/52a5aeb86329ee2e.js\"],\"default\"]\n8:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\nd:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nf:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n:HL[\"/_next/static/chunks/51816495a9eb288c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"BL8w8d3ompY4bQV3lXruZ\",\"c\":[\"\",\"version\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"version\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/51816495a9eb288c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n const theme = localStorage.getItem('shep-theme');\\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\\n if (theme === 'dark' || (theme === 'system' \u0026\u0026 systemDark) || (!theme \u0026\u0026 systemDark)) {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {}\\n })();\\n \"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],[]],\"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\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/4d6504b9f2ca7e4d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/52a5aeb86329ee2e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\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,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Shep AI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy\"}]]\n"])</script></body></html>
@@ -9,7 +9,7 @@ b:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc
9
9
  d:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"MetadataBoundary"]
10
10
  f:I[42726,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
11
11
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
12
- 0:{"P":null,"b":"KEXMk8lvSdd16ntuo5U2V","c":["","version"],"q":"","i":false,"f":[[["",{"children":["version",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]],"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":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
12
+ 0:{"P":null,"b":"BL8w8d3ompY4bQV3lXruZ","c":["","version"],"q":"","i":false,"f":[[["",{"children":["version",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]],"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":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
13
13
  6:{}
14
14
  7:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
15
15
  c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -9,7 +9,7 @@ b:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc
9
9
  d:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"MetadataBoundary"]
10
10
  f:I[42726,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
11
11
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
12
- 0:{"P":null,"b":"KEXMk8lvSdd16ntuo5U2V","c":["","version"],"q":"","i":false,"f":[[["",{"children":["version",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]],"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":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
12
+ 0:{"P":null,"b":"BL8w8d3ompY4bQV3lXruZ","c":["","version"],"q":"","i":false,"f":[[["",{"children":["version",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]],"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":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
13
13
  6:{}
14
14
  7:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
15
15
  c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -2,4 +2,4 @@
2
2
  2:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"ViewportBoundary"]
3
3
  3:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","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":[["$","title","0",{"children":"Shep AI"}],["$","meta","1",{"name":"description","content":"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"}]]}]}]}],null]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","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":[["$","title","0",{"children":"Shep AI"}],["$","meta","1",{"name":"description","content":"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -2,4 +2,4 @@
2
2
  2:I[40799,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
3
3
  3:I[73006,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
4
4
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
5
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/51816495a9eb288c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n const theme = localStorage.getItem('shep-theme');\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n if (theme === 'dark' || (theme === 'system' && systemDark) || (!theme && systemDark)) {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {}\n })();\n "}}]}],["$","body",null,{"className":"min-h-screen antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen items-center justify-center","children":["$","div",null,{"className":"text-center","children":[["$","h2",null,{"className":"text-2xl font-bold","children":"Not Found"}],["$","p",null,{"className":"text-muted-foreground","children":"Could not find requested resource"}]]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
1
  :HL["/_next/static/chunks/51816495a9eb288c.css","style"]
2
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"version","paramType":null,"paramKey":"version","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
2
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"version","paramType":null,"paramKey":"version","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -3,7 +3,7 @@
3
3
  3:I[54097,["/_next/static/chunks/4d6504b9f2ca7e4d.js","/_next/static/chunks/52a5aeb86329ee2e.js"],"default"]
4
4
  6:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/4d6504b9f2ca7e4d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52a5aeb86329ee2e.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[40799,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
3
3
  3:I[73006,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/b3cc49b27e09fa39.js"],"default"]
4
- 0:{"buildId":"KEXMk8lvSdd16ntuo5U2V","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"BL8w8d3ompY4bQV3lXruZ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--KEXMk8lvSdd16ntuo5U2V--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/51816495a9eb288c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><meta name="robots" content="noindex"/><title>Shep AI</title><meta name="description" content="Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"/><script>
1
+ <!DOCTYPE html><!--BL8w8d3ompY4bQV3lXruZ--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/51816495a9eb288c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><meta name="robots" content="noindex"/><title>Shep AI</title><meta name="description" content="Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"/><script>
2
2
  (function() {
3
3
  try {
4
4
  const theme = localStorage.getItem('shep-theme');
@@ -8,4 +8,4 @@
8
8
  }
9
9
  } catch (e) {}
10
10
  })();
11
- </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen items-center justify-center"><div class="text-center"><h2 class="text-2xl font-bold">Not Found</h2><p class="text-muted-foreground">Could not find requested resource</p></div></div><!--$--><!--/$--><script src="/_next/static/chunks/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n:HL[\"/_next/static/chunks/51816495a9eb288c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"KEXMk8lvSdd16ntuo5U2V\",\"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/chunks/51816495a9eb288c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b3cc49b27e09fa39.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n const theme = localStorage.getItem('shep-theme');\\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\\n if (theme === 'dark' || (theme === 'system' \u0026\u0026 systemDark) || (!theme \u0026\u0026 systemDark)) {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {}\\n })();\\n \"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],[]],\"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\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[[\"$\",\"title\",\"0\",{\"children\":\"Shep AI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy\"}]]\n"])</script></body></html>
11
+ </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen items-center justify-center"><div class="text-center"><h2 class="text-2xl font-bold">Not Found</h2><p class="text-muted-foreground">Could not find requested resource</p></div></div><!--$--><!--/$--><script src="/_next/static/chunks/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n:HL[\"/_next/static/chunks/51816495a9eb288c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"BL8w8d3ompY4bQV3lXruZ\",\"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/chunks/51816495a9eb288c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b3cc49b27e09fa39.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n const theme = localStorage.getItem('shep-theme');\\n const systemDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\\n if (theme === 'dark' || (theme === 'system' \u0026\u0026 systemDark) || (!theme \u0026\u0026 systemDark)) {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {}\\n })();\\n \"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],[]],\"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\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold\",\"children\":\"Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Could not find requested resource\"}]]}]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[[\"$\",\"title\",\"0\",{\"children\":\"Shep AI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy\"}]]\n"])</script></body></html>
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--KEXMk8lvSdd16ntuo5U2V--><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/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.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/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"KEXMk8lvSdd16ntuo5U2V\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b3cc49b27e09fa39.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--BL8w8d3ompY4bQV3lXruZ--><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/86484b9b4aa9f859.js"/><script src="/_next/static/chunks/71462f20e38a4262.js" async=""></script><script src="/_next/static/chunks/f3b4460b1496ef52.js" async=""></script><script src="/_next/static/chunks/70993ebedee7eab0.js" async=""></script><script src="/_next/static/chunks/turbopack-76ba02c6b131eee4.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/b3cc49b27e09fa39.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.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/86484b9b4aa9f859.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[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/b3cc49b27e09fa39.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"BL8w8d3ompY4bQV3lXruZ\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b3cc49b27e09fa39.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"Taoo4qa/ev8C+F5n2/mkKQR/6Sji+8/0ZW0s2P37Mkk=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"hQuvlXGhzhZ8DgrYbe5jDN2QHs4eHGO1wT00AdmIswY=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "Taoo4qa/ev8C+F5n2/mkKQR/6Sji+8/0ZW0s2P37Mkk="
4
+ "encryptionKey": "hQuvlXGhzhZ8DgrYbe5jDN2QHs4eHGO1wT00AdmIswY="
5
5
  }
package/web/.next/trace CHANGED
@@ -1 +1 @@
1
- [{"name":"generate-buildid","duration":200,"timestamp":155685617,"id":4,"parentId":1,"tags":{},"startTime":1770554360499,"traceId":"48f0832f8863882b"},{"name":"load-custom-routes","duration":320,"timestamp":155685919,"id":5,"parentId":1,"tags":{},"startTime":1770554360499,"traceId":"48f0832f8863882b"},{"name":"create-dist-dir","duration":229,"timestamp":155686269,"id":6,"parentId":1,"tags":{},"startTime":1770554360500,"traceId":"48f0832f8863882b"},{"name":"clean","duration":224,"timestamp":155686990,"id":7,"parentId":1,"tags":{},"startTime":1770554360501,"traceId":"48f0832f8863882b"},{"name":"create-pages-mapping","duration":209,"timestamp":155765708,"id":8,"parentId":1,"tags":{},"startTime":1770554360579,"traceId":"48f0832f8863882b"},{"name":"collect-app-files","duration":1336,"timestamp":155765953,"id":9,"parentId":1,"tags":{},"startTime":1770554360580,"traceId":"48f0832f8863882b"},{"name":"create-app-mapping","duration":779,"timestamp":155767313,"id":10,"parentId":1,"tags":{},"startTime":1770554360581,"traceId":"48f0832f8863882b"},{"name":"create-app-layouts","duration":131,"timestamp":155768169,"id":11,"parentId":1,"tags":{},"startTime":1770554360582,"traceId":"48f0832f8863882b"},{"name":"collect-default-files","duration":327,"timestamp":155769665,"id":13,"parentId":1,"tags":{},"startTime":1770554360583,"traceId":"48f0832f8863882b"},{"name":"generate-route-types","duration":11689,"timestamp":155769250,"id":12,"parentId":1,"tags":{},"startTime":1770554360583,"traceId":"48f0832f8863882b"},{"name":"public-dir-conflict-check","duration":98,"timestamp":155780979,"id":14,"parentId":1,"tags":{},"startTime":1770554360595,"traceId":"48f0832f8863882b"},{"name":"generate-routes-manifest","duration":1606,"timestamp":155781133,"id":15,"parentId":1,"tags":{},"startTime":1770554360595,"traceId":"48f0832f8863882b"},{"name":"run-turbopack","duration":5346821,"timestamp":155786753,"id":17,"parentId":1,"tags":{},"startTime":1770554360600,"traceId":"48f0832f8863882b"},{"name":"run-typescript","duration":5744484,"timestamp":161141460,"id":19,"parentId":1,"tags":{},"startTime":1770554365955,"traceId":"48f0832f8863882b"},{"name":"generate-required-server-files","duration":2347,"timestamp":166886629,"id":21,"parentId":1,"tags":{},"startTime":1770554371700,"traceId":"48f0832f8863882b"},{"name":"check-static-error-page","duration":8812,"timestamp":166915971,"id":23,"parentId":22,"tags":{},"startTime":1770554371730,"traceId":"48f0832f8863882b"},{"name":"is-page-static","duration":356244,"timestamp":166928382,"id":28,"parentId":24,"tags":{},"startTime":1770554371742,"traceId":"48f0832f8863882b"},{"name":"check-page","duration":364606,"timestamp":166920106,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1770554371734,"traceId":"48f0832f8863882b"},{"name":"is-page-static","duration":356433,"timestamp":166928672,"id":29,"parentId":25,"tags":{},"startTime":1770554371742,"traceId":"48f0832f8863882b"},{"name":"check-page","duration":363266,"timestamp":166921876,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1770554371735,"traceId":"48f0832f8863882b"},{"name":"is-page-static","duration":375791,"timestamp":166937636,"id":30,"parentId":26,"tags":{},"startTime":1770554371751,"traceId":"48f0832f8863882b"},{"name":"check-page","duration":391369,"timestamp":166922097,"id":26,"parentId":22,"tags":{"page":"/"},"startTime":1770554371736,"traceId":"48f0832f8863882b"},{"name":"is-page-static","duration":385464,"timestamp":166937678,"id":31,"parentId":27,"tags":{},"startTime":1770554371751,"traceId":"48f0832f8863882b"},{"name":"check-page","duration":401006,"timestamp":166922175,"id":27,"parentId":22,"tags":{"page":"/version"},"startTime":1770554371736,"traceId":"48f0832f8863882b"},{"name":"static-check","duration":407988,"timestamp":166915232,"id":22,"parentId":1,"tags":{},"startTime":1770554371729,"traceId":"48f0832f8863882b"},{"name":"write-routes-manifest","duration":246,"timestamp":167323751,"id":33,"parentId":1,"tags":{},"startTime":1770554372137,"traceId":"48f0832f8863882b"},{"name":"load-dotenv","duration":56,"timestamp":167332996,"id":36,"parentId":35,"tags":{},"startTime":1770554372147,"traceId":"48f0832f8863882b"},{"name":"run-export-path-map","duration":375,"timestamp":167335275,"id":37,"parentId":35,"tags":{},"startTime":1770554372149,"traceId":"48f0832f8863882b"},{"name":"next-export","duration":214265,"timestamp":167331842,"id":35,"parentId":1,"tags":{},"startTime":1770554372145,"traceId":"48f0832f8863882b"},{"name":"move-exported-app-not-found-","duration":463,"timestamp":167547599,"id":38,"parentId":34,"tags":{},"startTime":1770554372361,"traceId":"48f0832f8863882b"},{"name":"move-exported-app-global-error-","duration":322,"timestamp":167548133,"id":39,"parentId":34,"tags":{},"startTime":1770554372362,"traceId":"48f0832f8863882b"},{"name":"static-generation","duration":222828,"timestamp":167326912,"id":34,"parentId":1,"tags":{},"startTime":1770554372140,"traceId":"48f0832f8863882b"},{"name":"write-routes-manifest","duration":284,"timestamp":167549835,"id":40,"parentId":1,"tags":{},"startTime":1770554372363,"traceId":"48f0832f8863882b"},{"name":"print-tree-view","duration":4481,"timestamp":167558679,"id":41,"parentId":1,"tags":{},"startTime":1770554372372,"traceId":"48f0832f8863882b"},{"name":"telemetry-flush","duration":79736,"timestamp":167563169,"id":42,"parentId":1,"tags":{},"startTime":1770554372377,"traceId":"48f0832f8863882b"},{"name":"next-build","duration":12195643,"timestamp":155447287,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770554360261,"traceId":"48f0832f8863882b"}]
1
+ [{"name":"generate-buildid","duration":203,"timestamp":64632186,"id":4,"parentId":1,"tags":{},"startTime":1770559795489,"traceId":"4e56036f90a060d4"},{"name":"load-custom-routes","duration":305,"timestamp":64632494,"id":5,"parentId":1,"tags":{},"startTime":1770559795489,"traceId":"4e56036f90a060d4"},{"name":"create-dist-dir","duration":275,"timestamp":64632825,"id":6,"parentId":1,"tags":{},"startTime":1770559795490,"traceId":"4e56036f90a060d4"},{"name":"clean","duration":194,"timestamp":64633554,"id":7,"parentId":1,"tags":{},"startTime":1770559795490,"traceId":"4e56036f90a060d4"},{"name":"create-pages-mapping","duration":208,"timestamp":64691092,"id":8,"parentId":1,"tags":{},"startTime":1770559795548,"traceId":"4e56036f90a060d4"},{"name":"collect-app-files","duration":1341,"timestamp":64691340,"id":9,"parentId":1,"tags":{},"startTime":1770559795548,"traceId":"4e56036f90a060d4"},{"name":"create-app-mapping","duration":796,"timestamp":64692706,"id":10,"parentId":1,"tags":{},"startTime":1770559795550,"traceId":"4e56036f90a060d4"},{"name":"create-app-layouts","duration":132,"timestamp":64693576,"id":11,"parentId":1,"tags":{},"startTime":1770559795551,"traceId":"4e56036f90a060d4"},{"name":"collect-default-files","duration":351,"timestamp":64695173,"id":13,"parentId":1,"tags":{},"startTime":1770559795552,"traceId":"4e56036f90a060d4"},{"name":"generate-route-types","duration":11960,"timestamp":64694699,"id":12,"parentId":1,"tags":{},"startTime":1770559795552,"traceId":"4e56036f90a060d4"},{"name":"public-dir-conflict-check","duration":79,"timestamp":64706707,"id":14,"parentId":1,"tags":{},"startTime":1770559795564,"traceId":"4e56036f90a060d4"},{"name":"generate-routes-manifest","duration":1750,"timestamp":64706848,"id":15,"parentId":1,"tags":{},"startTime":1770559795564,"traceId":"4e56036f90a060d4"},{"name":"run-turbopack","duration":5443776,"timestamp":64713070,"id":17,"parentId":1,"tags":{},"startTime":1770559795570,"traceId":"4e56036f90a060d4"},{"name":"run-typescript","duration":5401952,"timestamp":70163021,"id":19,"parentId":1,"tags":{},"startTime":1770559801020,"traceId":"4e56036f90a060d4"},{"name":"generate-required-server-files","duration":1951,"timestamp":75565483,"id":21,"parentId":1,"tags":{},"startTime":1770559806422,"traceId":"4e56036f90a060d4"},{"name":"check-static-error-page","duration":8885,"timestamp":75605548,"id":23,"parentId":22,"tags":{},"startTime":1770559806462,"traceId":"4e56036f90a060d4"},{"name":"is-page-static","duration":403391,"timestamp":75617786,"id":28,"parentId":24,"tags":{},"startTime":1770559806475,"traceId":"4e56036f90a060d4"},{"name":"check-page","duration":410672,"timestamp":75610586,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1770559806468,"traceId":"4e56036f90a060d4"},{"name":"is-page-static","duration":404078,"timestamp":75618073,"id":29,"parentId":25,"tags":{},"startTime":1770559806475,"traceId":"4e56036f90a060d4"},{"name":"check-page","duration":408139,"timestamp":75614057,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1770559806471,"traceId":"4e56036f90a060d4"},{"name":"is-page-static","duration":434097,"timestamp":75629111,"id":30,"parentId":26,"tags":{},"startTime":1770559806486,"traceId":"4e56036f90a060d4"},{"name":"check-page","duration":448988,"timestamp":75614279,"id":26,"parentId":22,"tags":{"page":"/"},"startTime":1770559806471,"traceId":"4e56036f90a060d4"},{"name":"is-page-static","duration":438687,"timestamp":75629160,"id":31,"parentId":27,"tags":{},"startTime":1770559806486,"traceId":"4e56036f90a060d4"},{"name":"check-page","duration":453534,"timestamp":75614364,"id":27,"parentId":22,"tags":{"page":"/version"},"startTime":1770559806471,"traceId":"4e56036f90a060d4"},{"name":"static-check","duration":463031,"timestamp":75604902,"id":22,"parentId":1,"tags":{},"startTime":1770559806462,"traceId":"4e56036f90a060d4"},{"name":"write-routes-manifest","duration":282,"timestamp":76069225,"id":33,"parentId":1,"tags":{},"startTime":1770559806926,"traceId":"4e56036f90a060d4"},{"name":"load-dotenv","duration":30,"timestamp":76078929,"id":36,"parentId":35,"tags":{},"startTime":1770559806936,"traceId":"4e56036f90a060d4"},{"name":"run-export-path-map","duration":376,"timestamp":76081284,"id":37,"parentId":35,"tags":{},"startTime":1770559806938,"traceId":"4e56036f90a060d4"},{"name":"next-export","duration":206541,"timestamp":76077720,"id":35,"parentId":1,"tags":{},"startTime":1770559806935,"traceId":"4e56036f90a060d4"},{"name":"move-exported-app-not-found-","duration":539,"timestamp":76285922,"id":38,"parentId":34,"tags":{},"startTime":1770559807143,"traceId":"4e56036f90a060d4"},{"name":"move-exported-app-global-error-","duration":357,"timestamp":76286579,"id":39,"parentId":34,"tags":{},"startTime":1770559807144,"traceId":"4e56036f90a060d4"},{"name":"static-generation","duration":215759,"timestamp":76072622,"id":34,"parentId":1,"tags":{},"startTime":1770559806930,"traceId":"4e56036f90a060d4"},{"name":"write-routes-manifest","duration":273,"timestamp":76288523,"id":40,"parentId":1,"tags":{},"startTime":1770559807145,"traceId":"4e56036f90a060d4"},{"name":"print-tree-view","duration":2511,"timestamp":76294147,"id":41,"parentId":1,"tags":{},"startTime":1770559807151,"traceId":"4e56036f90a060d4"},{"name":"telemetry-flush","duration":83577,"timestamp":76296670,"id":42,"parentId":1,"tags":{},"startTime":1770559807154,"traceId":"4e56036f90a060d4"},{"name":"next-build","duration":11961830,"timestamp":64418442,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770559795275,"traceId":"4e56036f90a060d4"}]
@@ -1 +1 @@
1
- [{"name":"run-turbopack","duration":5346821,"timestamp":155786753,"id":17,"parentId":1,"tags":{},"startTime":1770554360600,"traceId":"48f0832f8863882b"},{"name":"run-typescript","duration":5744484,"timestamp":161141460,"id":19,"parentId":1,"tags":{},"startTime":1770554365955,"traceId":"48f0832f8863882b"},{"name":"static-check","duration":407988,"timestamp":166915232,"id":22,"parentId":1,"tags":{},"startTime":1770554371729,"traceId":"48f0832f8863882b"},{"name":"static-generation","duration":222828,"timestamp":167326912,"id":34,"parentId":1,"tags":{},"startTime":1770554372140,"traceId":"48f0832f8863882b"},{"name":"telemetry-flush","duration":79736,"timestamp":167563169,"id":42,"parentId":1,"tags":{},"startTime":1770554372377,"traceId":"48f0832f8863882b"},{"name":"next-build","duration":12195643,"timestamp":155447287,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770554360261,"traceId":"48f0832f8863882b"}]
1
+ [{"name":"run-turbopack","duration":5443776,"timestamp":64713070,"id":17,"parentId":1,"tags":{},"startTime":1770559795570,"traceId":"4e56036f90a060d4"},{"name":"run-typescript","duration":5401952,"timestamp":70163021,"id":19,"parentId":1,"tags":{},"startTime":1770559801020,"traceId":"4e56036f90a060d4"},{"name":"static-check","duration":463031,"timestamp":75604902,"id":22,"parentId":1,"tags":{},"startTime":1770559806462,"traceId":"4e56036f90a060d4"},{"name":"static-generation","duration":215759,"timestamp":76072622,"id":34,"parentId":1,"tags":{},"startTime":1770559806930,"traceId":"4e56036f90a060d4"},{"name":"telemetry-flush","duration":83577,"timestamp":76296670,"id":42,"parentId":1,"tags":{},"startTime":1770559807154,"traceId":"4e56036f90a060d4"},{"name":"next-build","duration":11961830,"timestamp":64418442,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770559795275,"traceId":"4e56036f90a060d4"}]