speckit-assistant 0.1.0 → 0.1.1

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 (29) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +7 -7
  3. package/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/build-manifest.json +2 -2
  5. package/.next/cache/webpack/client-production/12.pack +0 -0
  6. package/.next/cache/webpack/client-production/13.pack +0 -0
  7. package/.next/cache/webpack/client-production/22.pack +0 -0
  8. package/.next/cache/webpack/client-production/6.pack +0 -0
  9. package/.next/cache/webpack/client-production/8.pack +0 -0
  10. package/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  12. package/.next/cache/webpack/server-production/12.pack +0 -0
  13. package/.next/cache/webpack/server-production/16.pack +0 -0
  14. package/.next/cache/webpack/server-production/21.pack +0 -0
  15. package/.next/cache/webpack/server-production/22.pack +0 -0
  16. package/.next/cache/webpack/server-production/index.pack +0 -0
  17. package/.next/cache/webpack/server-production/index.pack.old +0 -0
  18. package/.next/server/app/_not-found.html +1 -1
  19. package/.next/server/app/_not-found.rsc +1 -1
  20. package/.next/server/app/index.html +1 -1
  21. package/.next/server/app/index.rsc +1 -1
  22. package/.next/server/app-paths-manifest.json +1 -1
  23. package/.next/server/pages/404.html +1 -1
  24. package/.next/server/pages/500.html +1 -1
  25. package/.next/trace +3 -3
  26. package/bin/bin/cli.js +9 -2
  27. package/package.json +1 -1
  28. /package/.next/static/{fWuQ3yoHovA7Cre6u89W7 → 1qUGpMIIX-hfEBAEbNj_1}/_buildManifest.js +0 -0
  29. /package/.next/static/{fWuQ3yoHovA7Cre6u89W7 → 1qUGpMIIX-hfEBAEbNj_1}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- fWuQ3yoHovA7Cre6u89W7
1
+ 1qUGpMIIX-hfEBAEbNj_1
@@ -7,27 +7,27 @@
7
7
  "static/chunks/main-app-b9ad56d6b1dfa941.js",
8
8
  "static/chunks/app/_not-found/page-be798b363e27e8c5.js"
9
9
  ],
