@tyroneross/navgator 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +23 -0
- package/.claude-plugin/plugin.json +10 -7
- package/CLAUDE.md +72 -0
- package/README.md +49 -80
- package/dist/cli/index.js +1 -1
- package/hooks/hooks.json +5 -5
- package/package.json +5 -3
- package/scripts/install-plugin.sh +98 -0
- package/skills/check/SKILL.md +64 -0
- package/skills/connections/SKILL.md +54 -0
- package/skills/diagram/SKILL.md +64 -0
- package/skills/export/SKILL.md +49 -0
- package/skills/impact/SKILL.md +58 -0
- package/skills/install/SKILL.md +94 -0
- package/skills/scan/SKILL.md +75 -0
- package/skills/status/SKILL.md +37 -0
- package/skills/ui/SKILL.md +43 -0
- package/skills/update/SKILL.md +43 -0
- package/web/.next/standalone/web/.next/BUILD_ID +1 -0
- package/web/.next/standalone/web/.next/app-path-routes-manifest.json +13 -0
- package/web/.next/standalone/web/.next/build-manifest.json +20 -0
- package/web/.next/standalone/web/.next/package.json +1 -0
- package/web/.next/standalone/web/.next/prerender-manifest.json +88 -0
- package/web/.next/standalone/web/.next/required-server-files.json +317 -0
- package/web/.next/standalone/web/.next/routes-manifest.json +110 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js +10 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.meta +15 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.rsc +12 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js +13 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.meta +16 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.rsc +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js +7 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/index.html +1 -0
- package/web/.next/standalone/web/.next/server/app/index.meta +14 -0
- package/web/.next/standalone/web/.next/server/app/index.rsc +23 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +23 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/page/next-font-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/page.js +15 -0
- package/web/.next/standalone/web/.next/server/app/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app-paths-manifest.json +13 -0
- package/web/.next/standalone/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_0bb4e66a.js +19 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__006b837d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__1ab91221._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__2e09fec9._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__38d0390f._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__539ef30d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__594bcf20._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__b888fadf._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__f3450c22._.js +21 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__fa2ec862._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_e6039567._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_09351209._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_222be7ae._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_2346e1b3._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_cec86455._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_9c5d1a14._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_forbidden_8eae0c85.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_global-error_81159d60.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_unauthorized_7d34a31c.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_e03afa0e._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_esm_build_templates_app-page_2c8d71b9.js +4 -0
- 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
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__1a0663e6._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__4306eafc._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__44903626._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__60278e3f._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__61942f24._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__8c45c3c9._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9a2f110d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__ed07bd88._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__f2db61af._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web_0103e631._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web_171de0df._.js +14 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__not-found_page_actions_9eaa9845.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_page_actions_ec26bf28.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_components_route_actions_c88bf2a6.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_connections_route_actions_b1d5e95a.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_graph_route_actions_e2dd052c.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_projects_route_actions_3f671cbb.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_prompts_route_actions_85b56166.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_scan_route_actions_861cde8d.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_settings_route_actions_e19026ae.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_status_route_actions_8b8c6c89.js +3 -0
- package/web/.next/standalone/web/.next/server/functions-config-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/middleware-build-manifest.js +21 -0
- package/web/.next/standalone/web/.next/server/middleware-manifest.json +6 -0
- package/web/.next/standalone/web/.next/server/next-font-manifest.js +1 -0
- package/web/.next/standalone/web/.next/server/next-font-manifest.json +15 -0
- package/web/.next/standalone/web/.next/server/pages/404.html +1 -0
- package/web/.next/standalone/web/.next/server/pages/500.html +2 -0
- package/web/.next/standalone/web/.next/server/pages-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -0
- package/web/.next/standalone/web/.next/server/server-reference-manifest.json +5 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/062ae79751df2759.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
- package/web/.next/standalone/web/.next/static/chunks/458d6f37339fc069.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
- package/web/.next/standalone/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
- package/web/.next/standalone/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/cb3513192b63e480.js +12 -0
- package/web/.next/standalone/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
- package/web/.next/standalone/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
- package/web/.next/standalone/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/web/.next/standalone/web/app/api/components/route.ts +252 -0
- package/web/.next/standalone/web/app/api/connections/route.ts +319 -0
- package/web/.next/standalone/web/app/api/graph/route.ts +235 -0
- package/web/.next/standalone/web/app/api/projects/route.ts +221 -0
- package/web/.next/standalone/web/app/api/prompts/route.ts +328 -0
- package/web/.next/standalone/web/app/api/scan/route.ts +108 -0
- package/web/.next/standalone/web/app/api/settings/route.ts +198 -0
- package/web/.next/standalone/web/app/api/status/route.ts +169 -0
- package/web/.next/standalone/web/app/globals.css +99 -0
- package/web/.next/standalone/web/app/layout.tsx +49 -0
- package/web/.next/standalone/web/app/page.tsx +94 -0
- package/web/.next/standalone/web/components/components-panel.tsx +240 -0
- package/web/.next/standalone/web/components/connections-panel.tsx +220 -0
- package/web/.next/standalone/web/components/diagram-view.tsx +735 -0
- package/web/.next/standalone/web/components/header.tsx +225 -0
- package/web/.next/standalone/web/components/impact-analysis.tsx +358 -0
- package/web/.next/standalone/web/components/llm-tracking-panel.tsx +1483 -0
- package/web/.next/standalone/web/components/settings-panel.tsx +671 -0
- package/web/.next/standalone/web/components/sidebar.tsx +74 -0
- package/web/.next/standalone/web/components/status-overview.tsx +326 -0
- package/web/.next/standalone/web/components/theme-provider.tsx +11 -0
- package/web/.next/standalone/web/components/ui/accordion.tsx +66 -0
- package/web/.next/standalone/web/components/ui/alert-dialog.tsx +157 -0
- package/web/.next/standalone/web/components/ui/alert.tsx +66 -0
- package/web/.next/standalone/web/components/ui/aspect-ratio.tsx +11 -0
- package/web/.next/standalone/web/components/ui/avatar.tsx +53 -0
- package/web/.next/standalone/web/components/ui/badge.tsx +46 -0
- package/web/.next/standalone/web/components/ui/breadcrumb.tsx +109 -0
- package/web/.next/standalone/web/components/ui/button-group.tsx +83 -0
- package/web/.next/standalone/web/components/ui/button.tsx +60 -0
- package/web/.next/standalone/web/components/ui/calendar.tsx +213 -0
- package/web/.next/standalone/web/components/ui/card.tsx +92 -0
- package/web/.next/standalone/web/components/ui/carousel.tsx +241 -0
- package/web/.next/standalone/web/components/ui/chart.tsx +353 -0
- package/web/.next/standalone/web/components/ui/checkbox.tsx +32 -0
- package/web/.next/standalone/web/components/ui/collapsible.tsx +33 -0
- package/web/.next/standalone/web/components/ui/command.tsx +184 -0
- package/web/.next/standalone/web/components/ui/context-menu.tsx +252 -0
- package/web/.next/standalone/web/components/ui/dialog.tsx +143 -0
- package/web/.next/standalone/web/components/ui/drawer.tsx +135 -0
- package/web/.next/standalone/web/components/ui/dropdown-menu.tsx +257 -0
- package/web/.next/standalone/web/components/ui/empty.tsx +104 -0
- package/web/.next/standalone/web/components/ui/field.tsx +244 -0
- package/web/.next/standalone/web/components/ui/form.tsx +167 -0
- package/web/.next/standalone/web/components/ui/hover-card.tsx +44 -0
- package/web/.next/standalone/web/components/ui/input-group.tsx +169 -0
- package/web/.next/standalone/web/components/ui/input-otp.tsx +77 -0
- package/web/.next/standalone/web/components/ui/input.tsx +21 -0
- package/web/.next/standalone/web/components/ui/item.tsx +193 -0
- package/web/.next/standalone/web/components/ui/kbd.tsx +28 -0
- package/web/.next/standalone/web/components/ui/label.tsx +24 -0
- package/web/.next/standalone/web/components/ui/menubar.tsx +276 -0
- package/web/.next/standalone/web/components/ui/navigation-menu.tsx +166 -0
- package/web/.next/standalone/web/components/ui/pagination.tsx +127 -0
- package/web/.next/standalone/web/components/ui/popover.tsx +48 -0
- package/web/.next/standalone/web/components/ui/progress.tsx +31 -0
- package/web/.next/standalone/web/components/ui/radio-group.tsx +45 -0
- package/web/.next/standalone/web/components/ui/resizable.tsx +56 -0
- package/web/.next/standalone/web/components/ui/scroll-area.tsx +58 -0
- package/web/.next/standalone/web/components/ui/select.tsx +185 -0
- package/web/.next/standalone/web/components/ui/separator.tsx +28 -0
- package/web/.next/standalone/web/components/ui/sheet.tsx +139 -0
- package/web/.next/standalone/web/components/ui/sidebar.tsx +726 -0
- package/web/.next/standalone/web/components/ui/skeleton.tsx +13 -0
- package/web/.next/standalone/web/components/ui/slider.tsx +63 -0
- package/web/.next/standalone/web/components/ui/sonner.tsx +25 -0
- package/web/.next/standalone/web/components/ui/spinner.tsx +16 -0
- package/web/.next/standalone/web/components/ui/switch.tsx +31 -0
- package/web/.next/standalone/web/components/ui/table.tsx +116 -0
- package/web/.next/standalone/web/components/ui/tabs.tsx +66 -0
- package/web/.next/standalone/web/components/ui/textarea.tsx +18 -0
- package/web/.next/standalone/web/components/ui/toast.tsx +129 -0
- package/web/.next/standalone/web/components/ui/toaster.tsx +35 -0
- package/web/.next/standalone/web/components/ui/toggle-group.tsx +73 -0
- package/web/.next/standalone/web/components/ui/toggle.tsx +47 -0
- package/web/.next/standalone/web/components/ui/tooltip.tsx +61 -0
- package/web/.next/standalone/web/components/ui/use-mobile.tsx +19 -0
- package/web/.next/standalone/web/components/ui/use-toast.ts +191 -0
- package/web/.next/standalone/web/components.json +21 -0
- package/web/.next/standalone/web/hooks/use-mobile.ts +19 -0
- package/web/.next/standalone/web/hooks/use-toast.ts +191 -0
- package/web/.next/standalone/web/lib/hooks/index.ts +8 -0
- package/web/.next/standalone/web/lib/hooks/use-components.ts +83 -0
- package/web/.next/standalone/web/lib/hooks/use-connections.ts +83 -0
- package/web/.next/standalone/web/lib/hooks/use-projects.ts +116 -0
- package/web/.next/standalone/web/lib/hooks/use-prompts.ts +122 -0
- package/web/.next/standalone/web/lib/hooks/use-settings.ts +135 -0
- package/web/.next/standalone/web/lib/hooks/use-status.ts +80 -0
- package/web/.next/standalone/web/lib/project-context.tsx +46 -0
- package/web/.next/standalone/web/lib/transform.ts +625 -0
- package/web/.next/standalone/web/lib/types.ts +198 -0
- package/web/.next/standalone/web/lib/utils.ts +6 -0
- package/web/.next/standalone/web/next.config.mjs +12 -0
- package/web/.next/standalone/web/package-lock.json +3987 -0
- package/web/.next/standalone/web/package.json +73 -0
- package/web/.next/standalone/web/pnpm-lock.yaml +5 -0
- package/web/.next/standalone/web/postcss.config.mjs +8 -0
- package/web/.next/standalone/web/public/apple-icon.png +0 -0
- package/web/.next/standalone/web/public/icon-dark-32x32.png +0 -0
- package/web/.next/standalone/web/public/icon-light-32x32.png +0 -0
- package/web/.next/standalone/web/public/icon.svg +26 -0
- package/web/.next/standalone/web/public/navgator-logo.png +0 -0
- package/web/.next/standalone/web/public/placeholder-logo.png +0 -0
- package/web/.next/standalone/web/public/placeholder-logo.svg +1 -0
- package/web/.next/standalone/web/public/placeholder-user.jpg +0 -0
- package/web/.next/standalone/web/public/placeholder.jpg +0 -0
- package/web/.next/standalone/web/public/placeholder.svg +1 -0
- package/web/.next/standalone/web/public/public/apple-icon.png +0 -0
- package/web/.next/standalone/web/public/public/icon-dark-32x32.png +0 -0
- package/web/.next/standalone/web/public/public/icon-light-32x32.png +0 -0
- package/web/.next/standalone/web/public/public/icon.svg +26 -0
- package/web/.next/standalone/web/public/public/navgator-logo.png +0 -0
- package/web/.next/standalone/web/public/public/placeholder-logo.png +0 -0
- package/web/.next/standalone/web/public/public/placeholder-logo.svg +1 -0
- package/web/.next/standalone/web/public/public/placeholder-user.jpg +0 -0
- package/web/.next/standalone/web/public/public/placeholder.jpg +0 -0
- package/web/.next/standalone/web/public/public/placeholder.svg +1 -0
- package/web/.next/standalone/web/server.js +38 -0
- package/web/.next/standalone/web/styles/globals.css +125 -0
- package/web/.next/standalone/web/tsconfig.json +41 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
- package/web/.next/static/chunks/062ae79751df2759.js +1 -0
- package/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
- package/web/.next/static/chunks/458d6f37339fc069.js +1 -0
- package/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
- package/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
- package/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
- package/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
- package/web/.next/static/chunks/cb3513192b63e480.js +12 -0
- package/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
- package/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
- package/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
- package/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
- package/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/commands/nav-check.md +0 -64
- package/commands/nav-connections.md +0 -58
- package/commands/nav-diagram.md +0 -106
- package/commands/nav-export.md +0 -71
- package/commands/nav-impact.md +0 -58
- package/commands/nav-scan.md +0 -46
- package/commands/nav-status.md +0 -44
- package/skills/architecture-awareness/SKILL.md +0 -141
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Export architecture to markdown or JSON
|
|
3
|
+
allowed-tools: Bash, Read, Write
|
|
4
|
+
user-invocable: true
|
|
5
|
+
argument-hint: [md|json] [output-file]
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# /gator:export
|
|
9
|
+
|
|
10
|
+
Export your project's architecture documentation to markdown or JSON format.
|
|
11
|
+
|
|
12
|
+
## Instructions
|
|
13
|
+
|
|
14
|
+
1. Run the export command based on user arguments:
|
|
15
|
+
|
|
16
|
+
**Markdown (default):**
|
|
17
|
+
```bash
|
|
18
|
+
npx @tyroneross/navgator export md ARCHITECTURE.md
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**JSON:**
|
|
22
|
+
```bash
|
|
23
|
+
npx @tyroneross/navgator export json architecture.json
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
2. Confirm the export was successful and tell the user where the file was saved.
|
|
27
|
+
|
|
28
|
+
## Options
|
|
29
|
+
|
|
30
|
+
- `--components-only`: Export only components, skip connections
|
|
31
|
+
- `--connections-only`: Export only connections
|
|
32
|
+
- `--graph`: Include mermaid diagram of connections
|
|
33
|
+
|
|
34
|
+
## Formats
|
|
35
|
+
|
|
36
|
+
**Markdown** generates a structured document with:
|
|
37
|
+
- Components grouped by type (packages, infrastructure, external services)
|
|
38
|
+
- Connection tables (API to Database, Frontend to API, etc.)
|
|
39
|
+
- AI prompt locations
|
|
40
|
+
|
|
41
|
+
**JSON** generates the raw architecture data for programmatic use.
|
|
42
|
+
|
|
43
|
+
## Branding
|
|
44
|
+
|
|
45
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
*gator · architecture tracker*
|
|
49
|
+
```
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Analyze what's affected if you change a component or file
|
|
3
|
+
argument-hint: <component-or-file>
|
|
4
|
+
allowed-tools: Bash, Read, Grep
|
|
5
|
+
user-invocable: true
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# /gator:impact
|
|
9
|
+
|
|
10
|
+
Show what files, components, and connections are affected when changing a specific component or file.
|
|
11
|
+
|
|
12
|
+
## Instructions
|
|
13
|
+
|
|
14
|
+
### If the user provides a component name:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npx @tyroneross/navgator impact "$ARGUMENTS"
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### If the user provides a file path:
|
|
21
|
+
|
|
22
|
+
1. Look up the file in `.claude/architecture/file_map.json` to find which component it belongs to:
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
Read .claude/architecture/file_map.json
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
2. Find the matching component ID for the file path.
|
|
29
|
+
|
|
30
|
+
3. Run impact analysis on that component:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npx @tyroneross/navgator impact "<component-name>"
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### If no match found:
|
|
37
|
+
|
|
38
|
+
The file is not tracked by NavGator. It may not be part of a detected component. Suggest running `/gator:scan` to refresh.
|
|
39
|
+
|
|
40
|
+
## What to Report
|
|
41
|
+
|
|
42
|
+
- The component's name, type, and layer
|
|
43
|
+
- **Incoming connections**: Files and components that USE this component (these may need changes)
|
|
44
|
+
- **Outgoing connections**: Components this one depends on
|
|
45
|
+
- Specific file paths and line numbers for each connection
|
|
46
|
+
- A recommendation: which files to review before making changes
|
|
47
|
+
|
|
48
|
+
## After Impact Analysis
|
|
49
|
+
|
|
50
|
+
If the user proceeds with changes, the architecture-check hook will remind them about tracked dependencies when they edit affected files.
|
|
51
|
+
|
|
52
|
+
## Branding
|
|
53
|
+
|
|
54
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
*gator · architecture tracker*
|
|
58
|
+
```
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Install the gator plugin for Claude Code (all projects or current project only)
|
|
3
|
+
user-invocable: true
|
|
4
|
+
allowed-tools: Bash, AskUserQuestion
|
|
5
|
+
argument-hint: [--global | --project]
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# /gator:install
|
|
9
|
+
|
|
10
|
+
Install the gator plugin so `/gator:scan`, `/gator:status`, and all gator commands are available as slash commands in Claude Code.
|
|
11
|
+
|
|
12
|
+
## Instructions
|
|
13
|
+
|
|
14
|
+
### 1. Determine scope
|
|
15
|
+
|
|
16
|
+
If the user passed `--global` or `--project`, use that. Otherwise ask:
|
|
17
|
+
|
|
18
|
+
**Global (user scope):** Available in every project on this machine. Installs to `~/.claude/plugins/gator/`.
|
|
19
|
+
|
|
20
|
+
**Project only:** Available only in the current project. Installs to `<project-root>/.claude/plugins/gator/`.
|
|
21
|
+
|
|
22
|
+
### 2. Check if npm package is installed globally
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm ls -g @tyroneross/navgator 2>/dev/null | head -3
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
If not installed:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
npm install -g @tyroneross/navgator
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### 3. Find the package location
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
NPM_ROOT=$(npm root -g)
|
|
38
|
+
NAVGATOR_PATH="$NPM_ROOT/@tyroneross/navgator"
|
|
39
|
+
ls "$NAVGATOR_PATH/.claude-plugin/plugin.json"
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### 4. Create symlink based on scope
|
|
43
|
+
|
|
44
|
+
**Global (user scope):**
|
|
45
|
+
```bash
|
|
46
|
+
# Remove old navgator symlink if it exists
|
|
47
|
+
rm -f ~/.claude/plugins/navgator
|
|
48
|
+
|
|
49
|
+
# Create new gator symlink
|
|
50
|
+
mkdir -p ~/.claude/plugins
|
|
51
|
+
ln -sfn "$NAVGATOR_PATH" ~/.claude/plugins/gator
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Project only:**
|
|
55
|
+
```bash
|
|
56
|
+
mkdir -p .claude/plugins
|
|
57
|
+
ln -sfn "$NAVGATOR_PATH" .claude/plugins/gator
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### 5. Verify installation
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
ls -la ~/.claude/plugins/gator/.claude-plugin/plugin.json 2>/dev/null || ls -la .claude/plugins/gator/.claude-plugin/plugin.json 2>/dev/null
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### 6. Report to user
|
|
67
|
+
|
|
68
|
+
Tell them:
|
|
69
|
+
- Where gator was installed (path)
|
|
70
|
+
- Which scope (global or project)
|
|
71
|
+
- Commands now available: `/gator:scan`, `/gator:status`, `/gator:impact`, `/gator:connections`, `/gator:diagram`, `/gator:export`, `/gator:check`, `/gator:ui`, `/gator:update`
|
|
72
|
+
- They may need to restart Claude Code for changes to take effect
|
|
73
|
+
|
|
74
|
+
### Uninstall
|
|
75
|
+
|
|
76
|
+
If the user asks to uninstall:
|
|
77
|
+
|
|
78
|
+
**Global:**
|
|
79
|
+
```bash
|
|
80
|
+
rm -f ~/.claude/plugins/gator
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**Project:**
|
|
84
|
+
```bash
|
|
85
|
+
rm -f .claude/plugins/gator
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Branding
|
|
89
|
+
|
|
90
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
*gator · architecture tracker*
|
|
94
|
+
```
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Scan codebase and brief architecture changes
|
|
3
|
+
allowed-tools: Bash, Read
|
|
4
|
+
user-invocable: true
|
|
5
|
+
argument-hint: [--prompts] [--quick]
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# /gator:scan
|
|
9
|
+
|
|
10
|
+
Scan the project, update architecture maps, and give the user a smart brevity brief of what was found.
|
|
11
|
+
|
|
12
|
+
## Instructions
|
|
13
|
+
|
|
14
|
+
1. Run the scan from the project root (include `--prompts` for AI prompt detection unless `--quick` was passed):
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npx @tyroneross/navgator scan --prompts --verbose
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
If `--quick` was passed by the user, run without `--prompts`:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npx @tyroneross/navgator scan --quick --verbose
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
2. After the scan completes, read the updated context files:
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
Read .claude/architecture/SUMMARY.md
|
|
30
|
+
Read .claude/architecture/index.json
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
3. Output a **smart brevity brief** to the user. Keep it concise (under 10 lines). Format:
|
|
34
|
+
|
|
35
|
+
**Line 1 — Status**: "Scanned [project name]. [N] components, [N] connections, [N] AI prompts."
|
|
36
|
+
|
|
37
|
+
**What's new** (only if changes detected): List added/removed components from the "Changes Since Last Scan" section in SUMMARY.md. If no changes, say "No changes since last scan."
|
|
38
|
+
|
|
39
|
+
**What to watch** (only if issues exist): Mention any warnings (outdated packages, vulnerabilities, low-confidence detections). If none, omit this section.
|
|
40
|
+
|
|
41
|
+
**AI routing** (only if prompts found): One line summarizing providers and model count, e.g. "AI: 2 providers (OpenAI, Anthropic), 4 models across 12 call sites."
|
|
42
|
+
|
|
43
|
+
4. Do NOT dump raw CLI output or full file contents. Summarize into the brief format above.
|
|
44
|
+
|
|
45
|
+
## Scan Options
|
|
46
|
+
|
|
47
|
+
- `--quick`: Only scan package files, skip code analysis (faster)
|
|
48
|
+
- `--prompts`: Enhanced AI prompt scanning with full content extraction
|
|
49
|
+
- `--ast`: Use AST-based scanning (more accurate, requires ts-morph)
|
|
50
|
+
- `--clear`: Clear existing data before scanning
|
|
51
|
+
- `--verbose`: Show detailed detection output
|
|
52
|
+
|
|
53
|
+
## Examples
|
|
54
|
+
|
|
55
|
+
Good output:
|
|
56
|
+
```
|
|
57
|
+
Scanned Market Research App. 24 components, 18 connections, 6 AI prompts.
|
|
58
|
+
|
|
59
|
+
What's new: Added `stripe` (external), removed `redis` (database).
|
|
60
|
+
What to watch: 2 outdated packages (express, lodash).
|
|
61
|
+
AI: OpenAI (3 models), Anthropic (1 model) across 6 call sites.
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Minimal output (clean project, no changes):
|
|
65
|
+
```
|
|
66
|
+
Scanned FloDoro. 7 components, 0 connections, 0 AI prompts. No changes since last scan.
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Branding
|
|
70
|
+
|
|
71
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
*gator · architecture tracker*
|
|
75
|
+
```
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Show architecture summary and context health
|
|
3
|
+
allowed-tools: Read, Bash
|
|
4
|
+
user-invocable: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /gator:status
|
|
8
|
+
|
|
9
|
+
Display the project's architecture summary from the hot context file.
|
|
10
|
+
|
|
11
|
+
## Instructions
|
|
12
|
+
|
|
13
|
+
1. Read the architecture summary:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
Read .claude/architecture/SUMMARY.md
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
2. If the file doesn't exist, tell the user:
|
|
20
|
+
"No architecture data found. Run `/gator:scan` to scan this project."
|
|
21
|
+
|
|
22
|
+
3. If it exists, present the contents to the user. Highlight:
|
|
23
|
+
- Total components and connections
|
|
24
|
+
- Key services and their file locations
|
|
25
|
+
- AI/LLM routing table (which models are used where)
|
|
26
|
+
- Changes since last scan
|
|
27
|
+
- Whether data is stale (check last scan timestamp)
|
|
28
|
+
|
|
29
|
+
4. If the summary was compressed, mention that the full version is available at `.claude/architecture/SUMMARY_FULL.md`.
|
|
30
|
+
|
|
31
|
+
## Branding
|
|
32
|
+
|
|
33
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
*gator · architecture tracker*
|
|
37
|
+
```
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Launch the NavGator web dashboard for visual architecture exploration
|
|
3
|
+
allowed-tools: Bash, Read
|
|
4
|
+
user-invocable: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /gator:ui
|
|
8
|
+
|
|
9
|
+
Launch the NavGator web dashboard to visually explore architecture components, connections, and diagrams.
|
|
10
|
+
|
|
11
|
+
## Instructions
|
|
12
|
+
|
|
13
|
+
1. Check if the dashboard is already running:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
lsof -i :3002 2>/dev/null | head -3
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
2. If not running, start it:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npx @tyroneross/navgator ui --port 3002
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
3. Confirm the dashboard is accessible at `http://localhost:3002`
|
|
26
|
+
|
|
27
|
+
4. Tell the user: "NavGator dashboard running at http://localhost:3002"
|
|
28
|
+
|
|
29
|
+
The dashboard shows:
|
|
30
|
+
- Architecture overview (component counts, health status)
|
|
31
|
+
- Components by type and layer
|
|
32
|
+
- Connection graph visualization
|
|
33
|
+
- Impact analysis
|
|
34
|
+
- LLM/prompt tracking
|
|
35
|
+
- Project switcher (if multiple projects registered)
|
|
36
|
+
|
|
37
|
+
## Branding
|
|
38
|
+
|
|
39
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
*gator · architecture tracker*
|
|
43
|
+
```
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Update NavGator to the latest version from npm
|
|
3
|
+
user-invocable: true
|
|
4
|
+
allowed-tools: Bash
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /gator:update
|
|
8
|
+
|
|
9
|
+
Update NavGator to the latest version.
|
|
10
|
+
|
|
11
|
+
## Instructions
|
|
12
|
+
|
|
13
|
+
1. Check current version:
|
|
14
|
+
```bash
|
|
15
|
+
npx @tyroneross/navgator --version
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
2. Check latest version on npm:
|
|
19
|
+
```bash
|
|
20
|
+
npm view @tyroneross/navgator version
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
3. Compare versions. If already up to date, tell the user.
|
|
24
|
+
|
|
25
|
+
4. If update available, install:
|
|
26
|
+
```bash
|
|
27
|
+
npm install -g @tyroneross/navgator@latest
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
5. Verify installation:
|
|
31
|
+
```bash
|
|
32
|
+
npx @tyroneross/navgator --version
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
6. Report: "Updated NavGator from X.X.X to Y.Y.Y"
|
|
36
|
+
|
|
37
|
+
## Branding
|
|
38
|
+
|
|
39
|
+
Always end your output with this attribution line (on its own line, in muted style):
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
*gator · architecture tracker*
|
|
43
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
P-ZMQO7_Wnj487ks3guqa
|
|
@@ -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/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js",
|
|
11
|
+
"static/P-ZMQO7_Wnj487ks3guqa/_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": "a433874c75a2b3ab8ccd6f1febcdfe05",
|
|
85
|
+
"previewModeSigningKey": "f5fd597d7b7f2446c5fb6d3916187408b893c981fd5b5569a07439994beb6272",
|
|
86
|
+
"previewModeEncryptionKey": "99057596bc665a9bd1d347c43e948dafaef7d366501c274e8bc1adc6149f428c"
|
|
87
|
+
}
|
|
88
|
+
}
|