@slycode/slycode 0.2.23 → 0.2.25
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/dist/scripts/scaffold.js +40 -1
- package/dist/store/actions/approve.md +1 -1
- package/dist/store/actions/challenge-implementation.md +149 -0
- package/dist/store/actions/challenge.md +119 -0
- package/dist/store/actions/checkpoint.md +1 -1
- package/dist/store/actions/context.md +2 -2
- package/dist/store/actions/implement.md +1 -1
- package/dist/store/actions/show-card.md +2 -2
- package/dist/store/actions/summarize.md +2 -2
- package/dist/store/actions/test-review.md +1 -1
- package/dist/web/.next/static/chunks/02522b03d3c34e52.js +1 -0
- package/dist/web/.next/static/chunks/3549e8fac39a73b2.js +1 -0
- package/dist/web/.next/static/chunks/3d8de49defea0d27.js +1 -0
- package/dist/web/.next/static/chunks/69892277ca11b0cc.js +1 -0
- package/dist/web/.next/static/chunks/82efaea338f9ed52.js +5 -0
- package/dist/web/.next/static/chunks/9be7af9fdc451f61.js +1 -0
- package/dist/web/.next/static/chunks/9e8fe22e2894a3b1.js +22 -0
- package/dist/web/.next/static/chunks/a3d4e8fd4f3a4a84.js +1 -0
- package/dist/web/.next/static/chunks/a6dad97d9634a72d.js.map +1 -1
- package/dist/web/.next/static/chunks/c409c89d7eca02f7.js +1 -0
- package/dist/web/.next/static/chunks/c60db71bd525c701.js +1 -0
- package/dist/web/.next/static/chunks/c9a15627bca79756.js +5 -0
- package/dist/web/.next/static/chunks/dd09ff477e32861e.js +1 -0
- package/dist/web/.next/static/chunks/e9494f3f35012f0c.js +5 -0
- package/dist/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
- package/dist/web/.next/static/chunks/turbopack-209b808cd5cf879f.js +4 -0
- package/dist/web/projects/registry.json +119 -0
- package/dist/web/web/.next/BUILD_ID +1 -0
- package/dist/web/web/.next/build-manifest.json +19 -0
- package/dist/web/web/.next/required-server-files.json +321 -0
- package/dist/web/web/.next/server/app/_global-error/page/build-manifest.json +16 -0
- package/dist/web/web/.next/server/app/_global-error/page.js +10 -0
- package/dist/web/web/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/dist/web/web/.next/server/app/_global-error.html +2 -0
- package/dist/web/web/.next/server/app/_global-error.rsc +12 -0
- package/dist/web/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/dist/web/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/dist/web/web/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/dist/web/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/dist/web/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/dist/web/web/.next/server/app/_not-found/page/build-manifest.json +16 -0
- package/dist/web/web/.next/server/app/_not-found/page/next-font-manifest.json +12 -0
- package/dist/web/web/.next/server/app/_not-found/page.js +13 -0
- package/dist/web/web/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/dist/web/web/.next/server/app/_not-found.html +1 -0
- package/dist/web/web/.next/server/app/_not-found.rsc +16 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/dist/web/web/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- package/dist/web/web/.next/server/app/api/areas/route.js +7 -0
- package/dist/web/web/.next/server/app/api/areas/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/bridge/[...path]/route.js +7 -0
- package/dist/web/web/.next/server/app/api/bridge/[...path]/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/changelog/route.js +7 -0
- package/dist/web/web/.next/server/app/api/changelog/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/assistant/route.js +7 -0
- package/dist/web/web/.next/server/app/api/cli-assets/assistant/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/fix/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/fix/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/import/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/import/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/store/preview/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/store/preview/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/store/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/store/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/sync/route.js +9 -0
- package/dist/web/web/.next/server/app/api/cli-assets/sync/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/cli-assets/updates/route.js +8 -0
- package/dist/web/web/.next/server/app/api/cli-assets/updates/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/dashboard/route.js +8 -0
- package/dist/web/web/.next/server/app/api/dashboard/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/events/route.js +7 -0
- package/dist/web/web/.next/server/app/api/events/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/file/route.js +8 -0
- package/dist/web/web/.next/server/app/api/file/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/git-status/route.js +8 -0
- package/dist/web/web/.next/server/app/api/git-status/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/kanban/route.js +10 -0
- package/dist/web/web/.next/server/app/api/kanban/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/kanban/stream/route.js +7 -0
- package/dist/web/web/.next/server/app/api/kanban/stream/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/projects/[id]/route.js +8 -0
- package/dist/web/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/projects/analyze/route.js +7 -0
- package/dist/web/web/.next/server/app/api/projects/analyze/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/projects/reorder/route.js +8 -0
- package/dist/web/web/.next/server/app/api/projects/reorder/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/projects/route.js +8 -0
- package/dist/web/web/.next/server/app/api/projects/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/providers/route.js +7 -0
- package/dist/web/web/.next/server/app/api/providers/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/scheduler/route.js +9 -0
- package/dist/web/web/.next/server/app/api/scheduler/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/search/route.js +8 -0
- package/dist/web/web/.next/server/app/api/search/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/settings/route.js +7 -0
- package/dist/web/web/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/sly-actions/invalidate/route.js +8 -0
- package/dist/web/web/.next/server/app/api/sly-actions/invalidate/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/sly-actions/route.js +8 -0
- package/dist/web/web/.next/server/app/api/sly-actions/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/sly-actions/stream/route.js +6 -0
- package/dist/web/web/.next/server/app/api/sly-actions/stream/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/system-stats/route.js +7 -0
- package/dist/web/web/.next/server/app/api/system-stats/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/terminal-classes/route.js +7 -0
- package/dist/web/web/.next/server/app/api/terminal-classes/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/transcribe/route.js +11 -0
- package/dist/web/web/.next/server/app/api/transcribe/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/api/version-check/route.js +7 -0
- package/dist/web/web/.next/server/app/api/version-check/route.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/page/build-manifest.json +16 -0
- package/dist/web/web/.next/server/app/page/next-font-manifest.json +12 -0
- package/dist/web/web/.next/server/app/page/react-loadable-manifest.json +9 -0
- package/dist/web/web/.next/server/app/page.js +16 -0
- package/dist/web/web/.next/server/app/page.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/page_client-reference-manifest.js +2 -0
- package/dist/web/web/.next/server/app/project/[id]/page/build-manifest.json +16 -0
- package/dist/web/web/.next/server/app/project/[id]/page/next-font-manifest.json +12 -0
- package/dist/web/web/.next/server/app/project/[id]/page/react-loadable-manifest.json +9 -0
- package/dist/web/web/.next/server/app/project/[id]/page.js +17 -0
- package/dist/web/web/.next/server/app/project/[id]/page.js.nft.json +1 -0
- package/dist/web/web/.next/server/app/project/[id]/page_client-reference-manifest.js +2 -0
- package/dist/web/web/.next/server/chunks/2374f_4ea98f2b._.js +18 -0
- package/dist/web/web/.next/server/chunks/2374f_91dd17bd._.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@aws-sdk_credential-provider-env_dist-es_index_249f672b.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@aws-sdk_credential-provider-sso_dist-es_loadSso_c80c53a3.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@aws-sdk_nested-clients_dist-es_submodules_signin_index_97b33414.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@aws-sdk_nested-clients_dist-es_submodules_sso-oidc_index_58b54be3.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@aws-sdk_nested-clients_dist-es_submodules_sts_index_511b7f7b.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@smithy_core_dist-es_submodules_event-streams_index_797c0b52.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_@smithy_smithy-client_dist-es_create-aggregated-client_594d4ce3.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_c20f8ef4._.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_d2fcd98f._.js +7 -0
- package/dist/web/web/.next/server/chunks/2374f_next_bb86da32._.js +17 -0
- package/dist/web/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_3dfc4d08.js +3 -0
- package/dist/web/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_5f1828e4.js +3 -0
- package/dist/web/web/.next/server/chunks/253c0__next-internal_server_app_api_cli-assets_store_preview_route_actions_79e1b3ee.js +3 -0
- package/dist/web/web/.next/server/chunks/[externals]__3369070b._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__00637aca._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__0133b69f._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__0975445e._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__0f6e6dc1._.js +7 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__26eb85e3._.js +6 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__2e61b225._.js +4 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__3838473f._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__40045119._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__40391094._.js +4 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__41f85194._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__457d7698._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__464af78e._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__4fc6afa1._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__4ffa30e5._.js +15 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__5b571d17._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__703564c1._.js +5 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__8bf1a419._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__8c797714._.js +19 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__976ab2c9._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__a15e0c7d._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__a2166e51._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__a5207d53._.js +120 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__a67c0c6b._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__a6ddbfd7._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__aa2bedf1._.js +27 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__aa8865fe._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__aab82d36._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__bb9ab87b._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__c62e160c._.js +6 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__dbc941fa._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__de83aec0._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__e53af4e7._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__e9c32e3c._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__ec5010e5._.js +18 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__f1e030d0._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__f2b9ddf2._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__f4744dc5._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__f65f4090._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__f7f94f76._.js +6 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__fb8384cb._.js +3 -0
- package/dist/web/web/.next/server/chunks/[root-of-the-server]__fdcff14f._.js +3 -0
- package/dist/web/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_222be7ae._.js +10 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_2650f2bd._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_bdbab4d5._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_cec86455._.js +4 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_client_components_9c5d1a14._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_forbidden_8eae0c85.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_global-error_81159d60.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_unauthorized_7d34a31c.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js +6 -0
- package/dist/web/web/.next/server/chunks/ssr/2374f_next_dist_esm_build_templates_app-page_dbbc78d4.js +4 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__12201354._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__1800e3ea._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__1b0ef13b._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__278c2c84._.js +10 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__2dd8bac2._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__2e59313f._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__522ec0b5._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__61942f24._.js +4 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__63f6b347._.js +10 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__71bfa6b2._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__8b63eb89._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__96306551._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[root-of-the-server]__f74af2a6._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
- package/dist/web/web/.next/server/chunks/ssr/web_06418908._.js +4 -0
- package/dist/web/web/.next/server/chunks/ssr/web_72db8e07._.js +6 -0
- package/dist/web/web/.next/server/chunks/ssr/web_8fe0447f._.js +4 -0
- package/dist/web/web/.next/server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web__next-internal_server_app__not-found_page_actions_9eaa9845.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web__next-internal_server_app_page_actions_ec26bf28.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web__next-internal_server_app_project_[id]_page_actions_9b3b730d.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web_src_components_95c19200._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web_src_components_Dashboard_tsx_c689f2e8._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web_src_contexts_VoiceContext_tsx_3b773de4._.js +3 -0
- package/dist/web/web/.next/server/chunks/ssr/web_src_lib_registry_ts_af741f78._.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_areas_route_actions_84d68600.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_bridge_[___path]_route_actions_6da0b625.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_changelog_route_actions_65563bce.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_assistant_route_actions_9a9f2b96.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_fix_route_actions_82eb175e.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_import_route_actions_952e522b.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_route_actions_06ae80c3.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_store_route_actions_32147d07.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_sync_route_actions_0829fddb.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_cli-assets_updates_route_actions_96233f53.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_dashboard_route_actions_4b48cc45.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_events_route_actions_e6863387.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_file_route_actions_3242ab95.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_git-status_route_actions_8f0a7864.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_kanban_route_actions_0e21e016.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_kanban_stream_route_actions_fbaae1bc.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_projects_[id]_route_actions_f6819ae6.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_projects_analyze_route_actions_2550c958.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_projects_reorder_route_actions_7e21b494.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_projects_route_actions_3f671cbb.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_providers_route_actions_146666f8.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_scheduler_route_actions_8c13c101.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_search_route_actions_90e40de9.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_settings_route_actions_e19026ae.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_sly-actions_invalidate_route_actions_5ce8b5d3.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_sly-actions_route_actions_bfcdb256.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_sly-actions_stream_route_actions_104e5439.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_system-stats_route_actions_bd285c0b.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_terminal-classes_route_actions_c48d090c.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_transcribe_route_actions_8497998a.js +3 -0
- package/dist/web/web/.next/server/chunks/web__next-internal_server_app_api_version-check_route_actions_4699b179.js +3 -0
- package/dist/web/web/.next/server/chunks/web_src_63a2e21c._.js +3 -0
- package/dist/web/web/.next/server/chunks/web_src_lib_asset-scanner_ts_b55e6d0a._.js +3 -0
- package/dist/web/web/.next/server/chunks/web_src_lib_scheduler_ts_26034110._.js +3 -0
- package/dist/web/web/.next/server/chunks/web_src_lib_scheduler_ts_ed4ce816._.js +3 -0
- package/dist/web/web/.next/server/instrumentation.js +4 -0
- package/dist/web/web/.next/server/middleware-build-manifest.js +20 -0
- package/dist/web/web/.next/server/next-font-manifest.js +1 -0
- package/dist/web/web/.next/server/next-font-manifest.json +22 -0
- package/dist/web/web/.next/server/pages/404.html +1 -0
- package/dist/web/web/.next/server/pages/500.html +2 -0
- package/dist/web/web/public/favicon.png +0 -0
- package/dist/web/web/public/file.svg +1 -0
- package/dist/web/web/public/globe.svg +1 -0
- package/dist/web/web/public/next.svg +1 -0
- package/dist/web/web/public/slycode.webp +0 -0
- package/dist/web/web/public/slycode_light.webp +0 -0
- package/dist/web/web/public/slycode_logo.webp +0 -0
- package/dist/web/web/public/slycode_logo_light.webp +0 -0
- package/dist/web/web/public/vercel.svg +1 -0
- package/dist/web/web/public/window.svg +1 -0
- package/dist/web/web/server.js +38 -0
- package/dist/web/web/src/app/api/changelog/route.ts +45 -0
- package/dist/web/web/src/app/api/terminal-classes/route.ts +117 -0
- package/dist/web/web/src/components/ChangelogModal.tsx +233 -0
- package/dist/web/web/tsconfig.tsbuildinfo +1 -0
- package/lib/cli/sync.d.ts +13 -0
- package/lib/cli/sync.d.ts.map +1 -1
- package/lib/cli/sync.js +90 -6
- package/lib/cli/sync.js.map +1 -1
- package/lib/cli/update.d.ts.map +1 -1
- package/lib/cli/update.js +23 -1
- package/lib/cli/update.js.map +1 -1
- package/package.json +1 -1
- package/templates/changelog.json +44 -0
- package/templates/kanban-seed.json +1 -1
- package/templates/store/actions/approve.md +1 -1
- package/templates/store/actions/challenge-implementation.md +149 -0
- package/templates/store/actions/challenge.md +119 -0
- package/templates/store/actions/checkpoint.md +1 -1
- package/templates/store/actions/context.md +2 -2
- package/templates/store/actions/implement.md +1 -1
- package/templates/store/actions/show-card.md +2 -2
- package/templates/store/actions/summarize.md +2 -2
- package/templates/store/actions/test-review.md +1 -1
- package/templates/terminal-classes.json +51 -0
- package/templates/updates/actions/approve.md +1 -1
- package/templates/updates/actions/challenge-implementation.md +149 -0
- package/templates/updates/actions/challenge.md +119 -0
- package/templates/updates/actions/checkpoint.md +1 -1
- package/templates/updates/actions/context.md +2 -2
- package/templates/updates/actions/implement.md +1 -1
- package/templates/updates/actions/show-card.md +2 -2
- package/templates/updates/actions/summarize.md +2 -2
- package/templates/updates/actions/test-review.md +1 -1
- package/dist/web/.next/BUILD_ID +0 -1
- package/dist/web/.next/build-manifest.json +0 -19
- package/dist/web/.next/required-server-files.json +0 -321
- package/dist/web/.next/server/app/_global-error/page/build-manifest.json +0 -16
- package/dist/web/.next/server/app/_global-error/page.js +0 -10
- package/dist/web/.next/server/app/_global-error/page.js.nft.json +0 -1
- package/dist/web/.next/server/app/_global-error/page_client-reference-manifest.js +0 -2
- package/dist/web/.next/server/app/_global-error.html +0 -2
- package/dist/web/.next/server/app/_global-error.rsc +0 -12
- package/dist/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
- package/dist/web/.next/server/app/_global-error.segments/_full.segment.rsc +0 -12
- package/dist/web/.next/server/app/_global-error.segments/_head.segment.rsc +0 -5
- package/dist/web/.next/server/app/_global-error.segments/_index.segment.rsc +0 -4
- package/dist/web/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
- package/dist/web/.next/server/app/_not-found/page/build-manifest.json +0 -16
- package/dist/web/.next/server/app/_not-found/page/next-font-manifest.json +0 -12
- package/dist/web/.next/server/app/_not-found/page.js +0 -13
- package/dist/web/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +0 -2
- package/dist/web/.next/server/app/_not-found.html +0 -1
- package/dist/web/.next/server/app/_not-found.rsc +0 -16
- package/dist/web/.next/server/app/_not-found.segments/_full.segment.rsc +0 -16
- package/dist/web/.next/server/app/_not-found.segments/_head.segment.rsc +0 -6
- package/dist/web/.next/server/app/_not-found.segments/_index.segment.rsc +0 -7
- package/dist/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
- package/dist/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -4
- package/dist/web/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -3
- package/dist/web/.next/server/app/api/areas/route.js +0 -7
- package/dist/web/.next/server/app/api/areas/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/bridge/[...path]/route.js +0 -7
- package/dist/web/.next/server/app/api/bridge/[...path]/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/changelog/route.js +0 -7
- package/dist/web/.next/server/app/api/changelog/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/assistant/route.js +0 -7
- package/dist/web/.next/server/app/api/cli-assets/assistant/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/fix/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/fix/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/import/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/import/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/store/preview/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/store/preview/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/store/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/store/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/sync/route.js +0 -9
- package/dist/web/.next/server/app/api/cli-assets/sync/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/cli-assets/updates/route.js +0 -8
- package/dist/web/.next/server/app/api/cli-assets/updates/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/dashboard/route.js +0 -8
- package/dist/web/.next/server/app/api/dashboard/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/events/route.js +0 -7
- package/dist/web/.next/server/app/api/events/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/file/route.js +0 -8
- package/dist/web/.next/server/app/api/file/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/git-status/route.js +0 -8
- package/dist/web/.next/server/app/api/git-status/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/kanban/route.js +0 -10
- package/dist/web/.next/server/app/api/kanban/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/kanban/stream/route.js +0 -7
- package/dist/web/.next/server/app/api/kanban/stream/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/projects/[id]/route.js +0 -8
- package/dist/web/.next/server/app/api/projects/[id]/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/projects/analyze/route.js +0 -7
- package/dist/web/.next/server/app/api/projects/analyze/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/projects/reorder/route.js +0 -8
- package/dist/web/.next/server/app/api/projects/reorder/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/projects/route.js +0 -8
- package/dist/web/.next/server/app/api/projects/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/providers/route.js +0 -7
- package/dist/web/.next/server/app/api/providers/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/scheduler/route.js +0 -9
- package/dist/web/.next/server/app/api/scheduler/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/search/route.js +0 -8
- package/dist/web/.next/server/app/api/search/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/settings/route.js +0 -7
- package/dist/web/.next/server/app/api/settings/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/sly-actions/invalidate/route.js +0 -8
- package/dist/web/.next/server/app/api/sly-actions/invalidate/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/sly-actions/route.js +0 -8
- package/dist/web/.next/server/app/api/sly-actions/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/sly-actions/stream/route.js +0 -6
- package/dist/web/.next/server/app/api/sly-actions/stream/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/system-stats/route.js +0 -7
- package/dist/web/.next/server/app/api/system-stats/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/terminal-classes/route.js +0 -7
- package/dist/web/.next/server/app/api/terminal-classes/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/transcribe/route.js +0 -11
- package/dist/web/.next/server/app/api/transcribe/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/api/version-check/route.js +0 -7
- package/dist/web/.next/server/app/api/version-check/route.js.nft.json +0 -1
- package/dist/web/.next/server/app/page/build-manifest.json +0 -16
- package/dist/web/.next/server/app/page/next-font-manifest.json +0 -12
- package/dist/web/.next/server/app/page/react-loadable-manifest.json +0 -9
- package/dist/web/.next/server/app/page.js +0 -16
- package/dist/web/.next/server/app/page.js.nft.json +0 -1
- package/dist/web/.next/server/app/page_client-reference-manifest.js +0 -2
- package/dist/web/.next/server/app/project/[id]/page/build-manifest.json +0 -16
- package/dist/web/.next/server/app/project/[id]/page/next-font-manifest.json +0 -12
- package/dist/web/.next/server/app/project/[id]/page/react-loadable-manifest.json +0 -9
- package/dist/web/.next/server/app/project/[id]/page.js +0 -17
- package/dist/web/.next/server/app/project/[id]/page.js.nft.json +0 -1
- package/dist/web/.next/server/app/project/[id]/page_client-reference-manifest.js +0 -2
- package/dist/web/.next/server/chunks/[externals]__78e522ea._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__0234f869._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__029203cd._.js +0 -6
- package/dist/web/.next/server/chunks/[root-of-the-server]__0d6d4443._.js +0 -4
- package/dist/web/.next/server/chunks/[root-of-the-server]__172ad0b1._.js +0 -18
- package/dist/web/.next/server/chunks/[root-of-the-server]__1b9e0d6e._.js +0 -19
- package/dist/web/.next/server/chunks/[root-of-the-server]__1c5f4ef9._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__1cab11f0._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__1eb3f172._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__22cba275._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__2543e413._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__2c42a835._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__2ed0ff47._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__35454eea._.js +0 -27
- package/dist/web/.next/server/chunks/[root-of-the-server]__35768b56._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__3880228a._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__42322d88._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__5152eeff._.js +0 -6
- package/dist/web/.next/server/chunks/[root-of-the-server]__527c7f57._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__52da7fe0._.js +0 -5
- package/dist/web/.next/server/chunks/[root-of-the-server]__5c5dac4b._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__5cb130f2._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__68927e75._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__719517c7._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__73cf49c2._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__7af4ab09._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__7e6860e0._.js +0 -15
- package/dist/web/.next/server/chunks/[root-of-the-server]__88bf5e22._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__8b4259cb._.js +0 -6
- package/dist/web/.next/server/chunks/[root-of-the-server]__8f5ebbc3._.js +0 -7
- package/dist/web/.next/server/chunks/[root-of-the-server]__92f81907._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__967603e9._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__9e4bd28f._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__a259539f._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__ba1d2e56._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__c942d872._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__d7893622._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__d843611b._.js +0 -120
- package/dist/web/.next/server/chunks/[root-of-the-server]__e4988941._.js +0 -4
- package/dist/web/.next/server/chunks/[root-of-the-server]__f4d2627f._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__f597835d._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__fe8b9abd._.js +0 -3
- package/dist/web/.next/server/chunks/[turbopack]_runtime.js +0 -795
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_areas_route_actions_7abd69f6.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_bridge_[___path]_route_actions_71ed44a2.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_changelog_route_actions_d6e239bf.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_assistant_route_actions_15c0d5a8.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_fix_route_actions_6d0291fc.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_import_route_actions_d2d6ef4b.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_route_actions_7b467ddd.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_store_preview_route_actions_e5a7c3c5.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_store_route_actions_a57b8c52.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_sync_route_actions_69845b95.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_cli-assets_updates_route_actions_c2cb98ab.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_dashboard_route_actions_310b0824.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_events_route_actions_d05c80f6.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_file_route_actions_5b58129d.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_git-status_route_actions_11d90d4f.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_kanban_route_actions_2adcaf3e.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_kanban_stream_route_actions_474d19d9.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_projects_[id]_route_actions_6fd2e5a5.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_projects_analyze_route_actions_afca859c.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_projects_reorder_route_actions_a3fc56f6.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_projects_route_actions_38c611ee.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_providers_route_actions_5388b373.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_scheduler_route_actions_5e9bd46d.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_search_route_actions_4244da48.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_settings_route_actions_a476013b.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_sly-actions_invalidate_route_actions_16f808c4.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_sly-actions_route_actions_79d3ec9c.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_sly-actions_stream_route_actions_bf2049f0.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_system-stats_route_actions_b20899aa.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_terminal-classes_route_actions_98de8cec.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_transcribe_route_actions_4742f5c6.js +0 -3
- package/dist/web/.next/server/chunks/_next-internal_server_app_api_version-check_route_actions_94868fd8.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_269a84e6._.js +0 -18
- package/dist/web/.next/server/chunks/node_modules_9fc3887b._.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_credential-provider-env_dist-es_index_55d96139.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_credential-provider-sso_dist-es_loadSso_570f147e.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_signin_index_6712dec9.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_sso-oidc_index_df09d547.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_sts_index_c78619b3.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@smithy_core_dist-es_submodules_event-streams_index_73e35402.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_@smithy_smithy-client_dist-es_create-aggregated-client_db42850b.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_c58ca22f._.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_f96dfac4._.js +0 -7
- package/dist/web/.next/server/chunks/node_modules_next_1402a1da._.js +0 -17
- package/dist/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_18324462.js +0 -3
- package/dist/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_234fda9c.js +0 -3
- package/dist/web/.next/server/chunks/src_677020aa._.js +0 -3
- package/dist/web/.next/server/chunks/src_lib_asset-scanner_ts_c599fd1c._.js +0 -3
- package/dist/web/.next/server/chunks/src_lib_scheduler_ts_03988e3e._.js +0 -3
- package/dist/web/.next/server/chunks/src_lib_scheduler_ts_7120457c._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__0841f0b5._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__15600e29._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__193dbb5b._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__1f5fc489._.js +0 -10
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__2f64210a._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__43d93717._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__6183d28c._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__72142a5d._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__90f82e6d._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__92021d33._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__b6871b66._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +0 -4
- package/dist/web/.next/server/chunks/ssr/[root-of-the-server]__bcbe4bf2._.js +0 -10
- package/dist/web/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -795
- package/dist/web/.next/server/chunks/ssr/_3fbadc17._.js +0 -6
- package/dist/web/.next/server/chunks/ssr/_8afd7611._.js +0 -4
- package/dist/web/.next/server/chunks/ssr/_c1309523._.js +0 -4
- package/dist/web/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +0 -3
- package/dist/web/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +0 -3
- package/dist/web/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +0 -3
- package/dist/web/.next/server/chunks/ssr/_next-internal_server_app_project_[id]_page_actions_d20b4a2c.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +0 -4
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_174ae28d._.js +0 -10
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_4b63a0e1._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +0 -3
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_65a7265e.js +0 -4
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js +0 -6
- package/dist/web/.next/server/chunks/ssr/node_modules_next_dist_f9713a08._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/src_components_Dashboard_tsx_efc4dc27._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/src_components_c4135402._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/src_contexts_VoiceContext_tsx_cfba7292._.js +0 -3
- package/dist/web/.next/server/chunks/ssr/src_lib_registry_ts_2fc87c9c._.js +0 -3
- package/dist/web/.next/server/instrumentation.js +0 -4
- package/dist/web/.next/server/middleware-build-manifest.js +0 -20
- package/dist/web/.next/server/next-font-manifest.js +0 -1
- package/dist/web/.next/server/next-font-manifest.json +0 -22
- package/dist/web/.next/server/pages/404.html +0 -1
- package/dist/web/.next/server/pages/500.html +0 -2
- package/dist/web/.next/static/chunks/3859477038c381ad.js +0 -1
- package/dist/web/.next/static/chunks/3a5721af09d1c753.js +0 -5
- package/dist/web/.next/static/chunks/5f95863347fe47d9.js +0 -1
- package/dist/web/.next/static/chunks/7813de6392004c3f.js +0 -22
- package/dist/web/.next/static/chunks/7de9141b1af425c3.js +0 -1
- package/dist/web/.next/static/chunks/94b526560cbd7bc0.js +0 -1
- package/dist/web/.next/static/chunks/98311243e9a5a0ec.js +0 -1
- package/dist/web/.next/static/chunks/a199b72c0ad65aea.js +0 -1
- package/dist/web/.next/static/chunks/a47f36b030917d1f.js +0 -1
- package/dist/web/.next/static/chunks/cf910fc299170b7d.js +0 -5
- package/dist/web/.next/static/chunks/d60c422421920130.js +0 -5
- package/dist/web/.next/static/chunks/e24d6768d85df882.js +0 -1
- package/dist/web/.next/static/chunks/fa78afe3ceed998b.js +0 -1
- package/dist/web/.next/static/chunks/ff1a16fafef87110.js +0 -1
- package/dist/web/.next/static/chunks/turbopack-563e27abda63930f.js +0 -4
- package/dist/web/server.js +0 -38
- package/dist/web/src/app/api/changelog/route.ts +0 -45
- package/dist/web/src/app/api/terminal-classes/route.ts +0 -64
- package/dist/web/src/components/ChangelogModal.tsx +0 -234
- package/dist/web/tsconfig.tsbuildinfo +0 -1
- /package/dist/web/.next/static/{aN-jqftQVvSm0qVskLybH → xgbXfKYomqbh7nrBB7rbF}/_buildManifest.js +0 -0
- /package/dist/web/.next/static/{aN-jqftQVvSm0qVskLybH → xgbXfKYomqbh7nrBB7rbF}/_clientMiddlewareManifest.json +0 -0
- /package/dist/web/.next/static/{aN-jqftQVvSm0qVskLybH → xgbXfKYomqbh7nrBB7rbF}/_ssgManifest.js +0 -0
- /package/dist/web/{.next → web/.next}/app-path-routes-manifest.json +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/endpoint/ruleset.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/index.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/models/S3ServiceException.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/models/errors.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/runtimeConfig.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/runtimeConfig.shared.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/dist-cjs/schemas/schemas_0.js +0 -0
- /package/dist/web/{.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0 → web/.next/node_modules/@aws-sdk/client-s3-611b56be8ae898f4}/package.json +0 -0
- /package/dist/web/{.next → web/.next}/package.json +0 -0
- /package/dist/web/{.next → web/.next}/prerender-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/routes-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error/page/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error/page/next-font-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error/page/react-loadable-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error/page/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error/page.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_global-error.meta +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_not-found/page/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_not-found/page/react-loadable-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_not-found/page/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_not-found/page.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/_not-found.meta +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/areas/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/areas/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/areas/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/areas/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/areas/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/bridge/[...path]/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/bridge/[...path]/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/bridge/[...path]/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/bridge/[...path]/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/bridge/[...path]/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/changelog/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/changelog/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/changelog/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/changelog/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/changelog/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/assistant/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/assistant/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/assistant/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/assistant/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/assistant/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/fix/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/fix/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/fix/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/fix/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/fix/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/import/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/import/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/import/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/import/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/import/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/preview/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/preview/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/preview/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/preview/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/preview/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/store/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/sync/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/sync/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/sync/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/sync/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/sync/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/updates/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/updates/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/updates/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/updates/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/cli-assets/updates/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/dashboard/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/dashboard/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/dashboard/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/dashboard/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/dashboard/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/events/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/events/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/events/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/events/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/events/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/file/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/file/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/file/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/file/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/file/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/git-status/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/git-status/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/git-status/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/git-status/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/git-status/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/stream/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/stream/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/stream/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/stream/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/kanban/stream/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/[id]/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/[id]/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/[id]/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/[id]/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/[id]/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/analyze/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/analyze/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/analyze/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/analyze/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/analyze/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/reorder/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/reorder/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/reorder/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/reorder/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/reorder/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/projects/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/providers/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/providers/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/providers/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/providers/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/providers/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/scheduler/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/scheduler/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/scheduler/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/scheduler/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/scheduler/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/search/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/search/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/search/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/search/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/search/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/settings/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/settings/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/settings/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/settings/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/settings/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/invalidate/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/invalidate/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/invalidate/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/invalidate/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/invalidate/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/stream/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/stream/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/stream/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/stream/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/sly-actions/stream/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/system-stats/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/system-stats/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/system-stats/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/system-stats/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/system-stats/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/terminal-classes/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/terminal-classes/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/terminal-classes/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/terminal-classes/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/terminal-classes/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/transcribe/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/transcribe/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/transcribe/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/transcribe/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/transcribe/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/version-check/route/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/version-check/route/build-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/version-check/route/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/version-check/route.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/api/version-check/route_client-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/app/page/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/page/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/page.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app/project/[id]/page/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/project/[id]/page/server-reference-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/app/project/[id]/page.js.map +0 -0
- /package/dist/web/{.next → web/.next}/server/app-paths-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/chunks/[externals]_child_process_964038fc._.js +0 -0
- /package/dist/web/{.next → web/.next}/server/chunks/[externals]_node:async_hooks_b485b2a4._.js +0 -0
- /package/dist/web/{.next → web/.next}/server/chunks/[externals]_node:http_c3a9e25f._.js +0 -0
- /package/dist/web/{.next → web/.next}/server/functions-config-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/middleware-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/pages-manifest.json +0 -0
- /package/dist/web/{.next → web/.next}/server/server-reference-manifest.js +0 -0
- /package/dist/web/{.next → web/.next}/server/server-reference-manifest.json +0 -0
- /package/dist/web/{README.md → web/README.md} +0 -0
- /package/dist/web/{eslint.config.mjs → web/eslint.config.mjs} +0 -0
- /package/dist/web/{next.config.ts → web/next.config.ts} +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws/lambda-invoke-store/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32/build/main/aws_crc32.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32/build/main/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32c/build/main/aws_crc32c.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32c/build/main/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/crc32c/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/build/main/convertToBuffer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/build/main/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/build/main/isEmptyData.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/build/main/numToUint8.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-crypto/util/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/models/errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/client-s3/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/core/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/core/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/crc64-nvme/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/crc64-nvme/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-env/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-http/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-ini/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-login/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-login/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-process/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-sso/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/credential-provider-web-identity/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-bucket-endpoint/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-expect-continue/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-flexible-checksums/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-host-header/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-location-constraint/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-logger/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-recursion-detection/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-sdk-s3/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-ssec/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-ssec/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/middleware-user-agent/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/nested-clients/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/region-config-resolver/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/signature-v4-multi-region/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/token-providers/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/token-providers/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-arn-parser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-endpoints/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/util-user-agent-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/xml-builder/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@aws-sdk/xml-builder/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/colour/color.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/colour/index.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/colour/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/README.md +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/lib/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linux-x64/versions.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/README.md +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/lib/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-libvips-linuxmusl-x64/versions.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-linux-x64/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@img/sharp-linuxmusl-x64/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@next/env/dist/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@next/env/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/config-resolver/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/config-resolver/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/endpoints/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/event-streams/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/protocols/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/schema/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/dist-cjs/submodules/serde/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/core/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/credential-provider-imds/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/credential-provider-imds/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-codec/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-codec/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-config-resolver/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/eventstream-serde-universal/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/fetch-http-handler/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/fetch-http-handler/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/hash-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/hash-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/hash-stream-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/hash-stream-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/is-array-buffer/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/is-array-buffer/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-content-length/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-content-length/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-endpoint/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-endpoint/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-retry/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-retry/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-serde/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-serde/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-stack/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/middleware-stack/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/node-config-provider/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/node-config-provider/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/node-http-handler/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/node-http-handler/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/property-provider/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/property-provider/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/protocol-http/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/protocol-http/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/querystring-builder/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/querystring-builder/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/querystring-parser/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/querystring-parser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/service-error-classification/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/service-error-classification/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/shared-ini-file-loader/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/signature-v4/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/signature-v4/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/smithy-client/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/smithy-client/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/types/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/types/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/url-parser/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/url-parser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-base64/dist-cjs/fromBase64.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-base64/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-base64/dist-cjs/toBase64.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-base64/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-body-length-browser/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-body-length-browser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-body-length-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-body-length-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-buffer-from/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-buffer-from/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-config-provider/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-config-provider/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-defaults-mode-node/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-endpoints/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-endpoints/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-hex-encoding/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-hex-encoding/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-middleware/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-middleware/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-retry/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-retry/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/headStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/splitStream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-stream/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-uri-escape/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-uri-escape/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-utf8/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-utf8/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-waiter/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/util-waiter/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/uuid/dist-cjs/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/uuid/dist-cjs/randomUUID.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@smithy/uuid/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@swc/helpers/cjs/_interop_require_default.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/@swc/helpers/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/client-only/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/client-only/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/detect-libc/lib/detect-libc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/detect-libc/lib/elf.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/detect-libc/lib/filesystem.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/detect-libc/lib/process.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/detect-libc/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/fast-xml-parser/lib/fxp.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/fast-xml-parser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/adapter/build-complete.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/after-production-compile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/analysis/extract-const-value.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/analysis/get-page-static-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/analysis/parse-module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/analyze/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/loader/get-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/loader/transform.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/loader/util.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/commonjs.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/jsx-pragma.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/next-font-unsupported.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/next-page-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/next-ssg-transform.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/optimize-hook-destructuring.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/plugins/react-loadable-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/babel/preset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/build-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/collect-build-traces.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/compiler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/create-compiler-aliases.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/define-env.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/duration-to-string.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/entries.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/generate-build-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/generate-routes-manifest.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/get-babel-config-file.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/get-babel-loader-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/get-static-info-including-layouts.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/handle-entrypoints.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/handle-externals.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/is-writeable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/__mocks__/empty.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/__mocks__/fileMock.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/__mocks__/nextFontMock.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/__mocks__/styleMock.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/jest.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/jest/object-proxy.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/load-entrypoint.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/load-jsconfig.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/lockfile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/manifests/formatter/format-manifest.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/next-config-ts/require-hook.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/next-config-ts/transpile-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/next-dir-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/normalize-catchall-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/output/format.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/output/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/output/log.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/output/store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/page-extensions-type.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/fetch/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object-assign.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object.assign/auto.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object.assign/implementation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object.assign/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object.assign/polyfill.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/object.assign/shim.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/polyfill-module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/polyfill-nomodule.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/polyfills/process.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/preview-key-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/progress.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/rendering-mode.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/segment-config/app/app-segment-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/segment-config/app/app-segments.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/segment-config/middleware/middleware-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/segment-config/pages/pages-segment-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/sort-by-page-exts.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/spinner.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/static-paths/app.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/static-paths/pages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/static-paths/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/static-paths/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/install-bindings.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/jest-transformer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/options.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/swc/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/app-page.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/app-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/edge-app-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/edge-ssr-app.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/edge-ssr.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/edge-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/middleware.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/pages-api.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/pages-edge-api.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/templates/pages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turbopack-analyze/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turbopack-build/impl.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turbopack-build/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/env.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/result.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/tcp.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/turborepo-access-trace/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/type-check.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/validate-app-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/alias/react-dom-server-experimental.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/alias/react-dom-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/cache-invalidation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/base.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/messages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/css/plugins.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/images/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/blocks/images/messages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/config/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/devtool/devtool-style-inject.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/empty-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/error-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/get-module-build-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/metadata/discover.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/metadata/resolve-route-data.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/metadata/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/modularize-import-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-app-loader/create-app-route-code.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-app-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-barrel-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-client-pages-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-edge-app-route-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-edge-function-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-error-browser-binary-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-client-module-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/cache-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-loader/track-dynamic-import.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-font-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-font-loader/postcss-next-font.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-image-loader/blur.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-image-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-invalid-import-error-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-metadata-image-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-metadata-route-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-middleware-asset-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-middleware-wasm-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-root-params-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-style-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoLinkTag.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-style-loader/runtime/isEqualLocals.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/next-swc-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/loaders/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/build-manifest-plugin-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/force-complete-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/middleware-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/profiling-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/telemetry-plugin/update-telemetry-loader-context-from-swc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/stringify-request.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack-build/impl.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack-build/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack-config-rules/resolve.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/webpack-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/worker.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/build/write-build-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/cli/next-test.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/add-base-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/app-build-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/app-call-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/app-find-source-map-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/assign-location.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/app-router-announcer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/app-router-headers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/app-router-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/app-router-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/app-router.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/builtin/default.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/builtin/global-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/error-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/errors/root-error-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/forbidden.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/handle-isr-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/hooks-server-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/http-access-fallback/error-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/is-next-router-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/links.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/match-segments.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/nav-failure-handler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/navigation-devtools.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/navigation-untracked.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/navigation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/navigation.react-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/not-found.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/readonly-url-search-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/redirect-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/redirect-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/redirect-status-code.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/redirect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/compute-changed-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/create-href-from-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/fetch-server-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/handle-mutable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/ppr-navigations.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/router-reducer-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/router-reducer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/cache-key.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/cache-map.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/lru.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/navigation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/prefetch.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/scheduler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/segment-cache/vary-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/static-generation-bailout.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unauthorized.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unrecognized-action-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unresolved-thenable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unstable-rethrow.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unstable-rethrow.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/unstable-rethrow.server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/components/use-action-queue.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/dev/debug-channel.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/flight-data-helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/has-base-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/lib/console.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/normalize-trailing-slash.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/remove-base-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/client/route-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/cookies/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/cookies/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/load.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@hapi/accept/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@hapi/accept/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@napi-rs/triples/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@napi-rs/triples/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@opentelemetry/api/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/@opentelemetry/api/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/async-retry/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/async-retry/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/async-sema/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/async-sema/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/babel/code-frame.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/babel/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/babel-code-frame/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/babel-code-frame/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/busboy/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/busboy/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/bytes/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/bytes/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ci-info/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ci-info/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/commander/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/commander/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/comment-json/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/comment-json/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/compression/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/compression/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/conf/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/conf/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/content-disposition/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/content-disposition/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/cookie/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/cookie/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/cross-spawn/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/cross-spawn/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/debug/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/debug/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/edge-runtime/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/edge-runtime/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/find-up/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/find-up/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/fresh/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/fresh/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/http-proxy/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/http-proxy/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/image-detector/detector.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/image-size/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/image-size/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ipaddr.js/ipaddr.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ipaddr.js/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-animated/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-animated/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-docker/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-docker/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-wsl/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/is-wsl/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/jsonwebtoken/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/jsonwebtoken/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/nanoid/index.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/nanoid/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/p-limit/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/p-limit/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/p-queue/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/p-queue/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/path-browserify/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/path-browserify/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/path-to-regexp/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/path-to-regexp/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/picomatch/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/picomatch/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/react-is/cjs/react-is.development.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/react-is/cjs/react-is.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/react-is/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/react-is/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/regenerator-runtime/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/regenerator-runtime/runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/semver/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/semver/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/send/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/send/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/source-map/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/source-map/source-map.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/stacktrace-parser/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/string-hash/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/string-hash/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/strip-ansi/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/strip-ansi/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/superstruct/index.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/superstruct/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/tar/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/tar/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/text-table/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/text-table/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/watchpack/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/watchpack/watchpack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ws/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/ws/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/zod/index.cjs +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/zod/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/zod-validation-error/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/compiled/zod-validation-error/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/experimental/testmode/context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/experimental/testmode/fetch.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/experimental/testmode/httpget.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/experimental/testmode/server-edge.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/experimental/testmode/server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/export/helpers/create-incremental-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/batcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/build-custom-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/bundler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/client-and-server-references.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/coalesced-function.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/compile-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/create-client-router-filter.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/default-transpiled-packages.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/detached-promise.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/detect-typo.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/download-swc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/error-telemetry-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/fallback.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/fatal-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/file-exists.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/find-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/find-pages-dir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/find-root.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/format-cli-help-output.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/format-dynamic-import-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/format-server-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/framework/boundary-components.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/framework/boundary-constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/fs/rename.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/fs/write-atomic.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/generate-interception-routes-rewrites.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/get-files-in-dir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/get-network-host.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/get-package-version.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/get-project-dir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/has-necessary-dependencies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-cache-directory.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-npx-command.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-online.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-pkg-manager.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-registry.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/get-reserved-port.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/helpers/install.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/import-next-warning.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/inline-static-env.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/install-dependencies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/interop-default.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-api-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-app-page-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-app-route-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-edge-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-internal-component.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/is-serializable-props.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/known-edge-safe-packages.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/load-custom-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/memory/gc-observer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/memory/shutdown.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/memory/startup.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/memory/trace.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/default-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/alternate.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/basic.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/icon-mark.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/icons.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/meta.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/opengraph.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/generate/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/get-metadata-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/is-metadata-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/metadata-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolve-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolvers/resolve-title.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/resolvers/resolve-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/alternative-urls-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/extra-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/icons.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/manifest-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/metadata-interface.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/metadata-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/opengraph-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/resolvers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/metadata/types/twitter-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/mime-type.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/mkcert.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/multi-file-writer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/needs-experimental-react.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/non-nullable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/normalize-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/oxford-comma-list.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/page-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/patch-incorrect-lockfile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/pick.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/picocolors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/pretty-bytes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/realpath.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/recursive-copy.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/recursive-delete.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/recursive-readdir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/redirect-status.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/require-instrumentation-client.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/resolve-build-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/resolve-from.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/route-pattern-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/scheduler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/semver-noop.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/server-external-packages.jsonc +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/setup-exception-listeners.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/static-env.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/try-to-parse-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/turbopack-warning.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/diagnosticFormatter.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/getTypeScriptIntent.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/missingDependencyError.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/runTypeCheck.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/type-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/verify-partytown-setup.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/verify-root-layout.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/verify-typescript-setup.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/wait.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/with-promise-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/lib/worker.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/next-devtools/server/shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/ReactDOMServerPages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/accept-header.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/after-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/after.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/awaiter.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/builtin-request-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/after/run-with-after.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/get-cookie-parser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/node/api-resolver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/node/parse-body.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/node/try-get-preview-data.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/api-utils/web.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/action-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/action-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/action-handler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/after-task-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/after-task-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/app-render-prerender-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/app-render-render-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/app-render-scheduling.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/app-render.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/async-local-storage.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/cache-signal.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/collect-segment-data.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/console-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/console-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/create-component-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/create-error-handler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/csrf-protection.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/dynamic-rendering.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/encryption-utils-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/encryption-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/encryption.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/entry-base.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/flight-render-result.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-asset-query-string.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-layer-assets.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-preloadable-fonts.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-script-nonce-from-header.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/has-loading-component-in-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/interop-default.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/make-get-server-inserted-html.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/manifests-singleton.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/module-loading/track-dynamic-import.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/postponed-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/prospective-render-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/react-large-shell-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/react-server.node.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/render-css-resource.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/required-scripts.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/rsc/postpone.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/rsc/preloads.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/rsc/taint.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/segment-explorer-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/server-inserted-html.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/staged-rendering.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/staged-validation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/strip-flight-headers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/use-flight-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/work-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/work-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/app-render/work-unit-async-storage.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/async-storage/draft-mode-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/async-storage/request-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/async-storage/with-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/async-storage/work-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/base-http/helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/base-http/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/base-http/node.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/base-http/web.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/base-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/body-streams.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/cache-dir.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/capsize-font-metrics.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/ci-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/client-component-renderer-logger.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/config-schema.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/config-shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/config-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/crypto-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/browser-logs/file-logger.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/browser-logs/receive-logs.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/browser-logs/source-map.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/debug-channel.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/dev-indicator-server-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/get-source-map-from-file.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-middleware.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-reloader-rspack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-reloader-shared-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-reloader-turbopack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-reloader-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/hot-reloader-webpack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/log-requests.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/messages.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/middleware-turbopack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/middleware-webpack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/node-stack-frames.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/on-demand-entry-handler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/parse-version-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/require-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/serialized-errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/static-paths-worker.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dev/turbopack-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/dynamic-rendering-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/font-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/get-app-route-from-entrypoint.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/get-page-files.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/get-route-from-entrypoint.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/htmlescape.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/image-optimizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/instrumentation/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/instrumentation/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/internal-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/is-private-ip.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/app-dir-module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/app-info-log.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/async-callback-set.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/cache-control.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/cache-handlers/default.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/cache-handlers/default.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/cache-handlers/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/chrome-devtools-workspace.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/clone-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/cpu-profile.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/decode-query-path-parameter.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/dedupe-fetch.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/dev-bundler-service.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/etag.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/experimental/create-env-definitions.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/experimental/ppr.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/find-page-file.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/fix-mojibake.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/format-hostname.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/i18n-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/implicit-tags.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/incremental-cache/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/is-ipv6.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/lazy-result.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/lru-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/match-next-data-pathname.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/mock-request.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/module-loader/module-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/module-loader/node-module-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/module-loader/route-module-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/node-fs-methods.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/parse-stack.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/patch-fetch.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/patch-set-header.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/render-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/block-cross-site.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/build-data-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/cache-life-type-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/decode-path-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/filesystem.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/is-postpone.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/proxy-request.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/resolve-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/route-types-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/router-server-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/typegen.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/router-utils/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/server-action-request-meta.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/server-ipc/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/source-maps.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/start-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/streaming-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/to-route.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/trace/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/trace/tracer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/trace/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/lib/worker-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/load-components.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/load-default-error-components.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/load-manifest.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/match-bundle.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/get-mcp-middleware.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/get-or-create-mcp-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/mcp-telemetry-tracker.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-logs.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-page-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-project-metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/get-server-action-by-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/next-instance-error-state.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/utils/browser-communication.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/mcp/tools/utils/format-errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/next-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/next-typescript.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/next.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-baseline.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/console-dim.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/console-exit.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/console-file.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/date.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/error-inspect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/global-behaviors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/node-crypto.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/random.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/unhandled-rejection.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment-extensions/web-crypto.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-environment.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/node-polyfill-crypto.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/app/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/pages/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/locale-route-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/normalizers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/prefixing-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/base-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/next-data.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/pathname-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/prefix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/rsc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/request/suffix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/underscore-normalizer.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/og/image-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/patch-error-inspect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/pipe-readable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/post-process.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/render-result.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/render.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/connection.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/cookies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/draft-mode.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/fallback-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/headers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/pathname.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/root-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/search-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/request-meta.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/require-hook.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/require.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/response-cache/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/response-cache/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/response-cache/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/response-cache/web.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/resume-data-cache/cache-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/resume-data-cache/resume-data-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/revalidation-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/app-page-route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/app-route-route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/locale-route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/pages-api-route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/pages-route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-definitions/route-definition.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-kind.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-managers/route-matcher-manager.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matcher-providers/route-matcher-provider.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/app-page-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/app-route-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/locale-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/pages-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matchers/route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/app-page-route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/app-route-route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/locale-route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/pages-api-route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/pages-route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-matches/route-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/module.compiled.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/module.render.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/helpers/clean-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/module.compiled.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/app-route/shared-modules.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/checks.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/builtin/_error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/module.compiled.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/module.render.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/pages-handler.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages-api/module.compiled.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/pages-api/module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/route-modules/route-module.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/runtime-reacts.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/send-payload.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/send-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/serve-static.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/server-route-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/server-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/setup-http-agent-env.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/stream-utils/encoded-tags.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/stream-utils/node-web-streams-helper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/stream-utils/uint8array-helpers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/constant.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/client-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/entry.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/metadata.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/server-boundary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/rules/server.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/typescript/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/cache-life.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/cache-tag.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/handlers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/use-cache-errors.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/use-cache/use-cache-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/adapter.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/edge-route-module-wrapper.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/exports/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/get-edge-preview-props.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/globals.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/http.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/internal-edge-wait-until.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/next-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/sandbox/context.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/sandbox/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/sandbox/resource-managers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/sandbox/sandbox.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/adapters/headers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/adapters/next-request.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/adapters/reflect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/cookies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/fetch-event.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/image-response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/request.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/response.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/revalidate.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/unstable-cache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/unstable-no-store.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/url-pattern.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/spec-extension/user-agent.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/server/web/web-on-close.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/action-revalidation-kind.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/app-router-types.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/deep-freeze.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/deployment-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/dset.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/encode-uri-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/entry-constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/error-source.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/errors/canary-only-config-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/errors/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/errors/empty-generate-static-params-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/errors/hard-deprecated-config-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/escape-regexp.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/get-hostname.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/hash.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/head.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/html-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/image-blur-svg.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/image-config.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/invariant-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/is-internal.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/is-plain-object.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/is-thenable.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/isomorphic/path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/loadable.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/magic-identifier.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/match-local-pattern.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/match-remote-pattern.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/modern-browserslist-target.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/no-fallback-error.external.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/normalized-asset-prefix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/get-page-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/normalize-data-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/normalize-page-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/promise-with-resolvers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/adapters.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/routes/app.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/add-locale.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/app-paths.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/format-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/get-segment-param.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/html-bots.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/interception-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/is-bot.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/is-dynamic.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/parse-loader-tree.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/parse-path.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/parse-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/path-match.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/prepare-destination.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/querystring.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/relativize-url.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/resolve-param-value.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/route-match-utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/route-matcher.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/route-regex.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router/utils/sorted-routes.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/router-context.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/segment.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/server-reference-info.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/side-effect.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/size-limit.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/turbopack/internal-error.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/turbopack/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/utils/warn-once.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/utils.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/shared/lib/zod.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/anonymous-meta.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/detached-flush.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/events/build.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/events/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/events/plugins.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/events/swc-load-failure.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/events/version.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/flush-telemetry.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/post-telemetry-payload.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/project-id.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/telemetry/storage.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/report/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/report/to-json-build.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/report/to-json.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/report/to-telemetry.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/shared.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/dist/trace/trace.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/next/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/cjs/react-compiler-runtime.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/cjs/react-jsx-dev-runtime.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/cjs/react-jsx-runtime.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/cjs/react.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/compiler-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/jsx-dev-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/jsx-runtime.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom-server.browser.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom-server.edge.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom-server.node.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/cjs/react-dom.production.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/server.browser.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/server.edge.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/server.node.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/react-dom/static.node.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/channel.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/colour.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/composite.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/constructor.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/input.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/is.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/libvips.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/operation.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/output.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/resize.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/sharp.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/lib/utility.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/classes/comparator.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/classes/range.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/classes/semver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/cmp.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/coerce.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/compare.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/eq.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/gt.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/gte.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/lt.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/lte.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/neq.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/parse.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/functions/satisfies.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/constants.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/debug.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/identifiers.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/lrucache.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/parse-options.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/internal/re.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/node_modules/semver/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/sharp/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/styled-jsx/dist/index/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/styled-jsx/index.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/styled-jsx/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/styled-jsx/style.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/tslib/package.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/tslib/tslib.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/_tsc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/_tsserver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/_typingsInstaller.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/cs/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/de/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/es/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/fr/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/it/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/ja/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/ko/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/pl/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/ru/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/tr/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/tsc.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/tsserver.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/tsserverlibrary.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/typesMap.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/typescript.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/typingsInstaller.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/watchGuard.js +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -0
- /package/dist/web/{node_modules → web/node_modules}/typescript/package.json +0 -0
- /package/dist/web/{package-lock.json → web/package-lock.json} +0 -0
- /package/dist/web/{package.json → web/package.json} +0 -0
- /package/dist/web/{postcss.config.mjs → web/postcss.config.mjs} +0 -0
- /package/dist/web/{src → web/src}/app/api/areas/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/bridge/[...path]/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/assistant/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/fix/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/import/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/store/preview/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/store/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/sync/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/cli-assets/updates/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/dashboard/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/events/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/file/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/git-status/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/kanban/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/kanban/stream/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/projects/[id]/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/projects/analyze/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/projects/reorder/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/projects/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/providers/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/scheduler/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/search/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/settings/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/sly-actions/invalidate/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/sly-actions/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/sly-actions/stream/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/system-stats/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/transcribe/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/api/version-check/route.ts +0 -0
- /package/dist/web/{src → web/src}/app/globals.css +0 -0
- /package/dist/web/{src → web/src}/app/layout.tsx +0 -0
- /package/dist/web/{src → web/src}/app/page.tsx +0 -0
- /package/dist/web/{src → web/src}/app/project/[id]/page.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ActionUpdatesModal.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ActivityFeed.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AddProjectModal.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AssetAssistant.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AssetMatrix.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AssetViewer.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AutomationConfig.tsx +0 -0
- /package/dist/web/{src → web/src}/components/AutomationsScreen.tsx +0 -0
- /package/dist/web/{src → web/src}/components/BranchTab.tsx +0 -0
- /package/dist/web/{src → web/src}/components/CardModal.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ClaudeTerminalPanel.tsx +0 -0
- /package/dist/web/{src → web/src}/components/CliAssetsTab.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ConfirmDialog.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ConnectionStatusIndicator.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ContextMenu.tsx +0 -0
- /package/dist/web/{src → web/src}/components/Dashboard.tsx +0 -0
- /package/dist/web/{src → web/src}/components/FloatingVoiceWidget.tsx +0 -0
- /package/dist/web/{src → web/src}/components/GlobalClaudePanel.tsx +0 -0
- /package/dist/web/{src → web/src}/components/HealthDot.tsx +0 -0
- /package/dist/web/{src → web/src}/components/HealthMonitor.tsx +0 -0
- /package/dist/web/{src → web/src}/components/KanbanCardItem.tsx +0 -0
- /package/dist/web/{src → web/src}/components/KanbanColumn.tsx +0 -0
- /package/dist/web/{src → web/src}/components/MarkdownContent.tsx +0 -0
- /package/dist/web/{src → web/src}/components/PlatformBadges.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ProjectCard.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ProjectHeader.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ProjectKanban.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ProjectPageClient.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ProjectView.tsx +0 -0
- /package/dist/web/{src → web/src}/components/SearchBar.tsx +0 -0
- /package/dist/web/{src → web/src}/components/SkillDiffViewer.tsx +0 -0
- /package/dist/web/{src → web/src}/components/SlyActionConfigModal.tsx +0 -0
- /package/dist/web/{src → web/src}/components/StoreView.tsx +0 -0
- /package/dist/web/{src → web/src}/components/Terminal.tsx +0 -0
- /package/dist/web/{src → web/src}/components/ThemeToggle.tsx +0 -0
- /package/dist/web/{src → web/src}/components/UpdatesView.tsx +0 -0
- /package/dist/web/{src → web/src}/components/VersionUpdateToast.tsx +0 -0
- /package/dist/web/{src → web/src}/components/VoiceControlBar.tsx +0 -0
- /package/dist/web/{src → web/src}/components/VoiceErrorPopup.tsx +0 -0
- /package/dist/web/{src → web/src}/components/VoiceSettingsPopover.tsx +0 -0
- /package/dist/web/{src → web/src}/contexts/VoiceContext.tsx +0 -0
- /package/dist/web/{src → web/src}/hooks/useConnectionStatus.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/useKeyboardShortcuts.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/usePolling.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/useSettings.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/useSlyActionsConfig.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/useVoiceRecorder.ts +0 -0
- /package/dist/web/{src → web/src}/hooks/useVoiceShortcuts.ts +0 -0
- /package/dist/web/{src → web/src}/instrumentation.ts +0 -0
- /package/dist/web/{src → web/src}/lib/action-scanner.ts +0 -0
- /package/dist/web/{src → web/src}/lib/asset-scanner.ts +0 -0
- /package/dist/web/{src → web/src}/lib/connection-manager.ts +0 -0
- /package/dist/web/{src → web/src}/lib/cron-utils.ts +0 -0
- /package/dist/web/{src → web/src}/lib/event-log.ts +0 -0
- /package/dist/web/{src → web/src}/lib/health-score.ts +0 -0
- /package/dist/web/{src → web/src}/lib/kanban-paths.ts +0 -0
- /package/dist/web/{src → web/src}/lib/mcp-common.ts +0 -0
- /package/dist/web/{src → web/src}/lib/paths.ts +0 -0
- /package/dist/web/{src → web/src}/lib/provider-paths.ts +0 -0
- /package/dist/web/{src → web/src}/lib/registry.ts +0 -0
- /package/dist/web/{src → web/src}/lib/scheduler.ts +0 -0
- /package/dist/web/{src → web/src}/lib/sly-actions.ts +0 -0
- /package/dist/web/{src → web/src}/lib/store-scanner.ts +0 -0
- /package/dist/web/{src → web/src}/lib/tab-sync.ts +0 -0
- /package/dist/web/{src → web/src}/lib/terminal-events.ts +0 -0
- /package/dist/web/{src → web/src}/lib/types.ts +0 -0
- /package/dist/web/{src → web/src}/lib/webm-to-ogg-opus.ts +0 -0
- /package/dist/web/{tsconfig.json → web/tsconfig.json} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[85640,a=>{"use strict";var b=a.i(56856),c=a.i(55132),d=a.i(32315),e=a.i(18975),f=a.i(61114),g=a.i(45845),h=a.i(46640);let i={green:"bg-green-500",amber:"bg-amber-500",red:"bg-red-500"};function j({health:a,size:d="sm"}){let[e,f]=(0,c.useState)(!1);return a?(0,b.jsxs)("div",{className:"relative inline-flex",onMouseEnter:()=>f(!0),onMouseLeave:()=>f(!1),children:[(0,b.jsx)("span",{className:`inline-block rounded-full ${"sm"===d?"h-2 w-2":"h-3 w-3"} ${i[a.level]}`,title:`Health: ${a.score}/100`}),e&&(0,b.jsxs)("div",{className:"absolute bottom-full left-1/2 z-50 mb-2 -translate-x-1/2 whitespace-nowrap rounded bg-void-800 px-3 py-2 text-xs text-void-200 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"mb-1 font-medium",children:["Health: ",a.score,"/100 (",a.level,")"]}),a.factors.map(a=>(0,b.jsxs)("div",{className:"text-void-400",children:[a.name,": ",a.value,"/",a.maxValue]},a.name)),(0,b.jsx)("div",{className:"absolute left-1/2 top-full -translate-x-1/2 border-4 border-transparent border-t-void-800"})]})]}):null}let k={claude:{label:"Claude",bg:"bg-blue-100 dark:bg-blue-900/40",text:"text-blue-700 dark:text-blue-300"},gemini:{label:"Gemini",bg:"bg-purple-100 dark:bg-purple-900/40",text:"text-purple-700 dark:text-purple-300"},codex:{label:"Codex",bg:"bg-emerald-100 dark:bg-emerald-900/40",text:"text-emerald-700 dark:text-emerald-300"}};function l({platforms:a}){if(!a)return null;let c=Object.entries(a).filter(([,a])=>a);return 0===c.length?null:(0,b.jsx)("div",{className:"flex flex-wrap gap-1",children:c.map(([a])=>{let c=k[a];return(0,b.jsx)("span",{className:`rounded px-1.5 py-0.5 text-[10px] font-medium ${c.bg} ${c.text}`,children:c.label},a)})})}function m({project:a,onDeleted:d,shortcutKey:e,onDragStart:f,onDragEnd:g}){let[i,k]=(0,c.useState)(!1),[m,n]=(0,c.useState)(!1),[o,p]=(0,c.useState)(a.name),[q,r]=(0,c.useState)(a.description),[s,t]=(0,c.useState)(a.path),[u,v]=(0,c.useState)(a.tags.join(", ")),[w,x]=(0,c.useState)(!1),[y,z]=(0,c.useState)(!1),A=a.assets?.skills.length??0,B=a.assets?.agents.length??0;async function C(){x(!0);try{let b=u.split(",").map(a=>a.trim()).filter(Boolean);(await fetch(`/api/projects/${a.id}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:o.trim(),description:q.trim(),path:s.trim(),tags:b})})).ok&&(k(!1),d?.())}catch{}x(!1)}async function D(){z(!0);try{(await fetch(`/api/projects/${a.id}`,{method:"DELETE"})).ok&&(n(!1),d?.())}catch{}z(!1)}function E(a,b){a.preventDefault(),a.stopPropagation(),b()}let F=(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"mb-1 flex items-center justify-between gap-2",children:[(0,b.jsxs)("div",{className:"flex min-w-0 items-center gap-2",children:[(0,b.jsx)("h3",{className:"truncate font-semibold text-void-950 dark:text-void-100",children:a.name}),(0,b.jsx)(j,{health:a.healthScore})]}),(0,b.jsxs)("div",{className:"flex flex-shrink-0 items-center gap-1",children:[a.masterCompliant&&(0,b.jsx)("span",{className:"rounded border border-green-500/20 bg-green-500/10 px-2 py-0.5 text-xs font-medium text-green-700 dark:text-green-400",children:"Compliant"}),(0,b.jsx)("button",{onClick:a=>E(a,()=>k(!0)),className:"rounded p-1 text-void-400 hover:bg-void-200 hover:text-void-600 dark:hover:bg-void-700 dark:hover:text-void-200",title:"Edit project",children:(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"})})}),(0,b.jsx)("button",{onClick:a=>E(a,()=>n(!0)),className:"rounded p-1 text-void-400 hover:bg-red-100 hover:text-red-600 dark:hover:bg-red-900/50 dark:hover:text-red-400",title:"Remove project",children:(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,b.jsx)("p",{className:"mb-2 text-sm text-void-500 dark:text-void-400",children:a.description}),(0,b.jsx)(l,{platforms:a.platforms}),!a.accessible&&(0,b.jsx)("div",{className:"mt-2 rounded border border-red-500/20 bg-red-500/5 p-2 text-sm text-red-700 dark:text-red-300",children:a.error}),a.accessible&&(0,b.jsxs)(b.Fragment,{children:[A+B>0&&(0,b.jsxs)("div",{className:"mt-1.5 text-xs text-void-500 dark:text-void-400",children:[A>0&&(0,b.jsxs)("span",{children:[A," skill",1!==A?"s":""]}),A>0&&B>0&&(0,b.jsx)("span",{children:" / "}),B>0&&(0,b.jsxs)("span",{children:[B," agent",1!==B?"s":""]})]}),void 0!==a.gitUncommitted&&a.gitUncommitted>0&&(0,b.jsxs)("div",{className:"mt-1.5 text-xs text-neon-orange-500 dark:text-neon-orange-400",children:[a.gitUncommitted," uncommitted"]})]}),a.tags.length>0&&(0,b.jsx)("div",{className:"mt-2 flex flex-wrap gap-1",children:a.tags.map(a=>(0,b.jsx)("span",{className:"rounded border border-void-200 bg-void-100 px-2 py-0.5 text-xs text-void-500 dark:border-void-600 dark:bg-void-800 dark:text-void-400",children:a},a))}),a.accessible&&a.areas.length>0&&(0,b.jsxs)("div",{className:"mt-3 border-t border-void-100 pt-3 dark:border-void-700",children:[(0,b.jsx)("p",{className:"mb-1 text-xs font-medium text-void-500 dark:text-void-500",children:"Areas"}),(0,b.jsx)("div",{className:"flex flex-wrap gap-1",children:a.areas.map(a=>(0,b.jsx)("span",{className:"rounded border border-neon-blue-400/12 bg-neon-blue-400/8 px-2 py-0.5 text-xs text-neon-blue-600 dark:text-neon-blue-400/70",children:a},a))})]})]}),G=(a.activeSessions??0)>0,H=`block h-full rounded-xl border p-4 transition-all duration-200 hover:-translate-y-0.5 hover:shadow-[0_0_20px_-5px_rgba(0,191,255,0.1)] ${G?"active-glow-card":""}`;return(0,b.jsxs)(b.Fragment,{children:[a.accessible?(0,b.jsxs)(h.default,{href:`/project/${a.id}`,draggable:!0,onDragStart:b=>{b.dataTransfer.setData("text/plain",a.id),b.dataTransfer.effectAllowed="move",f?.()},onDragEnd:()=>{g?.()},className:`${H} relative cursor-pointer border-void-200 bg-white shadow-(--shadow-card) hover:border-neon-blue-400/40 hover:shadow-[0_8px_30px_rgba(0,0,0,0.18)] dark:hover:shadow-[0_8px_30px_rgba(0,0,0,0.7)] dark:border-void-700 dark:bg-void-800 dark:hover:border-neon-blue-400/30`,children:[void 0!==e&&(0,b.jsx)("span",{className:"absolute bottom-2 right-2 flex h-5 w-5 items-center justify-center rounded border border-neon-blue-400/15 bg-neon-blue-400/10 font-mono text-xs text-neon-blue-500 dark:text-neon-blue-400",children:e}),F]}):(0,b.jsx)("div",{className:`${H} border-red-500/20 bg-red-500/5 dark:border-red-500/20 dark:bg-red-500/5`,children:F}),i&&(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:(0,b.jsxs)("div",{className:"mx-4 w-full max-w-md rounded-lg border border-void-700 bg-void-900 p-6 shadow-(--shadow-overlay)",children:[(0,b.jsx)("h3",{className:"mb-4 text-lg font-semibold text-void-100",children:"Edit Project"}),(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm text-void-300",children:"Name"}),(0,b.jsx)("input",{type:"text",value:o,onChange:a=>p(a.target.value),className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 focus:border-neon-blue-400 focus:outline-none"})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm text-void-300",children:"Description"}),(0,b.jsx)("textarea",{value:q,onChange:a=>r(a.target.value),rows:2,className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 focus:border-neon-blue-400 focus:outline-none"})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm text-void-300",children:"Path"}),(0,b.jsx)("input",{type:"text",value:s,onChange:a=>t(a.target.value),className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 font-mono text-sm text-void-100 focus:border-neon-blue-400 focus:outline-none"}),(0,b.jsx)("p",{className:"mt-1 text-xs text-void-500",children:"Repoints registry only — files are not moved."})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm text-void-300",children:"Tags"}),(0,b.jsx)("input",{type:"text",value:u,onChange:a=>v(a.target.value),className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 focus:border-neon-blue-400 focus:outline-none"})]})]}),(0,b.jsxs)("div",{className:"mt-4 flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:()=>k(!1),className:"rounded px-4 py-2 text-sm text-void-400 hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:C,disabled:w,className:"rounded bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-500 disabled:opacity-50",children:w?"Saving...":"Save"})]})]})}),m&&(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:(0,b.jsxs)("div",{className:"mx-4 w-full max-w-sm rounded-lg border border-void-700 bg-void-900 p-6 shadow-(--shadow-overlay)",children:[(0,b.jsx)("h3",{className:"mb-2 text-lg font-semibold text-void-100",children:"Remove Project"}),(0,b.jsxs)("p",{className:"mb-4 text-sm text-void-400",children:["This will remove ",(0,b.jsx)("strong",{className:"text-void-200",children:a.name})," from Code Den. Project files will not be deleted."]}),(0,b.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:()=>n(!1),className:"rounded px-4 py-2 text-sm text-void-400 hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:D,disabled:y,className:"rounded bg-red-600 px-4 py-2 text-sm font-medium text-white hover:bg-red-500 disabled:opacity-50",children:y?"Removing...":"Remove"})]})]})})]})}var n=a.i(44674);let o=[{id:"claude",name:"Claude",filename:"CLAUDE.md",description:"Anthropic Claude Code",color:"neon-blue"},{id:"codex",name:"Codex",filename:"AGENTS.md",description:"OpenAI Codex CLI",color:"emerald"},{id:"gemini",name:"Gemini",filename:"GEMINI.md",description:"Google Gemini CLI",color:"amber"}];function p({open:a,onClose:d,onCreated:e}){let f,g,h,[i,j]=(0,c.useState)("details"),[k,l]=(0,c.useState)(""),[m,n]=(0,c.useState)(""),[p,q]=(0,c.useState)(""),[r,s]=(0,c.useState)(""),[t,u]=(0,c.useState)(""),[v,w]=(0,c.useState)(!1),[x,y]=(0,c.useState)(null),[z,A]=(0,c.useState)({}),[B,C]=(0,c.useState)(["claude"]),[D,E]=(0,c.useState)({}),[F,G]=(0,c.useState)(null);function H(){j("details"),l(""),n(""),q(""),s(""),u(""),w(!1),y(null),A({}),C(["claude"]),E({}),G(null),d()}async function I(){if(0===B.length)return void u("Select at least one provider");u(""),w(!0);try{let a=await fetch("/api/projects/analyze",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:p.trim(),providers:B})}),b=await a.json();if(!a.ok){u(b.error||"Analysis failed"),w(!1);return}y(b);let c={};for(let a of b.items)"missing"===a.status?c[a.path]="create":c[a.path]="skip";A(c);let d=!b.exists||b.empty,e={};for(let a of b.groups){let b=a.items.some(a=>"missing"===a.status);e[a.id]=!d&&b}E(e),j("review")}catch{u("Failed to analyze directory")}w(!1)}async function J(){j("creating"),u("");try{let a=r.split(",").map(a=>a.trim()).filter(Boolean),b=await fetch("/api/projects",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:k.trim(),description:m.trim(),path:p.trim(),tags:a,providers:B,scaffoldConfig:{items:z}})}),c=await b.json();if(!b.ok){u(c.error||"Failed to create project"),j("review");return}G(c),j("summary"),e()}catch{u("Failed to create project"),j("review")}}if((0,c.useEffect)(()=>{if(!a)return;let b=a=>{"Escape"===a.key&&"creating"!==i&&(a.stopImmediatePropagation(),H())};return document.addEventListener("keydown",b,!0),()=>document.removeEventListener("keydown",b,!0)},[a,i]),!a)return null;let K=x&&(!x.exists||x.empty),L=[{key:"details",label:"Details"},{key:"providers",label:"Providers"},{key:"review",label:"Review"}],M=L.findIndex(a=>a.key===i);return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:(0,b.jsxs)("div",{className:"mx-4 max-h-[80vh] w-full max-w-lg overflow-y-auto rounded-lg border border-void-700 bg-void-850 p-6 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"mb-4 flex items-center justify-between",children:[(0,b.jsx)("h2",{className:"text-lg font-semibold text-void-100",children:"summary"===i?"Project Created":"Add Project"}),(0,b.jsx)("button",{onClick:H,className:"rounded p-1 text-void-400 hover:bg-void-800 hover:text-void-200",children:"×"})]}),M>=0&&(0,b.jsx)("div",{className:"mb-4 flex items-center gap-2",children:L.map((a,c)=>(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("div",{className:`flex h-6 w-6 items-center justify-center rounded-full text-xs font-medium ${c<=M?"bg-blue-600 text-white":"bg-void-700 text-void-500"}`,children:c+1}),(0,b.jsx)("span",{className:`text-xs ${c<=M?"text-void-200":"text-void-500"}`,children:a.label}),c<L.length-1&&(0,b.jsx)("div",{className:`h-px w-4 ${c<M?"bg-blue-600":"bg-void-700"}`})]},a.key))}),t&&(0,b.jsx)("div",{className:"mb-4 rounded bg-red-900/50 p-3 text-sm text-red-300",children:t}),"details"===i&&(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsxs)("label",{className:"mb-1 block text-sm font-medium text-void-300",children:["Project Name ",(0,b.jsx)("span",{className:"text-red-400",children:"*"})]}),(0,b.jsx)("input",{type:"text",value:k,onChange:a=>l(a.target.value),placeholder:"My Project",className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 placeholder-void-500 focus:border-neon-blue-400 focus:outline-none","data-voice-target":!0})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm font-medium text-void-300",children:"Description"}),(0,b.jsx)("textarea",{value:m,onChange:a=>n(a.target.value),placeholder:"What is this project about?",rows:2,className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 placeholder-void-500 focus:border-neon-blue-400 focus:outline-none","data-voice-target":!0})]}),(0,b.jsxs)("div",{children:[(0,b.jsxs)("label",{className:"mb-1 block text-sm font-medium text-void-300",children:["Directory Path ",(0,b.jsx)("span",{className:"text-red-400",children:"*"})]}),(0,b.jsx)("input",{type:"text",value:p,onChange:a=>q(a.target.value),placeholder:"/home/user/projects/my-project",className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 font-mono text-sm text-void-100 placeholder-void-500 focus:border-neon-blue-400 focus:outline-none","data-voice-target":!0}),(0,b.jsx)("p",{className:"mt-1 text-xs text-void-500",children:"Absolute path. Will be created if it doesn't exist."})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-sm font-medium text-void-300",children:"Tags"}),(0,b.jsx)("input",{type:"text",value:r,onChange:a=>s(a.target.value),placeholder:"python, web, api (comma-separated)",className:"w-full rounded border border-void-700 bg-void-800 px-3 py-2 text-sm text-void-100 placeholder-void-500 focus:border-neon-blue-400 focus:outline-none","data-voice-target":!0})]}),(0,b.jsxs)("div",{className:"flex justify-end gap-2 pt-2",children:[(0,b.jsx)("button",{onClick:H,className:"rounded px-4 py-2 text-sm text-void-400 hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:function(){k.trim()&&p.trim()?(u(""),j("providers")):u("Name and path are required")},className:"rounded bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-500",children:"Next"})]})]}),"providers"===i&&(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Which AI coding agents will you use with this project?"}),(0,b.jsx)("div",{className:"space-y-2",children:o.map(a=>{let c=B.includes(a.id);return(0,b.jsxs)("button",{onClick:()=>{var b;return b=a.id,void C(a=>a.includes(b)?1===a.length?a:a.filter(a=>a!==b):[...a,b])},className:`flex w-full items-center gap-3 rounded-lg border p-3 text-left transition-colors ${c?"border-blue-500/50 bg-blue-600/10":"border-void-700 bg-void-800/50 hover:border-void-600"}`,children:[(0,b.jsx)("div",{className:`flex h-5 w-5 flex-shrink-0 items-center justify-center rounded border ${c?"border-blue-500 bg-blue-600 text-white":"border-void-600 bg-void-800"}`,children:c&&(0,b.jsx)("svg",{className:"h-3 w-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),(0,b.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-sm font-medium text-void-100",children:a.name}),(0,b.jsx)("span",{className:"rounded bg-void-700 px-1.5 py-0.5 font-mono text-xs text-void-400",children:a.filename})]}),(0,b.jsx)("span",{className:"text-xs text-void-500",children:a.description})]})]},a.id)})}),(0,b.jsx)("p",{className:"text-xs text-void-500",children:"Each selected provider gets its own instruction file with shared project conventions and provider-specific tips."}),(0,b.jsxs)("div",{className:"flex justify-between pt-2",children:[(0,b.jsx)("button",{onClick:()=>j("details"),className:"rounded px-4 py-2 text-sm text-void-400 hover:text-void-200",children:"Back"}),(0,b.jsx)("button",{onClick:I,disabled:v,className:"rounded bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-500 disabled:opacity-50",children:v?"Analyzing...":"Next"})]})]}),"review"===i&&x&&(0,b.jsxs)("div",{className:"space-y-4",children:[K?(0,b.jsx)("div",{className:"rounded border border-void-700 bg-void-800/50 p-3",children:(0,b.jsx)("p",{className:"text-sm text-void-300",children:x.exists?"Directory is empty — full scaffolding will be applied.":"Directory does not exist — it will be created with full scaffolding."})}):(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Existing project detected. Review what will be added:"}),(0,b.jsx)("div",{className:"space-y-2",children:x.groups.map(a=>{let c=D[a.id]??!1,d=a.items.filter(a=>"missing"===a.status).length,e=a.items.filter(a=>"present"===a.status).length,f=a.items.filter(a=>"missing"===a.status&&"skip"!==z[a.path]).length;return(0,b.jsxs)("div",{className:"overflow-hidden rounded border border-void-700 bg-void-800/30",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between px-3 py-2",children:[(0,b.jsxs)("button",{onClick:()=>{var b;return b=a.id,void E(a=>({...a,[b]:!a[b]}))},className:"flex min-w-0 flex-1 items-center gap-2 text-left",children:[(0,b.jsx)("svg",{className:`h-3 w-3 flex-shrink-0 text-void-500 transition-transform ${c?"rotate-90":""}`,fill:"currentColor",viewBox:"0 0 20 20",children:(0,b.jsx)("path",{fillRule:"evenodd",d:"M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z",clipRule:"evenodd"})}),(0,b.jsxs)("div",{className:"min-w-0",children:[(0,b.jsx)("span",{className:"text-sm font-medium text-void-200",children:a.name}),(0,b.jsxs)("span",{className:"ml-2 text-xs text-void-500",children:[a.items.length," items"]})]})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[e>0&&(0,b.jsxs)("span",{className:"rounded-full bg-green-900/30 px-2 py-0.5 text-xs text-green-400",children:[e," ok"]}),d>0&&(0,b.jsxs)("span",{className:"rounded-full bg-blue-900/30 px-2 py-0.5 text-xs text-blue-400",children:[d," new"]}),d>0&&!K&&(0,b.jsx)("button",{onClick:()=>(function(a){if(!x)return;let b=x.groups.find(b=>b.id===a);if(!b)return;let c=b.items.filter(a=>"missing"===a.status);if(0===c.length)return;let d=c.every(a=>"create"===z[a.path]);A(a=>{let b={...a};for(let a of c)b[a.path]=d?"skip":"create";return b})})(a.id),className:`rounded px-2 py-0.5 text-xs font-medium ${f===d?"bg-blue-600/20 text-blue-400":0===f?"bg-void-700 text-void-400":"bg-blue-600/10 text-blue-400"}`,children:f===d?"All":0===f?"None":`${f}/${d}`})]})]}),c&&(0,b.jsx)("div",{className:"border-t border-void-700/50 px-3 py-1.5",children:(0,b.jsx)("p",{className:"text-xs text-void-500",children:a.description})}),c&&(0,b.jsx)("div",{className:"border-t border-void-700/50",children:[...a.items].sort((a,b)=>!!b.essential-!!a.essential).map(a=>{let c=z[a.path]||"skip",d="missing"===a.status,e="present"===a.status,f=e&&!1===a.match;return(0,b.jsxs)("div",{className:`flex flex-col border-b border-void-700/30 px-3 py-1.5 last:border-0 ${a.essential?"bg-amber-900/10":""}`,children:[(0,b.jsxs)("div",{className:"flex items-center justify-between",children:[(0,b.jsxs)("div",{className:"flex min-w-0 items-center gap-2",children:[d&&(0,b.jsx)("span",{className:"flex-shrink-0 text-blue-400",title:"Will be created",children:"+"}),e&&(0,b.jsx)("span",{className:"flex-shrink-0 text-green-400",title:f?`Local: ${a.localVersion}, Store: ${a.masterVersion}`:"Up to date",children:"✓"}),(0,b.jsx)("span",{className:"truncate font-mono text-xs text-void-300",children:a.path}),a.essential&&(0,b.jsx)("span",{className:"flex-shrink-0 rounded-full bg-amber-500/20 px-1.5 py-0.5 text-[10px] font-medium text-amber-400",children:"Required"}),f&&(0,b.jsxs)("span",{className:"flex-shrink-0 text-xs text-void-600",children:["v",a.localVersion]})]}),d&&(0,b.jsx)("button",{onClick:()=>{var b;return b=a.path,void A(a=>{let c=a[b];return"skip"===c?{...a,[b]:"create"}:"create"===c?{...a,[b]:"skip"}:a})},className:`flex-shrink-0 rounded px-2 py-0.5 text-xs font-medium ${"skip"===c?"bg-void-700 text-void-400":"bg-blue-600/20 text-blue-400"}`,children:"skip"===c?"Skip":"Create"})]}),a.essential&&d&&"skip"===c&&(0,b.jsx)("p",{className:"mt-1 text-[11px] text-amber-400/80",children:"SlyCode requires this skill to function properly."}),a.essential&&e&&(0,b.jsx)("p",{className:"mt-1 text-[11px] text-void-500",children:"Exists — will be kept. Updates are managed via CLI Assets."})]},a.path)})})]},a.id)})}),x.items.some(a=>a.essential&&"missing"===a.status&&"skip"===z[a.path])&&(0,b.jsxs)("div",{className:"rounded border border-amber-500/30 bg-amber-500/10 px-3 py-2",children:[(0,b.jsx)("p",{className:"text-xs font-medium text-amber-400",children:"Essential skills skipped"}),(0,b.jsx)("p",{className:"mt-0.5 text-[11px] text-amber-400/70",children:"Kanban and messaging skills are required for SlyCode's core functionality (card management, Telegram integration). The project will scaffold but some features won't work."})]}),(0,b.jsxs)("div",{className:"flex justify-between pt-2",children:[(0,b.jsx)("button",{onClick:()=>j("providers"),className:"rounded px-4 py-2 text-sm text-void-400 hover:text-void-200",children:"Back"}),(0,b.jsx)("button",{onClick:J,className:"rounded bg-green-600 px-4 py-2 text-sm font-medium text-white hover:bg-green-500",children:"Create Project"})]})]}),"creating"===i&&(0,b.jsxs)("div",{className:"py-8 text-center",children:[(0,b.jsx)("div",{className:"mx-auto mb-3 h-8 w-8 animate-spin rounded-full border-2 border-void-600 border-t-neon-blue-400"}),(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Scaffolding project..."})]}),"summary"===i&&F&&(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("div",{className:"rounded border border-green-800 bg-green-900/30 p-4",children:(0,b.jsxs)("p",{className:"font-medium text-green-300",children:['Project "',k,'" created successfully!']})}),(g=(f=F.scaffold?.results||[]).filter(a=>"created"===a.action||"copied"===a.action||"initialized"===a.action),h=f.filter(a=>"skipped"===a.action),(0,b.jsxs)("div",{className:"space-y-3",children:[g.length>0&&(0,b.jsxs)("div",{children:[(0,b.jsxs)("p",{className:"mb-1 text-xs font-medium text-green-400",children:["Created (",g.length,")"]}),(0,b.jsx)("div",{className:"rounded border border-void-700 bg-void-800/30",children:g.map((a,c)=>(0,b.jsxs)("div",{className:"border-b border-void-700/30 px-3 py-1 last:border-0",children:[(0,b.jsx)("span",{className:"font-mono text-xs text-void-300",children:a.path}),null!=a.count&&(0,b.jsxs)("span",{className:"ml-2 text-xs text-void-500",children:["(",a.count," items)"]}),null!=a.seedCards&&(0,b.jsxs)("span",{className:"ml-2 text-xs text-void-500",children:["(",a.seedCards," seed cards)"]})]},c))})]}),h.length>0&&(0,b.jsxs)("div",{children:[(0,b.jsxs)("p",{className:"mb-1 text-xs font-medium text-void-500",children:["Skipped (",h.length,")"]}),(0,b.jsx)("div",{className:"rounded border border-void-700/50 bg-void-800/20",children:h.map((a,c)=>(0,b.jsx)("div",{className:"border-b border-void-700/30 px-3 py-1 last:border-0",children:(0,b.jsx)("span",{className:"font-mono text-xs text-void-500",children:a.path})},c))})]})]})),(0,b.jsxs)("div",{className:"rounded border border-void-700 bg-void-800/30 p-3",children:[(0,b.jsx)("p",{className:"mb-2 text-xs font-medium text-void-300",children:"Next steps:"}),(0,b.jsxs)("ul",{className:"space-y-1 text-xs text-void-400",children:[(0,b.jsx)("li",{children:"• Navigate to the project to pick up your setup cards"}),(0,b.jsxs)("li",{children:["• Customize your"," ",B.map(a=>{let b=o.find(b=>b.id===a);return b?.filename}).filter(Boolean).join(", ")," ","with project-specific details"]}),(0,b.jsx)("li",{children:"• Run context-priming to initialize area references"})]})]}),(0,b.jsx)("div",{className:"flex justify-end",children:(0,b.jsx)("button",{onClick:H,className:"rounded bg-void-700 px-4 py-2 text-sm font-medium text-void-200 hover:bg-void-600",children:"Close"})})]})]})})}var q=a.i(59766),r=a.i(99377),s=a.i(99007);let t={skill:"bg-purple-100 text-purple-700 dark:bg-purple-900/40 dark:text-purple-300",agent:"bg-emerald-100 text-emerald-700 dark:bg-emerald-900/40 dark:text-emerald-300",mcp:"bg-orange-100 text-orange-700 dark:bg-orange-900/40 dark:text-orange-300"};function u({asset:a,projectId:d,pathPrefix:e,onClose:f}){let[g,h]=(0,c.useState)(null),[i,j]=(0,c.useState)(!0);(0,c.useEffect)(()=>{!async function(){try{let b=(e??".claude/")+a.path,c=new URLSearchParams({path:b});d&&c.set("projectId",d);let f=await fetch(`/api/file?${c}`);if(f.ok){let a=await f.json();h(a.content)}else h("Failed to load asset content.")}catch{h("Failed to load asset content.")}j(!1)}()},[a.path]),(0,c.useEffect)(()=>{function a(a){"Escape"===a.key&&f()}return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[f]);let k=g?function(a){if(!a.startsWith("---"))return a;let b=a.indexOf("---",3);return -1===b?a:a.slice(b+3).trimStart()}(g):"";return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&f()},children:(0,b.jsxs)("div",{className:"mx-4 flex max-h-[80vh] w-full max-w-2xl flex-col overflow-hidden rounded-lg border border-void-700 bg-void-850 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-700 px-5 py-4",children:[(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-100",children:a.name}),(0,b.jsx)("span",{className:`rounded px-2 py-0.5 text-xs font-medium ${t[a.type]}`,children:a.type})]}),(0,b.jsx)("button",{onClick:f,className:"rounded p-1 text-void-400 hover:bg-void-800 hover:text-void-200",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),(0,b.jsx)("div",{className:"border-b border-void-800 px-5 py-3",children:a.frontmatter?(0,b.jsxs)("div",{className:"space-y-2",children:[(0,b.jsx)("div",{className:"flex flex-wrap gap-x-4 gap-y-1 text-xs",children:["version","updated","description"].map(c=>{let d=a.frontmatter?.[c];return(0,b.jsxs)("span",{className:d?"text-void-300":"version"===c?"text-red-400":"text-amber-400",children:[(0,b.jsxs)("span",{className:"text-void-500",children:[c,":"]})," ",d?"description"===c&&String(d).length>60?String(d).slice(0,60)+"...":String(d):(0,b.jsx)("span",{className:"italic",children:"missing"})]},c)})}),Object.keys(a.frontmatter).filter(a=>!["name","version","updated","description","converted_from"].includes(a)).length>0&&(0,b.jsx)("div",{className:"flex flex-wrap gap-x-4 gap-y-1 text-xs text-void-500",children:Object.entries(a.frontmatter).filter(([a])=>!["name","version","updated","description","converted_from"].includes(a)).map(([a,c])=>(0,b.jsxs)("span",{children:[a,": ",(0,b.jsx)("span",{className:"text-void-400",children:String(c)})]},a))})]}):(0,b.jsx)("span",{className:"text-xs text-red-400",children:"No frontmatter found"})}),(0,b.jsx)("div",{className:"flex-1 overflow-y-auto px-5 py-4",children:i?(0,b.jsx)("div",{className:"flex items-center justify-center py-8",children:(0,b.jsx)("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-void-600 border-t-neon-blue-400"})}):"mcp"===a.type&&g?(0,b.jsx)(v,{content:g}):(0,b.jsx)(s.MarkdownContent,{children:k})})]})})}function v({content:a}){let c;try{c=JSON.parse(a)}catch{return(0,b.jsx)("pre",{className:"text-xs text-void-400 whitespace-pre-wrap",children:a})}let d=!!c.url,e="text-[11px] font-medium uppercase tracking-wider text-void-500",f="mt-1 rounded bg-void-900 px-3 py-2 font-mono text-xs text-void-200";return(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("div",{className:"flex items-center gap-2",children:(0,b.jsx)("span",{className:`rounded px-2 py-0.5 text-[10px] font-medium ${d?"bg-blue-900/40 text-blue-300":"bg-void-700 text-void-300"}`,children:d?"HTTP":"stdio"})}),d&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:e,children:"URL"}),(0,b.jsx)("div",{className:f,children:String(c.url)})]}),c.headers&&Object.keys(c.headers).length>0&&(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:e,children:"Headers"}),(0,b.jsx)("div",{className:f,children:Object.entries(c.headers).map(([a,c])=>(0,b.jsxs)("div",{children:[(0,b.jsxs)("span",{className:"text-void-400",children:[a,":"]})," ",String(c)]},a))})]})]}),!d&&c.command&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:e,children:"Command"}),(0,b.jsx)("div",{className:f,children:String(c.command)})]}),Array.isArray(c.args)&&c.args.length>0&&(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:e,children:"Args"}),(0,b.jsx)("div",{className:f,children:(0,b.jsx)("div",{className:"flex flex-wrap gap-1.5",children:c.args.map((a,c)=>(0,b.jsx)("code",{className:"rounded bg-void-800 px-1.5 py-0.5 text-[11px] text-void-300",children:a},c))})})]})]}),c.env&&Object.keys(c.env).length>0&&(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:e,children:"Environment Variables"}),(0,b.jsx)("div",{className:f,children:Object.entries(c.env).map(([a,c])=>(0,b.jsxs)("div",{children:[(0,b.jsxs)("span",{className:"text-void-400",children:[a,"="]}),String(c)]},a))})]})]})}let w={skill:"bg-purple-100 text-purple-700 dark:bg-purple-900/40 dark:text-purple-300",agent:"bg-emerald-100 text-emerald-700 dark:bg-emerald-900/40 dark:text-emerald-300"},x={current:{icon:"✓",color:"text-green-500"},outdated:{icon:"⚠",color:"text-amber-500"},missing:{icon:"✕",color:"text-void-400"}};function y(a,b){if(!a||!b)return 0;let c=a.split(".").map(Number),d=b.split(".").map(Number);for(let a=0;a<Math.max(c.length,d.length);a++){let b=c[a]||0,e=d[a]||0;if(b>e)return 1;if(b<e)return -1}return 0}function z(a,b,c,d){return a.find(a=>a.assetName===b&&a.assetType===c&&a.projectId===d)}function A({rows:a,projects:d,pendingChanges:e,onQueueChange:f,onImport:g,onFix:h,ignoredAssets:i,ignoreKeyFn:j,onIgnore:k,onUnignore:l}){let[m,n]=(0,c.useState)(null),[o,p]=(0,c.useState)(void 0);return 0===a.length?(0,b.jsx)("p",{className:"py-4 text-center text-sm text-void-500 dark:text-void-400",children:"No assets found"}):(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("div",{className:"overflow-x-auto",children:(0,b.jsxs)("table",{className:"w-full text-sm",children:[(0,b.jsx)("thead",{children:(0,b.jsxs)("tr",{className:"border-b border-void-200 dark:border-void-700",children:[(0,b.jsx)("th",{className:"sticky left-0 z-10 bg-white px-3 py-2 text-left text-xs font-medium text-void-500 dark:bg-void-850 dark:text-void-400",children:"Asset"}),d.map(a=>(0,b.jsx)("th",{className:"px-3 py-2 text-center text-xs font-medium text-void-500 dark:text-void-400",children:a.name},a.id))]})}),(0,b.jsx)("tbody",{children:a.map(a=>{let c=a.isImported,d=!!i&&!!j&&i.has(j(a.name,a.type)),m=c?a.cells.filter(a=>"outdated"===a.status&&y(a.projectVersion,a.masterVersion)>0):[],o=m.length>0;return(0,b.jsxs)("tr",{className:`border-b border-void-100 dark:border-void-800 ${d?"opacity-40":!a.masterAsset.isValid&&c?"opacity-60":""}`,children:[(0,b.jsx)("td",{className:"sticky left-0 z-10 bg-white dark:bg-void-850",children:(0,b.jsxs)("div",{className:"flex items-center gap-2 px-3 py-2",children:[c?(0,b.jsx)("button",{onClick:()=>{p(void 0),n(a)},className:"text-left font-medium text-void-900 hover:text-blue-600 dark:text-void-100 dark:hover:text-blue-400",children:a.name}):(0,b.jsxs)("span",{className:"flex items-center gap-2",children:[(0,b.jsx)("button",{onClick:()=>{let b=a.cells.find(a=>"missing"!==a.status);p(b?.projectId),n(a)},className:"text-left font-medium text-void-600 hover:text-blue-600 dark:text-void-400 dark:hover:text-blue-400",children:a.name}),(0,b.jsx)("span",{className:`rounded px-1.5 py-0.5 text-[10px] font-medium ${w[a.type]}`,children:a.type})]}),!a.masterAsset.isValid&&c&&(0,b.jsxs)("span",{className:"flex items-center gap-1",children:[(0,b.jsx)("span",{className:"cursor-help text-amber-500",title:"Frontmatter missing required fields (name, version, updated, description)",children:"⚠"}),h&&(0,b.jsx)("button",{onClick:()=>h(a.name,a.type),className:"rounded border border-amber-400/30 bg-amber-400/10 px-1.5 py-0.5 text-[10px] font-medium text-amber-500 hover:bg-amber-400/20",children:"Fix"})]}),o&&g&&(0,b.jsxs)("button",{onClick:()=>{let b=[...m].sort((a,b)=>y(b.projectVersion,a.projectVersion))[0];g(a.name,a.type,b.projectId)},className:"rounded border border-blue-400/30 bg-blue-400/10 px-1.5 py-0.5 text-[10px] font-medium text-blue-500 hover:bg-blue-400/20 dark:border-blue-400/30 dark:bg-blue-400/10 dark:text-blue-400 dark:hover:bg-blue-400/20",title:`Project v${m[0].projectVersion} is newer than store v${m[0].masterVersion}`,children:["↑"," Update Store"]}),(0,b.jsx)("div",{className:"flex-1"}),!c&&k&&l&&j&&i&&(i.has(j(a.name,a.type))?(0,b.jsx)("button",{onClick:()=>l(a.name,a.type),className:"rounded-md border border-void-300 bg-void-100 px-3 py-1 text-xs font-medium text-void-500 hover:bg-void-200 dark:border-void-700 dark:bg-void-800 dark:text-void-400 dark:hover:bg-void-700",children:"Unignore"}):(0,b.jsx)("button",{onClick:()=>k(a.name,a.type),className:"rounded-md border border-void-300 bg-void-50 px-3 py-1 text-xs font-medium text-void-400 hover:bg-void-100 dark:border-void-700 dark:bg-void-800/50 dark:text-void-500 dark:hover:bg-void-700",title:"Hide from Not in Store",children:"Ignore"})),!c&&g&&(0,b.jsx)("button",{onClick:()=>{let b=a.cells.find(a=>"missing"!==a.status);b&&g(a.name,a.type,b.projectId)},className:"rounded-md border border-purple-300 bg-purple-50 px-3 py-1 text-xs font-medium text-purple-700 hover:bg-purple-100 dark:border-purple-700 dark:bg-purple-900/30 dark:text-purple-300 dark:hover:bg-purple-900/50",children:"Import to Store"})]})}),a.cells.map(c=>{let d=z(e,a.name,a.type,c.projectId),g="outdated"===c.status&&y(c.projectVersion,c.masterVersion)>0,{icon:h,color:i}=g?{icon:"↑",color:"text-blue-500"}:x[c.status],j="";d?.action==="deploy"?j="bg-green-50 dark:bg-green-900/20":d?.action==="remove"&&(j="bg-red-50 dark:bg-red-900/20");let k="missing"===c.status?"Not installed":"current"===c.status?`Up to date (v${c.masterVersion||"?"})`:g?`Project v${c.projectVersion} is newer than store v${c.masterVersion}`:`Store: ${c.masterVersion||"?"} | Project: ${c.projectVersion||"?"}`;return(0,b.jsx)("td",{className:`px-3 py-2 text-center ${j}`,title:d?`Pending: ${d.action}`:k,children:(0,b.jsx)("button",{onClick:()=>{var b,d;let g;return b=c.projectId,d=c.status,void((g=z(e,a.name,a.type,b))?f(g):!(c&&"outdated"===d&&y(c.projectVersion,c.masterVersion)>0)&&("outdated"===d||"missing"===d)&&f({assetName:a.name,assetType:a.type,projectId:b,action:"deploy"}))},onContextMenu:b=>{var d,g;let h;return d=c.projectId,g=c.status,b.preventDefault(),void((h=z(e,a.name,a.type,d))?f(h):("current"===g||"outdated"===g)&&f({assetName:a.name,assetType:a.type,projectId:d,action:"remove"}))},className:`inline-flex h-7 w-7 items-center justify-center rounded transition-colors hover:bg-void-100 dark:hover:bg-void-800 ${d?.action==="remove"?"line-through text-red-500":i}`,children:d?.action==="deploy"?(0,b.jsx)("span",{className:"text-green-500",children:"↑"}):d?.action==="remove"?(0,b.jsx)("span",{className:"text-red-500",children:"✕"}):h})},c.projectId)})]},`${a.type}-${a.name}`)})})]})}),m&&(0,b.jsx)(u,{asset:m.masterAsset,projectId:o,onClose:()=>{n(null),p(void 0)}})]})}let B={skill:"bg-purple-100 text-purple-700 dark:bg-purple-900/40 dark:text-purple-300",agent:"bg-emerald-100 text-emerald-700 dark:bg-emerald-900/40 dark:text-emerald-300",mcp:"bg-orange-100 text-orange-700 dark:bg-orange-900/40 dark:text-orange-300"};function C({data:a,onFix:d,onAssistant:e,onRefresh:f}){let[g,h]=(0,c.useState)(null),[i,j]=(0,c.useState)(null),[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(null),[o,p]=(0,c.useState)({skills:!0,agents:!0,mcp:!0});async function q(a,b){l(!0);try{(await fetch("/api/cli-assets/store",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetType:b,assetName:a})})).ok&&f?.()}catch{}l(!1),j(null)}let r=[{key:"skills",label:"Skills",assets:a.skills},{key:"agents",label:"Agents",assets:a.agents},{key:"mcp",label:"MCP Configs",assets:a.mcp}];return(0,b.jsxs)("div",{className:"space-y-4",children:[r.map(({key:a,label:c,assets:f})=>(0,b.jsxs)("div",{className:"rounded-lg border border-void-200 bg-white shadow-(--shadow-card) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsxs)("button",{onClick:()=>{p(b=>({...b,[a]:!b[a]}))},className:"flex w-full items-center justify-between px-4 py-3",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("h3",{className:"text-sm font-semibold text-void-900 dark:text-void-100",children:c}),(0,b.jsx)("span",{className:"rounded-full bg-void-100 px-2 py-0.5 text-xs text-void-600 dark:bg-void-700 dark:text-void-300",children:f.length})]}),(0,b.jsx)("svg",{className:`h-4 w-4 text-void-400 transition-transform ${o[a]?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),o[a]&&f.length>0&&(0,b.jsx)("div",{className:"border-t border-void-100 dark:border-void-700",children:(0,b.jsxs)("table",{className:"w-full text-sm",children:[(0,b.jsx)("thead",{children:(0,b.jsxs)("tr",{className:"border-b border-void-200 dark:border-void-700",children:[(0,b.jsx)("th",{className:"px-4 py-2 text-left text-xs font-medium text-void-500 dark:text-void-400",children:"Asset"}),(0,b.jsx)("th",{className:"px-4 py-2 text-left text-xs font-medium text-void-500 dark:text-void-400",children:"Version"}),(0,b.jsx)("th",{className:"px-4 py-2 text-left text-xs font-medium text-void-500 dark:text-void-400",children:"Description"}),(0,b.jsx)("th",{className:"px-4 py-2 text-right text-xs font-medium text-void-500 dark:text-void-400",children:"Actions"})]})}),(0,b.jsx)("tbody",{children:f.map(a=>(0,b.jsxs)("tr",{className:"border-b border-void-100 dark:border-void-800",children:[(0,b.jsx)("td",{className:"px-4 py-2",children:(0,b.jsxs)("button",{onClick:()=>h(a),className:"flex items-center gap-2 text-left font-medium text-void-900 hover:text-blue-600 dark:text-void-100 dark:hover:text-blue-400",children:[a.name,(0,b.jsx)("span",{className:`rounded px-1.5 py-0.5 text-[10px] font-medium ${B[a.type]}`,children:a.type}),!a.isValid&&(0,b.jsx)("span",{className:"rounded bg-amber-100 px-1.5 py-0.5 text-[10px] font-medium text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",children:"!"})]})}),(0,b.jsx)("td",{className:"px-4 py-2 text-void-500 dark:text-void-400",children:a.frontmatter?.version?`v${a.frontmatter.version}`:"-"}),(0,b.jsx)("td",{className:"px-4 py-2 text-xs text-void-500 dark:text-void-400 max-w-xs truncate",children:a.frontmatter?.description||"-"}),(0,b.jsx)("td",{className:"px-4 py-2 text-right",children:(0,b.jsxs)("div",{className:"flex items-center justify-end gap-1",children:["mcp"===a.type&&(0,b.jsx)("button",{onClick:()=>n({name:a.name}),className:"rounded border border-neon-blue-400/30 bg-neon-blue-400/10 px-2 py-1 text-xs font-medium text-neon-blue-400 hover:bg-neon-blue-400/20",title:"Deploy to project",children:"Deploy"}),(0,b.jsx)("button",{onClick:()=>j({name:a.name,type:a.type}),className:"rounded border border-red-400/30 bg-red-400/10 px-2 py-1 text-xs font-medium text-red-500 hover:bg-red-400/20",title:"Delete from store",children:"Del"}),!a.isValid&&d&&(0,b.jsx)("button",{onClick:()=>d(a.name,a.type),className:"rounded border border-amber-400/30 bg-amber-400/10 px-2 py-1 text-xs font-medium text-amber-500 hover:bg-amber-400/20",title:"Fix missing frontmatter",children:"Fix"}),e&&(0,b.jsx)("button",{onClick:()=>e("modify",a.name,a.type),className:"rounded border border-void-600 bg-void-800 px-2 py-1 text-xs font-medium text-void-300 hover:bg-void-700 hover:text-void-200",title:"Modify with LLM assistance",children:"Modify"})]})})]},a.name))})]})}),o[a]&&0===f.length&&(0,b.jsxs)("div",{className:"border-t border-void-100 py-4 text-center text-sm text-void-500 dark:border-void-700 dark:text-void-400",children:["No ",c.toLowerCase()," in store"]})]},a)),i&&(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&j(null)},children:(0,b.jsxs)("div",{className:"mx-4 w-full max-w-sm rounded-lg border border-void-700 bg-void-850 p-5 shadow-(--shadow-overlay)",children:[(0,b.jsx)("h3",{className:"text-sm font-semibold text-void-100",children:"Delete from store?"}),(0,b.jsxs)("p",{className:"mt-2 text-sm text-void-400",children:["This will permanently delete ",(0,b.jsx)("strong",{className:"text-void-200",children:i.name})," (",i.type,") from the canonical store."]}),(0,b.jsxs)("div",{className:"mt-4 flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:()=>j(null),className:"rounded px-3 py-1.5 text-sm text-void-400 hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:()=>q(i.name,i.type),disabled:k,className:"rounded bg-red-600 px-3 py-1.5 text-sm font-medium text-white hover:bg-red-500 disabled:opacity-50",children:k?"Deleting...":"Delete"})]})]})}),g&&(0,b.jsx)(E,{asset:g,onClose:()=>h(null)}),m&&(0,b.jsx)(D,{mcpName:m.name,onClose:()=>n(null),onDeployed:()=>{n(null),f?.()}})]})}function D({mcpName:a,onClose:d,onDeployed:e}){let[f,g]=(0,c.useState)([]),[h,i]=(0,c.useState)(""),[j,k]=(0,c.useState)("claude"),[l,m]=(0,c.useState)(!1),[n,o]=(0,c.useState)(null);async function p(){if(h){m(!0),o(null);try{let b=await fetch("/api/cli-assets/sync",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({changes:[{assetName:a,assetType:"mcp",projectId:h,action:"deploy",provider:j,source:"store"}]})}),c=await b.json(),d=c.results?.[0];b.ok&&d?.success&&d?.error?o({success:!0,message:d.error}):b.ok&&d?.success?(o({success:!0,message:`Deployed to ${f.find(a=>a.id===h)?.name||h}`}),setTimeout(e,1200)):o({success:!1,message:c.results?.[0]?.error||c.error||"Deploy failed"})}catch{o({success:!1,message:"Network error"})}m(!1)}}return(0,c.useEffect)(()=>{fetch("/api/dashboard").then(a=>a.json()).then(a=>{a.projects&&g(a.projects)}).catch(()=>{})},[]),(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&d()},children:(0,b.jsxs)("div",{className:"mx-4 w-full max-w-sm rounded-lg border border-void-700 bg-void-850 p-5 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("h3",{className:"text-sm font-semibold text-void-100",children:["Deploy MCP: ",(0,b.jsx)("span",{className:"text-neon-blue-400",children:a})]}),(0,b.jsxs)("div",{className:"mt-4 space-y-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:"Project"}),(0,b.jsxs)("select",{value:h,onChange:a=>i(a.target.value),className:"w-full rounded-md border border-void-700 bg-void-900 px-3 py-2 text-sm text-void-200 focus:border-neon-blue-400/50 focus:outline-none",children:[(0,b.jsx)("option",{value:"",children:"Select project..."}),f.map(a=>(0,b.jsx)("option",{value:a.id,children:a.name},a.id))]})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:"Provider"}),(0,b.jsx)("div",{className:"flex gap-1",children:[{id:"claude",label:"Claude"},{id:"codex",label:"Codex"},{id:"gemini",label:"Gemini"}].map(a=>(0,b.jsx)("button",{onClick:()=>k(a.id),className:`rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${j===a.id?"border border-neon-blue-400/40 bg-neon-blue-400/20 text-neon-blue-400":"border border-void-700 text-void-400 hover:border-void-600 hover:text-void-200"}`,children:a.label},a.id))})]}),n&&(0,b.jsx)("div",{className:`rounded-md border p-2 text-xs ${n.success?"border-green-400/30 bg-green-400/10 text-green-400":"border-red-400/30 bg-red-400/10 text-red-400"}`,children:n.message})]}),(0,b.jsxs)("div",{className:"mt-4 flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:d,className:"rounded px-3 py-1.5 text-sm text-void-400 hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:p,disabled:!h||l,className:"rounded bg-neon-blue-600 px-3 py-1.5 text-sm font-medium text-white hover:bg-neon-blue-500 disabled:opacity-50 disabled:cursor-not-allowed",children:l?"Deploying...":"Deploy"})]})]})})}function E({asset:a,onClose:c}){let d={name:a.name,type:a.type,path:a.path,frontmatter:a.frontmatter,isValid:a.isValid};return(0,b.jsx)(u,{asset:d,pathPrefix:"store/",onClose:c})}var F=a.i(60674);let G={add:"bg-emerald-950/40 text-emerald-300",remove:"bg-red-950/40 text-red-300",context:"text-void-300",header:"bg-neon-blue-950/30 text-neon-blue-300 font-medium"},H={add:"text-emerald-600",remove:"text-red-600",context:"text-void-600",header:"text-neon-blue-600"},I={add:"+",remove:"-",context:" ",header:""};function J({skillName:a,currentVersion:d,newVersion:e,currentContent:f,newContent:g,onClose:h}){let[i,j]=(0,c.useState)("diff");(0,c.useEffect)(()=>{function a(a){"Escape"===a.key&&h()}return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[h]);let k=(0,c.useMemo)(()=>{let a=f??"";return function(a){let b=[],c=0,d=0;for(let e of a.split("\n"))if(e.startsWith("@@")){let a=e.match(/@@ -(\d+)/);if(a){c=parseInt(a[1],10)-1;let b=e.match(/\+(\d+)/);b&&(d=parseInt(b[1],10)-1)}b.push({type:"header",content:e})}else e.startsWith("---")||e.startsWith("+++")||e.startsWith("Index:")||e.startsWith("===")||(e.startsWith("+")?(d++,b.push({type:"add",content:e.slice(1),newLineNo:d})):e.startsWith("-")?(c++,b.push({type:"remove",content:e.slice(1),oldLineNo:c})):(e.startsWith(" ")||""===e)&&(c++,d++,b.push({type:"context",content:e.startsWith(" ")?e.slice(1):e,oldLineNo:c,newLineNo:d})));return b}((0,F.createTwoFilesPatch)("current/SKILL.md","updated/SKILL.md",a,g,d??"(none)",e,{context:4}))},[f,g,d,e]),l=null===f,m=(0,c.useMemo)(()=>{let a=0,b=0;for(let c of k)"add"===c.type&&a++,"remove"===c.type&&b++;return{additions:a,deletions:b}},[k]);return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&h()},children:(0,b.jsxs)("div",{className:"mx-4 flex max-h-[85vh] w-full max-w-4xl flex-col overflow-hidden rounded-lg border border-void-700 bg-void-850 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-700 px-5 py-4",children:[(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-100",children:a}),l?(0,b.jsx)("span",{className:"rounded bg-emerald-900/40 px-2 py-0.5 text-xs font-medium text-emerald-300",children:"New skill"}):(0,b.jsxs)("span",{className:"rounded bg-amber-900/40 px-2 py-0.5 text-xs font-medium text-amber-300",children:["v",d," → v",e]}),(0,b.jsxs)("span",{className:"text-xs text-void-500",children:[(0,b.jsxs)("span",{className:"text-emerald-400",children:["+",m.additions]})," ",(0,b.jsxs)("span",{className:"text-red-400",children:["-",m.deletions]})]})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[!l&&(0,b.jsxs)("div",{className:"flex gap-1 rounded-md border border-void-700 bg-void-900 p-0.5",children:[(0,b.jsx)("button",{onClick:()=>j("diff"),className:`rounded px-2.5 py-1 text-xs font-medium transition-colors ${"diff"===i?"bg-void-800 text-void-100 shadow-sm":"text-void-400 hover:text-void-200"}`,children:"Diff"}),(0,b.jsx)("button",{onClick:()=>j("new"),className:`rounded px-2.5 py-1 text-xs font-medium transition-colors ${"new"===i?"bg-void-800 text-void-100 shadow-sm":"text-void-400 hover:text-void-200"}`,children:"Full"})]}),(0,b.jsx)("button",{onClick:h,className:"rounded p-1 text-void-400 hover:bg-void-800 hover:text-void-200",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,b.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,b.jsx)("div",{className:"font-mono text-xs leading-relaxed",children:"diff"===i||l?k.map((a,c)=>(0,b.jsxs)("div",{className:`flex ${G[a.type]}`,children:[(0,b.jsx)("span",{className:`w-10 flex-shrink-0 select-none px-2 text-right ${H[a.type]}`,children:"header"===a.type?"···":a.oldLineNo??a.newLineNo??""}),(0,b.jsx)("span",{className:`w-10 flex-shrink-0 select-none px-2 text-right ${H[a.type]}`,children:"header"===a.type?"···":a.newLineNo??""}),(0,b.jsx)("span",{className:`w-4 flex-shrink-0 select-none text-center ${H[a.type]}`,children:I[a.type]}),(0,b.jsx)("span",{className:"flex-1 whitespace-pre-wrap break-all px-2",children:(a.type,a.content)})]},c)):g.split("\n").map((a,c)=>(0,b.jsxs)("div",{className:"flex text-void-300",children:[(0,b.jsx)("span",{className:"w-10 flex-shrink-0 select-none px-2 text-right text-void-600",children:c+1}),(0,b.jsx)("span",{className:"flex-1 whitespace-pre-wrap break-all px-2",children:a})]},c))})})]})})}function K({entries:a,onAccept:d,onDismiss:e,onPushToProjects:f,onPushDeclined:g}){let[h,i]=(0,c.useState)(null),[j,k]=(0,c.useState)(null),[l,m]=(0,c.useState)(new Set),[n,o]=(0,c.useState)(new Map);async function p(a){try{let b=await fetch(`/api/file?${new URLSearchParams({path:`updates/${a.updatesPath}/SKILL.md`})}`),c=b.ok?await b.json():null,d=c?.content??"",e=null;if("update"===a.status){let b=await fetch(`/api/file?${new URLSearchParams({path:`store/${a.storePath}/SKILL.md`})}`),c=b.ok?await b.json():null;e=c?.content??null}i({entry:a,currentContent:e,newContent:d})}catch{}}async function q(a){k(a.name);try{await d(a);let b=a.name;m(a=>new Set(a).add(b)),o(c=>new Map(c).set(b,a))}finally{k(null)}}if(0===a.length&&0===l.size)return(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center rounded-lg border border-void-200 bg-white py-16 dark:border-void-700 dark:bg-void-850",children:[(0,b.jsx)("svg",{className:"mb-3 h-10 w-10 text-emerald-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,b.jsx)("p",{className:"text-sm font-medium text-void-400 dark:text-void-400",children:"All skills are up to date"}),(0,b.jsx)("p",{className:"mt-1 text-xs text-void-400 dark:text-void-500",children:"No updates available"})]});let r=[...a];for(let[b,c]of n)l.has(b)&&!a.some(a=>a.name===b)&&r.push(c);return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("div",{className:"space-y-3",children:r.map(a=>{let c=a.name,d=l.has(c),h=j===a.name;if(d){let d=()=>{m(a=>{let b=new Set(a);return b.delete(c),b}),o(a=>{let b=new Map(a);return b.delete(c),b})},e=!a.skillMdOnly;return(0,b.jsxs)("div",{className:"rounded-lg border border-emerald-500/30 bg-emerald-950/20 p-4",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between",children:[(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("svg",{className:"h-5 w-5 text-emerald-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),(0,b.jsxs)("div",{children:[(0,b.jsx)("span",{className:"text-sm font-medium text-emerald-300",children:a.name}),(0,b.jsxs)("span",{className:"ml-2 text-xs text-emerald-400/70",children:["Updated to v",a.availableVersion]})]})]}),e?(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("button",{onClick:()=>{f(a,!1),d()},className:"rounded-md border border-emerald-400/40 bg-emerald-400/15 px-3 py-1 text-xs font-medium text-emerald-400 hover:bg-emerald-400/25",children:"SKILL.md only"}),(0,b.jsx)("button",{onClick:()=>{f(a,!0),d()},className:"rounded-md border border-amber-400/40 bg-amber-400/15 px-3 py-1 text-xs font-medium text-amber-400 hover:bg-amber-400/25",children:"All files"}),(0,b.jsx)("button",{onClick:()=>{d(),g?.()},className:"rounded-md border border-void-600 bg-void-800 px-3 py-1 text-xs font-medium text-void-300 hover:bg-void-700",children:"Skip"})]}):(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-xs text-void-400",children:"Push to all projects?"}),(0,b.jsx)("button",{onClick:()=>{f(a,!1),d()},className:"rounded-md border border-emerald-400/40 bg-emerald-400/15 px-3 py-1 text-xs font-medium text-emerald-400 hover:bg-emerald-400/25",children:"Yes"}),(0,b.jsx)("button",{onClick:()=>{d(),g?.()},className:"rounded-md border border-void-600 bg-void-800 px-3 py-1 text-xs font-medium text-void-300 hover:bg-void-700",children:"No"})]})]}),e&&(0,b.jsxs)("div",{className:"mt-3 ml-8 rounded-md border border-void-700 bg-void-900/60 px-3 py-2",children:[(0,b.jsx)("p",{className:"mb-1.5 text-[10px] font-medium uppercase tracking-wider text-amber-400/70",children:"Push to projects will include:"}),(0,b.jsxs)("div",{className:"font-mono text-xs text-void-400",children:[(0,b.jsx)("div",{className:"text-emerald-400",children:"SKILL.md"}),a.filesAffected.filter(a=>"SKILL.md"!==a).sort().map((a,c,d)=>{let e=c===d.length-1;return(0,b.jsxs)("div",{className:"text-amber-400/70",children:[(0,b.jsx)("span",{className:"text-void-600",children:e?"└── ":"├── "}),a]},a)})]})]})]},c)}return(0,b.jsx)("div",{className:"rounded-lg border border-void-200 bg-white p-4 dark:border-void-700 dark:bg-void-850",children:(0,b.jsxs)("div",{className:"flex items-start justify-between gap-4",children:[(0,b.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-sm font-semibold text-void-900 dark:text-void-100",children:a.name}),"update"===a.status?(0,b.jsx)("span",{className:"rounded bg-amber-100 px-1.5 py-0.5 text-[10px] font-medium text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",children:"Update"}):(0,b.jsx)("span",{className:"rounded bg-emerald-100 px-1.5 py-0.5 text-[10px] font-medium text-emerald-700 dark:bg-emerald-900/40 dark:text-emerald-300",children:"New"}),a.skillMdOnly?(0,b.jsx)("span",{className:"text-[10px] text-void-400 dark:text-void-500",children:"SKILL.md only"}):(0,b.jsxs)("span",{className:"text-[10px] text-amber-500",title:a.filesAffected.join(", "),children:[a.filesAffected.length," files"]})]}),(0,b.jsx)("div",{className:"mt-1 flex items-center gap-2 text-xs text-void-500 dark:text-void-400",children:"update"===a.status?(0,b.jsxs)("span",{children:["v",a.currentVersion," → v",a.availableVersion]}):(0,b.jsxs)("span",{children:["v",a.availableVersion]})}),a.description&&(0,b.jsx)("p",{className:"mt-1.5 text-xs text-void-500 dark:text-void-400 line-clamp-2",children:a.description})]}),(0,b.jsxs)("div",{className:"flex flex-shrink-0 items-center gap-1.5",children:[(0,b.jsx)("button",{onClick:()=>p(a),title:"Preview changes",className:"rounded-md border border-void-300 bg-void-50 p-1.5 text-void-500 transition-colors hover:bg-void-100 hover:text-void-700 dark:border-void-600 dark:bg-void-800 dark:hover:bg-void-700 dark:hover:text-void-200",children:(0,b.jsxs)("svg",{className:"h-4 w-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"}),(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"})]})}),(0,b.jsx)("button",{onClick:()=>q(a),disabled:h,title:"update"===a.status?`Update to v${a.availableVersion}`:"Import skill",className:"rounded-md border border-emerald-400/40 bg-emerald-400/15 p-1.5 text-emerald-400 transition-colors hover:bg-emerald-400/25 disabled:opacity-50",children:h?(0,b.jsx)("div",{className:"h-4 w-4 animate-spin rounded-full border-2 border-emerald-600 border-t-emerald-300"}):(0,b.jsx)("svg",{className:"h-4 w-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),(0,b.jsx)("button",{onClick:()=>{e(a)},title:"Dismiss this version",className:"rounded-md border border-void-300 bg-void-50 p-1.5 text-void-400 transition-colors hover:bg-red-50 hover:text-red-500 dark:border-void-600 dark:bg-void-800 dark:hover:bg-red-950/30 dark:hover:text-red-400",children:(0,b.jsx)("svg",{className:"h-4 w-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]})]})},c)})}),h&&(0,b.jsx)(J,{skillName:h.entry.name,currentVersion:h.entry.currentVersion,newVersion:h.entry.availableVersion,currentContent:h.currentContent,newContent:h.newContent,onClose:()=>i(null)})]})}let L=[{id:"skill",label:"Skill"},{id:"agent",label:"Agent"},{id:"mcp",label:"MCP Server"}];function M({mode:d,provider:e,assetType:f,assetName:g,onClose:h}){let i=e||"claude",[j,k]=(0,c.useState)(f||"skill"),[l,m]=(0,c.useState)(g||""),[n,o]=(0,c.useState)(""),[p,q]=(0,c.useState)(""),[r,s]=(0,c.useState)(null),[t,u]=(0,c.useState)(!1),[v,w]=(0,c.useState)(null),[x,y]=(0,c.useState)(!1),z="create"===d,A=z?"Create New Asset":`Modify: ${g}`;async function B(){u(!0),w(null);try{let a=z?{mode:d,provider:i,assetType:j,assetName:l,description:n}:{mode:d,provider:i,assetType:j,assetName:l,changes:p},b=await fetch("/api/cli-assets/assistant",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!b.ok){let a=await b.json();w(a.error||"Failed to generate prompt");return}let c=await b.json();s(c.prompt)}catch{w("Failed to generate prompt")}u(!1)}async function C(){if(r)try{await navigator.clipboard.writeText(r),y(!0),setTimeout(()=>y(!1),2e3)}catch{}}(0,c.useEffect)(()=>{function a(a){"Escape"===a.key&&h()}return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[h]);let D=z?l.trim()&&n.trim():l.trim();return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&h()},children:(0,b.jsxs)("div",{className:"mx-4 flex max-h-[85vh] w-full max-w-2xl flex-col overflow-hidden rounded-lg border border-void-700 bg-void-850 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-700 px-5 py-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-100",children:A}),(0,b.jsx)("p",{className:"mt-0.5 text-sm text-void-400",children:z?"Design a new asset with LLM assistance":"Modify an existing asset with LLM assistance"})]}),(0,b.jsx)("button",{onClick:h,className:"rounded p-1 text-void-400 hover:bg-void-800 hover:text-void-200",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),(0,b.jsxs)("div",{className:"flex-1 overflow-y-auto px-5 py-4",children:[!r&&!t&&!v&&(0,b.jsxs)("div",{className:"space-y-4",children:[z&&(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:"Asset Type"}),(0,b.jsx)("div",{className:"flex gap-1",children:L.map(a=>(0,b.jsx)("button",{onClick:()=>k(a.id),className:`rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${j===a.id?"border border-neon-blue-400/40 bg-neon-blue-400/20 text-neon-blue-400":"border border-void-700 text-void-400 hover:border-void-600 hover:text-void-200"}`,children:a.label},a.id))})]}),(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:"Name"}),(0,b.jsx)("input",{type:"text",value:l,onChange:a=>m(a.target.value),disabled:!z,placeholder:"e.g. code-review, testing-helper",className:"w-full rounded-md border border-void-700 bg-void-900 px-3 py-2 text-sm text-void-200 placeholder-void-500 focus:border-neon-blue-400/50 focus:outline-none disabled:opacity-60","data-voice-target":!0})]}),z?(0,b.jsxs)("div",{children:[(0,b.jsxs)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:["What should this ",j," do?"]}),(0,b.jsx)("textarea",{value:n,onChange:a=>o(a.target.value),placeholder:"mcp"===j?"Name or URL of the MCP server package (e.g. @anthropic/mcp-server-filesystem, github.com/org/mcp-server)...":"Describe the purpose, behavior, and key features...",rows:5,className:"w-full rounded-md border border-void-700 bg-void-900 px-3 py-2 text-sm text-void-200 placeholder-void-500 focus:border-neon-blue-400/50 focus:outline-none","data-voice-target":!0})]}):(0,b.jsxs)("div",{children:[(0,b.jsx)("label",{className:"mb-1 block text-xs font-medium text-void-400",children:"What changes do you want?"}),(0,b.jsx)("textarea",{value:p,onChange:a=>q(a.target.value),placeholder:"Describe what to change, add, or improve... (leave empty for general review)",rows:5,className:"w-full rounded-md border border-void-700 bg-void-900 px-3 py-2 text-sm text-void-200 placeholder-void-500 focus:border-neon-blue-400/50 focus:outline-none","data-voice-target":!0})]}),(0,b.jsx)("button",{onClick:B,disabled:!D,className:"rounded-md border border-neon-blue-400/40 bg-neon-blue-400/15 px-4 py-2 text-sm font-medium text-neon-blue-400 hover:bg-neon-blue-400/25 disabled:opacity-50 disabled:cursor-not-allowed",children:"Generate Prompt"})]}),t&&(0,b.jsx)("div",{className:"flex items-center justify-center py-8",children:(0,b.jsx)("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-void-600 border-t-neon-blue-400"})}),v&&(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsx)("div",{className:"rounded-md border border-red-400/30 bg-red-400/10 p-3 text-sm text-red-400",children:v}),(0,b.jsx)("button",{onClick:()=>{w(null),s(null)},className:"text-sm text-void-400 hover:text-void-200",children:"Back"})]}),r&&(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsxs)("p",{className:"text-sm text-void-300",children:[z?"Creation":"Modification"," prompt ready:"]}),(0,b.jsx)("textarea",{readOnly:!0,value:r,className:"h-64 w-full rounded-md border border-void-700 bg-void-900 p-3 font-mono text-xs text-void-300 focus:outline-none"})]})]}),(0,b.jsxs)("div",{className:"flex items-center justify-end gap-2 border-t border-void-700 px-5 py-3",children:[(0,b.jsx)("button",{onClick:h,className:"rounded px-4 py-1.5 text-sm text-void-400 hover:text-void-200",children:r?"Close":"Cancel"}),r&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{onClick:C,className:`rounded px-3 py-1.5 text-sm font-medium ${x?"bg-green-400/20 text-green-400":"bg-void-800 text-void-300 hover:bg-void-700"}`,children:x?"Copied!":"Copy"}),(0,b.jsx)("button",{onClick:function(){r&&a.A(36719).then(({pushToTerminal:a})=>{a(r),h()})},className:"rounded bg-neon-blue-600 px-4 py-1.5 text-sm font-medium text-white hover:bg-neon-blue-500",children:"Run in Terminal"})]})]})]})})}let N=[{id:"claude",label:"Claude"},{id:"agents",label:"Agents"},{id:"codex",label:"Codex"},{id:"gemini",label:"Gemini"}];function O(){let a,d,e,[g,h]=(0,c.useState)(null),[i,j]=(0,c.useState)(!1),[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(!1),[o,p]=(0,c.useState)([]),[q,r]=(0,c.useState)("projects"),[s,t]=(0,c.useState)("claude"),[u,v]=(0,c.useState)(null),[w,x]=(0,c.useState)(null),[y,z]=(0,c.useState)(null),[B,D]=(0,c.useState)(null),[E,F]=(0,c.useState)({skills:!0,agents:!0}),[G,H]=(0,c.useState)(!1),[I,J]=(0,c.useState)(()=>new Set),L=(0,c.useCallback)(async a=>{try{let[b,c]=await Promise.all([fetch(`/api/cli-assets?provider=${s}`,{signal:a}),fetch("/api/cli-assets/updates",{signal:a})]);if(b.ok){let a=await b.json();h(a)}if(c.ok){let a=await c.json();D(a)}}catch{}},[s]);(0,f.usePolling)(L,1e4);let O=(0,c.useRef)(s);async function R(){n(!0);let a=new AbortController;await L(a.signal),n(!1)}function S(a){p(b=>{let c=b.findIndex(b=>b.assetName===a.assetName&&b.assetType===a.assetType&&b.projectId===a.projectId);return c>=0?b.filter((a,b)=>b!==c):[...b,{...a,provider:s,source:"store"}]})}async function T(){if(0!==o.length){j(!0);try{(await fetch("/api/cli-assets/sync",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({changes:o,fullSkillFolder:k})})).ok&&(p([]),await R())}catch{}j(!1)}}function U(a,b,c){"skill"!==b?V(a,b,c,!1):z({assetName:a,assetType:b,sourceProjectId:c,provider:s})}async function V(a,b,c,d){try{(await fetch("/api/cli-assets/store",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:s,assetType:b,assetName:a,sourceProjectId:c,skillMainOnly:!d})})).ok&&await R()}catch{}}function W(a,b,c){v({assetName:a,assetType:b,projectId:c,provider:s})}function X(a,b,c){x({mode:a,provider:s,assetType:c,assetName:b})}function Y(a,b){return`${s}:${b}:${a}`}if((0,c.useEffect)(()=>{O.current!==s&&(O.current=s,L(new AbortController().signal))},[s,L]),!g)return(0,b.jsxs)("div",{className:"flex min-h-[60vh] flex-col items-center justify-center gap-3 py-16",children:[(0,b.jsx)("div",{className:"h-8 w-8 animate-spin rounded-full border-2 border-void-300 border-t-neon-blue-400"}),(0,b.jsx)("p",{className:"text-sm text-void-400 dark:text-void-500",children:"Scanning assets across projects, this can take a few seconds..."})]});let Z=g.projects,$=g.storeData?g.storeData.skills.length+g.storeData.agents.length+g.storeData.mcp.length:0,_=[{key:"skills",label:"Skills",rows:g.skills},{key:"agents",label:"Agents",rows:g.agents}];return(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("div",{className:"sticky top-0 z-30 -mx-4 px-4 pb-2 pt-2 bg-void-50 dark:bg-void-950 sm:-mx-6 sm:px-6 lg:-mx-8 lg:px-8",children:(0,b.jsxs)("div",{className:"flex items-center gap-4",children:[(0,b.jsxs)("div",{className:"flex gap-1 rounded-lg border border-void-200 bg-void-50 p-1 dark:border-void-700 dark:bg-void-900",children:[(0,b.jsxs)("button",{onClick:()=>r("projects"),className:`flex items-center gap-2 rounded-md px-4 py-1.5 text-sm font-medium transition-colors ${"projects"===q?"bg-white text-void-900 shadow-sm dark:bg-void-800 dark:text-void-100":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200"}`,children:["Project Assignment",g.totalOutdated>0&&(0,b.jsx)("span",{className:"rounded-full bg-amber-100 px-1.5 py-0.5 text-[10px] text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",children:g.totalOutdated})]}),(0,b.jsxs)("button",{onClick:()=>r("store"),className:`flex items-center gap-2 rounded-md px-4 py-1.5 text-sm font-medium transition-colors ${"store"===q?"bg-white text-void-900 shadow-sm dark:bg-void-800 dark:text-void-100":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200"}`,children:["Asset Store",(0,b.jsx)("span",{className:`rounded-full px-1.5 py-0.5 text-[10px] ${"store"===q?"bg-void-100 text-void-600 dark:bg-void-700 dark:text-void-300":"bg-void-200/50 text-void-400 dark:bg-void-800 dark:text-void-500"}`,children:$})]}),(0,b.jsxs)("button",{onClick:()=>r("updates"),className:`flex items-center gap-2 rounded-md px-4 py-1.5 text-sm font-medium transition-colors ${"updates"===q?"bg-white text-void-900 shadow-sm dark:bg-void-800 dark:text-void-100":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200"}`,children:["Updates",(B?.totalAvailable??0)>0&&(0,b.jsx)("span",{className:`rounded-full px-1.5 py-0.5 text-[10px] ${B?.entries.some(a=>"new"===a.status)?"bg-emerald-100 text-emerald-700 dark:bg-emerald-900/40 dark:text-emerald-300":"bg-amber-100 text-amber-700 dark:bg-amber-900/40 dark:text-amber-300"}`,children:B.totalAvailable})]})]}),"projects"===q&&(0,b.jsx)("div",{className:"flex gap-1 rounded-lg border border-void-200 bg-void-50 p-1 dark:border-void-700 dark:bg-void-900",children:N.map(a=>(0,b.jsx)("button",{onClick:()=>t(a.id),className:`rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${s===a.id?"bg-white text-void-900 shadow-sm dark:bg-void-800 dark:text-void-100":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200"}`,children:a.label},a.id))}),"store"===q&&(0,b.jsxs)("button",{onClick:()=>X("create"),className:"flex items-center gap-1.5 rounded-md border border-neon-blue-400/40 bg-neon-blue-400/15 px-3 py-1.5 text-sm font-medium text-neon-blue-400 hover:bg-neon-blue-400/25 whitespace-nowrap",children:[(0,b.jsx)("svg",{className:"h-4 w-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4v16m8-8H4"})}),"New"]}),(0,b.jsx)("button",{onClick:R,disabled:m,title:"Refresh assets",className:"rounded-md border border-void-200 bg-void-50 p-1.5 text-void-500 transition-colors hover:bg-void-100 hover:text-void-700 dark:border-void-700 dark:bg-void-900 dark:hover:bg-void-800 dark:hover:text-void-200 disabled:opacity-50",children:(0,b.jsx)("svg",{className:`h-4 w-4 ${m?"animate-spin":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})})]})}),(0,b.jsxs)("div",{className:"min-h-[70vh]",children:[(0,b.jsxs)("p",{className:"mb-3 text-xs text-void-400 dark:text-void-500",children:["projects"===q&&"Assign assets from the store to individual projects and keep them in sync.","store"===q&&"The canonical source for each asset. Deploy to projects across providers like Claude, Codex, and Gemini.","updates"===q&&"SlyCode updates land here. Review what changed and choose to accept or skip each one."]}),"agents"===s&&(0,b.jsxs)("div",{className:"mx-1 rounded-md border border-void-200 bg-void-50 px-3 py-2 text-xs text-void-500 dark:border-void-700 dark:bg-void-900 dark:text-void-400",children:[(0,b.jsx)("strong",{className:"text-void-700 dark:text-void-300",children:"Agents"})," deploys to ",(0,b.jsx)("code",{className:"rounded bg-void-200 px-1 dark:bg-void-800",children:".agents/skills/"})," — the universal cross-tool directory read by both Codex CLI and Gemini CLI. Use this for skills that should work across tools without provider-specific overrides."]}),"updates"===q&&(0,b.jsx)(K,{entries:B?.entries??[],onAccept:async a=>{await fetch("/api/cli-assets/updates",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetType:a.assetType,assetName:a.name})})},onDismiss:a=>{fetch("/api/cli-assets/updates",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetType:a.assetType,assetName:a.name,contentHash:a.contentHash})}).then(()=>{D(b=>{if(!b)return b;let c=b.entries.filter(b=>b.name!==a.name);return{entries:c,totalAvailable:c.length}})})},onPushToProjects:async(a,b)=>{let c=[];for(let{provider:b,rows:d}of(await Promise.all(["claude","agents","codex","gemini"].map(async a=>{try{let b=await fetch(`/api/cli-assets?provider=${a}`);if(!b.ok)return{provider:a,rows:[]};let c=await b.json();return{provider:a,rows:[...c.skills??[],...c.agents??[]]}}catch{return{provider:a,rows:[]}}})))){let e=d.find(b=>b.name===a.name&&b.type===a.assetType);if(e)for(let d of e.cells)"missing"!==d.status&&c.push({assetName:a.name,assetType:a.assetType,projectId:d.projectId,action:"deploy",provider:b,source:"store"})}c.length>0&&await fetch("/api/cli-assets/sync",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({changes:c,fullSkillFolder:b})}),R()},onPushDeclined:()=>R()}),"store"===q&&g.storeData&&(0,b.jsx)(C,{data:g.storeData,onFix:W,onAssistant:X,onRefresh:R}),"projects"===q&&(0,b.jsxs)("div",{className:"space-y-4",children:[_.map(({key:a,label:c,rows:d})=>(0,b.jsxs)("div",{className:"rounded-lg border border-void-200 bg-white shadow-(--shadow-card) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsxs)("button",{onClick:()=>{F(b=>({...b,[a]:!b[a]}))},className:"flex w-full items-center justify-between px-4 py-3",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("h3",{className:"text-sm font-semibold text-void-900 dark:text-void-100",children:c}),(0,b.jsx)("span",{className:"rounded-full bg-void-100 px-2 py-0.5 text-xs text-void-600 dark:bg-void-700 dark:text-void-300",children:d.length})]}),(0,b.jsx)("svg",{className:`h-4 w-4 text-void-400 transition-transform ${E[a]?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),E[a]&&(0,b.jsx)("div",{className:"border-t border-void-100 dark:border-void-700",children:(0,b.jsx)(A,{rows:d,projects:Z,pendingChanges:o,onQueueChange:S,onImport:U,onFix:W})})]},a)),(a=g.nonImported.filter(a=>!I.has(Y(a.name,a.type))),d=g.nonImported.filter(a=>I.has(Y(a.name,a.type))),e=G?g.nonImported:a,0===g.nonImported.length?null:(0,b.jsxs)("div",{className:"rounded-lg border border-dashed border-amber-300 bg-amber-50/50 dark:border-amber-700 dark:bg-amber-950/20",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2 px-4 py-3",children:[(0,b.jsx)("h3",{className:"text-sm font-semibold text-amber-700 dark:text-amber-400",children:"Not in Asset Store"}),(0,b.jsx)("span",{className:"rounded-full bg-amber-100 px-2 py-0.5 text-xs text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",children:a.length}),(0,b.jsx)("div",{className:"flex-1"}),d.length>0&&(0,b.jsxs)("label",{className:"flex items-center gap-1.5 text-xs text-void-500 dark:text-void-400 cursor-pointer",children:[(0,b.jsx)("input",{type:"checkbox",checked:G,onChange:a=>H(a.target.checked),className:"rounded border-void-400"}),"Show ignored (",d.length,")"]})]}),e.length>0&&(0,b.jsx)("div",{className:"border-t border-amber-200 dark:border-amber-800/50",children:(0,b.jsx)(A,{rows:e,projects:Z,pendingChanges:o,onQueueChange:S,onImport:U,onFix:W,ignoredAssets:I,ignoreKeyFn:Y,onIgnore:function(a,b){J(c=>{let d=new Set(c);return d.add(Y(a,b)),localStorage.setItem("cli-assets-ignored",JSON.stringify([...d])),d})},onUnignore:function(a,b){J(c=>{let d=new Set(c);return d.delete(Y(a,b)),localStorage.setItem("cli-assets-ignored",JSON.stringify([...d])),d})}})})]}))]})]}),o.length>0&&(0,b.jsxs)("div",{className:"fixed bottom-0 left-4 right-72 z-40 flex h-12 items-center justify-between rounded-t-lg border border-neon-blue-400/30 bg-neon-blue-50 px-4 shadow-(--shadow-card) dark:border-neon-blue-400/30 dark:bg-void-850",children:[(0,b.jsxs)("span",{className:"text-sm font-medium text-neon-blue-700 dark:text-neon-blue-300",children:[o.length," pending change",1!==o.length?"s":""]}),(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[o.some(a=>"skill"===a.assetType&&"deploy"===a.action)&&(0,b.jsxs)("label",{className:"flex items-center gap-1.5 text-xs text-void-600 dark:text-void-400",children:[(0,b.jsx)("input",{type:"checkbox",checked:k,onChange:a=>l(a.target.checked),className:"h-3.5 w-3.5 rounded border-void-300 dark:border-void-600"}),"Copy entire skill folder"]}),(0,b.jsx)("button",{onClick:()=>p([]),className:"rounded px-4 py-1.5 text-sm text-void-600 hover:text-void-900 dark:text-void-400 dark:hover:text-void-200",children:"Cancel"}),(0,b.jsx)("button",{onClick:T,disabled:i,className:"rounded bg-neon-blue-600 px-4 py-1.5 text-sm font-medium text-white hover:bg-neon-blue-500 disabled:opacity-50",children:i?"Syncing...":"Apply Changes"})]})]}),u&&(0,b.jsx)(Q,{assetName:u.assetName,assetType:u.assetType,provider:u.provider||"claude",projectId:u.projectId,onClose:()=>v(null)}),w&&(0,b.jsx)(M,{mode:w.mode,provider:w.provider,assetType:w.assetType,assetName:w.assetName,onClose:()=>x(null)}),y&&(0,b.jsx)(P,{target:y,onConfirm:async a=>{let{assetName:b,assetType:c,sourceProjectId:d}=y;z(null),await V(b,c,d,a)},onClose:()=>z(null)})]})}function P({target:a,onConfirm:d,onClose:e}){let[f,g]=(0,c.useState)(null),[h,i]=(0,c.useState)(!0);(0,c.useEffect)(()=>{let b=new URLSearchParams({provider:a.provider,assetType:a.assetType,assetName:a.assetName,sourceProjectId:a.sourceProjectId});fetch(`/api/cli-assets/store/preview?${b}`).then(a=>a.json()).then(a=>{g(a.files??[]),i(!1)}).catch(()=>{g([]),i(!1)})},[a]);let j=f&&f.length>1;f?.filter(a=>"SKILL.md"===a);let k=f?.filter(a=>"SKILL.md"!==a)??[];return(0,b.jsx)("div",{className:"fixed inset-0 z-[60] flex items-center justify-center bg-black/60",onClick:e,children:(0,b.jsxs)("div",{className:"w-full max-w-lg rounded-xl bg-white p-6 shadow-(--shadow-overlay) dark:bg-void-800",onClick:a=>a.stopPropagation(),children:[(0,b.jsxs)("div",{className:"mb-4 flex items-center gap-3",children:[(0,b.jsx)("div",{className:"flex h-10 w-10 items-center justify-center rounded-full bg-purple-100 dark:bg-purple-900/30",children:(0,b.jsx)("svg",{className:"h-5 w-5 text-purple-600 dark:text-purple-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"})})}),(0,b.jsxs)("div",{children:[(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-900 dark:text-void-100",children:"Import to Store"}),(0,b.jsx)("p",{className:"text-sm text-void-500 dark:text-void-400",children:a.assetName})]})]}),h?(0,b.jsx)("div",{className:"flex items-center justify-center py-8",children:(0,b.jsx)("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-void-300 border-t-purple-500"})}):(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"mb-4 rounded-lg border border-void-200 bg-void-50 dark:border-void-700 dark:bg-void-900",children:[(0,b.jsxs)("div",{className:"px-3 py-2 text-xs font-medium text-void-500 dark:text-void-400 border-b border-void-200 dark:border-void-700",children:["Files in source (",f?.length??0,")"]}),(0,b.jsx)("div",{className:"max-h-48 overflow-y-auto p-2",children:f?.map(a=>(0,b.jsxs)("div",{className:`flex items-center gap-2 rounded px-2 py-1 text-xs font-mono ${"SKILL.md"===a?"text-purple-700 dark:text-purple-300 font-semibold":"text-void-500 dark:text-void-400"}`,children:[(0,b.jsx)("svg",{className:"h-3.5 w-3.5 shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:"SKILL.md"===a?(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"}):(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"})}),a]},a))})]}),j&&(0,b.jsxs)("p",{className:"mb-4 text-xs text-void-500 dark:text-void-400",children:["This skill has ",k.length," supporting file",1!==k.length?"s":""," beyond SKILL.md. These may be project-specific (e.g. context-priming area references) and importing them would overwrite the store copies."]}),(0,b.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,b.jsxs)("button",{onClick:()=>d(!1),className:"flex items-center justify-between rounded-lg border border-purple-300 bg-purple-50 px-4 py-3 text-left transition-colors hover:bg-purple-100 dark:border-purple-700 dark:bg-purple-900/20 dark:hover:bg-purple-900/40",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:"text-sm font-medium text-purple-700 dark:text-purple-300",children:"SKILL.md only"}),(0,b.jsx)("div",{className:"text-xs text-purple-500 dark:text-purple-400",children:"Import only the skill definition — leave supporting files unchanged"})]}),!j&&(0,b.jsx)("span",{className:"rounded-full bg-purple-100 px-2 py-0.5 text-[10px] font-medium text-purple-600 dark:bg-purple-900/40 dark:text-purple-300",children:"Only file"})]}),j&&(0,b.jsx)("button",{onClick:()=>d(!0),className:"flex items-center justify-between rounded-lg border border-void-200 bg-void-50 px-4 py-3 text-left transition-colors hover:bg-void-100 dark:border-void-700 dark:bg-void-900 dark:hover:bg-void-800",children:(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:"text-sm font-medium text-void-700 dark:text-void-300",children:"Full folder"}),(0,b.jsxs)("div",{className:"text-xs text-void-500 dark:text-void-400",children:["Import all ",f?.length," files — overwrites existing store copies"]})]})}),(0,b.jsx)("button",{onClick:e,className:"mt-1 rounded-lg px-4 py-2 text-sm font-medium text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200",children:"Cancel"})]})]})]})})}function Q({assetName:d,assetType:e,provider:f,projectId:g,onClose:h}){let[i,j]=(0,c.useState)(null),[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(null),[o,p]=(0,c.useState)(!1);async function q(){l(!0),n(null);try{let a=await fetch("/api/cli-assets/fix",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetName:d,assetType:e,provider:f,projectId:g})});if(!a.ok){let b=await a.json();n(b.error||"Failed to generate fix prompt");return}let b=await a.json();j(b.prompt)}catch{n("Failed to generate fix prompt")}l(!1)}async function r(){if(i)try{await navigator.clipboard.writeText(i),p(!0),setTimeout(()=>p(!1),2e3)}catch{}}return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:a=>{a.target===a.currentTarget&&h()},children:(0,b.jsxs)("div",{className:"mx-4 flex max-h-[85vh] w-full max-w-2xl flex-col overflow-hidden rounded-lg border border-void-700 bg-void-850 shadow-(--shadow-overlay)",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-700 px-5 py-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-100",children:"Fix Asset Compliance"}),(0,b.jsxs)("p",{className:"mt-0.5 text-sm text-void-400",children:[d," (",e,") — missing or invalid frontmatter"]})]}),(0,b.jsx)("button",{onClick:h,className:"rounded p-1 text-void-400 hover:bg-void-800 hover:text-void-200",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),(0,b.jsxs)("div",{className:"flex-1 overflow-y-auto px-5 py-4",children:[!i&&!k&&!m&&(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("p",{className:"text-sm text-void-300",children:"Generate a prompt that instructs an LLM to add proper frontmatter fields (name, version, updated, description, provider) to this asset."}),(0,b.jsx)("button",{onClick:q,className:"rounded-md border border-amber-400/40 bg-amber-400/15 px-4 py-2 text-sm font-medium text-amber-400 hover:bg-amber-400/25",children:"Generate Fix Prompt"})]}),k&&(0,b.jsx)("div",{className:"flex items-center justify-center py-8",children:(0,b.jsx)("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-void-600 border-t-amber-400"})}),m&&(0,b.jsx)("div",{className:"rounded-md border border-red-400/30 bg-red-400/10 p-3 text-sm text-red-400",children:m}),i&&(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsx)("p",{className:"text-sm text-void-300",children:"Fix prompt ready:"}),(0,b.jsx)("textarea",{readOnly:!0,value:i,className:"h-48 w-full rounded-md border border-void-700 bg-void-900 p-3 font-mono text-xs text-void-300 focus:outline-none"})]})]}),(0,b.jsxs)("div",{className:"flex items-center justify-end gap-2 border-t border-void-700 px-5 py-3",children:[(0,b.jsx)("button",{onClick:h,className:"rounded px-4 py-1.5 text-sm text-void-400 hover:text-void-200",children:"Close"}),i&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{onClick:r,className:`rounded px-3 py-1.5 text-sm font-medium ${o?"bg-green-400/20 text-green-400":"bg-void-800 text-void-300 hover:bg-void-700"}`,children:o?"Copied!":"Copy"}),(0,b.jsx)("button",{onClick:function(){i&&a.A(36719).then(({pushToTerminal:a})=>{a(i),h()})},className:"rounded bg-neon-blue-600 px-4 py-1.5 text-sm font-medium text-white hover:bg-neon-blue-500",children:"Run in Terminal"})]})]})]})})}let R={card_created:"Created",card_moved:"Moved",card_updated:"Updated",problem_added:"Problem",problem_resolved:"Resolved",skill_deployed:"Deployed",skill_removed:"Removed",skill_imported:"Imported",session_started:"Session",session_stopped:"Session"},S={card_created:"text-green-500",card_moved:"text-neon-blue-500 dark:text-neon-blue-400",card_updated:"text-void-500",problem_added:"text-red-500",problem_resolved:"text-green-500",skill_deployed:"text-neon-blue-500 dark:text-neon-blue-400",skill_removed:"text-amber-500",skill_imported:"text-purple-500",session_started:"text-green-500",session_stopped:"text-void-500"},T={backlog:"text-void-500 dark:text-void-400",design:"text-neon-blue-600 dark:text-neon-blue-400",implementation:"text-neon-blue-500 dark:text-neon-blue-400",testing:"text-neon-orange-500 dark:text-neon-orange-400",done:"text-green-500 dark:text-green-400"};function U({projectFilter:a}){let[d,e]=(0,c.useState)([]),[g,h]=(0,c.useState)(!1),i=(0,c.useCallback)(async b=>{try{let c=new URLSearchParams({limit:"50"});a&&c.set("project",a);let d=await fetch(`/api/events?${c}`,{signal:b});if(d.ok){let a=await d.json();e(a.events||[])}}catch{}},[a]);(0,f.usePolling)(i,3e4);let j=d.reduce((a,b)=>{let c,d,e,f=(c=new Date(b.timestamp),((e=new Date(d=new Date)).setDate(e.getDate()-1),c.toDateString()===d.toDateString())?"Today":c.toDateString()===e.toDateString()?"Yesterday":c.toLocaleDateString("en-US",{month:"short",day:"numeric"}));return a[f]||(a[f]=[]),a[f].push(b),a},{});return(0,b.jsxs)("div",{className:"rounded-lg border border-void-200 bg-white shadow-(--shadow-surface) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsxs)("button",{onClick:()=>h(!g),className:"flex w-full items-center justify-between px-4 py-3 text-left",children:[(0,b.jsx)("h3",{className:"text-sm font-semibold text-void-900 dark:text-void-100",children:"Activity"}),(0,b.jsx)("svg",{className:`h-4 w-4 text-void-400 transition-transform ${g?"":"rotate-180"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),!g&&(0,b.jsx)("div",{className:"max-h-64 overflow-y-auto border-t border-void-100 dark:border-void-700",children:0===d.length?(0,b.jsx)("div",{className:"px-4 py-6 text-center text-sm text-void-500 dark:text-void-400",children:"No recent activity"}):Object.entries(j).map(([a,c])=>(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:"sticky top-0 bg-void-50 px-4 py-1 text-xs font-medium text-void-500 dark:bg-void-800 dark:text-void-400",children:a}),c.map(a=>(0,b.jsxs)("div",{className:"flex items-start gap-2 px-4 py-2 text-xs",children:[(0,b.jsx)("span",{className:`mt-0.5 font-medium ${S[a.type]}`,children:R[a.type]}),(0,b.jsx)("span",{className:"flex-1 text-void-600 dark:text-void-400",children:"card_moved"===a.type?function(a){let c=a.match(/^Card '(.+)' moved from (\w+) to (\w+)$/);if(!c)return a;let[,d,e,f]=c,g=T[e]||"text-void-500",h=T[f]||"text-void-500";return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("span",{className:"text-void-500 dark:text-void-400",children:"Card "}),(0,b.jsx)("span",{className:"font-medium text-void-700 dark:text-void-300",children:d}),(0,b.jsx)("span",{className:"text-void-500 dark:text-void-400",children:" moved from "}),(0,b.jsx)("span",{className:`font-medium ${g}`,children:e}),(0,b.jsx)("span",{className:"text-void-500 dark:text-void-400",children:" to "}),(0,b.jsx)("span",{className:`font-medium ${h}`,children:f})]})}(a.detail):"object"==typeof a.detail&&null!==a.detail?JSON.stringify(a.detail):a.detail}),(0,b.jsx)("span",{className:"flex-shrink-0 text-void-400 dark:text-void-500",children:function(a){let b=Math.floor((Date.now()-new Date(a).getTime())/6e4);if(b<1)return"just now";if(b<60)return`${b}m ago`;let c=Math.floor(b/60);if(c<24)return`${c}h ago`;let d=Math.floor(c/24);return 1===d?"yesterday":`${d}d ago`}(a.timestamp)})]},a.id))]},a))})]})}var V=a.i(1314),W=a.i(92977);let X={feature:"Feature",bugfix:"Fix",improvement:"Improved",chore:"Chore"},Y={feature:"border-neon-blue-400/40 bg-neon-blue-400/15 text-neon-blue-600 dark:text-neon-blue-400",bugfix:"border-red-400/40 bg-red-400/15 text-red-600 dark:text-red-400",improvement:"border-emerald-400/40 bg-emerald-400/15 text-emerald-600 dark:text-emerald-400",chore:"border-void-400/40 bg-void-400/15 text-void-600 dark:text-void-300"};function Z({onClose:a}){let[d,e]=(0,c.useState)(null),[f,g]=(0,c.useState)(!0),[h,i]=(0,c.useState)(null);(0,c.useEffect)(()=>{let a=!1;return fetch("/api/changelog").then(a=>{if(!a.ok)throw Error(`HTTP ${a.status}`);return a.json()}).then(b=>{a||(e(Array.isArray(b)?b:[]),i(null))}).catch(b=>{a||(i(b instanceof Error?b.message:"Unknown error"),e([]))}).finally(()=>{a||g(!1)}),()=>{a=!0}},[]),(0,c.useEffect)(()=>{function b(b){"Escape"===b.key&&(b.stopPropagation(),a())}return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[a]);let j=(0,c.useCallback)(a=>{if(!a)return"";try{let b=new Date(`${a}T00:00:00`);if(Number.isNaN(b.getTime()))return a;return b.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}catch{return a}},[]);return(0,b.jsx)("div",{className:"fixed inset-0 z-[55] flex items-center justify-center bg-black/60 p-4 backdrop-blur-sm",onClick:b=>{b.target===b.currentTarget&&a()},children:(0,b.jsxs)("div",{className:"flex w-full max-w-3xl max-h-[85vh] flex-col overflow-hidden rounded-xl border border-void-200 bg-white shadow-(--shadow-overlay) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsxs)("div",{className:"flex items-start justify-between border-b border-void-200 px-6 py-5 dark:border-void-800",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:"font-mono text-[10px] uppercase tracking-[0.22em] text-neon-blue-600 dark:text-neon-blue-400",children:"Release History"}),(0,b.jsx)("h2",{className:"mt-1 text-2xl font-semibold tracking-tight text-void-900 dark:text-void-100",children:"Changelog"})]}),(0,b.jsx)("button",{type:"button",onClick:a,"aria-label":"Close changelog",className:"rounded-md p-1.5 text-void-500 transition-colors hover:bg-void-100 hover:text-void-900 dark:text-void-400 dark:hover:bg-void-800 dark:hover:text-void-100",children:(0,b.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":!0,children:(0,b.jsx)("path",{d:"M5 5l10 10M15 5L5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),(0,b.jsxs)("div",{className:"flex-1 overflow-y-auto px-6 py-6",children:[f&&(0,b.jsx)("div",{className:"flex items-center justify-center py-16",children:(0,b.jsx)("div",{className:"font-mono text-xs uppercase tracking-widest text-void-400 dark:text-void-500",children:"Loading…"})}),!f&&h&&(0,b.jsxs)("div",{className:"rounded-lg border border-red-300/60 bg-red-50 px-4 py-3 text-sm text-red-700 dark:border-red-900/50 dark:bg-red-950/30 dark:text-red-300",children:["Couldn't load the changelog: ",h]}),!f&&!h&&d&&0===d.length&&(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center py-16 text-center",children:[(0,b.jsx)("div",{className:"mb-2 font-mono text-[10px] uppercase tracking-[0.22em] text-void-400 dark:text-void-600",children:"No entries"}),(0,b.jsx)("p",{className:"text-sm text-void-500 dark:text-void-400",children:"The changelog is empty. Future releases will appear here."})]}),!f&&!h&&d&&d.length>0&&(0,b.jsxs)("ol",{className:"relative space-y-9",children:[(0,b.jsx)("div",{className:"absolute left-[7px] top-2 bottom-2 w-px bg-gradient-to-b from-neon-blue-400/50 via-void-300 to-transparent dark:from-neon-blue-400/40 dark:via-void-700","aria-hidden":!0}),d.map((a,c)=>(0,b.jsxs)("li",{className:"relative pl-8",children:[(0,b.jsx)("div",{className:`absolute left-0 top-[6px] h-[15px] w-[15px] rounded-full border-2 ${0===c?"border-neon-blue-400 bg-neon-blue-400/20":"border-void-300 bg-white dark:border-void-600 dark:bg-void-900"}`,"aria-hidden":!0,children:0===c&&(0,b.jsx)("div",{className:"absolute inset-[2px] animate-pulse rounded-full bg-neon-blue-400/70"})}),(0,b.jsxs)("div",{className:"mb-3 flex flex-wrap items-baseline gap-x-3 gap-y-1",children:[(0,b.jsxs)("span",{className:"font-mono text-lg font-semibold text-void-900 dark:text-void-100",children:["v",a.version]}),(0,b.jsx)("span",{className:"font-mono text-[11px] uppercase tracking-[0.15em] text-void-500 dark:text-void-500",children:j(a.date)}),0===c&&(0,b.jsx)("span",{className:"rounded border border-neon-blue-400/50 bg-neon-blue-400/15 px-1.5 py-[2px] font-mono text-[9px] font-medium uppercase tracking-[0.15em] text-neon-blue-600 dark:text-neon-blue-400",children:"Latest"})]}),(0,b.jsx)("ul",{className:"space-y-2.5",children:a.changes.map((a,c)=>(0,b.jsxs)("li",{className:"flex items-start gap-3",children:[(0,b.jsx)("span",{className:`mt-[2px] inline-flex w-20 shrink-0 items-center justify-center rounded border px-1.5 py-[3px] font-mono text-[10px] font-medium uppercase tracking-wider ${Y[a.type]}`,children:X[a.type]}),(0,b.jsx)("span",{className:"text-sm leading-relaxed text-void-700 dark:text-void-300",children:a.description})]},c))})]},a.version))]})]}),(0,b.jsxs)("div",{className:"flex items-center justify-center gap-2 border-t border-void-200 bg-void-50 px-6 py-3 dark:border-void-800 dark:bg-void-900/50",children:[(0,b.jsx)("span",{className:"font-mono text-[10px] uppercase tracking-[0.18em] text-void-500 dark:text-void-500",children:"Press"}),(0,b.jsx)("kbd",{className:"rounded border border-void-300 bg-white px-1.5 py-[1px] font-mono text-[10px] text-void-700 dark:border-void-700 dark:bg-void-850 dark:text-void-300",children:"Esc"}),(0,b.jsx)("span",{className:"font-mono text-[10px] uppercase tracking-[0.18em] text-void-500 dark:text-void-500",children:"to close"})]})]})})}var $=a.i(42260);function _({data:a}){let[h,i]=(0,c.useState)(a),[j,k]=(0,c.useState)(!1),l=(0,c.useRef)(null),[o,s]=(0,c.useState)(!1),t=(0,$.useVoice)(),[u,v]=(0,c.useState)(null),[w,x]=(0,c.useState)("projects"),[y,z]=(0,c.useState)(null),[A,B]=(0,c.useState)(null),C=(0,c.useRef)(null),[D,E]=(0,c.useState)(null),[F,G]=(0,c.useState)(!1);(0,c.useEffect)(()=>{fetch("/api/version-check").then(a=>a.ok?a.json():null).then(a=>{a?.current&&E(a.current)}).catch(()=>{})},[]);let H=h.projects.map(a=>({...a,activeSessions:null!==u?u[a.id]??0:a.activeSessions??0})),I=H.filter(a=>a.accessible),J=H.filter(a=>!a.accessible),[K,L]=(0,c.useState)(!1),M=(0,d.useRouter)();(0,g.useKeyboardShortcuts)({onNumberKey:a=>{let b=I[a-1];b&&M.push(`/project/${b.id}`)},enabled:"projects"===w&&!K});let N=(0,c.useCallback)(async()=>{try{let a=await fetch("/api/dashboard");if(a.ok){let b=await a.json();i(b)}}catch(a){console.error("Failed to refresh dashboard:",a)}},[]),P=(0,c.useCallback)(async a=>{try{let b=await fetch("/api/bridge/stats",{signal:a});if(b.ok){let a=await b.json(),c=a.sessions.find(a=>"global:global"===a.name||/^global:[^:]+:global$/.test(a.name));s(c?.isActive??!1);let d={};for(let b of a.sessions)if(b.isActive){let a=b.name.split(":")[0];d[a]=(d[a]||0)+1}v(d)}}catch{}},[]);(0,f.usePolling)(P,1e3),(0,c.useEffect)(()=>(l.current=e.connectionManager.createManagedEventSource("/api/kanban/stream",{onOpen:()=>{k(!0)},onError:()=>{k(!1)},connected:()=>{k(!0)},update:()=>{N()}}),()=>{l.current&&(e.connectionManager.closeConnection(l.current),l.current=null),k(!1)}),[N]);let Q=(0,c.useCallback)(a=>{a.preventDefault(),a.dataTransfer.dropEffect="move";let b=C.current;if(!b)return;let c=Array.from(b.children).filter(a=>null!==a.getAttribute("data-project-card"));if(0===c.length)return void B(0);let d=[];for(let a=0;a<c.length;a++){let b=c[a].getBoundingClientRect(),e=d.find(a=>10>Math.abs(a.top-b.top));e?(e.indices.push(a),e.rects.push(b),e.bottom=Math.max(e.bottom,b.bottom)):d.push({indices:[a],rects:[b],top:b.top,bottom:b.bottom})}let e=d[d.length-1];for(let b of d){let c=d.indexOf(b),f=d[c+1],g=f?(b.bottom+f.top)/2:1/0;if(a.clientY<g){e=b;break}}let f=e.indices[e.indices.length-1]+1;for(let b=0;b<e.rects.length;b++){let c=e.rects[b].left+e.rects[b].width/2;if(a.clientX<c){f=e.indices[b];break}}let g=I.findIndex(a=>a.id===y);-1!==g&&(f===g||f===g+1)?B(null):B(f)},[y,I]),R=(0,c.useCallback)(a=>{let b=a.currentTarget.getBoundingClientRect(),c=a.clientX,d=a.clientY;(c<b.left||c>b.right||d<b.top||d>b.bottom)&&B(null)},[]),S=(0,c.useCallback)(async a=>{a.preventDefault();let b=a.dataTransfer.getData("text/plain");if(!b||null===A){B(null),z(null);return}let c=I.map(a=>a.id),d=c.indexOf(b);if(-1===d){B(null),z(null);return}let e=[...c];e.splice(d,1),e.splice(A>d?A-1:A,0,b);let f=[...e,...J.map(a=>a.id)];B(null),z(null);let g=new Map(h.projects.map(a=>[a.id,a])),j=f.map(a=>g.get(a)).filter(a=>void 0!==a);i(a=>({...a,projects:j}));try{await fetch("/api/projects/reorder",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectIds:f})})}catch(a){console.error("Failed to persist project order:",a)}},[A,I,J,h.projects]);function T(a,b){return void 0===a?"text-void-950 dark:text-void-100":a>b?"text-neon-orange-500 dark:text-neon-orange-400":"text-void-950 dark:text-void-100"}return(0,b.jsxs)("div",{className:"relative min-h-screen bg-void-50 dark:bg-void-950",children:[(0,b.jsx)("div",{className:"pointer-events-none fixed inset-0 hidden dark:block",style:{background:"radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,191,255,0.04) 0%, rgba(255,140,0,0.02) 30%, transparent 70%)"}}),(0,b.jsx)(n.ConnectionStatusIndicator,{position:"top-right"}),(0,b.jsx)(W.VersionUpdateToast,{}),(0,b.jsx)("div",{className:"absolute right-4 top-4 z-10",children:(0,b.jsx)(V.ThemeToggle,{})}),(0,b.jsxs)("div",{className:"relative flex flex-col items-center pb-2 pt-10",children:[(0,b.jsx)("img",{src:"/slycode_light.webp",alt:"SlyCode",className:"logo-breathe h-auto w-[200px] mix-blend-multiply dark:hidden"}),(0,b.jsx)("img",{src:"/slycode.webp",alt:"SlyCode",className:"logo-breathe hidden h-auto w-[200px] mix-blend-lighten dark:block"}),(0,b.jsx)("p",{className:"mt-1 text-xs font-medium uppercase tracking-[0.3em] text-neon-blue-500 dark:text-neon-blue-400/70",style:{textShadow:"0 0 8px rgba(0,191,255,0.3)"},children:"Code Den"}),(0,b.jsxs)("div",{className:"mx-auto mt-6 flex w-full max-w-lg items-center gap-3",children:[(0,b.jsx)(r.SearchBar,{onResultClick:a=>{window.location.href=`/project/${a.projectId}?card=${a.cardId}`}}),j&&(0,b.jsxs)("span",{className:"flex shrink-0 items-center gap-1.5 text-xs text-neon-blue-500 dark:text-neon-blue-400",children:[(0,b.jsx)("span",{className:"h-2 w-2 rounded-full bg-neon-blue-400 animate-pulse",style:{boxShadow:"0 0 6px rgba(0,191,255,0.6)"}}),"Live"]})]})]}),(0,b.jsx)("div",{className:"border-b border-void-100 dark:border-void-700",children:(0,b.jsx)("div",{className:"mx-auto max-w-5xl px-4 py-4 sm:px-6 lg:px-8",children:(0,b.jsxs)("div",{className:"grid grid-cols-2 gap-4 sm:grid-cols-4",children:[(0,b.jsxs)("button",{onClick:()=>x("projects"),className:"rounded-xl border border-void-200 bg-white p-4 text-left shadow-(--shadow-card) transition-all hover:border-neon-blue-400/30 hover:shadow-[0_8px_30px_rgba(0,0,0,0.18)] dark:hover:shadow-[0_8px_30px_rgba(0,0,0,0.7)] dark:border-void-700 dark:bg-void-850 dark:hover:border-neon-blue-400/25",children:[(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Code Den"}),(0,b.jsx)("p",{className:"text-2xl font-bold text-void-950 dark:text-void-100",children:h.projects.length})]}),(0,b.jsxs)("div",{className:"rounded-xl border border-void-200 bg-white p-4 shadow-(--shadow-card) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Backlog Items"}),(0,b.jsx)("p",{className:`text-2xl font-bold ${T(h.totalBacklogItems,20)}`,children:h.totalBacklogItems})]}),(0,b.jsxs)("button",{onClick:()=>x("cli-assets"),className:"rounded-xl border border-void-200 bg-white p-4 text-left shadow-(--shadow-card) transition-all hover:border-neon-blue-400/30 hover:shadow-[0_8px_30px_rgba(0,0,0,0.18)] dark:hover:shadow-[0_8px_30px_rgba(0,0,0,0.7)] dark:border-void-700 dark:bg-void-850 dark:hover:border-neon-blue-400/25",children:[(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Outdated Assets"}),(0,b.jsx)("p",{className:`text-2xl font-bold ${T(h.totalOutdatedAssets,0)}`,children:h.totalOutdatedAssets??0})]}),(0,b.jsxs)("div",{className:"rounded-xl border border-void-200 bg-white p-4 shadow-(--shadow-card) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsx)("p",{className:"text-sm text-void-400",children:"Uncommitted"}),(0,b.jsx)("p",{className:`text-2xl font-bold ${T(h.totalUncommitted,0)}`,children:h.totalUncommitted??0})]})]})})}),(0,b.jsx)("div",{className:"border-b border-void-100 dark:border-void-700",children:(0,b.jsx)("div",{className:"mx-auto max-w-5xl px-4 sm:px-6 lg:px-8",children:(0,b.jsxs)("nav",{className:"flex gap-6",children:[(0,b.jsx)("button",{onClick:()=>x("projects"),className:`border-b-2 py-3 text-sm font-medium transition-colors ${"projects"===w?"border-neon-blue-400 text-neon-blue-500 dark:text-neon-blue-400":"border-transparent text-void-500 hover:text-void-300 dark:text-void-400 dark:hover:text-void-300"}`,children:"Code Den"}),(0,b.jsxs)("button",{onClick:()=>x("cli-assets"),className:`flex items-center gap-2 border-b-2 py-3 text-sm font-medium transition-colors ${"cli-assets"===w?"border-neon-blue-400 text-neon-blue-500 dark:text-neon-blue-400":"border-transparent text-void-500 hover:text-void-300 dark:text-void-400 dark:hover:text-void-300"}`,children:["CLI Assets",(h.totalOutdatedAssets??0)>0&&(0,b.jsx)("span",{className:"rounded-full border border-neon-orange-400/20 bg-neon-orange-400/10 px-2 py-0.5 text-xs font-medium text-neon-orange-500 dark:text-neon-orange-400",children:h.totalOutdatedAssets})]})]})})}),(0,b.jsxs)("main",{className:"mx-auto max-w-5xl px-4 py-8 sm:px-6 lg:px-8",children:["projects"===w?(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("p",{className:"mb-6 text-sm text-void-400 dark:text-void-500",children:"Your registered projects and their kanban boards"}),(0,b.jsxs)("section",{className:"mb-8",children:[(0,b.jsx)("h2",{className:"mb-4 text-lg font-semibold text-void-950 dark:text-void-100",children:"Projects"}),(0,b.jsxs)("div",{ref:C,className:"grid gap-4 sm:grid-cols-2 lg:grid-cols-3",onDragOver:Q,onDragLeave:R,onDrop:S,children:[I.map((a,c)=>(0,b.jsxs)("div",{"data-project-card":!0,className:"relative",children:[y&&A===c&&(0,b.jsx)("div",{className:"pointer-events-none absolute -left-1 top-0 bottom-0 w-1 rounded-full bg-neon-blue-400 shadow-[0_0_8px_rgba(0,191,255,0.5)]"}),(0,b.jsx)(m,{project:a,onDeleted:N,shortcutKey:c<10?9===c?0:c+1:void 0,onDragStart:()=>z(a.id),onDragEnd:()=>{z(null),B(null)}})]},a.id)),(0,b.jsxs)("div",{className:"relative",children:[y&&A===I.length&&(0,b.jsx)("div",{className:"pointer-events-none absolute -left-1 top-0 bottom-0 w-1 rounded-full bg-neon-blue-400 shadow-[0_0_8px_rgba(0,191,255,0.5)]"}),(0,b.jsx)("button",{onClick:()=>L(!0),className:"flex min-h-[120px] w-full items-center justify-center rounded-xl border-2 border-dashed border-void-200 p-4 transition-all hover:border-neon-blue-400/30 dark:border-void-700 dark:hover:border-neon-blue-400/30",children:(0,b.jsxs)("div",{className:"text-center",children:[(0,b.jsx)("span",{className:"text-3xl text-void-400 dark:text-void-500",children:"+"}),(0,b.jsx)("p",{className:"mt-1 text-sm text-void-500 dark:text-void-400",children:"Add Project"})]})})]})]})]}),J.length>0&&(0,b.jsxs)("section",{className:"mb-8",children:[(0,b.jsx)("h2",{className:"mb-4 text-lg font-semibold text-void-500 dark:text-void-400",children:"Unavailable"}),(0,b.jsx)("div",{className:"grid gap-4 sm:grid-cols-2 lg:grid-cols-3",children:J.map(a=>(0,b.jsx)(m,{project:a,onDeleted:N},a.id))})]}),(0,b.jsx)("section",{children:(0,b.jsx)(U,{})})]}):(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("p",{className:"mb-6 text-sm text-void-400 dark:text-void-500",children:"Reusable skills, agents, and configs — manage and deploy across projects"}),(0,b.jsx)(O,{})]}),(0,b.jsxs)("footer",{className:"mt-8 text-center text-sm text-void-400 dark:text-void-600",children:[(0,b.jsxs)("p",{children:["Last refresh: ",new Date(h.lastRefresh).toLocaleString()]}),(0,b.jsxs)("p",{className:"mt-2 text-xs text-void-500 dark:text-void-400",children:["© 2026 SlyCode (",(0,b.jsx)("a",{href:"https://slycode.ai",target:"_blank",rel:"noopener noreferrer",className:"hover:text-neon-blue-500 dark:hover:text-neon-blue-400 transition-colors",children:"slycode.ai"}),"). All rights reserved.",D&&(0,b.jsxs)("span",{className:"ml-2 text-void-400 dark:text-void-500",children:["v",D]}),(0,b.jsx)("button",{type:"button",onClick:()=>G(!0),className:"ml-2 text-void-400 hover:text-neon-blue-500 dark:text-void-500 dark:hover:text-neon-blue-400 transition-colors underline-offset-2 hover:underline",children:"Changelog"})]})]})]}),(0,b.jsx)(p,{open:K,onClose:()=>L(!1),onCreated:N}),F&&(0,b.jsx)(Z,{onClose:()=>G(!1)}),(0,b.jsx)(q.GlobalClaudePanel,{sessionNameOverride:"global:global",cwdOverride:h.slycodeRoot,terminalClassOverride:"global-terminal",isActive:o,label:"Global Terminal",voiceTerminalId:"dashboard-global",onTerminalReady:a=>{a?t.registerTerminal("dashboard-global",a):t.unregisterTerminal("dashboard-global")}})]})}a.s(["Dashboard",()=>_],85640)}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=web_src_components_Dashboard_tsx_c689f2e8._.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[42260,73761,107,77461,a=>{"use strict";a.s(["VoiceProvider",()=>o,"useVoice",()=>n],42260);var b=a.i(56856),c=a.i(55132);function d(a,b){let c,d,e=(d=(c=b.split("+").map(a=>a.trim().toLowerCase()))[c.length-1],{ctrlKey:c.includes("ctrl"),shiftKey:c.includes("shift"),altKey:c.includes("alt"),metaKey:c.includes("meta")||c.includes("cmd"),key:"space"===d?" ":"escape"===d?"Escape":"enter"===d?"Enter":d});return(a.key.toLowerCase()===e.key.toLowerCase()||a.key===e.key)&&e.ctrlKey===a.ctrlKey&&e.shiftKey===a.shiftKey&&e.altKey===a.altKey&&e.metaKey===a.metaKey}let e={autoSubmitTerminal:!0,maxRecordingSeconds:300,shortcuts:{startRecording:"Ctrl+.",pauseResume:"Space",submit:"Enter",submitPasteOnly:"Shift+Enter",clear:"Escape"}},f={voice:e};var g=a.i(19933);function h({voiceState:a,elapsedSeconds:c,disabled:d,error:e,onRecord:f,onPause:g,onResume:h,onClear:i,onSubmit:j,onRetry:k,onOpenSettings:l}){let m;return(0,b.jsxs)("div",{className:`flex items-center gap-1.5 ${d?"opacity-40 pointer-events-none":""}`,children:[("idle"===a||"disabled"===a)&&(0,b.jsx)("button",{onClick:f,disabled:d,className:"rounded-md border border-void-400/30 bg-void-200/50 p-1.5 text-void-500 transition-all hover:border-red-400/40 hover:bg-red-400/10 hover:text-red-400 disabled:opacity-50 dark:border-void-500/25 dark:bg-void-700/50 dark:text-void-400 dark:hover:border-red-400/40 dark:hover:bg-red-400/10 dark:hover:text-red-400",title:"Start recording [Ctrl+.]",children:(0,b.jsx)("svg",{className:"h-4 w-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z"})})}),("recording"===a||"paused"===a)&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"flex items-center gap-1.5 px-1",children:[(0,b.jsx)("span",{className:`inline-block h-2 w-2 rounded-full bg-red-500 ${"recording"===a?"animate-pulse":""}`}),(0,b.jsx)("span",{className:"min-w-[2.5rem] font-mono text-xs tabular-nums text-red-600 dark:text-red-400",children:(m=Math.floor(c/60),`${m}:${(c%60).toString().padStart(2,"0")}`)})]}),(0,b.jsx)("button",{onClick:"recording"===a?g:h,className:"rounded-md border border-void-400/30 bg-void-200/50 p-1.5 text-void-600 transition-all hover:border-neon-blue-400/40 hover:bg-neon-blue-400/10 hover:text-neon-blue-400 dark:border-void-500/25 dark:bg-void-700/50 dark:text-void-400 dark:hover:border-neon-blue-400/40 dark:hover:bg-neon-blue-400/10 dark:hover:text-neon-blue-400",title:"recording"===a?"Pause (Space)":"Resume (Space)",children:"recording"===a?(0,b.jsxs)("svg",{className:"h-3.5 w-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:[(0,b.jsx)("rect",{x:"6",y:"4",width:"4",height:"16"}),(0,b.jsx)("rect",{x:"14",y:"4",width:"4",height:"16"})]}):(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("polygon",{points:"5,3 19,12 5,21"})})}),(0,b.jsx)("button",{onClick:i,className:"rounded-md border border-void-400/30 bg-void-200/50 p-1.5 text-void-600 transition-all hover:border-red-400/40 hover:bg-red-400/10 hover:text-red-400 dark:border-void-500/25 dark:bg-void-700/50 dark:text-void-400 dark:hover:border-red-400/40 dark:hover:bg-red-400/10 dark:hover:text-red-400",title:"Clear recording (Escape)",children:(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),(0,b.jsx)("button",{onClick:j,className:"rounded-md border border-green-400/40 bg-green-400/15 px-2 py-1.5 text-xs font-medium text-green-600 transition-all hover:bg-green-400/25 hover:shadow-[0_0_8px_rgba(34,197,94,0.2)] dark:text-green-400",title:"Submit for transcription (Enter)",children:(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})})})]}),"transcribing"===a&&(0,b.jsxs)("div",{className:"flex items-center gap-1.5 px-1",children:[(0,b.jsxs)("svg",{className:"h-4 w-4 animate-spin text-[#2490b5] dark:text-neon-blue-400",viewBox:"0 0 24 24",fill:"none",children:[(0,b.jsx)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,b.jsx)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"})]}),(0,b.jsx)("span",{className:"text-xs text-[#2490b5] dark:text-neon-blue-400",children:"Transcribing..."})]}),"error"===a&&(0,b.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs text-red-400",title:e||"Transcription failed",children:"Failed"}),(0,b.jsx)("button",{onClick:k,className:"rounded-md border border-neon-blue-400/40 bg-neon-blue-400/15 px-1.5 py-1 text-xs font-medium text-neon-blue-400 transition-all hover:bg-neon-blue-400/25",title:"Retry transcription",children:"Retry"}),(0,b.jsx)("button",{onClick:i,className:"rounded-md border border-void-400/30 bg-void-200/50 p-1.5 text-void-600 transition-all hover:border-red-400/40 hover:bg-red-400/10 hover:text-red-400 dark:border-void-500/25 dark:bg-void-700/50 dark:text-void-400 dark:hover:border-red-400/40 dark:hover:bg-red-400/10 dark:hover:text-red-400",title:"Clear",children:(0,b.jsx)("svg",{className:"h-3.5 w-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),(0,b.jsx)("button",{onClick:l,className:"rounded-md border border-void-400/30 bg-void-200/50 p-1.5 text-void-500 transition-all hover:border-void-400/50 hover:text-void-700 dark:border-void-500/25 dark:bg-void-700/50 dark:text-void-400 dark:hover:border-void-400/50 dark:hover:text-void-300",title:"Voice settings",children:(0,b.jsxs)("svg",{className:"h-3.5 w-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:[(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"}),(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})})]})}function i({label:a,value:d,onChange:e}){let[f,g]=(0,c.useState)(!1),h=(0,c.useRef)(null),i=(0,c.useCallback)(a=>{if(!f)return;a.preventDefault(),a.stopPropagation();let b=[];a.ctrlKey&&b.push("Ctrl"),a.shiftKey&&b.push("Shift"),a.altKey&&b.push("Alt"),a.metaKey&&b.push("Cmd");let c=a.key;if(!["Control","Shift","Alt","Meta"].includes(c)){let a=" "===c?"Space":"Escape"===c?"Escape":"Enter"===c?"Enter":(c.length,c);b.push(a),e(b.join("+")),g(!1)}},[f,e]);return(0,b.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,b.jsx)("span",{className:"text-xs text-void-600 dark:text-void-400",children:a}),(0,b.jsx)("input",{ref:h,type:"text",value:f?"Press keys...":d,readOnly:!0,onFocus:()=>g(!0),onBlur:()=>g(!1),onKeyDown:i,className:`w-28 rounded border px-2 py-1 text-center text-xs ${f?"border-neon-blue-400 bg-neon-blue-400/10 text-neon-blue-600 dark:text-neon-blue-400":"border-void-300 bg-void-50 text-void-700 dark:border-void-600 dark:bg-void-700 dark:text-void-300"} cursor-pointer outline-none`})]})}function j({settings:a,onSave:d,onClose:e}){let f=(0,c.useRef)(null),[g,h]=(0,c.useState)({...a.shortcuts}),[j,k]=(0,c.useState)(a.autoSubmitTerminal),[l,m]=(0,c.useState)(Math.round(a.maxRecordingSeconds/60)),n=(0,c.useRef)({shortcuts:g,autoSubmit:j,maxMinutes:l});return n.current={shortcuts:g,autoSubmit:j,maxMinutes:l},(0,c.useEffect)(()=>()=>{let{shortcuts:a,autoSubmit:b,maxMinutes:c}=n.current;d({shortcuts:a,autoSubmitTerminal:b,maxRecordingSeconds:60*Math.max(1,c)})},[]),(0,c.useEffect)(()=>{let a=a=>{f.current&&!f.current.contains(a.target)&&e()};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[e]),(0,b.jsxs)("div",{ref:f,className:"w-80 rounded-lg border border-void-200 bg-white p-4 shadow-(--shadow-overlay) dark:border-void-600 dark:bg-void-800",children:[(0,b.jsx)("h3",{className:"mb-3 text-sm font-medium text-void-800 dark:text-void-200",children:"Voice Settings"}),(0,b.jsxs)("div",{className:"mb-4 space-y-2",children:[(0,b.jsx)("div",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Keyboard Shortcuts"}),(0,b.jsx)(i,{label:"Start recording",value:g.startRecording,onChange:a=>h(b=>({...b,startRecording:a}))}),(0,b.jsx)(i,{label:"Pause / Resume",value:g.pauseResume,onChange:a=>h(b=>({...b,pauseResume:a}))}),(0,b.jsx)(i,{label:"Submit",value:g.submit,onChange:a=>h(b=>({...b,submit:a}))}),(0,b.jsx)(i,{label:"Paste only",value:g.submitPasteOnly,onChange:a=>h(b=>({...b,submitPasteOnly:a}))}),(0,b.jsx)(i,{label:"Clear / Cancel",value:g.clear,onChange:a=>h(b=>({...b,clear:a}))})]}),(0,b.jsxs)("div",{className:"space-y-3 border-t border-void-200 pt-3 dark:border-void-600",children:[(0,b.jsx)("div",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Behaviour"}),(0,b.jsxs)("label",{className:"flex items-center justify-between gap-2",children:[(0,b.jsx)("span",{className:"text-xs text-void-600 dark:text-void-400",children:"Auto-submit (terminal)"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":j,onClick:()=>k(!j),className:`relative inline-flex h-5 w-9 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors ${j?"bg-green-500":"bg-void-300 dark:bg-void-600"}`,children:(0,b.jsx)("span",{className:`pointer-events-none inline-block h-4 w-4 transform rounded-full bg-white shadow transition ${j?"translate-x-4":"translate-x-0"}`})})]}),(0,b.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,b.jsx)("span",{className:"text-xs text-void-600 dark:text-void-400",children:"Max recording (min)"}),(0,b.jsx)("input",{type:"number",min:1,max:30,value:l,onChange:a=>m(parseInt(a.target.value)||5),className:"w-16 rounded border border-void-300 bg-void-50 px-2 py-1 text-center text-xs text-void-700 outline-none dark:border-void-600 dark:bg-void-700 dark:text-void-300"})]})]})]})}function k({error:a,hasRecording:d,onRetry:e,onClear:f,onClose:g}){let h=(0,c.useRef)(null);(0,c.useEffect)(()=>{let a=a=>{h.current&&!h.current.contains(a.target)&&g()};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[g]);let i=!d;return(0,b.jsxs)("div",{ref:h,className:"w-72 rounded-lg border border-red-400/30 bg-white p-3 shadow-(--shadow-overlay) dark:border-red-400/20 dark:bg-void-800",children:[(0,b.jsxs)("div",{className:"mb-2 flex items-start gap-2",children:[(0,b.jsx)("svg",{className:"mt-0.5 h-4 w-4 flex-shrink-0 text-red-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z"})}),(0,b.jsxs)("div",{children:[(0,b.jsx)("div",{className:"text-xs font-medium text-red-600 dark:text-red-400",children:i?"Recording Failed":"Transcription Failed"}),(0,b.jsx)("div",{className:"mt-1 text-xs text-void-600 dark:text-void-300",children:a})]})]}),(0,b.jsx)("div",{className:"mt-2 text-xs text-void-500 dark:text-void-400",children:i&&1?"Microphone requires HTTPS or localhost. Try accessing via localhost:3003, or add this origin to chrome://flags/#unsafely-treat-insecure-origin-as-secure.":i?"Could not access the microphone.":"Your recording is preserved. You can retry or clear and start over."}),(0,b.jsxs)("div",{className:"mt-3 flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:f,className:"rounded border border-void-300 bg-void-100 px-2 py-1 text-xs text-void-600 hover:text-void-800 dark:border-void-600 dark:bg-void-700 dark:text-void-400 dark:hover:text-void-300",children:i?"Dismiss":"Clear"}),d&&e&&(0,b.jsx)("button",{onClick:e,className:"rounded border border-neon-blue-400/40 bg-neon-blue-400/15 px-2 py-1 text-xs text-neon-blue-600 hover:bg-neon-blue-400/25 dark:text-neon-blue-400",children:"Retry"})]})]})}function l(){let a=n(),d=(0,c.useRef)(null),e=(0,c.useRef)(0),[f,i]=(0,c.useState)(!1);return((0,c.useEffect)(()=>{i(!0)},[]),null===a.currentClaimantId&&f&&("idle"!==a.voiceState&&"disabled"!==a.voiceState||a.showSettings))?(0,g.createPortal)((0,b.jsxs)("div",{className:"fixed bottom-4 right-4 z-50 animate-in fade-in slide-in-from-bottom-2 duration-200 rounded-xl border border-red-400/30 bg-white/95 px-3 py-2 shadow-(--shadow-card) backdrop-blur-sm dark:border-red-400/20 dark:bg-void-800/95",ref:d,children:[(0,b.jsx)(h,{voiceState:a.voiceState,elapsedSeconds:a.elapsedSeconds,disabled:!1,error:a.error,onRecord:a.startRecording,onPause:a.pauseRecording,onResume:a.resumeRecording,onClear:a.clearRecording,onSubmit:a.submitRecording,onRetry:a.retryTranscription,onOpenSettings:()=>{Date.now()-e.current<200||a.setShowSettings(!a.showSettings)}}),a.showSettings&&(0,b.jsx)("div",{style:{position:"fixed",bottom:60,right:16,zIndex:9999},children:(0,b.jsx)(j,{settings:a.settings.voice,onSave:b=>a.updateSettings({voice:b}),onClose:()=>{e.current=Date.now(),a.setShowSettings(!1)}})}),"error"===a.voiceState&&a.error&&(0,b.jsx)("div",{style:{position:"fixed",bottom:60,right:16,zIndex:9999},children:(0,b.jsx)(k,{error:a.error,hasRecording:a.hasRecording,onRetry:()=>a.retryTranscription(),onClear:()=>a.clearRecording(),onClose:()=>a.clearRecording()})})]}),document.body):null}a.s(["VoiceControlBar",()=>h],73761),a.s(["VoiceSettingsPopover",()=>j],107),a.s(["VoiceErrorPopup",()=>k],77461);let m=(0,c.createContext)(null);function n(){let a=(0,c.useContext)(m);if(!a)throw Error("useVoice() must be used inside <VoiceProvider>");return a}function o({children:a}){let{settings:g,updateSettings:h}=function(){let[a,b]=(0,c.useState)(f),[d,g]=(0,c.useState)(!0);return(0,c.useEffect)(()=>{fetch("/api/settings").then(a=>a.json()).then(a=>{b({...f,...a,voice:{...e,...a?.voice}})}).catch(()=>{}).finally(()=>g(!1))},[]),{settings:a,updateSettings:(0,c.useCallback)(async a=>{try{let c=await fetch("/api/settings",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(c.ok){let a=await c.json();return b({...f,...a,voice:{...e,...a?.voice}}),a}}catch{}return null},[]),isLoading:d}}(),i=(0,c.useRef)(new Map),j=(0,c.useRef)(null),k=(0,c.useCallback)((a,b)=>{i.current.set(a,b),j.current=a},[]),n=(0,c.useCallback)(a=>{if(i.current.delete(a),j.current===a){let a=Array.from(i.current.keys());j.current=a.length>0?a[0]:null}},[]),o=(0,c.useRef)(null),[p,q]=(0,c.useState)(null),r=(0,c.useRef)(null),s=(0,c.useRef)("auto"),[t,u]=(0,c.useState)(!1),[v,w]=(0,c.useState)(!1),x=(0,c.useCallback)(a=>{let b=r.current;if(b){if("input"===b.type&&b.element){if(!document.contains(b.element))return;let c=b.element,d=c.selectionStart??c.value.length,e=c.selectionEnd??c.value.length;c.focus(),c.setSelectionRange(d,e),document.execCommand("insertText",!1,a)}else if("terminal"===b.type&&b.terminalId){let c=i.current.get(b.terminalId);if(!c)return;let d="auto"===s.current&&g.voice.autoSubmitTerminal;c.sendInput(a),d&&setTimeout(()=>c.sendInput("\r"),300)}s.current="auto"}},[g.voice.autoSubmitTerminal]),y=(0,c.useCallback)(a=>{o.current?o.current.onTranscriptionComplete(a):x(a)},[x]),z=function({maxRecordingSeconds:a,onTranscriptionComplete:b}){let[d,e]=(0,c.useState)("idle"),[f,g]=(0,c.useState)(0),[h,i]=(0,c.useState)(null),[j,k]=(0,c.useState)(null),l=(0,c.useRef)(null),m=(0,c.useRef)([]),n=(0,c.useRef)(null),o=(0,c.useRef)(null),p=(0,c.useRef)(null),q=(0,c.useRef)(0),r=(0,c.useRef)(!1),s=(0,c.useRef)(b);(0,c.useEffect)(()=>{s.current=b},[b]);let t=(0,c.useCallback)(()=>{n.current||(n.current=setInterval(()=>{g(a=>a+1)},1e3))},[]),u=(0,c.useCallback)(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);(0,c.useEffect)(()=>{"recording"===d&&f-q.current>=a&&(l.current?.state==="recording"&&l.current.pause(),r.current=!0,u(),e("paused"))},[d,f,a,u]),(0,c.useEffect)(()=>()=>{if(u(),l.current?.state!=="inactive")try{l.current?.stop()}catch{}p.current?.getTracks().forEach(a=>a.stop())},[u]);let v=(0,c.useCallback)(()=>new Promise(a=>{let b=l.current;b&&"inactive"!==b.state?(b.ondataavailable=a=>{a.data.size>0&&m.current.push(a.data)},b.onstop=()=>{a(new Blob(m.current,{type:m.current[0]?.type||"audio/webm"}))},b.stop()):a(new Blob(m.current,{type:m.current[0]?.type||"audio/webm"}))}),[]),w=(0,c.useCallback)(async a=>{let b=new FormData;b.append("audio",a,"recording.webm");let c=await fetch("/api/transcribe",{method:"POST",body:b}),d=await c.json();if(!c.ok)throw Error(d.error||"Transcription failed");return d.text},[]),x=(0,c.useCallback)(()=>{p.current?.getTracks().forEach(a=>a.stop()),p.current=null},[]),y=(0,c.useCallback)(async()=>{if("idle"===d||"disabled"===d)try{i(null),k(null),m.current=[],o.current=null,g(0),q.current=0;let a=await navigator.mediaDevices.getUserMedia({audio:!0});p.current=a;let b=MediaRecorder.isTypeSupported("audio/ogg;codecs=opus")?"audio/ogg;codecs=opus":MediaRecorder.isTypeSupported("audio/webm;codecs=opus")?"audio/webm;codecs=opus":MediaRecorder.isTypeSupported("audio/mp4")?"audio/mp4":"",c=new MediaRecorder(a,b?{mimeType:b}:void 0);l.current=c,c.ondataavailable=a=>{a.data.size>0&&m.current.push(a.data)},c.start(1e3),e("recording"),t()}catch(b){let a=b.message;a.includes("Permission")||a.includes("NotAllowed")?i("Microphone permission denied. Please allow microphone access."):i(a||"Failed to start recording"),e("error"),x()}},[d,t,x]),z=(0,c.useCallback)(()=>{"recording"===d&&(l.current?.state==="recording"&&l.current.pause(),u(),e("paused"))},[d,u]),A=(0,c.useCallback)(()=>{"paused"===d&&(l.current?.state==="paused"&&l.current.resume(),r.current&&(q.current=f,r.current=!1),t(),e("recording"))},[d,f,t]),B=(0,c.useCallback)(()=>{if(u(),l.current?.state!=="inactive")try{l.current?.stop()}catch{}m.current=[],o.current=null,g(0),i(null),k(null),x(),e("idle")},[u,x]),C=(0,c.useCallback)(async()=>{if("recording"===d||"paused"===d){u(),e("transcribing");try{let a=await v();o.current=a,x();let b=await w(a);k(b),g(0),m.current=[],e("idle"),s.current?.(b)}catch(a){i(a.message||"Transcription failed"),e("error")}}},[d,u,v,w,x]),D=(0,c.useCallback)(async()=>{if("error"===d&&o.current){e("transcribing"),i(null);try{let a=await w(o.current);k(a),o.current=null,m.current=[],g(0),e("idle"),s.current?.(a)}catch(a){i(a.message||"Transcription failed"),e("error")}}},[d,w]);return{state:d,elapsedSeconds:f,error:h,transcribedText:j,hasRecording:null!==o.current||m.current.length>0,startRecording:y,pauseRecording:z,resumeRecording:A,clearRecording:B,submitRecording:C,retryTranscription:D}}({maxRecordingSeconds:g.voice.maxRecordingSeconds,onTranscriptionComplete:y}),A=(0,c.useCallback)(a=>{o.current&&o.current.id!==a.id&&(o.current.onRelease?.(),"idle"!==z.state&&"disabled"!==z.state&&z.clearRecording()),o.current=a,q(a.id)},[z]),B=(0,c.useCallback)(a=>{o.current?.id===a.id&&("idle"!==z.state&&"error"!==z.state&&"disabled"!==z.state&&z.clearRecording(),o.current=null,q(null))},[z]);(0,c.useEffect)(()=>{let a=a=>{let b=a.target;if(b.closest("[data-voice-target]")&&("INPUT"===b.tagName||"TEXTAREA"===b.tagName))return void w(!0);if(b.closest("[data-terminal-id]")){let a=b.closest("[data-terminal-id]").dataset.terminalId;a&&i.current.has(a)&&(j.current=a,w(!0))}},b=()=>{setTimeout(()=>{let a=document.activeElement;if(!a)return void w(!1);let b=a.closest("[data-voice-target]")&&("INPUT"===a.tagName||"TEXTAREA"===a.tagName),c=a.closest("[data-terminal-id]");b||c||w(!1)},100)};return document.addEventListener("focusin",a),document.addEventListener("focusout",b),()=>{document.removeEventListener("focusin",a),document.removeEventListener("focusout",b)}},[]);let C=(0,c.useCallback)(()=>{if(o.current)o.current.onRecordStart?.(),z.startRecording();else{let a=document.activeElement;if(a&&("INPUT"===a.tagName||"TEXTAREA"===a.tagName)&&a.closest("[data-voice-target]"))r.current={type:"input",element:a};else if(a?.closest("[data-terminal-id]")){let b=a.closest("[data-terminal-id]").dataset.terminalId||j.current;if(!(b&&i.current.has(b)))return;r.current={type:"terminal",terminalId:b}}else{if(!(j.current&&i.current.has(j.current)))return;r.current={type:"terminal",terminalId:j.current}}z.startRecording()}},[z]),D=(0,c.useCallback)(()=>{s.current="paste",z.submitRecording()},[z]),E=(0,c.useCallback)(()=>{"recording"===z.state?z.pauseRecording():"paused"===z.state&&z.resumeRecording()},[z]);!function({voiceState:a,shortcuts:b,callbacks:e,enabled:f,hasFieldFocus:g,suspended:h}){let i=(0,c.useRef)(e),j=(0,c.useRef)(a),k=(0,c.useRef)(b),l=(0,c.useRef)(g),m=(0,c.useRef)(h);(0,c.useEffect)(()=>{i.current=e,j.current=a,k.current=b,l.current=g,m.current=h}),(0,c.useEffect)(()=>{if(!f)return;let a=a=>{if(m.current)return;let b=j.current,c=k.current,e=i.current;if("idle"===b&&l.current&&d(a,c.startRecording)){a.preventDefault(),a.stopPropagation(),e.onStartRecording();return}if("recording"===b||"paused"===b){if(d(a,c.pauseResume)){a.preventDefault(),a.stopPropagation(),e.onPauseResume();return}if(d(a,c.submitPasteOnly)){a.preventDefault(),a.stopPropagation(),e.onSubmitPasteOnly();return}if(d(a,c.submit)){a.preventDefault(),a.stopPropagation(),e.onSubmit();return}if(d(a,c.clear)){a.preventDefault(),a.stopPropagation(),e.onClear();return}}};return document.addEventListener("keydown",a,!0),()=>document.removeEventListener("keydown",a,!0)},[f])}({voiceState:z.state,shortcuts:g.voice.shortcuts,callbacks:{onStartRecording:C,onPauseResume:E,onSubmit:z.submitRecording,onSubmitPasteOnly:D,onClear:z.clearRecording},enabled:!0,hasFieldFocus:!!o.current||v,suspended:t});let F={voiceState:z.state,elapsedSeconds:z.elapsedSeconds,error:z.error,hasRecording:z.hasRecording,startRecording:z.startRecording,pauseRecording:z.pauseRecording,resumeRecording:z.resumeRecording,clearRecording:z.clearRecording,submitRecording:z.submitRecording,retryTranscription:z.retryTranscription,claimVoiceControl:A,releaseVoiceControl:B,currentClaimantId:p,settings:g,updateSettings:h,registerTerminal:k,unregisterTerminal:n,submitModeRef:s,showSettings:t,setShowSettings:u,hasFieldFocus:v,setHasFieldFocus:w};return(0,b.jsxs)(m.Provider,{value:F,children:[a,(0,b.jsx)(l,{})]})}}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=web_src_contexts_VoiceContext_tsx_3b773de4._.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[26861,a=>{"use strict";var b=a.i(22734),c=a.i(33405),d=a.i(14747);function e(){if(process.env.SLYCODE_HOME)return process.env.SLYCODE_HOME;let a=process.cwd();return(console.warn("[paths] SLYCODE_HOME not set in production — falling back to cwd:",a),a.endsWith("/web")||a.endsWith("\\web"))?d.default.dirname(a):a}a.i(54799),a.i(46786);let f={claude:{skills:".claude/skills",agents:".claude/agents",mcpConfig:".mcp.json"},agents:{skills:".agents/skills",agents:".agents/agents",mcpConfig:null},codex:{skills:".codex/skills",agents:null,mcpConfig:".codex/config.toml"},gemini:{skills:".gemini/skills",agents:".gemini/agents",mcpConfig:".gemini/settings.json"}},g=e();function h(a){let b=a.match(/^---\s*\n([\s\S]*?)\n---/);if(!b)return null;let c=b[1],d={};for(let a of c.split("\n")){let b=a.indexOf(":");if(-1===b)continue;let c=a.slice(0,b).trim(),e=a.slice(b+1).trim();(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))&&(e=e.slice(1,-1)),c&&e&&(d[c]=e)}return Object.keys(d).length>0?d:null}function i(a){return!!a&&!!a.version}function j(a,c){let e=[];try{let f="skill"===c?d.default.join(a,".claude","skills"):d.default.join(a,".claude","agents");if(!b.default.existsSync(f))return e;for(let a of b.default.readdirSync(f,{withFileTypes:!0})){let g,j;if("skill"===c){if(!a.isDirectory()||(g=d.default.join(f,a.name,"SKILL.md"),j=d.default.join("skills",a.name,"SKILL.md"),!b.default.existsSync(g)))continue}else{if(!a.isFile()||!a.name.endsWith(".md"))continue;g=d.default.join(f,a.name),j=d.default.join("agents",a.name)}let k=b.default.readFileSync(g,"utf-8"),l=h(k),m=l?.name||a.name.replace(/\.md$/,"");e.push({name:m,type:c,path:j,frontmatter:l,isValid:i(l)})}}catch{}return e}function k(a,c){let e=[],f="skill"===c?"skills":"agents",g=d.default.join(a,f);try{if(!b.default.existsSync(g))return e;for(let a of b.default.readdirSync(g,{withFileTypes:!0})){let j,k;if("skill"===c){if(!a.isDirectory()||(j=d.default.join(g,a.name,"SKILL.md"),k=d.default.join(f,a.name,"SKILL.md"),!b.default.existsSync(j)))continue}else{if(!a.isFile()||!a.name.endsWith(".md"))continue;j=d.default.join(g,a.name),k=d.default.join(f,a.name)}let l=b.default.readFileSync(j,"utf-8"),m=h(l),n=m?.name||a.name.replace(/\.md$/,"");e.push({name:n,type:c,path:k,frontmatter:m,isValid:i(m)})}}catch{}return e.sort((a,b)=>a.name.localeCompare(b.name))}d.default.basename(g),d.default.join(e(),"store",".ignored-updates.json");let l={outdatedAssets:.3,staleCards:.15,unresolvedProblems:.25,missingClaudeMd:.1,nonCompliantFrontmatter:.2};function m(a,b=0,c=0,d=0,e=l){let f=[],g=Math.max(c,1);f.push({name:"Outdated Assets",weight:e.outdatedAssets,value:b,maxValue:g});let h=Date.now(),i=[...a.backlog],j=i.filter(a=>(h-new Date(a.created_at).getTime())/864e5>14&&"done"!==a.status).length,k=Math.max(i.length,1);f.push({name:"Stale Cards",weight:e.staleCards,value:j,maxValue:k}),f.push({name:"Unresolved Problems",weight:e.unresolvedProblems,value:0,maxValue:1}),f.push({name:"Missing CLAUDE.md",weight:e.missingClaudeMd,value:+!a.hasClaudeMd,maxValue:1});let n=Math.max(c,1);f.push({name:"Non-compliant Frontmatter",weight:e.nonCompliantFrontmatter,value:d,maxValue:n});let o=0;for(let a of f)o+=Math.min(a.maxValue>0?a.value/a.maxValue:0,1)*a.weight;let p=Math.round(Math.max(0,(1-o)*100));return{score:p,level:p>=80?"green":p>=50?"amber":"red",factors:f}}function n(){if(process.env.SLYCODE_HOME)return process.env.SLYCODE_HOME;let a=process.cwd();return a.endsWith("/web")||a.endsWith("\\web")?d.default.dirname(a):a}let o=n(),p=d.default.join(o,"projects","registry.json");async function q(){try{let a=await b.promises.readFile(p,"utf-8");return JSON.parse(a)}catch(a){throw console.error("Failed to load registry:",a),Error(`Failed to load registry from ${p}`)}}async function r(a){try{return(await b.promises.stat(a)).isDirectory()}catch{return!1}}async function s(a){try{let c=await b.promises.readFile(a,"utf-8");return JSON.parse(c)}catch{return null}}async function t(a,b,c){let e=d.default.join(a,"documentation","backlog.json"),f=await s(e);return f?f.map(a=>({...a,projectId:b,projectName:c})):[]}async function u(a,b){let c=d.default.join(a,"documentation","designs.json"),e=await s(c);return e?e.map(a=>({...a,projectId:b})):[]}async function v(a,b){let c=d.default.join(a,"documentation","features.json"),e=await s(c);return e?e.map(a=>({...a,projectId:b})):[]}async function w(a){let e,f=a.path;if(!await r(f))return{...a,backlog:[],designs:[],features:[],accessible:!1,error:`Path not accessible: ${f}`};let[g,h,i]=await Promise.all([t(f,a.id,a.name),u(f,a.id),v(f,a.id)]),k={projectId:a.id,skills:j(f,"skill"),agents:j(f,"agent")},l={claude:(e=a=>{try{return b.default.existsSync(d.default.join(f,a))}catch{return!1}})("CLAUDE.md")||e(".claude"),gemini:e("GEMINI.md")||e(".gemini"),codex:e("AGENTS.md")||e(".codex")||e(".agents")},m=function(a){try{return(0,c.execSync)("git status --porcelain",{cwd:a,encoding:"utf-8",timeout:5e3}).split("\n").filter(a=>a.trim().length>0).length}catch{return -1}}(f);return{...a,backlog:g,designs:h,features:i,assets:k,platforms:l,gitUncommitted:m>=0?m:void 0,accessible:!0}}async function x(){let a,c=await q();for(let a=0;a<c.projects.length;a++)void 0===c.projects[a].order&&(c.projects[a].order=a);c.projects.sort((a,b)=>(a.order??0)-(b.order??0));let g=c.projects.map(a=>w(a)),j=await Promise.all(g),l=[...k(a=d.default.join(e(),"store"),"skill"),...k(a,"agent")],o=["skill","agent"],p=0,r=[];for(let a of["claude","agents"])for(let e of o){let g=l.filter(a=>a.type===e),j=new Map;for(let g of c.projects){let c=function(a,c){let e=[];for(let g of["skill","agent"]){let j=function(a,b,c){if("mcp"===c)return null;let e=f[b]["skill"===c?"skills":"agents"];return e?d.default.join(a,e):null}(a,c,g);if(j&&b.default.existsSync(j))try{for(let a of b.default.readdirSync(j,{withFileTypes:!0})){let c,f,k="skill"===g?"skills":"agents";if("skill"===g){if(!a.isDirectory()||(c=d.default.join(j,a.name,"SKILL.md"),f=d.default.join(k,a.name,"SKILL.md"),!b.default.existsSync(c)))continue}else{if(!a.isFile()||!a.name.endsWith(".md"))continue;c=d.default.join(j,a.name),f=d.default.join(k,a.name)}let l=b.default.readFileSync(c,"utf-8"),m=h(l),n=m?.name||a.name.replace(/\.md$/,"");e.push({name:n,type:g,path:f,frontmatter:m,isValid:i(m)})}}catch{}}return e}(g.path,a);j.set(g.id,c.filter(a=>a.type===e))}let k=function(a,b,c,d){let e=[];for(let f of a){let a=c.map(a=>{let c=b.get(a.id);if(!c)return{projectId:a.id,status:"missing"};let d=function(a,b){return a.find(a=>a.name===b)}(c,f.name);if(!d)return{projectId:a.id,status:"missing"};let e=f.frontmatter?.version,g=d.frontmatter?.version;if(e&&g)return{projectId:a.id,status:e&&g&&e.trim()===g.trim()?"current":"outdated",masterVersion:e,projectVersion:g};return{projectId:a.id,status:"outdated",masterVersion:e,projectVersion:g}});e.push({name:f.name,type:d,masterAsset:f,cells:a,isImported:!0})}return e}(g,j,c.projects,e);r.push(...k)}for(let a of r)for(let b of a.cells)"outdated"===b.status&&p++;for(let a of j){if(!a.accessible)continue;let b=0;for(let c of r)for(let d of c.cells)d.projectId===a.id&&"outdated"===d.status&&b++;a.healthScore=function(a,b,c=0,d){if(!b)return m(a,0,0,0,void 0);let e=[...b.skills,...b.agents];return m(a,c,e.length,e.filter(a=>!a.isValid).length,void 0)}(a,a.assets,b)}let t=0,u=0;for(let a of j){if(!a.accessible)continue;let b=d.default.join(a.path,"documentation","kanban.json"),c=await s(b);if(c?.stages){t+=(c.stages.backlog||[]).filter(a=>!a.archived).length;let a=(c.stages.implementation||[]).filter(a=>!a.archived),b=(c.stages.testing||[]).filter(a=>!a.archived);u+=a.length+b.length}}let v=j.reduce((a,b)=>a+(b.gitUncommitted&&b.gitUncommitted>0?b.gitUncommitted:0),0),x=process.env.BRIDGE_URL?process.env.BRIDGE_URL:"http://127.0.0.1:3004";try{let a=await fetch(`${x}/stats`,{signal:AbortSignal.timeout(2e3)});if(a.ok){let b=await a.json(),c={};for(let a of b.sessions||[])if(a.isActive){let b=a.name.split(":")[0];c[b]=(c[b]||0)+1}for(let a of j)a.activeSessions=c[a.id]??0}}catch{}let y=n();return{projects:j,totalBacklogItems:t,activeItems:u,totalOutdatedAssets:p,totalUncommitted:v,lastRefresh:new Date().toISOString(),slycodeRoot:y,projectsDir:d.default.dirname(y)}}async function y(a){let b=(await q()).projects.find(b=>b.id===a);return b?w(b):null}a.s(["getProject",()=>y,"loadDashboardData",()=>x,"loadRegistry",()=>q],26861)}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=web_src_lib_registry_ts_af741f78._.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[6716,e=>{"use strict";async function s(){{let{startScheduler:s}=await e.A(73295);s()}}e.s(["register",()=>s])},73295,e=>{e.v(s=>Promise.all(["server/chunks/[externals]__3369070b._.js","server/chunks/web_src_lib_scheduler_ts_26034110._.js"].map(s=>e.l(s))).then(()=>s(28334)))}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=web_src_63a2e21c._.js.map
|