@shepai/cli 1.34.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/src/presentation/cli/commands/agent/logs.command.d.ts.map +1 -1
  2. package/dist/src/presentation/cli/commands/agent/logs.command.js +9 -124
  3. package/dist/src/presentation/cli/commands/feat/index.d.ts.map +1 -1
  4. package/dist/src/presentation/cli/commands/feat/index.js +3 -1
  5. package/dist/src/presentation/cli/commands/feat/logs.command.d.ts +15 -0
  6. package/dist/src/presentation/cli/commands/feat/logs.command.d.ts.map +1 -0
  7. package/dist/src/presentation/cli/commands/feat/logs.command.js +52 -0
  8. package/dist/src/presentation/cli/commands/log-viewer.d.ts +23 -0
  9. package/dist/src/presentation/cli/commands/log-viewer.d.ts.map +1 -0
  10. package/dist/src/presentation/cli/commands/log-viewer.js +135 -0
  11. package/dist/tsconfig.build.tsbuildinfo +1 -1
  12. package/package.json +1 -1
  13. package/web/.next/BUILD_ID +1 -1
  14. package/web/.next/build-manifest.json +2 -2
  15. package/web/.next/cache/.previewinfo +1 -1
  16. package/web/.next/cache/.rscinfo +1 -1
  17. package/web/.next/cache/config.json +3 -3
  18. package/web/.next/fallback-build-manifest.json +2 -2
  19. package/web/.next/prerender-manifest.json +3 -3
  20. package/web/.next/required-server-files.js +1 -1
  21. package/web/.next/required-server-files.json +1 -1
  22. package/web/.next/server/app/_global-error.html +2 -2
  23. package/web/.next/server/app/_global-error.rsc +1 -1
  24. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  25. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  26. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  27. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  28. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  29. package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
  30. package/web/.next/server/pages/500.html +2 -2
  31. package/web/.next/server/server-reference-manifest.js +1 -1
  32. package/web/.next/server/server-reference-manifest.json +1 -1
  33. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  34. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  35. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  36. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  37. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  38. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  39. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  40. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  41. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  42. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  43. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  44. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
  45. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  46. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  47. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +1 -1
  48. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  49. package/web/.next/trace +1 -1
  50. package/web/.next/trace-build +1 -1
  51. /package/web/.next/static/{HHW4FOl5T41Xe5-ljK9pc → KCLqz5CyrZQQf9AmDGbe5}/_buildManifest.js +0 -0
  52. /package/web/.next/static/{HHW4FOl5T41Xe5-ljK9pc → KCLqz5CyrZQQf9AmDGbe5}/_clientMiddlewareManifest.json +0 -0
  53. /package/web/.next/static/{HHW4FOl5T41Xe5-ljK9pc → KCLqz5CyrZQQf9AmDGbe5}/_ssgManifest.js +0 -0
@@ -15,7 +15,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
15
15
  const hostname = process.env.HOSTNAME || '0.0.0.0'
16
16
 
17
17
  let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
