@tyroneross/navgator 0.2.0 → 0.2.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 (338) hide show
  1. package/dist/cli/index.js +1 -1
  2. package/package.json +1 -1
  3. package/web/.next/standalone/web/.next/BUILD_ID +1 -0
  4. package/web/.next/standalone/web/.next/app-path-routes-manifest.json +13 -0
  5. package/web/.next/standalone/web/.next/build-manifest.json +20 -0
  6. package/web/.next/standalone/web/.next/package.json +1 -0
  7. package/web/.next/standalone/web/.next/prerender-manifest.json +88 -0
  8. package/web/.next/standalone/web/.next/required-server-files.json +317 -0
  9. package/web/.next/standalone/web/.next/routes-manifest.json +110 -0
  10. package/web/.next/standalone/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  11. package/web/.next/standalone/web/.next/server/app/_global-error/page/build-manifest.json +17 -0
  12. package/web/.next/standalone/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  13. package/web/.next/standalone/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  14. package/web/.next/standalone/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  15. package/web/.next/standalone/web/.next/server/app/_global-error/page.js +10 -0
  16. package/web/.next/standalone/web/.next/server/app/_global-error/page.js.map +5 -0
  17. package/web/.next/standalone/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/web/.next/standalone/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
  19. package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -0
  20. package/web/.next/standalone/web/.next/server/app/_global-error.meta +15 -0
  21. package/web/.next/standalone/web/.next/server/app/_global-error.rsc +12 -0
  22. package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  23. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
  24. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
  25. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
  26. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  27. package/web/.next/standalone/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  28. package/web/.next/standalone/web/.next/server/app/_not-found/page/build-manifest.json +17 -0
  29. package/web/.next/standalone/web/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
  30. package/web/.next/standalone/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  31. package/web/.next/standalone/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  32. package/web/.next/standalone/web/.next/server/app/_not-found/page.js +13 -0
  33. package/web/.next/standalone/web/.next/server/app/_not-found/page.js.map +5 -0
  34. package/web/.next/standalone/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  35. package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
  36. package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -0
  37. package/web/.next/standalone/web/.next/server/app/_not-found.meta +16 -0
  38. package/web/.next/standalone/web/.next/server/app/_not-found.rsc +17 -0
  39. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
  40. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
  41. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +8 -0
  42. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  43. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  44. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
  45. package/web/.next/standalone/web/.next/server/app/api/components/route/app-paths-manifest.json +3 -0
  46. package/web/.next/standalone/web/.next/server/app/api/components/route/build-manifest.json +11 -0
  47. package/web/.next/standalone/web/.next/server/app/api/components/route/server-reference-manifest.json +4 -0
  48. package/web/.next/standalone/web/.next/server/app/api/components/route.js +6 -0
  49. package/web/.next/standalone/web/.next/server/app/api/components/route.js.map +5 -0
  50. package/web/.next/standalone/web/.next/server/app/api/components/route.js.nft.json +1 -0
  51. package/web/.next/standalone/web/.next/server/app/api/components/route_client-reference-manifest.js +2 -0
  52. package/web/.next/standalone/web/.next/server/app/api/connections/route/app-paths-manifest.json +3 -0
  53. package/web/.next/standalone/web/.next/server/app/api/connections/route/build-manifest.json +11 -0
  54. package/web/.next/standalone/web/.next/server/app/api/connections/route/server-reference-manifest.json +4 -0
  55. package/web/.next/standalone/web/.next/server/app/api/connections/route.js +6 -0
  56. package/web/.next/standalone/web/.next/server/app/api/connections/route.js.map +5 -0
  57. package/web/.next/standalone/web/.next/server/app/api/connections/route.js.nft.json +1 -0
  58. package/web/.next/standalone/web/.next/server/app/api/connections/route_client-reference-manifest.js +2 -0
  59. package/web/.next/standalone/web/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
  60. package/web/.next/standalone/web/.next/server/app/api/graph/route/build-manifest.json +11 -0
  61. package/web/.next/standalone/web/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
  62. package/web/.next/standalone/web/.next/server/app/api/graph/route.js +6 -0
  63. package/web/.next/standalone/web/.next/server/app/api/graph/route.js.map +5 -0
  64. package/web/.next/standalone/web/.next/server/app/api/graph/route.js.nft.json +1 -0
  65. package/web/.next/standalone/web/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
  66. package/web/.next/standalone/web/.next/server/app/api/projects/route/app-paths-manifest.json +3 -0
  67. package/web/.next/standalone/web/.next/server/app/api/projects/route/build-manifest.json +11 -0
  68. package/web/.next/standalone/web/.next/server/app/api/projects/route/server-reference-manifest.json +4 -0
  69. package/web/.next/standalone/web/.next/server/app/api/projects/route.js +6 -0
  70. package/web/.next/standalone/web/.next/server/app/api/projects/route.js.map +5 -0
  71. package/web/.next/standalone/web/.next/server/app/api/projects/route.js.nft.json +1 -0
  72. package/web/.next/standalone/web/.next/server/app/api/projects/route_client-reference-manifest.js +2 -0
  73. package/web/.next/standalone/web/.next/server/app/api/prompts/route/app-paths-manifest.json +3 -0
  74. package/web/.next/standalone/web/.next/server/app/api/prompts/route/build-manifest.json +11 -0
  75. package/web/.next/standalone/web/.next/server/app/api/prompts/route/server-reference-manifest.json +4 -0
  76. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js +7 -0
  77. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.map +5 -0
  78. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.nft.json +1 -0
  79. package/web/.next/standalone/web/.next/server/app/api/prompts/route_client-reference-manifest.js +2 -0
  80. package/web/.next/standalone/web/.next/server/app/api/scan/route/app-paths-manifest.json +3 -0
  81. package/web/.next/standalone/web/.next/server/app/api/scan/route/build-manifest.json +11 -0
  82. package/web/.next/standalone/web/.next/server/app/api/scan/route/server-reference-manifest.json +4 -0
  83. package/web/.next/standalone/web/.next/server/app/api/scan/route.js +6 -0
  84. package/web/.next/standalone/web/.next/server/app/api/scan/route.js.map +5 -0
  85. package/web/.next/standalone/web/.next/server/app/api/scan/route.js.nft.json +1 -0
  86. package/web/.next/standalone/web/.next/server/app/api/scan/route_client-reference-manifest.js +2 -0
  87. package/web/.next/standalone/web/.next/server/app/api/settings/route/app-paths-manifest.json +3 -0
  88. package/web/.next/standalone/web/.next/server/app/api/settings/route/build-manifest.json +11 -0
  89. package/web/.next/standalone/web/.next/server/app/api/settings/route/server-reference-manifest.json +4 -0
  90. package/web/.next/standalone/web/.next/server/app/api/settings/route.js +6 -0
  91. package/web/.next/standalone/web/.next/server/app/api/settings/route.js.map +5 -0
  92. package/web/.next/standalone/web/.next/server/app/api/settings/route.js.nft.json +1 -0
  93. package/web/.next/standalone/web/.next/server/app/api/settings/route_client-reference-manifest.js +2 -0
  94. package/web/.next/standalone/web/.next/server/app/api/status/route/app-paths-manifest.json +3 -0
  95. package/web/.next/standalone/web/.next/server/app/api/status/route/build-manifest.json +11 -0
  96. package/web/.next/standalone/web/.next/server/app/api/status/route/server-reference-manifest.json +4 -0
  97. package/web/.next/standalone/web/.next/server/app/api/status/route.js +6 -0
  98. package/web/.next/standalone/web/.next/server/app/api/status/route.js.map +5 -0
  99. package/web/.next/standalone/web/.next/server/app/api/status/route.js.nft.json +1 -0
  100. package/web/.next/standalone/web/.next/server/app/api/status/route_client-reference-manifest.js +2 -0
  101. package/web/.next/standalone/web/.next/server/app/index.html +1 -0
  102. package/web/.next/standalone/web/.next/server/app/index.meta +14 -0
  103. package/web/.next/standalone/web/.next/server/app/index.rsc +23 -0
  104. package/web/.next/standalone/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
  105. package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +23 -0
  106. package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +8 -0
  107. package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +8 -0
  108. package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
  109. package/web/.next/standalone/web/.next/server/app/page/app-paths-manifest.json +3 -0
  110. package/web/.next/standalone/web/.next/server/app/page/build-manifest.json +17 -0
  111. package/web/.next/standalone/web/.next/server/app/page/next-font-manifest.json +11 -0
  112. package/web/.next/standalone/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  113. package/web/.next/standalone/web/.next/server/app/page/server-reference-manifest.json +4 -0
  114. package/web/.next/standalone/web/.next/server/app/page.js +15 -0
  115. package/web/.next/standalone/web/.next/server/app/page.js.map +5 -0
  116. package/web/.next/standalone/web/.next/server/app/page.js.nft.json +1 -0
  117. package/web/.next/standalone/web/.next/server/app/page_client-reference-manifest.js +2 -0
  118. package/web/.next/standalone/web/.next/server/app-paths-manifest.json +13 -0
  119. package/web/.next/standalone/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_0bb4e66a.js +19 -0
  120. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__006b837d._.js +3 -0
  121. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__1ab91221._.js +3 -0
  122. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__2e09fec9._.js +3 -0
  123. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__38d0390f._.js +3 -0
  124. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__539ef30d._.js +3 -0
  125. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__594bcf20._.js +3 -0
  126. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__b888fadf._.js +3 -0
  127. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__f3450c22._.js +21 -0
  128. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__fa2ec862._.js +3 -0
  129. package/web/.next/standalone/web/.next/server/chunks/[turbopack]_runtime.js +770 -0
  130. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_e6039567._.js +6 -0
  131. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_09351209._.js +6 -0
  132. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_222be7ae._.js +6 -0
  133. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_2346e1b3._.js +3 -0
  134. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_cec86455._.js +4 -0
  135. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_9c5d1a14._.js +3 -0
  136. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_forbidden_8eae0c85.js +3 -0
  137. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_global-error_81159d60.js +3 -0
  138. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_unauthorized_7d34a31c.js +3 -0
  139. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_e03afa0e._.js +3 -0
  140. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_esm_build_templates_app-page_2c8d71b9.js +4 -0
  141. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_server_route-modules_app-page_vendored_ssr_react-dom_8910f04c.js +3 -0
  142. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__1a0663e6._.js +3 -0
  143. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__4306eafc._.js +3 -0
  144. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__44903626._.js +3 -0
  145. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__60278e3f._.js +3 -0
  146. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__61942f24._.js +4 -0
  147. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__8c45c3c9._.js +3 -0
  148. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9a2f110d._.js +3 -0
  149. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__ed07bd88._.js +3 -0
  150. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__f2db61af._.js +3 -0
  151. package/web/.next/standalone/web/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
  152. package/web/.next/standalone/web/.next/server/chunks/ssr/web_0103e631._.js +4 -0
  153. package/web/.next/standalone/web/.next/server/chunks/ssr/web_171de0df._.js +14 -0
  154. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js +3 -0
  155. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__not-found_page_actions_9eaa9845.js +3 -0
  156. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_page_actions_ec26bf28.js +3 -0
  157. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_components_route_actions_c88bf2a6.js +3 -0
  158. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_connections_route_actions_b1d5e95a.js +3 -0
  159. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_graph_route_actions_e2dd052c.js +3 -0
  160. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_projects_route_actions_3f671cbb.js +3 -0
  161. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_prompts_route_actions_85b56166.js +3 -0
  162. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_scan_route_actions_861cde8d.js +3 -0
  163. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_settings_route_actions_e19026ae.js +3 -0
  164. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_status_route_actions_8b8c6c89.js +3 -0
  165. package/web/.next/standalone/web/.next/server/functions-config-manifest.json +4 -0
  166. package/web/.next/standalone/web/.next/server/middleware-build-manifest.js +21 -0
  167. package/web/.next/standalone/web/.next/server/middleware-manifest.json +6 -0
  168. package/web/.next/standalone/web/.next/server/next-font-manifest.js +1 -0
  169. package/web/.next/standalone/web/.next/server/next-font-manifest.json +15 -0
  170. package/web/.next/standalone/web/.next/server/pages/404.html +1 -0
  171. package/web/.next/standalone/web/.next/server/pages/500.html +2 -0
  172. package/web/.next/standalone/web/.next/server/pages-manifest.json +4 -0
  173. package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -0
  174. package/web/.next/standalone/web/.next/server/server-reference-manifest.json +5 -0
  175. package/web/.next/standalone/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_buildManifest.js +11 -0
  176. package/web/.next/standalone/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_clientMiddlewareManifest.json +1 -0
  177. package/web/.next/standalone/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_ssgManifest.js +1 -0
  178. package/web/.next/standalone/web/.next/static/chunks/062ae79751df2759.js +1 -0
  179. package/web/.next/standalone/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
  180. package/web/.next/standalone/web/.next/static/chunks/458d6f37339fc069.js +1 -0
  181. package/web/.next/standalone/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
  182. package/web/.next/standalone/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
  183. package/web/.next/standalone/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  184. package/web/.next/standalone/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
  185. package/web/.next/standalone/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
  186. package/web/.next/standalone/web/.next/static/chunks/cb3513192b63e480.js +12 -0
  187. package/web/.next/standalone/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
  188. package/web/.next/standalone/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
  189. package/web/.next/standalone/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
  190. package/web/.next/standalone/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
  191. package/web/.next/standalone/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  192. package/web/.next/standalone/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  193. package/web/.next/standalone/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  194. package/web/.next/standalone/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  195. package/web/.next/standalone/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  196. package/web/.next/standalone/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  197. package/web/.next/standalone/web/app/api/components/route.ts +252 -0
  198. package/web/.next/standalone/web/app/api/connections/route.ts +319 -0
  199. package/web/.next/standalone/web/app/api/graph/route.ts +235 -0
  200. package/web/.next/standalone/web/app/api/projects/route.ts +221 -0
  201. package/web/.next/standalone/web/app/api/prompts/route.ts +328 -0
  202. package/web/.next/standalone/web/app/api/scan/route.ts +108 -0
  203. package/web/.next/standalone/web/app/api/settings/route.ts +198 -0
  204. package/web/.next/standalone/web/app/api/status/route.ts +169 -0
  205. package/web/.next/standalone/web/app/globals.css +99 -0
  206. package/web/.next/standalone/web/app/layout.tsx +49 -0
  207. package/web/.next/standalone/web/app/page.tsx +94 -0
  208. package/web/.next/standalone/web/components/components-panel.tsx +240 -0
  209. package/web/.next/standalone/web/components/connections-panel.tsx +220 -0
  210. package/web/.next/standalone/web/components/diagram-view.tsx +735 -0
  211. package/web/.next/standalone/web/components/header.tsx +225 -0
  212. package/web/.next/standalone/web/components/impact-analysis.tsx +358 -0
  213. package/web/.next/standalone/web/components/llm-tracking-panel.tsx +1483 -0
  214. package/web/.next/standalone/web/components/settings-panel.tsx +671 -0
  215. package/web/.next/standalone/web/components/sidebar.tsx +74 -0
  216. package/web/.next/standalone/web/components/status-overview.tsx +326 -0
  217. package/web/.next/standalone/web/components/theme-provider.tsx +11 -0
  218. package/web/.next/standalone/web/components/ui/accordion.tsx +66 -0
  219. package/web/.next/standalone/web/components/ui/alert-dialog.tsx +157 -0
  220. package/web/.next/standalone/web/components/ui/alert.tsx +66 -0
  221. package/web/.next/standalone/web/components/ui/aspect-ratio.tsx +11 -0
  222. package/web/.next/standalone/web/components/ui/avatar.tsx +53 -0
  223. package/web/.next/standalone/web/components/ui/badge.tsx +46 -0
  224. package/web/.next/standalone/web/components/ui/breadcrumb.tsx +109 -0
  225. package/web/.next/standalone/web/components/ui/button-group.tsx +83 -0
  226. package/web/.next/standalone/web/components/ui/button.tsx +60 -0
  227. package/web/.next/standalone/web/components/ui/calendar.tsx +213 -0
  228. package/web/.next/standalone/web/components/ui/card.tsx +92 -0
  229. package/web/.next/standalone/web/components/ui/carousel.tsx +241 -0
  230. package/web/.next/standalone/web/components/ui/chart.tsx +353 -0
  231. package/web/.next/standalone/web/components/ui/checkbox.tsx +32 -0
  232. package/web/.next/standalone/web/components/ui/collapsible.tsx +33 -0
  233. package/web/.next/standalone/web/components/ui/command.tsx +184 -0
  234. package/web/.next/standalone/web/components/ui/context-menu.tsx +252 -0
  235. package/web/.next/standalone/web/components/ui/dialog.tsx +143 -0
  236. package/web/.next/standalone/web/components/ui/drawer.tsx +135 -0
  237. package/web/.next/standalone/web/components/ui/dropdown-menu.tsx +257 -0
  238. package/web/.next/standalone/web/components/ui/empty.tsx +104 -0
  239. package/web/.next/standalone/web/components/ui/field.tsx +244 -0
  240. package/web/.next/standalone/web/components/ui/form.tsx +167 -0
  241. package/web/.next/standalone/web/components/ui/hover-card.tsx +44 -0
  242. package/web/.next/standalone/web/components/ui/input-group.tsx +169 -0
  243. package/web/.next/standalone/web/components/ui/input-otp.tsx +77 -0
  244. package/web/.next/standalone/web/components/ui/input.tsx +21 -0
  245. package/web/.next/standalone/web/components/ui/item.tsx +193 -0
  246. package/web/.next/standalone/web/components/ui/kbd.tsx +28 -0
  247. package/web/.next/standalone/web/components/ui/label.tsx +24 -0
  248. package/web/.next/standalone/web/components/ui/menubar.tsx +276 -0
  249. package/web/.next/standalone/web/components/ui/navigation-menu.tsx +166 -0
  250. package/web/.next/standalone/web/components/ui/pagination.tsx +127 -0
  251. package/web/.next/standalone/web/components/ui/popover.tsx +48 -0
  252. package/web/.next/standalone/web/components/ui/progress.tsx +31 -0
  253. package/web/.next/standalone/web/components/ui/radio-group.tsx +45 -0
  254. package/web/.next/standalone/web/components/ui/resizable.tsx +56 -0
  255. package/web/.next/standalone/web/components/ui/scroll-area.tsx +58 -0
  256. package/web/.next/standalone/web/components/ui/select.tsx +185 -0
  257. package/web/.next/standalone/web/components/ui/separator.tsx +28 -0
  258. package/web/.next/standalone/web/components/ui/sheet.tsx +139 -0
  259. package/web/.next/standalone/web/components/ui/sidebar.tsx +726 -0
  260. package/web/.next/standalone/web/components/ui/skeleton.tsx +13 -0
  261. package/web/.next/standalone/web/components/ui/slider.tsx +63 -0
  262. package/web/.next/standalone/web/components/ui/sonner.tsx +25 -0
  263. package/web/.next/standalone/web/components/ui/spinner.tsx +16 -0
  264. package/web/.next/standalone/web/components/ui/switch.tsx +31 -0
  265. package/web/.next/standalone/web/components/ui/table.tsx +116 -0
  266. package/web/.next/standalone/web/components/ui/tabs.tsx +66 -0
  267. package/web/.next/standalone/web/components/ui/textarea.tsx +18 -0
  268. package/web/.next/standalone/web/components/ui/toast.tsx +129 -0
  269. package/web/.next/standalone/web/components/ui/toaster.tsx +35 -0
  270. package/web/.next/standalone/web/components/ui/toggle-group.tsx +73 -0
  271. package/web/.next/standalone/web/components/ui/toggle.tsx +47 -0
  272. package/web/.next/standalone/web/components/ui/tooltip.tsx +61 -0
  273. package/web/.next/standalone/web/components/ui/use-mobile.tsx +19 -0
  274. package/web/.next/standalone/web/components/ui/use-toast.ts +191 -0
  275. package/web/.next/standalone/web/components.json +21 -0
  276. package/web/.next/standalone/web/hooks/use-mobile.ts +19 -0
  277. package/web/.next/standalone/web/hooks/use-toast.ts +191 -0
  278. package/web/.next/standalone/web/lib/hooks/index.ts +8 -0
  279. package/web/.next/standalone/web/lib/hooks/use-components.ts +83 -0
  280. package/web/.next/standalone/web/lib/hooks/use-connections.ts +83 -0
  281. package/web/.next/standalone/web/lib/hooks/use-projects.ts +116 -0
  282. package/web/.next/standalone/web/lib/hooks/use-prompts.ts +122 -0
  283. package/web/.next/standalone/web/lib/hooks/use-settings.ts +135 -0
  284. package/web/.next/standalone/web/lib/hooks/use-status.ts +80 -0
  285. package/web/.next/standalone/web/lib/project-context.tsx +46 -0
  286. package/web/.next/standalone/web/lib/transform.ts +625 -0
  287. package/web/.next/standalone/web/lib/types.ts +198 -0
  288. package/web/.next/standalone/web/lib/utils.ts +6 -0
  289. package/web/.next/standalone/web/next.config.mjs +12 -0
  290. package/web/.next/standalone/web/package-lock.json +3987 -0
  291. package/web/.next/standalone/web/package.json +73 -0
  292. package/web/.next/standalone/web/pnpm-lock.yaml +5 -0
  293. package/web/.next/standalone/web/postcss.config.mjs +8 -0
  294. package/web/.next/standalone/web/public/apple-icon.png +0 -0
  295. package/web/.next/standalone/web/public/icon-dark-32x32.png +0 -0
  296. package/web/.next/standalone/web/public/icon-light-32x32.png +0 -0
  297. package/web/.next/standalone/web/public/icon.svg +26 -0
  298. package/web/.next/standalone/web/public/navgator-logo.png +0 -0
  299. package/web/.next/standalone/web/public/placeholder-logo.png +0 -0
  300. package/web/.next/standalone/web/public/placeholder-logo.svg +1 -0
  301. package/web/.next/standalone/web/public/placeholder-user.jpg +0 -0
  302. package/web/.next/standalone/web/public/placeholder.jpg +0 -0
  303. package/web/.next/standalone/web/public/placeholder.svg +1 -0
  304. package/web/.next/standalone/web/public/public/apple-icon.png +0 -0
  305. package/web/.next/standalone/web/public/public/icon-dark-32x32.png +0 -0
  306. package/web/.next/standalone/web/public/public/icon-light-32x32.png +0 -0
  307. package/web/.next/standalone/web/public/public/icon.svg +26 -0
  308. package/web/.next/standalone/web/public/public/navgator-logo.png +0 -0
  309. package/web/.next/standalone/web/public/public/placeholder-logo.png +0 -0
  310. package/web/.next/standalone/web/public/public/placeholder-logo.svg +1 -0
  311. package/web/.next/standalone/web/public/public/placeholder-user.jpg +0 -0
  312. package/web/.next/standalone/web/public/public/placeholder.jpg +0 -0
  313. package/web/.next/standalone/web/public/public/placeholder.svg +1 -0
  314. package/web/.next/standalone/web/server.js +38 -0
  315. package/web/.next/standalone/web/styles/globals.css +125 -0
  316. package/web/.next/standalone/web/tsconfig.json +41 -0
  317. package/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_buildManifest.js +11 -0
  318. package/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_clientMiddlewareManifest.json +1 -0
  319. package/web/.next/static/WH0NvTGUEDs9QVUjcPJKx/_ssgManifest.js +1 -0
  320. package/web/.next/static/chunks/062ae79751df2759.js +1 -0
  321. package/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
  322. package/web/.next/static/chunks/458d6f37339fc069.js +1 -0
  323. package/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
  324. package/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
  325. package/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  326. package/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
  327. package/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
  328. package/web/.next/static/chunks/cb3513192b63e480.js +12 -0
  329. package/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
  330. package/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
  331. package/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
  332. package/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
  333. package/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  334. package/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  335. package/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  336. package/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  337. package/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  338. package/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