10
- "/api/feature/route": [
10
+ "/layout": [
11
11
  "static/chunks/webpack-c460f8e58a9e9eff.js",
12
12
  "static/chunks/acfafb44-8249079a6627ac92.js",
13
13
  "static/chunks/920-f9bfc1b0d0402c3e.js",
14
14
  "static/chunks/main-app-b9ad56d6b1dfa941.js",
15
- "static/chunks/app/api/feature/route-bb3c1a82e892ab58.js"
15
+ "static/css/6fd2e11db3a59771.css",
16
+ "static/chunks/app/layout-3226c76a5f7f74bc.js"
16
17
  ],
17
- "/api/file/route": [
18
+ "/api/feature/route": [
18
19
  "static/chunks/webpack-c460f8e58a9e9eff.js",
19
20
  "static/chunks/acfafb44-8249079a6627ac92.js",
20
21
  "static/chunks/920-f9bfc1b0d0402c3e.js",
21
22
  "static/chunks/main-app-b9ad56d6b1dfa941.js",
22
- "static/chunks/app/api/file/route-bb3c1a82e892ab58.js"
23
+ "static/chunks/app/api/feature/route-bb3c1a82e892ab58.js"
23
24
  ],
24
- "/layout": [
25
+ "/api/file/route": [
25
26
  "static/chunks/webpack-c460f8e58a9e9eff.js",
26
27
  "static/chunks/acfafb44-8249079a6627ac92.js",
27
28
  "static/chunks/920-f9bfc1b0d0402c3e.js",
28
29
  "static/chunks/main-app-b9ad56d6b1dfa941.js",
29
- "static/css/6fd2e11db3a59771.css",
30
- "static/chunks/app/layout-3226c76a5f7f74bc.js"
30
+ "static/chunks/app/api/file/route-bb3c1a82e892ab58.js"
31
31
  ],
32
32
  "/api/phase/route": [
33
33
  "static/chunks/webpack-c460f8e58a9e9eff.js",
@@ -1,7 +1,7 @@
1
1
  {
2
+ "/_not-found/page": "/_not-found",
2
3
  "/api/feature/route": "/api/feature",
3
4
  "/api/file/route": "/api/file",
4
- "/_not-found/page": "/_not-found",
5
5
  "/api/phase/route": "/api/phase",
6
6
  "/api/state/route": "/api/state",
7
7
  "/api/task/route": "/api/task",
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/fWuQ3yoHovA7Cre6u89W7/_buildManifest.js",
9
- "static/fWuQ3yoHovA7Cre6u89W7/_ssgManifest.js"
8
+ "static/1qUGpMIIX-hfEBAEbNj_1/_buildManifest.js",
9
+ "static/1qUGpMIIX-hfEBAEbNj_1/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-c460f8e58a9e9eff.js",
@@ -1 +1 @@
1
- <!DOCTYPE html><!--fWuQ3yoHovA7Cre6u89W7--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><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>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[6050,[],\"OutletBoundary\"]\n6:I[9479,[],\"AsyncMetadataOutlet\"]\n8:I[6050,[],\"ViewportBoundary\"]\na:I[6050,[],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"fWuQ3yoHovA7Cre6u89W7\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--1qUGpMIIX_hfEBAEbNj_1--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><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>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[6050,[],\"OutletBoundary\"]\n6:I[9479,[],\"AsyncMetadataOutlet\"]\n8:I[6050,[],\"ViewportBoundary\"]\na:I[6050,[],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1qUGpMIIX-hfEBAEbNj_1\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
@@ -8,7 +8,7 @@ a:I[6050,[],"MetadataBoundary"]
8
8
  b:"$Sreact.suspense"
9
9
  d:I[6177,[],""]
10
10
  :HL["/_next/static/css/6fd2e11db3a59771.css","style"]
11
- 0:{"P":null,"b":"fWuQ3yoHovA7Cre6u89W7","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6fd2e11db3a59771.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":["/_not-found",["$","$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":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d",[]],"s":false,"S":true}
11
+ 0:{"P":null,"b":"1qUGpMIIX-hfEBAEbNj_1","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6fd2e11db3a59771.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":["/_not-found",["$","$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":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d",[]],"s":false,"S":true}
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
13
13
  5:null
14
14
  7:{"metadata":[["$","title","0",{"children":"Spec Kit Assistant"}],["$","meta","1",{"name":"description","content":"Visual orchestrator for Spec-Driven Development (SDD)"}]],"error":null,"digest":"$undefined"}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--fWuQ3yoHovA7Cre6u89W7--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/008a05b0ad6b854a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><script src="/_next/static/chunks/8381d2c4-9707dccab70b742b.js" async=""></script><script src="/_next/static/chunks/590-a6568595ecd2a994.js" async=""></script><script src="/_next/static/chunks/app/page-8a5248f7704cde29.js" async=""></script><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex flex-col h-screen bg-white dark:bg-black text-zinc-900 dark:text-zinc-50 overflow-hidden font-sans"><header class="flex justify-between items-center px-6 py-4 border-b border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black z-10 shrink-0"><div class="flex items-center gap-3"><span class="text-xl">🌱</span><div><h1 class="text-sm font-bold tracking-tight">Spec Kit Assistant</h1><p class="text-[10px] text-zinc-400 font-mono">WORKSPACE: <!-- -->CONNECTING...</p></div></div><div class="flex items-center gap-3"><div class="flex items-center bg-zinc-100 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-0.5"><button class="p-1.5 rounded-md transition text-xs flex items-center gap-1.5 bg-white dark:bg-zinc-800 text-zinc-900 dark:text-zinc-50 shadow-sm"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-grid"><rect width="7" height="7" x="3" y="3" rx="1"></rect><rect width="7" height="7" x="14" y="3" rx="1"></rect><rect width="7" height="7" x="14" y="14" rx="1"></rect><rect width="7" height="7" x="3" y="14" rx="1"></rect></svg><span>Kanban</span></button><button class="p-1.5 rounded-md transition text-xs flex items-center gap-1.5 text-zinc-500 hover:text-zinc-800 dark:hover:text-zinc-200"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-fork"><circle cx="12" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><circle cx="18" cy="6" r="3"></circle><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"></path><path d="M12 12v3"></path></svg><span>DAG Map</span></button></div><button class="p-2 border border-zinc-200 dark:border-zinc-800 rounded-lg transition hover:bg-zinc-100 dark:hover:bg-zinc-900 text-zinc-500" title="Configure AI Agent"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg></button><button class="p-2 border border-zinc-200 dark:border-zinc-800 rounded-lg text-zinc-500 hover:text-zinc-900 dark:hover:text-zinc-100 transition hover:bg-zinc-100 dark:hover:bg-zinc-900"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg></button></div></header><div class="flex-1 flex overflow-hidden min-h-0"><aside class="border-r border-zinc-200 dark:border-zinc-800 bg-zinc-50/50 dark:bg-zinc-950/20 flex flex-col shrink-0 transition-all duration-300 w-64"><div class="flex items-center justify-between px-4 py-3 border-b border-zinc-200 dark:border-zinc-800 shrink-0"><span class="text-[10px] font-bold uppercase tracking-wider text-zinc-400">Features Manager</span><button class="p-1 hover:bg-zinc-150 dark:hover:bg-zinc-900 rounded text-zinc-500 hover:text-zinc-800 dark:hover:text-zinc-200 transition" title="Collapse Sidebar"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left"><path d="m15 18-6-6 6-6"></path></svg></button></div><form class="p-4 border-b border-zinc-200 dark:border-zinc-800 shrink-0"><div class="flex gap-2"><input type="text" placeholder="New feature name..." class="flex-1 px-3 py-1.5 bg-white dark:bg-black border border-zinc-200 dark:border-zinc-800 rounded-md text-xs outline-none focus:border-zinc-400 dark:focus:border-zinc-650" value=""/><button type="submit" class="p-2 bg-black dark:bg-white text-white dark:text-black rounded-md hover:opacity-90 transition"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button></div></form><div class="flex-1 overflow-y-auto p-3 space-y-1" style="scrollbar-width:thin"><div class="px-2 py-1 text-[10px] font-bold uppercase tracking-wider text-zinc-400">Features</div></div><div class="p-4 border-t border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black shrink-0"><div class="flex justify-between items-center mb-1"><span class="text-[10px] font-bold uppercase tracking-wider text-zinc-400">Trigger Agent: <!-- -->Constitution</span><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-zinc-400"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><textarea placeholder="Refinements or prompts..." disabled="" class="w-full h-16 p-2 text-xs bg-zinc-50 dark:bg-zinc-950 border border-zinc-200 dark:border-zinc-800 rounded-md outline-none resize-none disabled:opacity-50"></textarea><button disabled="" class="w-full mt-2 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-md text-xs font-semibold hover:opacity-90 transition flex items-center justify-center gap-1 disabled:opacity-50"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-play"><polygon points="6 3 20 12 6 21 6 3"></polygon></svg> Run <!-- -->Constitution</button></div></aside><main class="flex-1 flex flex-col min-w-0 overflow-hidden bg-white dark:bg-black relative"><div class="flex-1 flex flex-col min-h-0"><div class="flex-1 min-h-[50%] relative"><div class="flex items-center justify-center h-full text-zinc-400 text-xs">Loading Spec-Driven Development workspace state...</div></div><div class="flex flex-col min-h-0 bg-white dark:bg-black transition-all duration-300 h-[40%] border-t border-zinc-200 dark:border-zinc-800"><div class="flex justify-between items-center px-4 py-2 border-b border-zinc-150 dark:border-zinc-900 bg-zinc-50/70 dark:bg-zinc-950/20 shrink-0"><div class="flex gap-4"><button class="text-xs font-bold tracking-wide transition pb-1 border-b-2 text-black dark:text-white border-black dark:border-white">MARKDOWN EDITOR</button><button class="text-xs font-bold tracking-wide transition pb-1 border-b-2 text-zinc-400 border-transparent">AGENT RUN CONSOLE </button></div></div><div class="flex-1 min-h-0 overflow-hidden"><div class="h-full p-3 bg-white dark:bg-black"><div class="flex flex-col h-full border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black rounded-lg overflow-hidden"><div class="flex-1 flex flex-col items-center justify-center p-8 text-zinc-400 bg-zinc-50 dark:bg-zinc-950/10"><p class="text-sm">Select a tab or a phase to start editing or viewing markdown.</p></div></div></div></div></div></div></main></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[5686,[],\"ClientPageRoot\"]\n5:I[6925,[\"314\",\"static/chunks/8381d2c4-9707dccab70b742b.js\",\"590\",\"static/chunks/590-a6568595ecd2a994.js\",\"974\",\"static/chunks/app/page-8a5248f7704cde29.js\"],\"default\"]\n8:I[6050,[],\"OutletBoundary\"]\na:I[9479,[],\"AsyncMetadataOutlet\"]\nc:I[6050,[],\"ViewportBoundary\"]\ne:I[6050,[],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n:HL[\"/_next/static/css/008a05b0ad6b854a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"fWuQ3yoHovA7Cre6u89W7\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}],[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/008a05b0ad6b854a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--1qUGpMIIX_hfEBAEbNj_1--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/008a05b0ad6b854a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><script src="/_next/static/chunks/8381d2c4-9707dccab70b742b.js" async=""></script><script src="/_next/static/chunks/590-a6568595ecd2a994.js" async=""></script><script src="/_next/static/chunks/app/page-8a5248f7704cde29.js" async=""></script><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex flex-col h-screen bg-white dark:bg-black text-zinc-900 dark:text-zinc-50 overflow-hidden font-sans"><header class="flex justify-between items-center px-6 py-4 border-b border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black z-10 shrink-0"><div class="flex items-center gap-3"><span class="text-xl">🌱</span><div><h1 class="text-sm font-bold tracking-tight">Spec Kit Assistant</h1><p class="text-[10px] text-zinc-400 font-mono">WORKSPACE: <!-- -->CONNECTING...</p></div></div><div class="flex items-center gap-3"><div class="flex items-center bg-zinc-100 dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-lg p-0.5"><button class="p-1.5 rounded-md transition text-xs flex items-center gap-1.5 bg-white dark:bg-zinc-800 text-zinc-900 dark:text-zinc-50 shadow-sm"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-grid"><rect width="7" height="7" x="3" y="3" rx="1"></rect><rect width="7" height="7" x="14" y="3" rx="1"></rect><rect width="7" height="7" x="14" y="14" rx="1"></rect><rect width="7" height="7" x="3" y="14" rx="1"></rect></svg><span>Kanban</span></button><button class="p-1.5 rounded-md transition text-xs flex items-center gap-1.5 text-zinc-500 hover:text-zinc-800 dark:hover:text-zinc-200"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-fork"><circle cx="12" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><circle cx="18" cy="6" r="3"></circle><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"></path><path d="M12 12v3"></path></svg><span>DAG Map</span></button></div><button class="p-2 border border-zinc-200 dark:border-zinc-800 rounded-lg transition hover:bg-zinc-100 dark:hover:bg-zinc-900 text-zinc-500" title="Configure AI Agent"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg></button><button class="p-2 border border-zinc-200 dark:border-zinc-800 rounded-lg text-zinc-500 hover:text-zinc-900 dark:hover:text-zinc-100 transition hover:bg-zinc-100 dark:hover:bg-zinc-900"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg></button></div></header><div class="flex-1 flex overflow-hidden min-h-0"><aside class="border-r border-zinc-200 dark:border-zinc-800 bg-zinc-50/50 dark:bg-zinc-950/20 flex flex-col shrink-0 transition-all duration-300 w-64"><div class="flex items-center justify-between px-4 py-3 border-b border-zinc-200 dark:border-zinc-800 shrink-0"><span class="text-[10px] font-bold uppercase tracking-wider text-zinc-400">Features Manager</span><button class="p-1 hover:bg-zinc-150 dark:hover:bg-zinc-900 rounded text-zinc-500 hover:text-zinc-800 dark:hover:text-zinc-200 transition" title="Collapse Sidebar"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left"><path d="m15 18-6-6 6-6"></path></svg></button></div><form class="p-4 border-b border-zinc-200 dark:border-zinc-800 shrink-0"><div class="flex gap-2"><input type="text" placeholder="New feature name..." class="flex-1 px-3 py-1.5 bg-white dark:bg-black border border-zinc-200 dark:border-zinc-800 rounded-md text-xs outline-none focus:border-zinc-400 dark:focus:border-zinc-650" value=""/><button type="submit" class="p-2 bg-black dark:bg-white text-white dark:text-black rounded-md hover:opacity-90 transition"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button></div></form><div class="flex-1 overflow-y-auto p-3 space-y-1" style="scrollbar-width:thin"><div class="px-2 py-1 text-[10px] font-bold uppercase tracking-wider text-zinc-400">Features</div></div><div class="p-4 border-t border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black shrink-0"><div class="flex justify-between items-center mb-1"><span class="text-[10px] font-bold uppercase tracking-wider text-zinc-400">Trigger Agent: <!-- -->Constitution</span><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-zinc-400"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><textarea placeholder="Refinements or prompts..." disabled="" class="w-full h-16 p-2 text-xs bg-zinc-50 dark:bg-zinc-950 border border-zinc-200 dark:border-zinc-800 rounded-md outline-none resize-none disabled:opacity-50"></textarea><button disabled="" class="w-full mt-2 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-md text-xs font-semibold hover:opacity-90 transition flex items-center justify-center gap-1 disabled:opacity-50"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-play"><polygon points="6 3 20 12 6 21 6 3"></polygon></svg> Run <!-- -->Constitution</button></div></aside><main class="flex-1 flex flex-col min-w-0 overflow-hidden bg-white dark:bg-black relative"><div class="flex-1 flex flex-col min-h-0"><div class="flex-1 min-h-[50%] relative"><div class="flex items-center justify-center h-full text-zinc-400 text-xs">Loading Spec-Driven Development workspace state...</div></div><div class="flex flex-col min-h-0 bg-white dark:bg-black transition-all duration-300 h-[40%] border-t border-zinc-200 dark:border-zinc-800"><div class="flex justify-between items-center px-4 py-2 border-b border-zinc-150 dark:border-zinc-900 bg-zinc-50/70 dark:bg-zinc-950/20 shrink-0"><div class="flex gap-4"><button class="text-xs font-bold tracking-wide transition pb-1 border-b-2 text-black dark:text-white border-black dark:border-white">MARKDOWN EDITOR</button><button class="text-xs font-bold tracking-wide transition pb-1 border-b-2 text-zinc-400 border-transparent">AGENT RUN CONSOLE </button></div></div><div class="flex-1 min-h-0 overflow-hidden"><div class="h-full p-3 bg-white dark:bg-black"><div class="flex flex-col h-full border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-black rounded-lg overflow-hidden"><div class="flex-1 flex flex-col items-center justify-center p-8 text-zinc-400 bg-zinc-50 dark:bg-zinc-950/10"><p class="text-sm">Select a tab or a phase to start editing or viewing markdown.</p></div></div></div></div></div></div></main></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[5686,[],\"ClientPageRoot\"]\n5:I[6925,[\"314\",\"static/chunks/8381d2c4-9707dccab70b742b.js\",\"590\",\"static/chunks/590-a6568595ecd2a994.js\",\"974\",\"static/chunks/app/page-8a5248f7704cde29.js\"],\"default\"]\n8:I[6050,[],\"OutletBoundary\"]\na:I[9479,[],\"AsyncMetadataOutlet\"]\nc:I[6050,[],\"ViewportBoundary\"]\ne:I[6050,[],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n:HL[\"/_next/static/css/008a05b0ad6b854a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1qUGpMIIX-hfEBAEbNj_1\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}],[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/008a05b0ad6b854a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
@@ -11,7 +11,7 @@ f:"$Sreact.suspense"
11
11
  11:I[6177,[],""]
12
12
  :HL["/_next/static/css/6fd2e11db3a59771.css","style"]
13
13
  :HL["/_next/static/css/008a05b0ad6b854a.css","style"]
14
- 0:{"P":null,"b":"fWuQ3yoHovA7Cre6u89W7","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6fd2e11db3a59771.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lc",null,{"children":"$Ld"}],null],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
14
+ 0:{"P":null,"b":"1qUGpMIIX-hfEBAEbNj_1","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/6fd2e11db3a59771.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/008a05b0ad6b854a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lc",null,{"children":"$Ld"}],null],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
15
15
  6:{}
16
16
  7:"$0:f:0:1:2:children:1:props:children:0:props:params"
17
17
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "/_not-found/page": "app/_not-found/page.js",
2
3
  "/api/feature/route": "app/api/feature/route.js",
3
4
  "/api/file/route": "app/api/file/route.js",
4
- "/_not-found/page": "app/_not-found/page.js",
5
5
  "/api/phase/route": "app/api/phase/route.js",
6
6
  "/api/state/route": "app/api/state/route.js",
7
7
  "/api/task/route": "app/api/task/route.js",
@@ -1 +1 @@
1
- <!DOCTYPE html><!--fWuQ3yoHovA7Cre6u89W7--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><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>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[6050,[],\"OutletBoundary\"]\n6:I[9479,[],\"AsyncMetadataOutlet\"]\n8:I[6050,[],\"ViewportBoundary\"]\na:I[6050,[],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"fWuQ3yoHovA7Cre6u89W7\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--1qUGpMIIX_hfEBAEbNj_1--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/6fd2e11db3a59771.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c460f8e58a9e9eff.js"/><script src="/_next/static/chunks/acfafb44-8249079a6627ac92.js" async=""></script><script src="/_next/static/chunks/920-f9bfc1b0d0402c3e.js" async=""></script><script src="/_next/static/chunks/main-app-b9ad56d6b1dfa941.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Spec Kit Assistant</title><meta name="description" content="Visual orchestrator for Spec-Driven Development (SDD)"/><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>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.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[4827,[],\"\"]\n3:I[1063,[],\"\"]\n4:I[6050,[],\"OutletBoundary\"]\n6:I[9479,[],\"AsyncMetadataOutlet\"]\n8:I[6050,[],\"ViewportBoundary\"]\na:I[6050,[],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[6177,[],\"\"]\n:HL[\"/_next/static/css/6fd2e11db3a59771.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1qUGpMIIX-hfEBAEbNj_1\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6fd2e11db3a59771.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spec Kit Assistant\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual orchestrator for Spec-Driven Development (SDD)\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.js" defer=""></script><script src="/_next/static/chunks/framework-20dd4f6054cc5446.js" defer=""></script><script src="/_next/static/chunks/main-91029f76ac1b7110.js" defer=""></script><script src="/_next/static/chunks/pages/_app-aa33dc41c3472021.js" defer=""></script><script src="/_next/static/chunks/pages/_error-78b0b3b591df0e73.js" defer=""></script><script src="/_next/static/fWuQ3yoHovA7Cre6u89W7/_buildManifest.js" defer=""></script><script src="/_next/static/fWuQ3yoHovA7Cre6u89W7/_ssgManifest.js" defer=""></script></head><body><div id="__next"><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)}@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></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"fWuQ3yoHovA7Cre6u89W7","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-c460f8e58a9e9eff.js" defer=""></script><script src="/_next/static/chunks/framework-20dd4f6054cc5446.js" defer=""></script><script src="/_next/static/chunks/main-91029f76ac1b7110.js" defer=""></script><script src="/_next/static/chunks/pages/_app-aa33dc41c3472021.js" defer=""></script><script src="/_next/static/chunks/pages/_error-78b0b3b591df0e73.js" defer=""></script><script src="/_next/static/1qUGpMIIX-hfEBAEbNj_1/_buildManifest.js" defer=""></script><script src="/_next/static/1qUGpMIIX-hfEBAEbNj_1/_ssgManifest.js" defer=""></script></head><body><div id="__next"><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)}@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></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"1qUGpMIIX-hfEBAEbNj_1","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
package/.next/trace CHANGED
@@ -1,3 +1,3 @@
1
- [{"name":"generate-buildid","duration":80,"timestamp":527422553756,"id":4,"parentId":1,"tags":{},"startTime":1781578866986,"traceId":"2d05a57abb97495d"},{"name":"load-custom-routes","duration":101,"timestamp":527422553868,"id":5,"parentId":1,"tags":{},"startTime":1781578866986,"traceId":"2d05a57abb97495d"},{"name":"create-dist-dir","duration":1812,"timestamp":527422584217,"id":6,"parentId":1,"tags":{},"startTime":1781578867016,"traceId":"2d05a57abb97495d"},{"name":"create-pages-mapping","duration":67,"timestamp":527422591247,"id":7,"parentId":1,"tags":{},"startTime":1781578867023,"traceId":"2d05a57abb97495d"},{"name":"collect-app-files","duration":1013,"timestamp":527422591327,"id":8,"parentId":1,"tags":{},"startTime":1781578867023,"traceId":"2d05a57abb97495d"},{"name":"create-app-mapping","duration":398,"timestamp":527422592348,"id":9,"parentId":1,"tags":{},"startTime":1781578867024,"traceId":"2d05a57abb97495d"},{"name":"create-app-layouts","duration":127,"timestamp":527422592756,"id":10,"parentId":1,"tags":{},"startTime":1781578867025,"traceId":"2d05a57abb97495d"},{"name":"collect-default-files","duration":211,"timestamp":527422593257,"id":12,"parentId":1,"tags":{},"startTime":1781578867025,"traceId":"2d05a57abb97495d"},{"name":"generate-route-types","duration":8480,"timestamp":527422593008,"id":11,"parentId":1,"tags":{},"startTime":1781578867025,"traceId":"2d05a57abb97495d"},{"name":"public-dir-conflict-check","duration":136,"timestamp":527422601504,"id":13,"parentId":1,"tags":{},"startTime":1781578867034,"traceId":"2d05a57abb97495d"},{"name":"generate-routes-manifest","duration":533,"timestamp":527422601707,"id":14,"parentId":1,"tags":{},"startTime":1781578867034,"traceId":"2d05a57abb97495d"},{"name":"create-entrypoints","duration":6878,"timestamp":527422879521,"id":18,"parentId":16,"tags":{},"startTime":1781578867312,"traceId":"2d05a57abb97495d"},{"name":"generate-webpack-config","duration":38036,"timestamp":527422886458,"id":19,"parentId":17,"tags":{},"startTime":1781578867319,"traceId":"2d05a57abb97495d"},{"name":"next-trace-entrypoint-plugin","duration":814,"timestamp":527422971237,"id":21,"parentId":20,"tags":{},"startTime":1781578867403,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":82194,"timestamp":527422973549,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":147461,"timestamp":527422973560,"id":31,"parentId":22,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":153776,"timestamp":527422973605,"id":33,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":154536,"timestamp":527422973525,"id":25,"parentId":22,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":154481,"timestamp":527422973586,"id":32,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":155136,"timestamp":527422973554,"id":30,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fstate%2Fwatch%2Froute&name=app%2Fapi%2Fstate%2Fwatch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fstate%2Fwatch%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fstate%2Fwatch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":159389,"timestamp":527422973508,"id":24,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":159374,"timestamp":527422973534,"id":26,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fphase%2Froute&name=app%2Fapi%2Fphase%2Froute&pagePath=private-next-app-dir%2Fapi%2Fphase%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fphase%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":159770,"timestamp":527422973141,"id":23,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffeature%2Froute&name=app%2Fapi%2Ffeature%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffeature%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffeature%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867405,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":159376,"timestamp":527422973540,"id":27,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fstate%2Froute&name=app%2Fapi%2Fstate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fstate%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fstate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":159373,"timestamp":527422973545,"id":28,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftask%2Froute&name=app%2Fapi%2Ftask%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftask%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftask%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781578867406,"traceId":"2d05a57abb97495d"},{"name":"make","duration":227134,"timestamp":527422972996,"id":22,"parentId":20,"tags":{},"startTime":1781578867405,"traceId":"2d05a57abb97495d"},{"name":"get-entries","duration":251,"timestamp":527423200701,"id":69,"parentId":68,"tags":{},"startTime":1781578867633,"traceId":"2d05a57abb97495d"},{"name":"node-file-trace-plugin","duration":759604,"timestamp":527423202742,"id":70,"parentId":68,"tags":{"traceEntryCount":"18"},"startTime":1781578867635,"traceId":"2d05a57abb97495d"},{"name":"collect-traced-files","duration":353,"timestamp":527423962357,"id":71,"parentId":68,"tags":{},"startTime":1781578868394,"traceId":"2d05a57abb97495d"},{"name":"finish-modules","duration":762089,"timestamp":527423200623,"id":68,"parentId":21,"tags":{},"startTime":1781578867633,"traceId":"2d05a57abb97495d"},{"name":"chunk-graph","duration":4894,"timestamp":527423973150,"id":73,"parentId":72,"tags":{},"startTime":1781578868405,"traceId":"2d05a57abb97495d"},{"name":"optimize-modules","duration":13,"timestamp":527423978095,"id":75,"parentId":72,"tags":{},"startTime":1781578868410,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunks","duration":3608,"timestamp":527423978137,"id":76,"parentId":72,"tags":{},"startTime":1781578868410,"traceId":"2d05a57abb97495d"},{"name":"optimize-tree","duration":14,"timestamp":527423981781,"id":77,"parentId":72,"tags":{},"startTime":1781578868414,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunk-modules","duration":5414,"timestamp":527423981825,"id":78,"parentId":72,"tags":{},"startTime":1781578868414,"traceId":"2d05a57abb97495d"},{"name":"optimize","duration":9186,"timestamp":527423978073,"id":74,"parentId":72,"tags":{},"startTime":1781578868410,"traceId":"2d05a57abb97495d"},{"name":"module-hash","duration":5251,"timestamp":527423992718,"id":79,"parentId":72,"tags":{},"startTime":1781578868425,"traceId":"2d05a57abb97495d"},{"name":"code-generation","duration":3790,"timestamp":527423997987,"id":80,"parentId":72,"tags":{},"startTime":1781578868430,"traceId":"2d05a57abb97495d"},{"name":"hash","duration":2507,"timestamp":527424003274,"id":81,"parentId":72,"tags":{},"startTime":1781578868435,"traceId":"2d05a57abb97495d"},{"name":"code-generation-jobs","duration":73,"timestamp":527424005780,"id":82,"parentId":72,"tags":{},"startTime":1781578868438,"traceId":"2d05a57abb97495d"},{"name":"module-assets","duration":117,"timestamp":527424005837,"id":83,"parentId":72,"tags":{},"startTime":1781578868438,"traceId":"2d05a57abb97495d"},{"name":"create-chunk-assets","duration":379,"timestamp":527424005957,"id":84,"parentId":72,"tags":{},"startTime":1781578868438,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":84,"timestamp":527424009411,"id":86,"parentId":85,"tags":{"name":"../app/api/feature/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":40,"timestamp":527424009456,"id":87,"parentId":85,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":37,"timestamp":527424009460,"id":88,"parentId":85,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":35,"timestamp":527424009462,"id":89,"parentId":85,"tags":{"name":"../app/api/phase/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":34,"timestamp":527424009464,"id":90,"parentId":85,"tags":{"name":"../app/api/state/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":32,"timestamp":527424009466,"id":91,"parentId":85,"tags":{"name":"../app/api/task/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":31,"timestamp":527424009468,"id":92,"parentId":85,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":29,"timestamp":527424009470,"id":93,"parentId":85,"tags":{"name":"../app/api/state/watch/route.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":28,"timestamp":527424009472,"id":94,"parentId":85,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":23,"timestamp":527424009476,"id":95,"parentId":85,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1781578868441,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":18,"timestamp":527424009482,"id":96,"parentId":85,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":15,"timestamp":527424009485,"id":97,"parentId":85,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":13,"timestamp":527424009488,"id":98,"parentId":85,"tags":{"name":"355.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":12,"timestamp":527424009489,"id":99,"parentId":85,"tags":{"name":"643.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":11,"timestamp":527424009491,"id":100,"parentId":85,"tags":{"name":"6.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":9,"timestamp":527424009492,"id":101,"parentId":85,"tags":{"name":"607.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":8,"timestamp":527424009494,"id":102,"parentId":85,"tags":{"name":"897.js","cache":"HIT"},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"minify-webpack-plugin-optimize","duration":1971,"timestamp":527424007534,"id":85,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1781578868440,"traceId":"2d05a57abb97495d"},{"name":"css-minimizer-plugin","duration":85,"timestamp":527424009541,"id":103,"parentId":20,"tags":{},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"create-trace-assets","duration":695,"timestamp":527424009701,"id":104,"parentId":21,"tags":{},"startTime":1781578868442,"traceId":"2d05a57abb97495d"},{"name":"seal","duration":44534,"timestamp":527423968697,"id":72,"parentId":20,"tags":{},"startTime":1781578868401,"traceId":"2d05a57abb97495d"},{"name":"webpack-compilation","duration":1045279,"timestamp":527422970594,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1781578867403,"traceId":"2d05a57abb97495d"},{"name":"emit","duration":3492,"timestamp":527424016011,"id":105,"parentId":17,"tags":{},"startTime":1781578868448,"traceId":"2d05a57abb97495d"},{"name":"webpack-close","duration":263,"timestamp":527424020009,"id":106,"parentId":17,"tags":{"name":"server"},"startTime":1781578868452,"traceId":"2d05a57abb97495d"},{"name":"webpack-generate-error-stats","duration":712,"timestamp":527424020292,"id":107,"parentId":106,"tags":{},"startTime":1781578868452,"traceId":"2d05a57abb97495d"},{"name":"run-webpack-compiler","duration":1141577,"timestamp":527422879519,"id":17,"parentId":16,"tags":{},"startTime":1781578867312,"traceId":"2d05a57abb97495d"},{"name":"format-webpack-messages","duration":31,"timestamp":527424021098,"id":108,"parentId":16,"tags":{},"startTime":1781578868453,"traceId":"2d05a57abb97495d"},{"name":"worker-main-server","duration":1141796,"timestamp":527422879387,"id":16,"parentId":1,"tags":{},"startTime":1781578867311,"traceId":"2d05a57abb97495d"},{"name":"create-entrypoints","duration":5051,"timestamp":527424281537,"id":112,"parentId":110,"tags":{},"startTime":1781578868714,"traceId":"2d05a57abb97495d"},{"name":"generate-webpack-config","duration":33443,"timestamp":527424286647,"id":113,"parentId":111,"tags":{},"startTime":1781578868719,"traceId":"2d05a57abb97495d"},{"name":"make","duration":233,"timestamp":527424355474,"id":115,"parentId":114,"tags":{},"startTime":1781578868787,"traceId":"2d05a57abb97495d"},{"name":"chunk-graph","duration":241,"timestamp":527424356497,"id":117,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"optimize-modules","duration":8,"timestamp":527424356772,"id":119,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunks","duration":60,"timestamp":527424356810,"id":120,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"optimize-tree","duration":9,"timestamp":527424356891,"id":121,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunk-modules","duration":39,"timestamp":527424356957,"id":122,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"optimize","duration":255,"timestamp":527424356753,"id":118,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"module-hash","duration":36,"timestamp":527424357203,"id":123,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"code-generation","duration":55,"timestamp":527424357252,"id":124,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"hash","duration":144,"timestamp":527424357396,"id":125,"parentId":116,"tags":{},"startTime":1781578868789,"traceId":"2d05a57abb97495d"},{"name":"code-generation-jobs","duration":22,"timestamp":527424357539,"id":126,"parentId":116,"tags":{},"startTime":1781578868790,"traceId":"2d05a57abb97495d"},{"name":"module-assets","duration":26,"timestamp":527424357553,"id":127,"parentId":116,"tags":{},"startTime":1781578868790,"traceId":"2d05a57abb97495d"},{"name":"create-chunk-assets","duration":91,"timestamp":527424357583,"id":128,"parentId":116,"tags":{},"startTime":1781578868790,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":177,"timestamp":527424362345,"id":130,"parentId":129,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1781578868794,"traceId":"2d05a57abb97495d"},{"name":"minify-webpack-plugin-optimize","duration":1835,"timestamp":527424360698,"id":129,"parentId":114,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1781578868793,"traceId":"2d05a57abb97495d"},{"name":"css-minimizer-plugin","duration":93,"timestamp":527424362615,"id":131,"parentId":114,"tags":{},"startTime":1781578868795,"traceId":"2d05a57abb97495d"},{"name":"seal","duration":7492,"timestamp":527424356386,"id":116,"parentId":114,"tags":{},"startTime":1781578868788,"traceId":"2d05a57abb97495d"},{"name":"webpack-compilation","duration":9874,"timestamp":527424354139,"id":114,"parentId":111,"tags":{"name":"edge-server"},"startTime":1781578868786,"traceId":"2d05a57abb97495d"},{"name":"emit","duration":3203,"timestamp":527424364160,"id":132,"parentId":111,"tags":{},"startTime":1781578868796,"traceId":"2d05a57abb97495d"},{"name":"webpack-close","duration":220,"timestamp":527424367659,"id":133,"parentId":111,"tags":{"name":"edge-server"},"startTime":1781578868800,"traceId":"2d05a57abb97495d"},{"name":"webpack-generate-error-stats","duration":767,"timestamp":527424367897,"id":134,"parentId":133,"tags":{},"startTime":1781578868800,"traceId":"2d05a57abb97495d"},{"name":"run-webpack-compiler","duration":87164,"timestamp":527424281535,"id":111,"parentId":110,"tags":{},"startTime":1781578868714,"traceId":"2d05a57abb97495d"},{"name":"format-webpack-messages","duration":29,"timestamp":527424368701,"id":135,"parentId":110,"tags":{},"startTime":1781578868801,"traceId":"2d05a57abb97495d"},{"name":"worker-main-edge-server","duration":87407,"timestamp":527424281369,"id":110,"parentId":1,"tags":{},"startTime":1781578868713,"traceId":"2d05a57abb97495d"},{"name":"create-entrypoints","duration":5047,"timestamp":527424619139,"id":138,"parentId":136,"tags":{},"startTime":1781578869051,"traceId":"2d05a57abb97495d"},{"name":"generate-webpack-config","duration":34599,"timestamp":527424624245,"id":139,"parentId":137,"tags":{},"startTime":1781578869056,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":47911,"timestamp":527424695049,"id":149,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":47917,"timestamp":527424695052,"id":150,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":47897,"timestamp":527424695075,"id":152,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"}]
2
- [{"name":"add-entry","duration":47895,"timestamp":527424695079,"id":153,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":47895,"timestamp":527424695081,"id":154,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":47895,"timestamp":527424695082,"id":155,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":92887,"timestamp":527424695031,"id":146,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":93125,"timestamp":527424695020,"id":145,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":93112,"timestamp":527424695045,"id":148,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"postcss-process","duration":134669,"timestamp":527424896084,"id":160,"parentId":159,"tags":{},"startTime":1781578869328,"traceId":"2d05a57abb97495d"},{"name":"postcss-loader","duration":254152,"timestamp":527424776631,"id":159,"parentId":158,"tags":{},"startTime":1781578869209,"traceId":"2d05a57abb97495d"},{"name":"css-loader","duration":12807,"timestamp":527425030881,"id":161,"parentId":158,"tags":{"astUsed":"true"},"startTime":1781578869463,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":359544,"timestamp":527424695040,"id":147,"parentId":141,"tags":{"request":"/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/router.js"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":362883,"timestamp":527424694843,"id":142,"parentId":141,"tags":{"request":"./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/next.js"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":365893,"timestamp":527424695011,"id":144,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"build-module-css","duration":291890,"timestamp":527424769253,"id":158,"parentId":157,"tags":{"name":"/Users/guru/work/dmux/speckit-assistant/src/app/globals.css.webpack[javascript/auto]!=!/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/Users/guru/work/dmux/speckit-assistant/src/app/globals.css","layer":null},"startTime":1781578869201,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":368527,"timestamp":527424694999,"id":143,"parentId":141,"tags":{"request":"./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/app-next.js"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"build-module-css","duration":309580,"timestamp":527424761745,"id":157,"parentId":140,"tags":{"name":"/Users/guru/work/dmux/speckit-assistant/src/app/globals.css","layer":"app-pages-browser"},"startTime":1781578869194,"traceId":"2d05a57abb97495d"},{"name":"build-module","duration":51,"timestamp":527425072122,"id":162,"parentId":157,"tags":{},"startTime":1781578869504,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":377324,"timestamp":527424695061,"id":151,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"add-entry","duration":382553,"timestamp":527424695084,"id":156,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"make","duration":383008,"timestamp":527424694698,"id":141,"parentId":140,"tags":{},"startTime":1781578869127,"traceId":"2d05a57abb97495d"},{"name":"chunk-graph","duration":2852,"timestamp":527425086782,"id":164,"parentId":163,"tags":{},"startTime":1781578869519,"traceId":"2d05a57abb97495d"},{"name":"optimize-modules","duration":8,"timestamp":527425089664,"id":166,"parentId":163,"tags":{},"startTime":1781578869522,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunks","duration":2591,"timestamp":527425090159,"id":168,"parentId":163,"tags":{},"startTime":1781578869522,"traceId":"2d05a57abb97495d"},{"name":"optimize-tree","duration":9,"timestamp":527425092783,"id":169,"parentId":163,"tags":{},"startTime":1781578869525,"traceId":"2d05a57abb97495d"},{"name":"optimize-chunk-modules","duration":7928,"timestamp":527425092822,"id":170,"parentId":163,"tags":{},"startTime":1781578869525,"traceId":"2d05a57abb97495d"},{"name":"optimize","duration":11130,"timestamp":527425089648,"id":165,"parentId":163,"tags":{},"startTime":1781578869522,"traceId":"2d05a57abb97495d"},{"name":"module-hash","duration":3712,"timestamp":527425105388,"id":171,"parentId":163,"tags":{},"startTime":1781578869537,"traceId":"2d05a57abb97495d"},{"name":"code-generation","duration":797,"timestamp":527425109124,"id":172,"parentId":163,"tags":{},"startTime":1781578869541,"traceId":"2d05a57abb97495d"},{"name":"hash","duration":2667,"timestamp":527425110836,"id":173,"parentId":163,"tags":{},"startTime":1781578869543,"traceId":"2d05a57abb97495d"},{"name":"code-generation-jobs","duration":57,"timestamp":527425113503,"id":174,"parentId":163,"tags":{},"startTime":1781578869545,"traceId":"2d05a57abb97495d"},{"name":"module-assets","duration":75,"timestamp":527425113545,"id":175,"parentId":163,"tags":{},"startTime":1781578869546,"traceId":"2d05a57abb97495d"},{"name":"create-chunk-assets","duration":1577,"timestamp":527425113623,"id":176,"parentId":163,"tags":{},"startTime":1781578869546,"traceId":"2d05a57abb97495d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":603,"timestamp":527425115997,"id":178,"parentId":140,"tags":{},"startTime":1781578869548,"traceId":"2d05a57abb97495d"},{"name":"NextJsBuildManifest-createassets","duration":948,"timestamp":527425115656,"id":177,"parentId":140,"tags":{},"startTime":1781578869548,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":232,"timestamp":527425118687,"id":180,"parentId":179,"tags":{"name":"static/chunks/main-90d1cc2a170a4cd5.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":181,"timestamp":527425118739,"id":181,"parentId":179,"tags":{"name":"static/chunks/main-app-10aeb410137afa8c.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":177,"timestamp":527425118744,"id":182,"parentId":179,"tags":{"name":"static/chunks/app/_not-found/page-fb4c614bf5952659.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":175,"timestamp":527425118746,"id":183,"parentId":179,"tags":{"name":"static/chunks/pages/_app-92414b5ad05b81c6.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":176,"timestamp":527425118748,"id":184,"parentId":179,"tags":{"name":"static/chunks/pages/_error-74ac7170052d1581.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":175,"timestamp":527425118750,"id":185,"parentId":179,"tags":{"name":"static/chunks/app/layout-627ee210a6e15dea.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":173,"timestamp":527425118752,"id":186,"parentId":179,"tags":{"name":"static/chunks/app/page-e13c173456b8746a.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":172,"timestamp":527425118754,"id":187,"parentId":179,"tags":{"name":"static/chunks/webpack-c9b7588c1149ef50.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":170,"timestamp":527425118756,"id":188,"parentId":179,"tags":{"name":"static/chunks/framework-7d2e301985dfa0ca.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":165,"timestamp":527425118761,"id":189,"parentId":179,"tags":{"name":"static/chunks/acfafb44-dcad3075035847de.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":160,"timestamp":527425118767,"id":190,"parentId":179,"tags":{"name":"static/chunks/8381d2c4-3990feceefd50e87.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":157,"timestamp":527425118770,"id":191,"parentId":179,"tags":{"name":"static/chunks/920-6a19072f6e9bbbab.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":155,"timestamp":527425118772,"id":192,"parentId":179,"tags":{"name":"static/chunks/590-9830a73a27674dc5.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":154,"timestamp":527425118774,"id":193,"parentId":179,"tags":{"name":"static/chunks/app/api/feature/route-3236d71954738183.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":153,"timestamp":527425118775,"id":194,"parentId":179,"tags":{"name":"static/chunks/app/api/file/route-37c4ed299d1c29e7.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":151,"timestamp":527425118777,"id":195,"parentId":179,"tags":{"name":"static/chunks/app/api/phase/route-8c44e72090cbb62b.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":150,"timestamp":527425118778,"id":196,"parentId":179,"tags":{"name":"static/chunks/app/api/state/route-c8e02ede918db2c4.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":148,"timestamp":527425118781,"id":197,"parentId":179,"tags":{"name":"static/chunks/app/api/task/route-ebb72de5a310f2d3.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":147,"timestamp":527425118782,"id":198,"parentId":179,"tags":{"name":"static/chunks/app/api/state/watch/route-283640fefb22ed72.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":142,"timestamp":527425118787,"id":199,"parentId":179,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":23,"timestamp":527425118907,"id":201,"parentId":179,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":12,"timestamp":527425118918,"id":203,"parentId":179,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":428,"timestamp":527425118793,"id":200,"parentId":179,"tags":{"name":"static/fWuQ3yoHovA7Cre6u89W7/_ssgManifest.js","cache":"MISS"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-js","duration":349,"timestamp":527425118910,"id":202,"parentId":179,"tags":{"name":"static/fWuQ3yoHovA7Cre6u89W7/_buildManifest.js","cache":"MISS"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-webpack-plugin-optimize","duration":2235,"timestamp":527425117025,"id":179,"parentId":140,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1781578869549,"traceId":"2d05a57abb97495d"},{"name":"minify-css","duration":29,"timestamp":527425119344,"id":205,"parentId":204,"tags":{"file":"static/css/c89ecbfb72d46985.css","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"minify-css","duration":16,"timestamp":527425119357,"id":206,"parentId":204,"tags":{"file":"static/css/921201b770655c5e.css","cache":"HIT"},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"css-minimizer-plugin","duration":78,"timestamp":527425119297,"id":204,"parentId":140,"tags":{},"startTime":1781578869551,"traceId":"2d05a57abb97495d"},{"name":"seal","duration":39709,"timestamp":527425082643,"id":163,"parentId":140,"tags":{},"startTime":1781578869515,"traceId":"2d05a57abb97495d"},{"name":"webpack-compilation","duration":428921,"timestamp":527424693525,"id":140,"parentId":137,"tags":{"name":"client"},"startTime":1781578869126,"traceId":"2d05a57abb97495d"},{"name":"emit","duration":3003,"timestamp":527425122576,"id":207,"parentId":137,"tags":{},"startTime":1781578869555,"traceId":"2d05a57abb97495d"},{"name":"webpack-close","duration":12006,"timestamp":527425125961,"id":208,"parentId":137,"tags":{"name":"client"},"startTime":1781578869558,"traceId":"2d05a57abb97495d"},{"name":"webpack-generate-error-stats","duration":807,"timestamp":527425137999,"id":209,"parentId":208,"tags":{},"startTime":1781578869570,"traceId":"2d05a57abb97495d"},{"name":"run-webpack-compiler","duration":519730,"timestamp":527424619137,"id":137,"parentId":136,"tags":{},"startTime":1781578869051,"traceId":"2d05a57abb97495d"},{"name":"format-webpack-messages","duration":31,"timestamp":527425138870,"id":210,"parentId":136,"tags":{},"startTime":1781578869571,"traceId":"2d05a57abb97495d"},{"name":"worker-main-client","duration":519944,"timestamp":527424619009,"id":136,"parentId":1,"tags":{},"startTime":1781578869051,"traceId":"2d05a57abb97495d"},{"name":"verify-typescript-setup","duration":105162,"timestamp":527425148886,"id":212,"parentId":1,"tags":{},"startTime":1781578869581,"traceId":"2d05a57abb97495d"},{"name":"check-static-error-page","duration":1098,"timestamp":527425259978,"id":215,"parentId":214,"tags":{},"startTime":1781578869692,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":784,"timestamp":527425273491,"id":216,"parentId":214,"tags":{"page":"/_app"},"startTime":1781578869705,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":310,"timestamp":527425273977,"id":218,"parentId":214,"tags":{"page":"/_document"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":718,"timestamp":527425273895,"id":217,"parentId":214,"tags":{"page":"/_error"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":189260,"timestamp":527425275050,"id":229,"parentId":223,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":190254,"timestamp":527425274110,"id":223,"parentId":214,"tags":{"page":"/api/state"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":191761,"timestamp":527425276285,"id":234,"parentId":224,"tags":{},"startTime":1781578869708,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":193959,"timestamp":527425274130,"id":224,"parentId":214,"tags":{"page":"/api/state/watch"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":194224,"timestamp":527425274899,"id":227,"parentId":220,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":195109,"timestamp":527425274071,"id":220,"parentId":214,"tags":{"page":"/api/feature"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":205855,"timestamp":527425275477,"id":232,"parentId":219,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":207368,"timestamp":527425274011,"id":219,"parentId":214,"tags":{"page":"/_not-found"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":211259,"timestamp":527425275079,"id":230,"parentId":225,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":212230,"timestamp":527425274146,"id":225,"parentId":214,"tags":{"page":"/api/task"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":210408,"timestamp":527425276002,"id":233,"parentId":226,"tags":{},"startTime":1781578869708,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":212253,"timestamp":527425274164,"id":226,"parentId":214,"tags":{"page":"/"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":216173,"timestamp":527425275114,"id":231,"parentId":221,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":217218,"timestamp":527425274089,"id":221,"parentId":214,"tags":{"page":"/api/file"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"is-page-static","duration":233360,"timestamp":527425275007,"id":228,"parentId":222,"tags":{},"startTime":1781578869707,"traceId":"2d05a57abb97495d"},{"name":"check-page","duration":234288,"timestamp":527425274099,"id":222,"parentId":214,"tags":{"page":"/api/phase"},"startTime":1781578869706,"traceId":"2d05a57abb97495d"},{"name":"static-check","duration":248600,"timestamp":527425259798,"id":214,"parentId":1,"tags":{},"startTime":1781578869692,"traceId":"2d05a57abb97495d"},{"name":"generate-required-server-files","duration":151,"timestamp":527425508789,"id":236,"parentId":1,"tags":{},"startTime":1781578869941,"traceId":"2d05a57abb97495d"},{"name":"write-routes-manifest","duration":784,"timestamp":527425512611,"id":238,"parentId":1,"tags":{},"startTime":1781578869945,"traceId":"2d05a57abb97495d"},{"name":"load-dotenv","duration":23,"timestamp":527425787837,"id":241,"parentId":240,"tags":{},"startTime":1781578870220,"traceId":"2d05a57abb97495d"},{"name":"run-export-path-map","duration":149,"timestamp":527425908522,"id":242,"parentId":240,"tags":{},"startTime":1781578870341,"traceId":"2d05a57abb97495d"},{"name":"next-export","duration":426492,"timestamp":527425787163,"id":240,"parentId":1,"tags":{},"startTime":1781578870219,"traceId":"2d05a57abb97495d"},{"name":"move-exported-app-not-found-","duration":3315,"timestamp":527426214151,"id":243,"parentId":239,"tags":{},"startTime":1781578870646,"traceId":"2d05a57abb97495d"},{"name":"move-exported-page","duration":19098,"timestamp":527426217513,"id":244,"parentId":239,"tags":{},"startTime":1781578870649,"traceId":"2d05a57abb97495d"},{"name":"static-generation","duration":518017,"timestamp":527425782266,"id":239,"parentId":1,"tags":{},"startTime":1781578870214,"traceId":"2d05a57abb97495d"},{"name":"write-routes-manifest","duration":12900,"timestamp":527426300339,"id":245,"parentId":1,"tags":{},"startTime":1781578870732,"traceId":"2d05a57abb97495d"},{"name":"node-file-trace-build","duration":2728580,"timestamp":527425510120,"id":237,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1781578869942,"traceId":"2d05a57abb97495d"}]
3
- [{"name":"apply-include-excludes","duration":317,"timestamp":527428238772,"id":246,"parentId":1,"tags":{},"startTime":1781578872671,"traceId":"2d05a57abb97495d"},{"name":"print-tree-view","duration":1133,"timestamp":527428239258,"id":247,"parentId":1,"tags":{},"startTime":1781578872671,"traceId":"2d05a57abb97495d"},{"name":"telemetry-flush","duration":15,"timestamp":527428240395,"id":248,"parentId":1,"tags":{},"startTime":1781578872672,"traceId":"2d05a57abb97495d"},{"name":"next-build","duration":5803648,"timestamp":527422436764,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.19","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1781578866869,"traceId":"2d05a57abb97495d"}]
1
+ [{"name":"generate-buildid","duration":73,"timestamp":527970889714,"id":4,"parentId":1,"tags":{},"startTime":1781579415320,"traceId":"59c60993168414f5"},{"name":"load-custom-routes","duration":103,"timestamp":527970889816,"id":5,"parentId":1,"tags":{},"startTime":1781579415320,"traceId":"59c60993168414f5"},{"name":"create-dist-dir","duration":316,"timestamp":527970918359,"id":6,"parentId":1,"tags":{},"startTime":1781579415349,"traceId":"59c60993168414f5"},{"name":"create-pages-mapping","duration":71,"timestamp":527970923994,"id":7,"parentId":1,"tags":{},"startTime":1781579415354,"traceId":"59c60993168414f5"},{"name":"collect-app-files","duration":1049,"timestamp":527970924078,"id":8,"parentId":1,"tags":{},"startTime":1781579415355,"traceId":"59c60993168414f5"},{"name":"create-app-mapping","duration":372,"timestamp":527970925134,"id":9,"parentId":1,"tags":{},"startTime":1781579415356,"traceId":"59c60993168414f5"},{"name":"create-app-layouts","duration":113,"timestamp":527970925515,"id":10,"parentId":1,"tags":{},"startTime":1781579415356,"traceId":"59c60993168414f5"},{"name":"collect-default-files","duration":305,"timestamp":527970926004,"id":12,"parentId":1,"tags":{},"startTime":1781579415356,"traceId":"59c60993168414f5"},{"name":"generate-route-types","duration":8295,"timestamp":527970925751,"id":11,"parentId":1,"tags":{},"startTime":1781579415356,"traceId":"59c60993168414f5"},{"name":"public-dir-conflict-check","duration":146,"timestamp":527970934063,"id":13,"parentId":1,"tags":{},"startTime":1781579415365,"traceId":"59c60993168414f5"},{"name":"generate-routes-manifest","duration":454,"timestamp":527970934259,"id":14,"parentId":1,"tags":{},"startTime":1781579415365,"traceId":"59c60993168414f5"},{"name":"create-entrypoints","duration":4898,"timestamp":527971183484,"id":18,"parentId":16,"tags":{},"startTime":1781579415614,"traceId":"59c60993168414f5"},{"name":"generate-webpack-config","duration":33374,"timestamp":527971188440,"id":19,"parentId":17,"tags":{},"startTime":1781579415619,"traceId":"59c60993168414f5"},{"name":"next-trace-entrypoint-plugin","duration":690,"timestamp":527971260565,"id":21,"parentId":20,"tags":{},"startTime":1781579415691,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":84090,"timestamp":527971262136,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":126206,"timestamp":527971262141,"id":30,"parentId":22,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":128119,"timestamp":527971262179,"id":33,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":128350,"timestamp":527971261959,"id":23,"parentId":22,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415692,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":128152,"timestamp":527971262160,"id":32,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":129623,"timestamp":527971262145,"id":31,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fstate%2Fwatch%2Froute&name=app%2Fapi%2Fstate%2Fwatch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fstate%2Fwatch%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fstate%2Fwatch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":134029,"timestamp":527971262103,"id":24,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffeature%2Froute&name=app%2Fapi%2Ffeature%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffeature%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffeature%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":134020,"timestamp":527971262122,"id":26,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fphase%2Froute&name=app%2Fapi%2Fphase%2Froute&pagePath=private-next-app-dir%2Fapi%2Fphase%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fphase%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":134030,"timestamp":527971262115,"id":25,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":134022,"timestamp":527971262127,"id":27,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Fstate%2Froute&name=app%2Fapi%2Fstate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fstate%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Fstate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":134019,"timestamp":527971262131,"id":28,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftask%2Froute&name=app%2Fapi%2Ftask%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftask%2Froute.ts&appDir=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftask%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1781579415693,"traceId":"59c60993168414f5"},{"name":"make","duration":204420,"timestamp":527971261866,"id":22,"parentId":20,"tags":{},"startTime":1781579415692,"traceId":"59c60993168414f5"},{"name":"get-entries","duration":203,"timestamp":527971466778,"id":69,"parentId":68,"tags":{},"startTime":1781579415897,"traceId":"59c60993168414f5"},{"name":"node-file-trace-plugin","duration":782917,"timestamp":527971468285,"id":70,"parentId":68,"tags":{"traceEntryCount":"18"},"startTime":1781579415899,"traceId":"59c60993168414f5"},{"name":"collect-traced-files","duration":429,"timestamp":527972251211,"id":71,"parentId":68,"tags":{},"startTime":1781579416682,"traceId":"59c60993168414f5"},{"name":"finish-modules","duration":784934,"timestamp":527971466710,"id":68,"parentId":21,"tags":{},"startTime":1781579415897,"traceId":"59c60993168414f5"},{"name":"chunk-graph","duration":4658,"timestamp":527972261897,"id":73,"parentId":72,"tags":{},"startTime":1781579416692,"traceId":"59c60993168414f5"},{"name":"optimize-modules","duration":9,"timestamp":527972266599,"id":75,"parentId":72,"tags":{},"startTime":1781579416697,"traceId":"59c60993168414f5"},{"name":"optimize-chunks","duration":3254,"timestamp":527972266638,"id":76,"parentId":72,"tags":{},"startTime":1781579416697,"traceId":"59c60993168414f5"},{"name":"optimize-tree","duration":8,"timestamp":527972269922,"id":77,"parentId":72,"tags":{},"startTime":1781579416700,"traceId":"59c60993168414f5"},{"name":"optimize-chunk-modules","duration":5527,"timestamp":527972269958,"id":78,"parentId":72,"tags":{},"startTime":1781579416700,"traceId":"59c60993168414f5"},{"name":"optimize","duration":8936,"timestamp":527972266579,"id":74,"parentId":72,"tags":{},"startTime":1781579416697,"traceId":"59c60993168414f5"},{"name":"module-hash","duration":5751,"timestamp":527972281477,"id":79,"parentId":72,"tags":{},"startTime":1781579416712,"traceId":"59c60993168414f5"},{"name":"code-generation","duration":1222,"timestamp":527972287248,"id":80,"parentId":72,"tags":{},"startTime":1781579416718,"traceId":"59c60993168414f5"},{"name":"hash","duration":2811,"timestamp":527972290115,"id":81,"parentId":72,"tags":{},"startTime":1781579416721,"traceId":"59c60993168414f5"},{"name":"code-generation-jobs","duration":98,"timestamp":527972292925,"id":82,"parentId":72,"tags":{},"startTime":1781579416723,"traceId":"59c60993168414f5"},{"name":"module-assets","duration":121,"timestamp":527972293004,"id":83,"parentId":72,"tags":{},"startTime":1781579416723,"traceId":"59c60993168414f5"},{"name":"create-chunk-assets","duration":398,"timestamp":527972293129,"id":84,"parentId":72,"tags":{},"startTime":1781579416724,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":111,"timestamp":527972296897,"id":86,"parentId":85,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":44,"timestamp":527972296966,"id":87,"parentId":85,"tags":{"name":"../app/api/feature/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":40,"timestamp":527972296970,"id":88,"parentId":85,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":38,"timestamp":527972296973,"id":89,"parentId":85,"tags":{"name":"../app/api/phase/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":36,"timestamp":527972296976,"id":90,"parentId":85,"tags":{"name":"../app/api/state/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":34,"timestamp":527972296978,"id":91,"parentId":85,"tags":{"name":"../app/api/task/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":32,"timestamp":527972296980,"id":92,"parentId":85,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":30,"timestamp":527972296982,"id":93,"parentId":85,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":29,"timestamp":527972296984,"id":94,"parentId":85,"tags":{"name":"../app/api/state/watch/route.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":24,"timestamp":527972296989,"id":95,"parentId":85,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":19,"timestamp":527972296994,"id":96,"parentId":85,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":17,"timestamp":527972296997,"id":97,"parentId":85,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":15,"timestamp":527972297000,"id":98,"parentId":85,"tags":{"name":"355.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":14,"timestamp":527972297002,"id":99,"parentId":85,"tags":{"name":"643.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":12,"timestamp":527972297003,"id":100,"parentId":85,"tags":{"name":"6.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":11,"timestamp":527972297005,"id":101,"parentId":85,"tags":{"name":"607.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":10,"timestamp":527972297006,"id":102,"parentId":85,"tags":{"name":"897.js","cache":"HIT"},"startTime":1781579416727,"traceId":"59c60993168414f5"},{"name":"minify-webpack-plugin-optimize","duration":2213,"timestamp":527972294806,"id":85,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1781579416725,"traceId":"59c60993168414f5"},{"name":"css-minimizer-plugin","duration":47,"timestamp":527972297058,"id":103,"parentId":20,"tags":{},"startTime":1781579416728,"traceId":"59c60993168414f5"},{"name":"create-trace-assets","duration":791,"timestamp":527972297180,"id":104,"parentId":21,"tags":{},"startTime":1781579416728,"traceId":"59c60993168414f5"},{"name":"seal","duration":44055,"timestamp":527972257044,"id":72,"parentId":20,"tags":{},"startTime":1781579416688,"traceId":"59c60993168414f5"},{"name":"webpack-compilation","duration":1043867,"timestamp":527971259969,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1781579415690,"traceId":"59c60993168414f5"},{"name":"emit","duration":6704,"timestamp":527972303994,"id":105,"parentId":17,"tags":{},"startTime":1781579416734,"traceId":"59c60993168414f5"},{"name":"webpack-close","duration":258,"timestamp":527972311394,"id":106,"parentId":17,"tags":{"name":"server"},"startTime":1781579416742,"traceId":"59c60993168414f5"},{"name":"webpack-generate-error-stats","duration":724,"timestamp":527972311671,"id":107,"parentId":106,"tags":{},"startTime":1781579416742,"traceId":"59c60993168414f5"},{"name":"run-webpack-compiler","duration":1129004,"timestamp":527971183483,"id":17,"parentId":16,"tags":{},"startTime":1781579415614,"traceId":"59c60993168414f5"},{"name":"format-webpack-messages","duration":31,"timestamp":527972312488,"id":108,"parentId":16,"tags":{},"startTime":1781579416743,"traceId":"59c60993168414f5"},{"name":"worker-main-server","duration":1129217,"timestamp":527971183357,"id":16,"parentId":1,"tags":{},"startTime":1781579415614,"traceId":"59c60993168414f5"},{"name":"create-entrypoints","duration":4832,"timestamp":527972587358,"id":112,"parentId":110,"tags":{},"startTime":1781579417018,"traceId":"59c60993168414f5"},{"name":"generate-webpack-config","duration":34387,"timestamp":527972592247,"id":113,"parentId":111,"tags":{},"startTime":1781579417023,"traceId":"59c60993168414f5"},{"name":"make","duration":254,"timestamp":527972662724,"id":115,"parentId":114,"tags":{},"startTime":1781579417093,"traceId":"59c60993168414f5"},{"name":"chunk-graph","duration":258,"timestamp":527972663809,"id":117,"parentId":116,"tags":{},"startTime":1781579417094,"traceId":"59c60993168414f5"},{"name":"optimize-modules","duration":9,"timestamp":527972664105,"id":119,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"optimize-chunks","duration":70,"timestamp":527972664146,"id":120,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"optimize-tree","duration":11,"timestamp":527972664238,"id":121,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"optimize-chunk-modules","duration":50,"timestamp":527972664314,"id":122,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"optimize","duration":295,"timestamp":527972664085,"id":118,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"module-hash","duration":38,"timestamp":527972664600,"id":123,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"code-generation","duration":59,"timestamp":527972664652,"id":124,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"hash","duration":169,"timestamp":527972664806,"id":125,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"code-generation-jobs","duration":25,"timestamp":527972664974,"id":126,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"module-assets","duration":28,"timestamp":527972664990,"id":127,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"create-chunk-assets","duration":112,"timestamp":527972665022,"id":128,"parentId":116,"tags":{},"startTime":1781579417095,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":178,"timestamp":527972670762,"id":130,"parentId":129,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1781579417101,"traceId":"59c60993168414f5"},{"name":"minify-webpack-plugin-optimize","duration":2667,"timestamp":527972668285,"id":129,"parentId":114,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1781579417099,"traceId":"59c60993168414f5"},{"name":"css-minimizer-plugin","duration":110,"timestamp":527972671037,"id":131,"parentId":114,"tags":{},"startTime":1781579417101,"traceId":"59c60993168414f5"},{"name":"seal","duration":8837,"timestamp":527972663682,"id":116,"parentId":114,"tags":{},"startTime":1781579417094,"traceId":"59c60993168414f5"},{"name":"webpack-compilation","duration":11325,"timestamp":527972661326,"id":114,"parentId":111,"tags":{"name":"edge-server"},"startTime":1781579417092,"traceId":"59c60993168414f5"},{"name":"emit","duration":3833,"timestamp":527972672808,"id":132,"parentId":111,"tags":{},"startTime":1781579417103,"traceId":"59c60993168414f5"},{"name":"webpack-close","duration":261,"timestamp":527972677011,"id":133,"parentId":111,"tags":{"name":"edge-server"},"startTime":1781579417107,"traceId":"59c60993168414f5"},{"name":"webpack-generate-error-stats","duration":861,"timestamp":527972677294,"id":134,"parentId":133,"tags":{},"startTime":1781579417108,"traceId":"59c60993168414f5"},{"name":"run-webpack-compiler","duration":90833,"timestamp":527972587356,"id":111,"parentId":110,"tags":{},"startTime":1781579417018,"traceId":"59c60993168414f5"},{"name":"format-webpack-messages","duration":29,"timestamp":527972678192,"id":135,"parentId":110,"tags":{},"startTime":1781579417109,"traceId":"59c60993168414f5"},{"name":"worker-main-edge-server","duration":91040,"timestamp":527972587233,"id":110,"parentId":1,"tags":{},"startTime":1781579417018,"traceId":"59c60993168414f5"},{"name":"create-entrypoints","duration":4789,"timestamp":527972926132,"id":138,"parentId":136,"tags":{},"startTime":1781579417357,"traceId":"59c60993168414f5"},{"name":"generate-webpack-config","duration":34078,"timestamp":527972930980,"id":139,"parentId":137,"tags":{},"startTime":1781579417361,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":43152,"timestamp":527973001214,"id":150,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":43154,"timestamp":527973001223,"id":151,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":43143,"timestamp":527973001236,"id":152,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"}]
2
+ [{"name":"add-entry","duration":43141,"timestamp":527973001241,"id":153,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":43141,"timestamp":527973001243,"id":154,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":43141,"timestamp":527973001244,"id":155,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":266036,"timestamp":527973001178,"id":145,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":266604,"timestamp":527973001192,"id":146,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":266597,"timestamp":527973001207,"id":148,"parentId":141,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"postcss-process","duration":136317,"timestamp":527973190980,"id":160,"parentId":159,"tags":{},"startTime":1781579417621,"traceId":"59c60993168414f5"},{"name":"postcss-loader","duration":251696,"timestamp":527973075654,"id":159,"parentId":158,"tags":{},"startTime":1781579417506,"traceId":"59c60993168414f5"},{"name":"css-loader","duration":13343,"timestamp":527973327473,"id":161,"parentId":158,"tags":{"astUsed":"true"},"startTime":1781579417758,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":352013,"timestamp":527973001202,"id":147,"parentId":141,"tags":{"request":"/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/router.js"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"build-module-css","duration":285255,"timestamp":527973071048,"id":158,"parentId":157,"tags":{"name":"/Users/guru/work/dmux/speckit-assistant/src/app/globals.css.webpack[javascript/auto]!=!/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/Users/guru/work/dmux/speckit-assistant/node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/Users/guru/work/dmux/speckit-assistant/src/app/globals.css","layer":null},"startTime":1781579417502,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":355648,"timestamp":527973000998,"id":142,"parentId":141,"tags":{"request":"./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/next.js"},"startTime":1781579417431,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":355555,"timestamp":527973001167,"id":144,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fnode_modules%2F.pnpm%2Fnext%4015.5.19_react-dom%4019.2.7_react%4019.2.7__react%4019.2.7%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":357647,"timestamp":527973001154,"id":143,"parentId":141,"tags":{"request":"./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/client/app-next.js"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"build-module-css","duration":300975,"timestamp":527973065002,"id":157,"parentId":140,"tags":{"name":"/Users/guru/work/dmux/speckit-assistant/src/app/globals.css","layer":"app-pages-browser"},"startTime":1781579417495,"traceId":"59c60993168414f5"},{"name":"build-module","duration":59,"timestamp":527973366893,"id":162,"parentId":157,"tags":{},"startTime":1781579417797,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":366039,"timestamp":527973001211,"id":149,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"add-entry","duration":373143,"timestamp":527973001245,"id":156,"parentId":141,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fguru%2Fwork%2Fdmux%2Fspeckit-assistant%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1781579417432,"traceId":"59c60993168414f5"},{"name":"make","duration":373618,"timestamp":527973000857,"id":141,"parentId":140,"tags":{},"startTime":1781579417431,"traceId":"59c60993168414f5"},{"name":"chunk-graph","duration":2673,"timestamp":527973383117,"id":164,"parentId":163,"tags":{},"startTime":1781579417814,"traceId":"59c60993168414f5"},{"name":"optimize-modules","duration":7,"timestamp":527973385817,"id":166,"parentId":163,"tags":{},"startTime":1781579417816,"traceId":"59c60993168414f5"},{"name":"optimize-chunks","duration":2208,"timestamp":527973386302,"id":168,"parentId":163,"tags":{},"startTime":1781579417817,"traceId":"59c60993168414f5"},{"name":"optimize-tree","duration":12,"timestamp":527973388545,"id":169,"parentId":163,"tags":{},"startTime":1781579417819,"traceId":"59c60993168414f5"},{"name":"optimize-chunk-modules","duration":5350,"timestamp":527973388591,"id":170,"parentId":163,"tags":{},"startTime":1781579417819,"traceId":"59c60993168414f5"},{"name":"optimize","duration":8154,"timestamp":527973385803,"id":165,"parentId":163,"tags":{},"startTime":1781579417816,"traceId":"59c60993168414f5"},{"name":"module-hash","duration":3536,"timestamp":527973398443,"id":171,"parentId":163,"tags":{},"startTime":1781579417829,"traceId":"59c60993168414f5"},{"name":"code-generation","duration":759,"timestamp":527973401991,"id":172,"parentId":163,"tags":{},"startTime":1781579417832,"traceId":"59c60993168414f5"},{"name":"hash","duration":2647,"timestamp":527973403626,"id":173,"parentId":163,"tags":{},"startTime":1781579417834,"traceId":"59c60993168414f5"},{"name":"code-generation-jobs","duration":58,"timestamp":527973406272,"id":174,"parentId":163,"tags":{},"startTime":1781579417837,"traceId":"59c60993168414f5"},{"name":"module-assets","duration":67,"timestamp":527973406314,"id":175,"parentId":163,"tags":{},"startTime":1781579417837,"traceId":"59c60993168414f5"},{"name":"create-chunk-assets","duration":1553,"timestamp":527973406384,"id":176,"parentId":163,"tags":{},"startTime":1781579417837,"traceId":"59c60993168414f5"},{"name":"NextJsBuildManifest-generateClientManifest","duration":572,"timestamp":527973408694,"id":178,"parentId":140,"tags":{},"startTime":1781579417839,"traceId":"59c60993168414f5"},{"name":"NextJsBuildManifest-createassets","duration":900,"timestamp":527973408368,"id":177,"parentId":140,"tags":{},"startTime":1781579417839,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":224,"timestamp":527973411295,"id":180,"parentId":179,"tags":{"name":"static/chunks/main-90d1cc2a170a4cd5.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":175,"timestamp":527973411345,"id":181,"parentId":179,"tags":{"name":"static/chunks/main-app-10aeb410137afa8c.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":171,"timestamp":527973411349,"id":182,"parentId":179,"tags":{"name":"static/chunks/app/_not-found/page-fb4c614bf5952659.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":169,"timestamp":527973411352,"id":183,"parentId":179,"tags":{"name":"static/chunks/pages/_app-92414b5ad05b81c6.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":168,"timestamp":527973411354,"id":184,"parentId":179,"tags":{"name":"static/chunks/pages/_error-74ac7170052d1581.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":166,"timestamp":527973411356,"id":185,"parentId":179,"tags":{"name":"static/chunks/app/layout-627ee210a6e15dea.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":164,"timestamp":527973411358,"id":186,"parentId":179,"tags":{"name":"static/chunks/app/page-e13c173456b8746a.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":163,"timestamp":527973411360,"id":187,"parentId":179,"tags":{"name":"static/chunks/webpack-c9b7588c1149ef50.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":160,"timestamp":527973411363,"id":188,"parentId":179,"tags":{"name":"static/chunks/framework-7d2e301985dfa0ca.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":155,"timestamp":527973411368,"id":189,"parentId":179,"tags":{"name":"static/chunks/acfafb44-dcad3075035847de.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":151,"timestamp":527973411373,"id":190,"parentId":179,"tags":{"name":"static/chunks/8381d2c4-3990feceefd50e87.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":147,"timestamp":527973411377,"id":191,"parentId":179,"tags":{"name":"static/chunks/920-6a19072f6e9bbbab.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":145,"timestamp":527973411379,"id":192,"parentId":179,"tags":{"name":"static/chunks/590-9830a73a27674dc5.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":144,"timestamp":527973411381,"id":193,"parentId":179,"tags":{"name":"static/chunks/app/api/feature/route-3236d71954738183.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":143,"timestamp":527973411382,"id":194,"parentId":179,"tags":{"name":"static/chunks/app/api/file/route-37c4ed299d1c29e7.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":141,"timestamp":527973411384,"id":195,"parentId":179,"tags":{"name":"static/chunks/app/api/phase/route-8c44e72090cbb62b.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":140,"timestamp":527973411385,"id":196,"parentId":179,"tags":{"name":"static/chunks/app/api/state/route-c8e02ede918db2c4.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":139,"timestamp":527973411387,"id":197,"parentId":179,"tags":{"name":"static/chunks/app/api/task/route-ebb72de5a310f2d3.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":138,"timestamp":527973411388,"id":198,"parentId":179,"tags":{"name":"static/chunks/app/api/state/watch/route-283640fefb22ed72.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":137,"timestamp":527973411389,"id":199,"parentId":179,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":20,"timestamp":527973411507,"id":201,"parentId":179,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":10,"timestamp":527973411518,"id":203,"parentId":179,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":453,"timestamp":527973411395,"id":200,"parentId":179,"tags":{"name":"static/1qUGpMIIX-hfEBAEbNj_1/_ssgManifest.js","cache":"MISS"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-js","duration":370,"timestamp":527973411510,"id":202,"parentId":179,"tags":{"name":"static/1qUGpMIIX-hfEBAEbNj_1/_buildManifest.js","cache":"MISS"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-webpack-plugin-optimize","duration":2210,"timestamp":527973409670,"id":179,"parentId":140,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1781579417840,"traceId":"59c60993168414f5"},{"name":"minify-css","duration":34,"timestamp":527973411973,"id":205,"parentId":204,"tags":{"file":"static/css/c89ecbfb72d46985.css","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"minify-css","duration":19,"timestamp":527973411989,"id":206,"parentId":204,"tags":{"file":"static/css/921201b770655c5e.css","cache":"HIT"},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"css-minimizer-plugin","duration":91,"timestamp":527973411917,"id":204,"parentId":140,"tags":{},"startTime":1781579417842,"traceId":"59c60993168414f5"},{"name":"seal","duration":35932,"timestamp":527973379155,"id":163,"parentId":140,"tags":{},"startTime":1781579417810,"traceId":"59c60993168414f5"},{"name":"webpack-compilation","duration":415506,"timestamp":527972999670,"id":140,"parentId":137,"tags":{"name":"client"},"startTime":1781579417430,"traceId":"59c60993168414f5"},{"name":"emit","duration":2695,"timestamp":527973415294,"id":207,"parentId":137,"tags":{},"startTime":1781579417846,"traceId":"59c60993168414f5"},{"name":"webpack-close","duration":14753,"timestamp":527973418324,"id":208,"parentId":137,"tags":{"name":"client"},"startTime":1781579417849,"traceId":"59c60993168414f5"},{"name":"webpack-generate-error-stats","duration":800,"timestamp":527973433103,"id":209,"parentId":208,"tags":{},"startTime":1781579417864,"traceId":"59c60993168414f5"},{"name":"run-webpack-compiler","duration":507849,"timestamp":527972926130,"id":137,"parentId":136,"tags":{},"startTime":1781579417357,"traceId":"59c60993168414f5"},{"name":"format-webpack-messages","duration":29,"timestamp":527973433982,"id":210,"parentId":136,"tags":{},"startTime":1781579417864,"traceId":"59c60993168414f5"},{"name":"worker-main-client","duration":508064,"timestamp":527972926001,"id":136,"parentId":1,"tags":{},"startTime":1781579417356,"traceId":"59c60993168414f5"},{"name":"verify-typescript-setup","duration":105343,"timestamp":527973443357,"id":212,"parentId":1,"tags":{},"startTime":1781579417874,"traceId":"59c60993168414f5"},{"name":"check-static-error-page","duration":990,"timestamp":527973554424,"id":215,"parentId":214,"tags":{},"startTime":1781579417985,"traceId":"59c60993168414f5"},{"name":"check-page","duration":580,"timestamp":527973561832,"id":216,"parentId":214,"tags":{"page":"/_app"},"startTime":1781579417992,"traceId":"59c60993168414f5"},{"name":"check-page","duration":265,"timestamp":527973562157,"id":218,"parentId":214,"tags":{"page":"/_document"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"check-page","duration":595,"timestamp":527973562117,"id":217,"parentId":214,"tags":{"page":"/_error"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":180957,"timestamp":527973563533,"id":232,"parentId":222,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":182267,"timestamp":527973562263,"id":222,"parentId":214,"tags":{"page":"/api/phase"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":200199,"timestamp":527973563362,"id":230,"parentId":223,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":201336,"timestamp":527973562272,"id":223,"parentId":214,"tags":{"page":"/api/state"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":202313,"timestamp":527973563082,"id":228,"parentId":221,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":203195,"timestamp":527973562253,"id":221,"parentId":214,"tags":{"page":"/api/file"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":210309,"timestamp":527973563506,"id":231,"parentId":219,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":211700,"timestamp":527973562171,"id":219,"parentId":214,"tags":{"page":"/_not-found"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":210928,"timestamp":527973563329,"id":229,"parentId":225,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":212007,"timestamp":527973562294,"id":225,"parentId":214,"tags":{"page":"/api/task"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":213730,"timestamp":527973564037,"id":233,"parentId":224,"tags":{},"startTime":1781579417994,"traceId":"59c60993168414f5"},{"name":"check-page","duration":215525,"timestamp":527973562281,"id":224,"parentId":214,"tags":{"page":"/api/state/watch"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":216287,"timestamp":527973564303,"id":234,"parentId":226,"tags":{},"startTime":1781579417995,"traceId":"59c60993168414f5"},{"name":"check-page","duration":218311,"timestamp":527973562310,"id":226,"parentId":214,"tags":{"page":"/"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"is-page-static","duration":228804,"timestamp":527973562998,"id":227,"parentId":220,"tags":{},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"check-page","duration":229585,"timestamp":527973562235,"id":220,"parentId":214,"tags":{"page":"/api/feature"},"startTime":1781579417993,"traceId":"59c60993168414f5"},{"name":"static-check","duration":237571,"timestamp":527973554260,"id":214,"parentId":1,"tags":{},"startTime":1781579417985,"traceId":"59c60993168414f5"},{"name":"generate-required-server-files","duration":146,"timestamp":527973792174,"id":236,"parentId":1,"tags":{},"startTime":1781579418223,"traceId":"59c60993168414f5"},{"name":"write-routes-manifest","duration":802,"timestamp":527973795964,"id":238,"parentId":1,"tags":{},"startTime":1781579418226,"traceId":"59c60993168414f5"},{"name":"load-dotenv","duration":9,"timestamp":527973984601,"id":241,"parentId":240,"tags":{},"startTime":1781579418415,"traceId":"59c60993168414f5"},{"name":"run-export-path-map","duration":132,"timestamp":527974065392,"id":242,"parentId":240,"tags":{},"startTime":1781579418496,"traceId":"59c60993168414f5"},{"name":"next-export","duration":380175,"timestamp":527973984273,"id":240,"parentId":1,"tags":{},"startTime":1781579418415,"traceId":"59c60993168414f5"},{"name":"move-exported-app-not-found-","duration":13505,"timestamp":527974364948,"id":243,"parentId":239,"tags":{},"startTime":1781579418795,"traceId":"59c60993168414f5"},{"name":"move-exported-page","duration":19180,"timestamp":527974378520,"id":244,"parentId":239,"tags":{},"startTime":1781579418809,"traceId":"59c60993168414f5"},{"name":"static-generation","duration":468164,"timestamp":527973981899,"id":239,"parentId":1,"tags":{},"startTime":1781579418412,"traceId":"59c60993168414f5"},{"name":"write-routes-manifest","duration":11765,"timestamp":527974450122,"id":245,"parentId":1,"tags":{},"startTime":1781579418881,"traceId":"59c60993168414f5"},{"name":"node-file-trace-build","duration":2656011,"timestamp":527973793381,"id":237,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1781579418224,"traceId":"59c60993168414f5"}]
3
+ [{"name":"apply-include-excludes","duration":356,"timestamp":527976449474,"id":246,"parentId":1,"tags":{},"startTime":1781579420880,"traceId":"59c60993168414f5"},{"name":"print-tree-view","duration":1166,"timestamp":527976450005,"id":247,"parentId":1,"tags":{},"startTime":1781579420880,"traceId":"59c60993168414f5"},{"name":"telemetry-flush","duration":16,"timestamp":527976451176,"id":248,"parentId":1,"tags":{},"startTime":1781579420882,"traceId":"59c60993168414f5"},{"name":"next-build","duration":5669659,"timestamp":527970781535,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.19","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1781579415212,"traceId":"59c60993168414f5"}]
package/bin/bin/cli.js CHANGED
@@ -143,10 +143,17 @@ function startWebServer() {
143
143
  console.log(`🔌 Starting server on port ${port}...\n`);
144
144
  // Server files are compiled in the same parent directory
145
145
  const appDir = path.resolve(__dirname, '../..');
146
- const nextBin = path.join(appDir, 'node_modules', 'next', 'dist', 'bin', 'next');
146
+ let nextBin = '';
147
+ try {
148
+ const nextPkg = require.resolve('next/package.json', { paths: [appDir] });
149
+ nextBin = path.join(path.dirname(nextPkg), 'dist', 'bin', 'next');
150
+ }
151
+ catch (err) {
152
+ nextBin = path.join(appDir, 'node_modules', 'next', 'dist', 'bin', 'next');
153
+ }
147
154
  if (!fs.existsSync(nextBin)) {
148
155
  console.error(`Error: next binary not found at ${nextBin}`);
149
- console.error(`Please make sure you ran 'pnpm install' in ${appDir}`);
156
+ console.error(`Please make sure next is installed.`);
150
157
  process.exit(1);
151
158
  }
152
159
  const child = (0, child_process_1.spawn)(process.execPath, [nextBin, 'start', '-p', port], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speckit-assistant",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Visual orchestrator for Spec-Driven Development (SDD) — Next.js, ReactFlow and Hexagonal Architecture",
5
5
  "main": "dist/index.js",
6
6
  "bin": {