18
- const nextConfig = {"env":{"NEXT_PUBLIC_SHEP_VERSION":"1.33.1","NEXT_PUBLIC_SHEP_PACKAGE_NAME":"@shepai/cli","NEXT_PUBLIC_SHEP_DESCRIPTION":"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"},"webpack":null,"typescript":{"ignoreBuildErrors":false},"typedRoutes":true,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.ts","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/runner/work/cli/cli","cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":3,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":false,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":false,"lockDistDir":true,"isolatedDevBuild":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":false,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.ts","serverExternalPackages":["tsyringe","reflect-metadata","better-sqlite3"],"turbopack":{"root":"/home/runner/work/cli/cli"},"distDirRoot":".next"}
18
+ const nextConfig = {"env":{"NEXT_PUBLIC_SHEP_VERSION":"1.34.0","NEXT_PUBLIC_SHEP_PACKAGE_NAME":"@shepai/cli","NEXT_PUBLIC_SHEP_DESCRIPTION":"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"},"webpack":null,"typescript":{"ignoreBuildErrors":false},"typedRoutes":true,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.ts","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/runner/work/cli/cli","cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":3,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":false,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":false,"lockDistDir":true,"isolatedDevBuild":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":false,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.ts","serverExternalPackages":["tsyringe","reflect-metadata","better-sqlite3"],"turbopack":{"root":"/home/runner/work/cli/cli"},"distDirRoot":".next"}
19
19
 
20
20
  process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
21
21
 
package/web/.next/trace CHANGED
@@ -1 +1 @@
1
- [{"name":"generate-buildid","duration":209,"timestamp":68413932,"id":4,"parentId":1,"tags":{},"startTime":1771512771382,"traceId":"d4efe55b63e74600"},{"name":"load-custom-routes","duration":262,"timestamp":68414226,"id":5,"parentId":1,"tags":{},"startTime":1771512771382,"traceId":"d4efe55b63e74600"},{"name":"create-dist-dir","duration":210,"timestamp":68414511,"id":6,"parentId":1,"tags":{},"startTime":1771512771382,"traceId":"d4efe55b63e74600"},{"name":"clean","duration":173,"timestamp":68415122,"id":7,"parentId":1,"tags":{},"startTime":1771512771383,"traceId":"d4efe55b63e74600"},{"name":"create-pages-mapping","duration":275,"timestamp":68473702,"id":8,"parentId":1,"tags":{},"startTime":1771512771441,"traceId":"d4efe55b63e74600"},{"name":"collect-app-files","duration":2192,"timestamp":68474057,"id":9,"parentId":1,"tags":{},"startTime":1771512771442,"traceId":"d4efe55b63e74600"},{"name":"create-app-mapping","duration":906,"timestamp":68476275,"id":10,"parentId":1,"tags":{},"startTime":1771512771444,"traceId":"d4efe55b63e74600"},{"name":"create-app-layouts","duration":129,"timestamp":68477207,"id":11,"parentId":1,"tags":{},"startTime":1771512771445,"traceId":"d4efe55b63e74600"},{"name":"collect-default-files","duration":815,"timestamp":68480138,"id":13,"parentId":1,"tags":{},"startTime":1771512771448,"traceId":"d4efe55b63e74600"},{"name":"generate-route-types","duration":31504,"timestamp":68478857,"id":12,"parentId":1,"tags":{},"startTime":1771512771447,"traceId":"d4efe55b63e74600"},{"name":"public-dir-conflict-check","duration":103,"timestamp":68510500,"id":14,"parentId":1,"tags":{},"startTime":1771512771478,"traceId":"d4efe55b63e74600"},{"name":"generate-routes-manifest","duration":2187,"timestamp":68510674,"id":15,"parentId":1,"tags":{},"startTime":1771512771478,"traceId":"d4efe55b63e74600"},{"name":"run-turbopack","duration":7401474,"timestamp":68515910,"id":17,"parentId":1,"tags":{},"startTime":1771512771484,"traceId":"d4efe55b63e74600"},{"name":"run-typescript","duration":5402399,"timestamp":75925147,"id":19,"parentId":1,"tags":{},"startTime":1771512778893,"traceId":"d4efe55b63e74600"},{"name":"generate-required-server-files","duration":1663,"timestamp":81327960,"id":21,"parentId":1,"tags":{},"startTime":1771512784296,"traceId":"d4efe55b63e74600"},{"name":"check-static-error-page","duration":2803,"timestamp":81394388,"id":23,"parentId":22,"tags":{},"startTime":1771512784362,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":266945,"timestamp":81400186,"id":36,"parentId":25,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":270699,"timestamp":81396509,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1771512784364,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":271327,"timestamp":81399888,"id":35,"parentId":24,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":275973,"timestamp":81395280,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1771512784363,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":295940,"timestamp":81400381,"id":37,"parentId":26,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":299678,"timestamp":81396703,"id":26,"parentId":22,"tags":{"page":"/api/agent-events"},"startTime":1771512784364,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":314716,"timestamp":81400626,"id":39,"parentId":28,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":318782,"timestamp":81396817,"id":28,"parentId":22,"tags":{"page":"/api/dialog/pick-folder"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":318894,"timestamp":81400680,"id":40,"parentId":29,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":322766,"timestamp":81396869,"id":29,"parentId":22,"tags":{"page":"/api/features/[id]"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":322725,"timestamp":81400799,"id":41,"parentId":30,"tags":{},"startTime":1771512784369,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":326673,"timestamp":81396911,"id":30,"parentId":22,"tags":{"page":"/api/features/create"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":326753,"timestamp":81400860,"id":42,"parentId":31,"tags":{},"startTime":1771512784369,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":330682,"timestamp":81396957,"id":31,"parentId":22,"tags":{"page":"/api/ide/open"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":326924,"timestamp":81401016,"id":43,"parentId":32,"tags":{},"startTime":1771512784369,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":330960,"timestamp":81396999,"id":32,"parentId":22,"tags":{"page":"/api/shell/open"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":330471,"timestamp":81412151,"id":45,"parentId":33,"tags":{},"startTime":1771512784380,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":345589,"timestamp":81397074,"id":33,"parentId":22,"tags":{"page":"/"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":334271,"timestamp":81412092,"id":44,"parentId":34,"tags":{},"startTime":1771512784380,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":349267,"timestamp":81397130,"id":34,"parentId":22,"tags":{"page":"/version"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"is-page-static","duration":354418,"timestamp":81400571,"id":38,"parentId":27,"tags":{},"startTime":1771512784368,"traceId":"d4efe55b63e74600"},{"name":"check-page","duration":358281,"timestamp":81396763,"id":27,"parentId":22,"tags":{"page":"/api/dialog/pick-files"},"startTime":1771512784365,"traceId":"d4efe55b63e74600"},{"name":"static-check","duration":361372,"timestamp":81393695,"id":22,"parentId":1,"tags":{},"startTime":1771512784361,"traceId":"d4efe55b63e74600"},{"name":"write-routes-manifest","duration":186,"timestamp":81755553,"id":47,"parentId":1,"tags":{},"startTime":1771512784723,"traceId":"d4efe55b63e74600"},{"name":"load-dotenv","duration":29,"timestamp":81762044,"id":50,"parentId":49,"tags":{},"startTime":1771512784730,"traceId":"d4efe55b63e74600"},{"name":"run-export-path-map","duration":271,"timestamp":81763711,"id":51,"parentId":49,"tags":{},"startTime":1771512784731,"traceId":"d4efe55b63e74600"},{"name":"next-export","duration":74229,"timestamp":81761214,"id":49,"parentId":1,"tags":{},"startTime":1771512784729,"traceId":"d4efe55b63e74600"},{"name":"move-exported-app-global-error-","duration":338,"timestamp":81836736,"id":52,"parentId":48,"tags":{},"startTime":1771512784805,"traceId":"d4efe55b63e74600"},{"name":"static-generation","duration":80023,"timestamp":81758054,"id":48,"parentId":1,"tags":{},"startTime":1771512784726,"traceId":"d4efe55b63e74600"},{"name":"write-routes-manifest","duration":214,"timestamp":81838181,"id":53,"parentId":1,"tags":{},"startTime":1771512784806,"traceId":"d4efe55b63e74600"},{"name":"write-standalone-directory","duration":200886,"timestamp":81844352,"id":55,"parentId":1,"tags":{},"startTime":1771512784812,"traceId":"d4efe55b63e74600"},{"name":"output-standalone","duration":201080,"timestamp":81844176,"id":54,"parentId":1,"tags":{},"startTime":1771512784812,"traceId":"d4efe55b63e74600"},{"name":"print-tree-view","duration":2077,"timestamp":82045371,"id":56,"parentId":1,"tags":{},"startTime":1771512785013,"traceId":"d4efe55b63e74600"},{"name":"telemetry-flush","duration":60,"timestamp":82047468,"id":57,"parentId":1,"tags":{},"startTime":1771512785015,"traceId":"d4efe55b63e74600"},{"name":"next-build","duration":13837107,"timestamp":68210433,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771512771178,"traceId":"d4efe55b63e74600"}]
1
+ [{"name":"generate-buildid","duration":201,"timestamp":85215183,"id":4,"parentId":1,"tags":{},"startTime":1771514268928,"traceId":"10e8c538bfef178d"},{"name":"load-custom-routes","duration":295,"timestamp":85215485,"id":5,"parentId":1,"tags":{},"startTime":1771514268928,"traceId":"10e8c538bfef178d"},{"name":"create-dist-dir","duration":227,"timestamp":85215805,"id":6,"parentId":1,"tags":{},"startTime":1771514268929,"traceId":"10e8c538bfef178d"},{"name":"clean","duration":189,"timestamp":85216445,"id":7,"parentId":1,"tags":{},"startTime":1771514268929,"traceId":"10e8c538bfef178d"},{"name":"create-pages-mapping","duration":222,"timestamp":85309670,"id":8,"parentId":1,"tags":{},"startTime":1771514269022,"traceId":"10e8c538bfef178d"},{"name":"collect-app-files","duration":1949,"timestamp":85309934,"id":9,"parentId":1,"tags":{},"startTime":1771514269023,"traceId":"10e8c538bfef178d"},{"name":"create-app-mapping","duration":1233,"timestamp":85311914,"id":10,"parentId":1,"tags":{},"startTime":1771514269025,"traceId":"10e8c538bfef178d"},{"name":"create-app-layouts","duration":145,"timestamp":85313178,"id":11,"parentId":1,"tags":{},"startTime":1771514269026,"traceId":"10e8c538bfef178d"},{"name":"collect-default-files","duration":616,"timestamp":85315504,"id":13,"parentId":1,"tags":{},"startTime":1771514269028,"traceId":"10e8c538bfef178d"},{"name":"generate-route-types","duration":12850,"timestamp":85314959,"id":12,"parentId":1,"tags":{},"startTime":1771514269028,"traceId":"10e8c538bfef178d"},{"name":"public-dir-conflict-check","duration":76,"timestamp":85327850,"id":14,"parentId":1,"tags":{},"startTime":1771514269041,"traceId":"10e8c538bfef178d"},{"name":"generate-routes-manifest","duration":2173,"timestamp":85327980,"id":15,"parentId":1,"tags":{},"startTime":1771514269041,"traceId":"10e8c538bfef178d"},{"name":"run-turbopack","duration":8045521,"timestamp":85333609,"id":17,"parentId":1,"tags":{},"startTime":1771514269046,"traceId":"10e8c538bfef178d"},{"name":"run-typescript","duration":6125242,"timestamp":93385713,"id":19,"parentId":1,"tags":{},"startTime":1771514277098,"traceId":"10e8c538bfef178d"},{"name":"generate-required-server-files","duration":1642,"timestamp":99511424,"id":21,"parentId":1,"tags":{},"startTime":1771514283224,"traceId":"10e8c538bfef178d"},{"name":"check-static-error-page","duration":3131,"timestamp":99588043,"id":23,"parentId":22,"tags":{},"startTime":1771514283301,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":296102,"timestamp":99594491,"id":36,"parentId":25,"tags":{},"startTime":1771514283307,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":300434,"timestamp":99590247,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1771514283303,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":357912,"timestamp":99594680,"id":37,"parentId":26,"tags":{},"startTime":1771514283307,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":362233,"timestamp":99590425,"id":26,"parentId":22,"tags":{"page":"/api/agent-events"},"startTime":1771514283303,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":360722,"timestamp":99594275,"id":35,"parentId":24,"tags":{},"startTime":1771514283307,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":366038,"timestamp":99589026,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1771514283302,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":375591,"timestamp":99597785,"id":39,"parentId":28,"tags":{},"startTime":1771514283311,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":383031,"timestamp":99590616,"id":28,"parentId":22,"tags":{"page":"/api/dialog/pick-folder"},"startTime":1771514283303,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":379626,"timestamp":99598036,"id":41,"parentId":30,"tags":{},"startTime":1771514283311,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":386972,"timestamp":99590762,"id":30,"parentId":22,"tags":{"page":"/api/features/create"},"startTime":1771514283304,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":385726,"timestamp":99598121,"id":42,"parentId":31,"tags":{},"startTime":1771514283311,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":393053,"timestamp":99590833,"id":31,"parentId":22,"tags":{"page":"/api/ide/open"},"startTime":1771514283304,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":389143,"timestamp":99594959,"id":38,"parentId":27,"tags":{},"startTime":1771514283308,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":393588,"timestamp":99590540,"id":27,"parentId":22,"tags":{"page":"/api/dialog/pick-files"},"startTime":1771514283303,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":389320,"timestamp":99598288,"id":43,"parentId":32,"tags":{},"startTime":1771514283311,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":396730,"timestamp":99590907,"id":32,"parentId":22,"tags":{"page":"/api/shell/open"},"startTime":1771514283304,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":404485,"timestamp":99597866,"id":40,"parentId":29,"tags":{},"startTime":1771514283311,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":411709,"timestamp":99590692,"id":29,"parentId":22,"tags":{"page":"/api/features/[id]"},"startTime":1771514283303,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":405109,"timestamp":99614362,"id":45,"parentId":34,"tags":{},"startTime":1771514283327,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":428409,"timestamp":99591094,"id":34,"parentId":22,"tags":{"page":"/version"},"startTime":1771514283304,"traceId":"10e8c538bfef178d"},{"name":"is-page-static","duration":411780,"timestamp":99611539,"id":44,"parentId":33,"tags":{},"startTime":1771514283324,"traceId":"10e8c538bfef178d"},{"name":"check-page","duration":432352,"timestamp":99590990,"id":33,"parentId":22,"tags":{"page":"/"},"startTime":1771514283304,"traceId":"10e8c538bfef178d"},{"name":"static-check","duration":436058,"timestamp":99587311,"id":22,"parentId":1,"tags":{},"startTime":1771514283300,"traceId":"10e8c538bfef178d"},{"name":"write-routes-manifest","duration":349,"timestamp":100024826,"id":47,"parentId":1,"tags":{},"startTime":1771514283738,"traceId":"10e8c538bfef178d"},{"name":"load-dotenv","duration":30,"timestamp":100033059,"id":50,"parentId":49,"tags":{},"startTime":1771514283746,"traceId":"10e8c538bfef178d"},{"name":"run-export-path-map","duration":316,"timestamp":100035385,"id":51,"parentId":49,"tags":{},"startTime":1771514283748,"traceId":"10e8c538bfef178d"},{"name":"next-export","duration":79113,"timestamp":100032112,"id":49,"parentId":1,"tags":{},"startTime":1771514283745,"traceId":"10e8c538bfef178d"},{"name":"move-exported-app-global-error-","duration":473,"timestamp":100112627,"id":52,"parentId":48,"tags":{},"startTime":1771514283825,"traceId":"10e8c538bfef178d"},{"name":"static-generation","duration":86611,"timestamp":100027999,"id":48,"parentId":1,"tags":{},"startTime":1771514283741,"traceId":"10e8c538bfef178d"},{"name":"write-routes-manifest","duration":320,"timestamp":100114730,"id":53,"parentId":1,"tags":{},"startTime":1771514283828,"traceId":"10e8c538bfef178d"},{"name":"write-standalone-directory","duration":261348,"timestamp":100119810,"id":55,"parentId":1,"tags":{},"startTime":1771514283833,"traceId":"10e8c538bfef178d"},{"name":"output-standalone","duration":261518,"timestamp":100119661,"id":54,"parentId":1,"tags":{},"startTime":1771514283832,"traceId":"10e8c538bfef178d"},{"name":"print-tree-view","duration":2104,"timestamp":100381352,"id":56,"parentId":1,"tags":{},"startTime":1771514284094,"traceId":"10e8c538bfef178d"},{"name":"telemetry-flush","duration":52,"timestamp":100383473,"id":57,"parentId":1,"tags":{},"startTime":1771514284096,"traceId":"10e8c538bfef178d"},{"name":"next-build","duration":15466761,"timestamp":84916775,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771514268630,"traceId":"10e8c538bfef178d"}]
@@ -1 +1 @@
1
- [{"name":"run-turbopack","duration":7401474,"timestamp":68515910,"id":17,"parentId":1,"tags":{},"startTime":1771512771484,"traceId":"d4efe55b63e74600"},{"name":"run-typescript","duration":5402399,"timestamp":75925147,"id":19,"parentId":1,"tags":{},"startTime":1771512778893,"traceId":"d4efe55b63e74600"},{"name":"static-check","duration":361372,"timestamp":81393695,"id":22,"parentId":1,"tags":{},"startTime":1771512784361,"traceId":"d4efe55b63e74600"},{"name":"static-generation","duration":80023,"timestamp":81758054,"id":48,"parentId":1,"tags":{},"startTime":1771512784726,"traceId":"d4efe55b63e74600"},{"name":"output-standalone","duration":201080,"timestamp":81844176,"id":54,"parentId":1,"tags":{},"startTime":1771512784812,"traceId":"d4efe55b63e74600"},{"name":"telemetry-flush","duration":60,"timestamp":82047468,"id":57,"parentId":1,"tags":{},"startTime":1771512785015,"traceId":"d4efe55b63e74600"},{"name":"next-build","duration":13837107,"timestamp":68210433,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771512771178,"traceId":"d4efe55b63e74600"}]
1
+ [{"name":"run-turbopack","duration":8045521,"timestamp":85333609,"id":17,"parentId":1,"tags":{},"startTime":1771514269046,"traceId":"10e8c538bfef178d"},{"name":"run-typescript","duration":6125242,"timestamp":93385713,"id":19,"parentId":1,"tags":{},"startTime":1771514277098,"traceId":"10e8c538bfef178d"},{"name":"static-check","duration":436058,"timestamp":99587311,"id":22,"parentId":1,"tags":{},"startTime":1771514283300,"traceId":"10e8c538bfef178d"},{"name":"static-generation","duration":86611,"timestamp":100027999,"id":48,"parentId":1,"tags":{},"startTime":1771514283741,"traceId":"10e8c538bfef178d"},{"name":"output-standalone","duration":261518,"timestamp":100119661,"id":54,"parentId":1,"tags":{},"startTime":1771514283832,"traceId":"10e8c538bfef178d"},{"name":"telemetry-flush","duration":52,"timestamp":100383473,"id":57,"parentId":1,"tags":{},"startTime":1771514284096,"traceId":"10e8c538bfef178d"},{"name":"next-build","duration":15466761,"timestamp":84916775,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771514268630,"traceId":"10e8c538bfef178d"}]