package/dist/cli/index.js CHANGED
@@ -29,7 +29,7 @@ const program = new Command();
29
29
  program
30
30
  .name('navgator')
31
31
  .description('Architecture connection tracker - know your stack before you change it')
32
- .version('0.2.0')
32
+ .version('0.2.1')
33
33
  .addHelpText('beforeAll', NAVGATOR_LOGO);
34
34
  // =============================================================================
35
35
  // WELCOME MENU (shown after setup or when no command provided)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyroneross/navgator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Architecture connection tracker for Claude Code - know your stack before you change it",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -0,0 +1 @@
1
+ WH0NvTGUEDs9QVUjcPJKx
@@ -0,0 +1,13 @@
1
+ {
2
+ "/_global-error/page": "/_global-error",
3
+ "/_not-found/page": "/_not-found",
4
+ "/api/components/route": "/api/components",
5
+ "/api/connections/route": "/api/connections",
6
+ "/api/graph/route": "/api/graph",
7
+ "/api/projects/route": "/api/projects",
8
+ "/api/prompts/route": "/api/prompts",
9
+ "/api/scan/route": "/api/scan",
10
+ "/api/settings/route": "/api/settings",
11
+ "/api/status/route": "/api/status",
12
+ "/page": "/"
13
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "pages": {
3
+ "/_app": []
4
+ },
5
+ "devFiles": [],
6
+ "polyfillFiles": [
7
+ "static/chunks/a6dad97d9634a72d.js"
8
+ ],
9
+ "lowPriorityFiles": [
10
+ "static/WH0NvTGUEDs9QVUjcPJKx/_ssgManifest.js",
11
+ "static/WH0NvTGUEDs9QVUjcPJKx/_buildManifest.js"
12
+ ],
13
+ "rootMainFiles": [
14
+ "static/chunks/c57fee8cce8d7cb9.js",
15
+ "static/chunks/e0affeef0ddb9a97.js",
16
+ "static/chunks/458d6f37339fc069.js",
17
+ "static/chunks/159889e17b2cf1f8.js",
18
+ "static/chunks/turbopack-c0c89f9e6f0a38c4.js"
19
+ ]
20
+ }
@@ -0,0 +1 @@
1
+ {"type": "commonjs"}
@@ -0,0 +1,88 @@
1
+ {
2
+ "version": 4,
3
+ "routes": {
4
+ "/_global-error": {
5
+ "experimentalBypassFor": [
6
+ {
7
+ "type": "header",
8
+ "key": "next-action"
9
+ },
10
+ {
11
+ "type": "header",
12
+ "key": "content-type",
13
+ "value": "multipart/form-data;.*"
14
+ }
15
+ ],
16
+ "initialRevalidateSeconds": false,
17
+ "srcRoute": "/_global-error",
18
+ "dataRoute": "/_global-error.rsc",
19
+ "prefetchDataRoute": null,
20
+ "allowHeader": [
21
+ "host",
22
+ "x-matched-path",
23
+ "x-prerender-revalidate",
24
+ "x-prerender-revalidate-if-generated",
25
+ "x-next-revalidated-tags",
26
+ "x-next-revalidate-tag-token"
27
+ ]
28
+ },
29
+ "/_not-found": {
30
+ "initialStatus": 404,
31
+ "experimentalBypassFor": [
32
+ {
33
+ "type": "header",
34
+ "key": "next-action"
35
+ },
36
+ {
37
+ "type": "header",
38
+ "key": "content-type",
39
+ "value": "multipart/form-data;.*"
40
+ }
41
+ ],
42
+ "initialRevalidateSeconds": false,
43
+ "srcRoute": "/_not-found",
44
+ "dataRoute": "/_not-found.rsc",
45
+ "prefetchDataRoute": null,
46
+ "allowHeader": [
47
+ "host",
48
+ "x-matched-path",
49
+ "x-prerender-revalidate",
50
+ "x-prerender-revalidate-if-generated",
51
+ "x-next-revalidated-tags",
52
+ "x-next-revalidate-tag-token"
53
+ ]
54
+ },
55
+ "/": {
56
+ "experimentalBypassFor": [
57
+ {
58
+ "type": "header",
59
+ "key": "next-action"
60
+ },
61
+ {
62
+ "type": "header",
63
+ "key": "content-type",
64
+ "value": "multipart/form-data;.*"
65
+ }
66
+ ],
67
+ "initialRevalidateSeconds": false,
68
+ "srcRoute": "/",
69
+ "dataRoute": "/index.rsc",
70
+ "prefetchDataRoute": null,
71
+ "allowHeader": [
72
+ "host",
73
+ "x-matched-path",
74
+ "x-prerender-revalidate",
75
+ "x-prerender-revalidate-if-generated",
76
+ "x-next-revalidated-tags",
77
+ "x-next-revalidate-tag-token"
78
+ ]
79
+ }
80
+ },
81
+ "dynamicRoutes": {},
82
+ "notFoundRoutes": [],
83
+ "preview": {
84
+ "previewModeId": "063ae95ac93da99c78bffa7d1465b618",
85
+ "previewModeSigningKey": "12644146ecfad9f3a1f689b6830b9a05bf3e90a3557740be418984f09278caa2",
86
+ "previewModeEncryptionKey": "f7e1e0fa1cea9f7eb51d5db6b1cba04f222100ea72717a870b96933175046136"
87
+ }
88
+ }
@@ -0,0 +1,317 @@
1
+ {
2
+ "version": 1,
3
+ "config": {
4
+ "env": {},
5
+ "webpack": null,
6
+ "typescript": {
7
+ "ignoreBuildErrors": true
8
+ },
9
+ "typedRoutes": false,
10
+ "distDir": ".next",
11
+ "cleanDistDir": true,
12
+ "assetPrefix": "",
13
+ "cacheMaxMemorySize": 52428800,
14
+ "configOrigin": "next.config.mjs",
15
+ "useFileSystemPublicRoutes": true,
16
+ "generateEtags": true,
17
+ "pageExtensions": [
18
+ "tsx",
19
+ "ts",
20
+ "jsx",
21
+ "js"
22
+ ],
23
+ "poweredByHeader": true,
24
+ "compress": true,
25
+ "images": {
26
+ "deviceSizes": [
27
+ 640,
28
+ 750,
29
+ 828,
30
+ 1080,
31
+ 1200,
32
+ 1920,
33
+ 2048,
34
+ 3840
35
+ ],
36
+ "imageSizes": [
37
+ 32,
38
+ 48,
39
+ 64,
40
+ 96,
41
+ 128,
42
+ 256,
43
+ 384
44
+ ],
45
+ "path": "/_next/image",
46
+ "loader": "default",
47
+ "loaderFile": "",
48
+ "domains": [],
49
+ "disableStaticImages": false,
50
+ "minimumCacheTTL": 14400,
51
+ "formats": [
52
+ "image/webp"
53
+ ],
54
+ "maximumRedirects": 3,
55
+ "dangerouslyAllowLocalIP": false,
56
+ "dangerouslyAllowSVG": false,
57
+ "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
58
+ "contentDispositionType": "attachment",
59
+ "localPatterns": [
60
+ {
61
+ "pathname": "**",
62
+ "search": ""
63
+ }
64
+ ],
65
+ "remotePatterns": [],
66
+ "qualities": [
67
+ 75
68
+ ],
69
+ "unoptimized": true
70
+ },
71
+ "devIndicators": {
72
+ "position": "bottom-left"
73
+ },
74
+ "onDemandEntries": {
75
+ "maxInactiveAge": 60000,
76
+ "pagesBufferLength": 5
77
+ },
78
+ "basePath": "",
79
+ "sassOptions": {},
80
+ "trailingSlash": false,
81
+ "i18n": null,
82
+ "productionBrowserSourceMaps": false,
83
+ "excludeDefaultMomentLocales": true,
84
+ "reactProductionProfiling": false,
85
+ "reactStrictMode": null,
86
+ "reactMaxHeadersLength": 6000,
87
+ "httpAgentOptions": {
88
+ "keepAlive": true
89
+ },
90
+ "logging": {},
91
+ "compiler": {},
92
+ "expireTime": 31536000,
93
+ "staticPageGenerationTimeout": 60,
94
+ "output": "standalone",
95
+ "modularizeImports": {
96
+ "@mui/icons-material": {
97
+ "transform": "@mui/icons-material/{{member}}"
98
+ },
99
+ "lodash": {
100
+ "transform": "lodash/{{member}}"
101
+ }
102
+ },
103
+ "outputFileTracingRoot": "/Users/tyroneross/Desktop/git-folder/NavGator",
104
+ "cacheComponents": false,
105
+ "cacheLife": {
106
+ "default": {
107
+ "stale": 300,
108
+ "revalidate": 900,
109
+ "expire": 4294967294
110
+ },
111
+ "seconds": {
112
+ "stale": 30,
113
+ "revalidate": 1,
114
+ "expire": 60
115
+ },
116
+ "minutes": {
117
+ "stale": 300,
118
+ "revalidate": 60,
119
+ "expire": 3600
120
+ },
121
+ "hours": {
122
+ "stale": 300,
123
+ "revalidate": 3600,
124
+ "expire": 86400
125
+ },
126
+ "days": {
127
+ "stale": 300,
128
+ "revalidate": 86400,
129
+ "expire": 604800
130
+ },
131
+ "weeks": {
132
+ "stale": 300,
133
+ "revalidate": 604800,
134
+ "expire": 2592000
135
+ },
136
+ "max": {
137
+ "stale": 300,
138
+ "revalidate": 2592000,
139
+ "expire": 31536000
140
+ }
141
+ },
142
+ "cacheHandlers": {},
143
+ "experimental": {
144
+ "useSkewCookie": false,
145
+ "cssChunking": true,
146
+ "multiZoneDraftMode": false,
147
+ "appNavFailHandling": false,
148
+ "prerenderEarlyExit": true,
149
+ "serverMinification": true,
150
+ "serverSourceMaps": false,
151
+ "linkNoTouchStart": false,
152
+ "caseSensitiveRoutes": false,
153
+ "dynamicOnHover": false,
154
+ "preloadEntriesOnStart": true,
155
+ "clientRouterFilter": true,
156
+ "clientRouterFilterRedirects": false,
157
+ "fetchCacheKeyPrefix": "",
158
+ "proxyPrefetch": "flexible",
159
+ "optimisticClientCache": true,
160
+ "manualClientBasePath": false,
161
+ "cpus": 15,
162
+ "memoryBasedWorkersCount": false,
163
+ "imgOptConcurrency": null,
164
+ "imgOptTimeoutInSeconds": 7,
165
+ "imgOptMaxInputPixels": 268402689,
166
+ "imgOptSequentialRead": null,
167
+ "imgOptSkipMetadata": null,
168
+ "isrFlushToDisk": true,
169
+ "workerThreads": false,
170
+ "optimizeCss": false,
171
+ "nextScriptWorkers": false,
172
+ "scrollRestoration": false,
173
+ "externalDir": false,
174
+ "disableOptimizedLoading": false,
175
+ "gzipSize": true,
176
+ "craCompat": false,
177
+ "esmExternals": true,
178
+ "fullySpecified": false,
179
+ "swcTraceProfiling": false,
180
+ "forceSwcTransforms": false,
181
+ "largePageDataBytes": 128000,
182
+ "typedEnv": false,
183
+ "parallelServerCompiles": false,
184
+ "parallelServerBuildTraces": false,
185
+ "ppr": false,
186
+ "authInterrupts": false,
187
+ "webpackMemoryOptimizations": false,
188
+ "optimizeServerReact": true,
189
+ "viewTransition": false,
190
+ "removeUncaughtErrorAndRejectionListeners": false,
191
+ "validateRSCRequestHeaders": false,
192
+ "staleTimes": {
193
+ "dynamic": 0,
194
+ "static": 300
195
+ },
196
+ "reactDebugChannel": false,
197
+ "serverComponentsHmrCache": true,
198
+ "staticGenerationMaxConcurrency": 8,
199
+ "staticGenerationMinPagesPerWorker": 25,
200
+ "inlineCss": false,
201
+ "useCache": false,
202
+ "globalNotFound": false,
203
+ "browserDebugInfoInTerminal": false,
204
+ "lockDistDir": true,
205
+ "isolatedDevBuild": true,
206
+ "proxyClientMaxBodySize": 10485760,
207
+ "hideLogsAfterAbort": false,
208
+ "mcpServer": true,
209
+ "optimizePackageImports": [
210
+ "lucide-react",
211
+ "date-fns",
212
+ "lodash-es",
213
+ "ramda",
214
+ "antd",
215
+ "react-bootstrap",
216
+ "ahooks",
217
+ "@ant-design/icons",
218
+ "@headlessui/react",
219
+ "@headlessui-float/react",
220
+ "@heroicons/react/20/solid",
221
+ "@heroicons/react/24/solid",
222
+ "@heroicons/react/24/outline",
223
+ "@visx/visx",
224
+ "@tremor/react",
225
+ "rxjs",
226
+ "@mui/material",
227
+ "@mui/icons-material",
228
+ "recharts",
229
+ "react-use",
230
+ "effect",
231
+ "@effect/schema",
232
+ "@effect/platform",
233
+ "@effect/platform-node",
234
+ "@effect/platform-browser",
235
+ "@effect/platform-bun",
236
+ "@effect/sql",
237
+ "@effect/sql-mssql",
238
+ "@effect/sql-mysql2",
239
+ "@effect/sql-pg",
240
+ "@effect/sql-sqlite-node",
241
+ "@effect/sql-sqlite-bun",
242
+ "@effect/sql-sqlite-wasm",
243
+ "@effect/sql-sqlite-react-native",
244
+ "@effect/rpc",
245
+ "@effect/rpc-http",
246
+ "@effect/typeclass",
247
+ "@effect/experimental",
248
+ "@effect/opentelemetry",
249
+ "@material-ui/core",
250
+ "@material-ui/icons",
251
+ "@tabler/icons-react",
252
+ "mui-core",
253
+ "react-icons/ai",
254
+ "react-icons/bi",
255
+ "react-icons/bs",
256
+ "react-icons/cg",
257
+ "react-icons/ci",
258
+ "react-icons/di",
259
+ "react-icons/fa",
260
+ "react-icons/fa6",
261
+ "react-icons/fc",
262
+ "react-icons/fi",
263
+ "react-icons/gi",
264
+ "react-icons/go",
265
+ "react-icons/gr",
266
+ "react-icons/hi",
267
+ "react-icons/hi2",
268
+ "react-icons/im",
269
+ "react-icons/io",
270
+ "react-icons/io5",
271
+ "react-icons/lia",
272
+ "react-icons/lib",
273
+ "react-icons/lu",
274
+ "react-icons/md",
275
+ "react-icons/pi",
276
+ "react-icons/ri",
277
+ "react-icons/rx",
278
+ "react-icons/si",
279
+ "react-icons/sl",
280
+ "react-icons/tb",
281
+ "react-icons/tfi",
282
+ "react-icons/ti",
283
+ "react-icons/vsc",
284
+ "react-icons/wi"
285
+ ],
286
+ "trustHostHeader": false,
287
+ "isExperimentalCompile": false
288
+ },
289
+ "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",
290
+ "bundlePagesRouterDependencies": false,
291
+ "configFileName": "next.config.mjs",
292
+ "turbopack": {
293
+ "root": "/Users/tyroneross/Desktop/git-folder/NavGator"
294
+ },
295
+ "distDirRoot": ".next"
296
+ },
297
+ "appDir": "/Users/tyroneross/Desktop/git-folder/NavGator/web",
298
+ "relativeAppDir": "web",
299
+ "files": [
300
+ ".next/routes-manifest.json",
301
+ ".next/server/pages-manifest.json",
302
+ ".next/build-manifest.json",
303
+ ".next/prerender-manifest.json",
304
+ ".next/server/functions-config-manifest.json",
305
+ ".next/server/middleware-manifest.json",
306
+ ".next/server/middleware-build-manifest.js",
307
+ ".next/server/app-paths-manifest.json",
308
+ ".next/app-path-routes-manifest.json",
309
+ ".next/server/server-reference-manifest.js",
310
+ ".next/server/server-reference-manifest.json",
311
+ ".next/BUILD_ID",
312
+ ".next/server/next-font-manifest.js",
313
+ ".next/server/next-font-manifest.json",
314
+ ".next/required-server-files.json"
315
+ ],
316
+ "ignore": []
317
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "version": 3,
3
+ "pages404": true,
4
+ "caseSensitive": false,
5
+ "basePath": "",
6
+ "redirects": [
7
+ {
8
+ "source": "/:path+/",
9
+ "destination": "/:path+",
10
+ "internal": true,
11
+ "priority": true,
12
+ "statusCode": 308,
13
+ "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
14
+ }
15
+ ],
16
+ "headers": [],
17
+ "rewrites": {
18
+ "beforeFiles": [],
19
+ "afterFiles": [],
20
+ "fallback": []
21
+ },
22
+ "dynamicRoutes": [],
23
+ "staticRoutes": [
24
+ {
25
+ "page": "/",
26
+ "regex": "^/(?:/)?$",
27
+ "routeKeys": {},
28
+ "namedRegex": "^/(?:/)?$"
29
+ },
30
+ {
31
+ "page": "/_global-error",
32
+ "regex": "^/_global\\-error(?:/)?$",
33
+ "routeKeys": {},
34
+ "namedRegex": "^/_global\\-error(?:/)?$"
35
+ },
36
+ {
37
+ "page": "/_not-found",
38
+ "regex": "^/_not\\-found(?:/)?$",
39
+ "routeKeys": {},
40
+ "namedRegex": "^/_not\\-found(?:/)?$"
41
+ },
42
+ {
43
+ "page": "/api/components",
44
+ "regex": "^/api/components(?:/)?$",
45
+ "routeKeys": {},
46
+ "namedRegex": "^/api/components(?:/)?$"
47
+ },
48
+ {
49
+ "page": "/api/connections",
50
+ "regex": "^/api/connections(?:/)?$",
51
+ "routeKeys": {},
52
+ "namedRegex": "^/api/connections(?:/)?$"
53
+ },
54
+ {
55
+ "page": "/api/graph",
56
+ "regex": "^/api/graph(?:/)?$",
57
+ "routeKeys": {},
58
+ "namedRegex": "^/api/graph(?:/)?$"
59
+ },
60
+ {
61
+ "page": "/api/projects",
62
+ "regex": "^/api/projects(?:/)?$",
63
+ "routeKeys": {},
64
+ "namedRegex": "^/api/projects(?:/)?$"
65
+ },
66
+ {
67
+ "page": "/api/prompts",
68
+ "regex": "^/api/prompts(?:/)?$",
69
+ "routeKeys": {},
70
+ "namedRegex": "^/api/prompts(?:/)?$"
71
+ },
72
+ {
73
+ "page": "/api/scan",
74
+ "regex": "^/api/scan(?:/)?$",
75
+ "routeKeys": {},
76
+ "namedRegex": "^/api/scan(?:/)?$"
77
+ },
78
+ {
79
+ "page": "/api/settings",
80
+ "regex": "^/api/settings(?:/)?$",
81
+ "routeKeys": {},
82
+ "namedRegex": "^/api/settings(?:/)?$"
83
+ },
84
+ {
85
+ "page": "/api/status",
86
+ "regex": "^/api/status(?:/)?$",
87
+ "routeKeys": {},
88
+ "namedRegex": "^/api/status(?:/)?$"
89
+ }
90
+ ],
91
+ "dataRoutes": [],
92
+ "rsc": {
93
+ "header": "rsc",
94
+ "varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
95
+ "prefetchHeader": "next-router-prefetch",
96
+ "didPostponeHeader": "x-nextjs-postponed",
97
+ "contentTypeHeader": "text/x-component",
98
+ "suffix": ".rsc",
99
+ "prefetchSuffix": ".prefetch.rsc",
100
+ "prefetchSegmentHeader": "next-router-segment-prefetch",
101
+ "prefetchSegmentSuffix": ".segment.rsc",
102
+ "prefetchSegmentDirSuffix": ".segments",
103
+ "clientParamParsing": false,
104
+ "dynamicRSCPrerender": false
105
+ },
106
+ "rewriteHeaders": {
107
+ "pathHeader": "x-nextjs-rewritten-path",
108
+ "queryHeader": "x-nextjs-rewritten-query"
109
+ }
110
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "/_global-error/page": "app/_global-error/page.js"
3
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [
9
+ "static/chunks/c57fee8cce8d7cb9.js",
10
+ "static/chunks/e0affeef0ddb9a97.js",
11
+ "static/chunks/458d6f37339fc069.js",
12
+ "static/chunks/159889e17b2cf1f8.js",
13
+ "static/chunks/turbopack-c0c89f9e6f0a38c4.js"
14
+ ],
15
+ "pages": {},
16
+ "ampFirstPages": []
17
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pages": {},
3
+ "app": {},
4
+ "appUsingSizeAdjust": false,
5
+ "pagesUsingSizeAdjust": false
6
+ }
@@ -0,0 +1,10 @@
1
+ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__61942f24._.js")
3
+ R.c("server/chunks/ssr/2374f_next_dist_2346e1b3._.js")
4
+ R.c("server/chunks/ssr/2374f_next_dist_cec86455._.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__1a0663e6._.js")
6
+ R.c("server/chunks/ssr/2374f_next_dist_222be7ae._.js")
7
+ R.c("server/chunks/ssr/2374f_next_dist_e03afa0e._.js")
8
+ R.c("server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js")
9
+ R.m(48660)
10
+ module.exports=R.m(48660).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/2374f_next_dist_09351209._.js","../../chunks/ssr/2374f_next_dist_222be7ae._.js","../../chunks/ssr/2374f_next_dist_2346e1b3._.js","../../chunks/ssr/2374f_next_dist_cec86455._.js","../../chunks/ssr/2374f_next_dist_e03afa0e._.js","../../chunks/ssr/[root-of-the-server]__1a0663e6._.js","../../chunks/ssr/[root-of-the-server]__61942f24._.js","../../chunks/ssr/[root-of-the-server]__ed07bd88._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}