@slycode/slycode 0.2.24 → 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/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/terminal-classes/route.ts +117 -0
- package/dist/web/web/tsconfig.tsbuildinfo +1 -0
- package/lib/cli/sync.d.ts +6 -0
- package/lib/cli/sync.d.ts.map +1 -1
- package/lib/cli/sync.js +65 -6
- package/lib/cli/sync.js.map +1 -1
- package/lib/cli/update.d.ts.map +1 -1
- package/lib/cli/update.js +14 -1
- package/lib/cli/update.js.map +1 -1
- package/package.json +1 -1
- package/templates/changelog.json +18 -0
- package/templates/kanban-seed.json +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/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/f566a4b05a9cd6ba.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/terminal-classes/route.ts +0 -103
- package/dist/web/tsconfig.tsbuildinfo +0 -1
- /package/dist/web/.next/static/{O1Ine2WtyXv6EQJcwHyOV → xgbXfKYomqbh7nrBB7rbF}/_buildManifest.js +0 -0
- /package/dist/web/.next/static/{O1Ine2WtyXv6EQJcwHyOV → xgbXfKYomqbh7nrBB7rbF}/_clientMiddlewareManifest.json +0 -0
- /package/dist/web/.next/static/{O1Ine2WtyXv6EQJcwHyOV → 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/changelog/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/ChangelogModal.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=[77750,a=>{"use strict";var b=a.i(56856),c=a.i(55132),d=a.i(46640),e=a.i(32315),f=a.i(27517),g=a.i(61114),h=a.i(42260),i=a.i(68728);let j=[{key:"card",label:"Card",template:"{{card.title}} [{{card.id}}]\nType: {{card.type}} | Priority: {{card.priority}}\n{{card.description}}",color:"bg-sky-100 text-sky-800 dark:bg-sky-900/50 dark:text-sky-200"},{key:"project",label:"Project",template:"{{project.name}} ({{projectPath}})",color:"bg-amber-100 text-amber-800 dark:bg-amber-900/50 dark:text-amber-200"},{key:"stage",label:"Stage",template:"{{stage}}",color:"bg-purple-100 text-purple-800 dark:bg-purple-900/50 dark:text-purple-200"},{key:"areas",label:"Areas",template:"{{card.areas}}",color:"bg-emerald-100 text-emerald-800 dark:bg-emerald-900/50 dark:text-emerald-200"}];function k({onClose:a,projectId:d="",projectPath:e,actionUpdateCount:j=0,onShowActionUpdates:k}){let l,[o,q]=(0,c.useState)(null),[r,s]=(0,c.useState)(null),[t,u]=(0,c.useState)([]),[v,w]=(0,c.useState)(!0),[x,y]=(0,c.useState)(null),[z,A]=(0,c.useState)("idle"),[B,C]=(0,c.useState)(null),[D,E]=(0,c.useState)(null),[F,G]=(0,c.useState)({level:"list",commandId:null}),[H,I]=(0,c.useState)("commands"),[J,K]=(0,c.useState)(!1),[L,M]=(0,c.useState)(!1),[N,O]=(0,c.useState)(0),P=(0,h.useVoice)(),Q=(0,c.useRef)(null),R=(0,c.useRef)(!1),S=(0,c.useCallback)(async(a=!1)=>{try{a||w(!0);let[b,c,d,e]=await Promise.all([fetch("/api/terminal-classes"),fetch("/api/sly-actions"),fetch("/api/dashboard"),fetch("/api/sly-actions")]);if(!b.ok||!c.ok)throw Error("Failed to load configuration");let g=await b.json(),h=await c.json();if(d.ok){let a=((await d.json()).projects||[]).map(a=>a.id);u(a)}e.ok&&C((0,f.normalizeActionsConfig)(await e.json())),q(g),s(h),a&&O(a=>a+1)}catch(b){a||y(b instanceof Error?b.message:"Failed to load configuration")}finally{a||w(!1)}},[]);(0,c.useEffect)(()=>{S()},[S]),(0,c.useEffect)(()=>{L&&!J&&S(!0),M(J)},[J,L,S]);let T=(0,c.useCallback)(async()=>{R.current||S(!0)},[S]);(0,g.usePolling)(T,5e3);let U=(0,c.useCallback)(a=>{R.current=a},[]),V=(0,c.useCallback)(async a=>{A("saving");try{if(!(await fetch("/api/sly-actions",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)})).ok)throw Error("Save failed");s(a),A("saved"),setTimeout(()=>A("idle"),2e3)}catch{A("error"),setTimeout(()=>A("idle"),3e3)}},[]),W=(0,c.useCallback)((a,b)=>{r&&V({...r,commands:{...r.commands,[a]:{...r.commands[a],...b}}})},[r,V]),X=(0,c.useCallback)((a,b,c)=>{r&&(V({...r,commands:{...r.commands,[a]:{label:b,description:"New command",group:c||"Ungrouped",placement:"both",prompt:"Enter your command prompt here...",scope:"global",projects:[]}}}),G({level:"edit",commandId:a}))},[r,V]),Y=(0,c.useCallback)(a=>{if(!r)return;let{[a]:b,...c}=r.commands,d=Object.fromEntries(Object.entries(r.classAssignments||{}).map(([b,c])=>[b,c.filter(b=>b!==a)]));V({...r,commands:c,classAssignments:d}),G({level:"list",commandId:null})},[r,V]),Z=r?[...new Set(Object.values(r.commands).map(a=>a.group).filter(a=>!!a))].sort():[],$=a=>G({level:"edit",commandId:a}),_=(0,c.useCallback)(()=>{G({level:"list",commandId:null})},[]),aa=F.commandId&&r?r.commands[F.commandId]:null;(0,c.useEffect)(()=>{let b=b=>{"Escape"!==b.key||J||(b.stopImmediatePropagation(),"list"!==F.level?_():a())};return document.addEventListener("keydown",b,!0),()=>document.removeEventListener("keydown",b,!0)},[F.level,J,a,_]);let ab=B?(0,f.getActionsForClass)(B.commands,B.classAssignments,"action-assistant"):[];return(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50",onClick:b=>{b.target===b.currentTarget&&("idle"===P.voiceState||"disabled"===P.voiceState)&&a()},children:(0,b.jsxs)("div",{className:"flex h-[90vh] w-[90vw] max-w-5xl flex-col overflow-hidden rounded-xl bg-white shadow-(--shadow-overlay) dark:bg-void-900",onClick:a=>a.stopPropagation(),children:[(l="Sly Actions","edit"===F.level&&aa&&(l=aa.label),(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-200 px-6 py-4 dark:border-void-700",children:[(0,b.jsxs)("div",{className:"flex items-center gap-3",children:["list"!==F.level&&(0,b.jsx)("button",{onClick:_,className:"rounded p-1 hover:bg-void-100 dark:hover:bg-void-700",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),(0,b.jsx)("h2",{className:"text-lg font-semibold",children:l})]}),(0,b.jsxs)("div",{className:"flex items-center gap-3",children:["saving"===z&&(0,b.jsx)("span",{className:"text-sm text-void-500",children:"Saving..."}),"saved"===z&&(0,b.jsx)("span",{className:"text-sm text-green-600 dark:text-green-400",children:"Saved"}),"error"===z&&(0,b.jsx)("span",{className:"text-sm text-red-600 dark:text-red-400",children:"Save failed"}),(0,b.jsx)("button",{onClick:()=>S(!0),className:"rounded p-1 hover:bg-void-100 dark:hover:bg-void-700",title:"Refresh commands",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,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.jsx)("button",{onClick:a,className:"rounded p-1 hover:bg-void-100 dark:hover:bg-void-700",children:(0,b.jsx)("svg",{className:"h-5 w-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.jsxs)("div",{className:"relative flex-1 overflow-hidden",children:[(0,b.jsx)("div",{className:`h-full overflow-y-auto ${J?"opacity-30 pointer-events-none":""}`,children:(()=>{if(v)return(0,b.jsx)("div",{className:"flex h-full items-center justify-center",children:(0,b.jsx)("span",{className:"text-void-500",children:"Loading configuration..."})});if(x)return(0,b.jsx)("div",{className:"flex h-full items-center justify-center",children:(0,b.jsx)("span",{className:"text-red-500",children:x})});if(!r||!o)return(0,b.jsx)("div",{className:"flex h-full items-center justify-center",children:(0,b.jsx)("span",{className:"text-void-500",children:"No configuration found"})});switch(F.level){case"list":return(0,b.jsxs)("div",{className:"flex flex-col h-full",children:[(0,b.jsxs)("div",{className:"flex border-b border-void-200 dark:border-void-700 px-6",children:[(0,b.jsx)("button",{onClick:()=>I("commands"),className:`px-4 py-2.5 text-sm font-medium border-b-2 -mb-px transition-colors ${"commands"===H?"border-blue-500 text-blue-600 dark:text-blue-400":"border-transparent text-void-500 hover:text-void-700 dark:hover:text-void-300"}`,children:"Commands"}),(0,b.jsx)("button",{onClick:()=>I("classes"),className:`px-4 py-2.5 text-sm font-medium border-b-2 -mb-px transition-colors ${"classes"===H?"border-blue-500 text-blue-600 dark:text-blue-400":"border-transparent text-void-500 hover:text-void-700 dark:hover:text-void-300"}`,children:"Classes"}),j>0&&k&&(0,b.jsxs)("button",{onClick:k,className:"ml-auto px-4 py-2.5 text-sm font-medium border-b-2 -mb-px transition-colors border-transparent text-neon-blue-500 hover:text-neon-blue-400 flex items-center gap-1.5",children:["Updates",(0,b.jsx)("span",{className:"flex h-5 min-w-[20px] items-center justify-center rounded-full bg-neon-blue-500 px-1.5 text-[11px] font-bold text-white",children:j})]})]}),(0,b.jsx)("div",{className:"flex-1 overflow-y-auto",children:"commands"===H?(0,b.jsx)(m,{commands:r.commands,onSelectCommand:$,onCreateCommand:X,existingGroups:Z}):(0,b.jsx)(n,{commands:r.commands,classAssignments:r.classAssignments||{},classes:o,onUpdate:a=>{V({...r,classAssignments:a})}})})]});case"edit":return F.commandId&&aa?(0,b.jsx)(p,{commandId:F.commandId,command:aa,existingGroups:Z,availableProjects:t,onUpdate:a=>W(F.commandId,a),onDelete:()=>Y(F.commandId),onEditingChange:U},`${F.commandId}-${N}`):null}})()}),J&&(0,b.jsx)("div",{className:"absolute inset-0",onClick:()=>K(!1)})]}),(0,b.jsxs)("div",{className:`border-t border-void-200 dark:border-void-700 transition-all duration-300 ${J?"h-[60%]":"h-12"}`,children:[(0,b.jsxs)("button",{onClick:()=>K(!J),className:"flex w-full items-center justify-between px-6 py-3 hover:bg-void-50 dark:hover:bg-void-800",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-sm font-medium",children:"Action Assistant"}),(0,b.jsx)("span",{className:"text-xs text-void-400",children:"(Terminal for configuring actions)"})]}),(0,b.jsx)("svg",{className:`h-4 w-4 transition-transform ${J?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 15l7-7 7 7"})})]}),J&&B&&(0,b.jsx)("div",{className:"h-[calc(100%-48px)] overflow-hidden",children:(0,b.jsx)(i.ClaudeTerminalPanel,{sessionName:"action-assistant:global",cwd:e,actionsConfig:B,actions:ab,context:{project:{name:"SlyCode"},projectPath:e},onSessionChange:a=>E(a?{hasHistory:a.hasHistory}:null),voiceTerminalId:"action-assistant",onTerminalReady:a=>{Q.current=a?.sendInput??null,a?P.registerTerminal("action-assistant",a):P.unregisterTerminal("action-assistant")}})})]})]})})}let l={startup:{label:"Startup",color:"bg-sky-100 text-sky-800 dark:bg-sky-900/50 dark:text-sky-200"},toolbar:{label:"Toolbar",color:"bg-amber-100 text-amber-800 dark:bg-amber-900/50 dark:text-amber-200"},both:{label:"Both",color:"bg-emerald-100 text-emerald-800 dark:bg-emerald-900/50 dark:text-emerald-200"}};function m({commands:a,onSelectCommand:d,onCreateCommand:e,existingGroups:f}){let g=Object.entries(a),[h,i]=(0,c.useState)(new Set),[j,k]=(0,c.useState)(!1),[m,n]=(0,c.useState)(""),[o,p]=(0,c.useState)(""),[q,r]=(0,c.useState)(""),s=g.reduce((a,[b,c])=>{let d=c.group||"Ungrouped";return a[d]||(a[d]=[]),a[d].push([b,c]),a},{});Object.values(s).forEach(a=>{a.sort((a,b)=>a[1].label.localeCompare(b[1].label))});let t=Object.keys(s).sort((a,b)=>"Ungrouped"===a?1:"Ungrouped"===b?-1:a.localeCompare(b));return(0,b.jsxs)("div",{className:"p-6",children:[t.map(a=>{let c=s[a],e=h.has(a);return(0,b.jsxs)("div",{className:"mb-4",children:[(0,b.jsxs)("button",{onClick:()=>{i(b=>{let c=new Set(b);return c.has(a)?c.delete(a):c.add(a),c})},className:"flex items-center gap-2 w-full text-left py-2 px-3 bg-void-100 dark:bg-void-800 rounded-t-lg hover:bg-void-200 dark:hover:bg-void-700",children:[(0,b.jsx)("svg",{className:`h-4 w-4 transition-transform ${e?"":"rotate-90"}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})}),(0,b.jsx)("span",{className:"font-medium text-sm",children:a}),(0,b.jsxs)("span",{className:"text-xs text-void-500",children:["(",c.length,")"]})]}),!e&&(0,b.jsxs)("table",{className:"w-full border border-t-0 border-void-200 dark:border-void-700 rounded-b-lg overflow-hidden",children:[(0,b.jsx)("thead",{children:(0,b.jsxs)("tr",{className:"border-b border-void-200 text-left text-xs text-void-500 dark:border-void-700 bg-void-50 dark:bg-void-800/50",children:[(0,b.jsx)("th",{className:"py-2 px-3 font-medium",children:"Name"}),(0,b.jsx)("th",{className:"py-2 px-3 font-medium",children:"Label"}),(0,b.jsx)("th",{className:"py-2 px-3 font-medium",children:"Placement"}),(0,b.jsx)("th",{className:"py-2 px-3 w-8"})]})}),(0,b.jsx)("tbody",{children:c.map(([a,c])=>{let e=l[c.placement]||l.both;return(0,b.jsxs)("tr",{onClick:()=>d(a),className:"cursor-pointer border-b border-void-100 hover:bg-void-50 dark:border-void-800 dark:hover:bg-void-800 last:border-b-0",children:[(0,b.jsx)("td",{className:"py-2 px-3 font-mono text-xs",children:a}),(0,b.jsxs)("td",{className:"py-2 px-3 text-sm relative group",children:[c.label,c.description&&(0,b.jsx)("div",{className:"absolute left-0 top-full z-50 mt-1 hidden w-64 rounded-md bg-void-800 px-3 py-2 text-xs text-void-100 shadow-(--shadow-overlay) group-hover:block dark:bg-void-700",children:c.description})]}),(0,b.jsx)("td",{className:"py-2 px-3",children:(0,b.jsx)("span",{className:`rounded-full px-1.5 py-0.5 text-xs ${e.color}`,children:e.label})}),(0,b.jsx)("td",{className:"py-2 px-3 text-right",children:(0,b.jsx)("svg",{className:"inline h-3 w-3 text-void-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]},a)})})]})]},a)}),j?(0,b.jsxs)("div",{className:"mt-4 p-4 border border-void-300 dark:border-void-600 rounded-lg bg-void-50 dark:bg-void-800",children:[(0,b.jsx)("h3",{className:"text-sm font-medium mb-3",children:"Create New Command"}),(0,b.jsxs)("div",{className:"flex gap-3 mb-3",children:[(0,b.jsxs)("div",{className:"flex-1",children:[(0,b.jsx)("label",{className:"block text-xs text-void-500 mb-1",children:"Command ID"}),(0,b.jsx)("input",{type:"text",value:m,onChange:a=>n(a.target.value.toLowerCase().replace(/[^a-z0-9-]/g,"-")),placeholder:"my-command",className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm font-mono dark:border-void-600 dark:bg-void-700","data-voice-target":!0,autoFocus:!0})]}),(0,b.jsxs)("div",{className:"flex-1",children:[(0,b.jsx)("label",{className:"block text-xs text-void-500 mb-1",children:"Label"}),(0,b.jsx)("input",{type:"text",value:o,onChange:a=>p(a.target.value),placeholder:"My Command",className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm dark:border-void-600 dark:bg-void-700","data-voice-target":!0})]}),(0,b.jsxs)("div",{className:"w-40",children:[(0,b.jsx)("label",{className:"block text-xs text-void-500 mb-1",children:"Group"}),(0,b.jsxs)("select",{value:q,onChange:a=>r(a.target.value),className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm dark:border-void-600 dark:bg-void-700",children:[(0,b.jsx)("option",{value:"",children:"Ungrouped"}),f.map(a=>(0,b.jsx)("option",{value:a,children:a},a))]})]})]}),(0,b.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:()=>k(!1),className:"rounded px-3 py-1.5 text-sm hover:bg-void-200 dark:hover:bg-void-600",children:"Cancel"}),(0,b.jsx)("button",{onClick:()=>{m.trim()&&o.trim()&&(e(m.trim(),o.trim(),q.trim()),k(!1),n(""),p(""),r(""))},disabled:!m.trim()||!o.trim(),className:"rounded bg-blue-600 px-3 py-1.5 text-sm font-medium text-white hover:bg-blue-700 disabled:opacity-50",children:"Create"})]})]}):(0,b.jsx)("div",{className:"mt-4 flex justify-end",children:(0,b.jsx)("button",{onClick:()=>k(!0),className:"rounded-lg bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700",children:"+ New Command"})})]})}function n({commands:a,classAssignments:d,classes:e,onUpdate:f}){let[g,h]=(0,c.useState)(null),[i,j]=(0,c.useState)(null),[k,m]=(0,c.useState)(null),[n,o]=(0,c.useState)(null),p=Object.keys(a),q=()=>{m(null),o(null)};return(0,b.jsxs)("div",{className:"p-6 space-y-3",children:[(0,b.jsx)("p",{className:"text-xs text-void-400 mb-4",children:"Assign commands to terminal classes and drag to reorder. The order here determines the button order in the UI."}),e.classes.map(c=>{let e,r=d[c.id]||[],s=g===c.id,t=p.filter(a=>!r.includes(a));return(0,b.jsxs)("div",{className:"border border-void-200 dark:border-void-700 rounded-lg overflow-hidden",children:[(0,b.jsxs)("button",{onClick:()=>h(s?null:c.id),className:"flex items-center justify-between w-full px-4 py-3 bg-void-50 dark:bg-void-800 hover:bg-void-100 dark:hover:bg-void-700 text-left",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("svg",{className:`h-4 w-4 transition-transform ${s?"rotate-90":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})}),(0,b.jsx)("span",{className:"font-medium text-sm",children:c.name}),(0,b.jsxs)("span",{className:"text-xs text-void-400 font-mono",children:["(",c.id,")"]})]}),(0,b.jsxs)("span",{className:"text-xs text-void-500",children:[r.length," command",1!==r.length?"s":""]})]}),s&&(0,b.jsxs)("div",{className:"border-t border-void-200 dark:border-void-700",children:[0===r.length?(0,b.jsx)("div",{className:"px-4 py-3 text-sm text-void-400 italic",children:"No commands assigned"}):(0,b.jsx)("ul",{className:"divide-y divide-void-100 dark:divide-void-800",children:r.map((e,g)=>{let h=a[e],i=k?.classId===c.id&&k.fromIndex===g,j=k?.classId===c.id&&n===g;return(0,b.jsxs)("li",{draggable:!0,onDragStart:()=>{m({classId:c.id,fromIndex:g})},onDragOver:a=>{a.preventDefault(),o(g)},onDrop:()=>{var a;return a=c.id,void(k&&k.classId===a&&((a,b,c)=>{let e=[...d[a]||[]],[g]=e.splice(b,1);e.splice(c,0,g),f({...d,[a]:e})})(a,k.fromIndex,g),m(null),o(null))},onDragEnd:q,className:`flex items-center gap-2 px-4 py-2 text-sm ${i?"opacity-30":""} ${j?"bg-blue-50 dark:bg-blue-900/20":"hover:bg-void-50 dark:hover:bg-void-800"}`,children:[(0,b.jsx)("span",{className:"cursor-grab text-void-400 hover:text-void-600 dark:hover:text-void-300 select-none",children:(0,b.jsxs)("svg",{className:"h-4 w-4",fill:"currentColor",viewBox:"0 0 24 24",children:[(0,b.jsx)("circle",{cx:"9",cy:"6",r:"1.5"}),(0,b.jsx)("circle",{cx:"15",cy:"6",r:"1.5"}),(0,b.jsx)("circle",{cx:"9",cy:"12",r:"1.5"}),(0,b.jsx)("circle",{cx:"15",cy:"12",r:"1.5"}),(0,b.jsx)("circle",{cx:"9",cy:"18",r:"1.5"}),(0,b.jsx)("circle",{cx:"15",cy:"18",r:"1.5"})]})}),(0,b.jsxs)("span",{className:"text-xs text-void-400 w-5 text-right",children:[g+1,"."]}),(0,b.jsx)("span",{className:"font-mono text-xs text-void-500",children:e}),(0,b.jsx)("span",{className:"text-void-300 dark:text-void-600",children:"-"}),(0,b.jsx)("span",{className:"flex-1 truncate",children:h?.label||e}),h&&(0,b.jsx)("span",{className:`rounded-full px-1.5 py-0.5 text-xs ${(l[h.placement]||l.both).color}`,children:(l[h.placement]||l.both).label}),(0,b.jsx)("button",{onClick:()=>{var a;let b;return a=c.id,b=(d[a]||[]).filter(a=>a!==e),void f({...d,[a]:b})},className:"rounded p-0.5 text-void-400 hover:bg-red-100 hover:text-red-600 dark:hover:bg-red-900/30 dark:hover:text-red-400",title:"Remove from this class",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"})})})]},e)})}),(0,b.jsx)("div",{className:"px-4 py-2 border-t border-void-100 dark:border-void-800",children:i===c.id?(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsxs)("select",{autoFocus:!0,defaultValue:"",onChange:a=>{var b,e;let g;a.target.value&&(b=c.id,e=a.target.value,g=[...d[b]||[],e],f({...d,[b]:g}),j(null))},onBlur:()=>j(null),className:"flex-1 rounded border border-void-300 px-2 py-1 text-sm dark:border-void-600 dark:bg-void-800",children:[(0,b.jsx)("option",{value:"",disabled:!0,children:"Select command..."}),Object.keys(e=t.reduce((b,c)=>{let d=a[c]?.group||"Ungrouped";return b[d]||(b[d]=[]),b[d].push(c),b},{})).sort((a,b)=>"Ungrouped"===a?1:"Ungrouped"===b?-1:a.localeCompare(b)).map(c=>(0,b.jsx)("optgroup",{label:c,children:e[c].sort((b,c)=>(a[b]?.label||b).localeCompare(a[c]?.label||c)).map(c=>(0,b.jsx)("option",{value:c,children:a[c]?.label||c},c))},c))]}),(0,b.jsx)("button",{onClick:()=>j(null),className:"text-xs text-void-500 hover:text-void-700 dark:hover:text-void-300",children:"Cancel"})]}):(0,b.jsxs)("button",{onClick:()=>j(c.id),disabled:0===t.length,className:"flex items-center gap-1 text-xs text-blue-600 hover:text-blue-700 dark:text-blue-400 disabled:opacity-40 disabled:cursor-not-allowed",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:"M12 4v16m8-8H4"})}),"Add Command"]})})]})]},c.id)})]})}let o=[{id:"startup",label:"Startup"},{id:"toolbar",label:"Toolbar"},{id:"both",label:"Both"}];function p({commandId:a,command:d,existingGroups:e,availableProjects:f,onUpdate:g,onDelete:h,onEditingChange:i}){let[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(d.label),[p,q]=(0,c.useState)(d.description),[r,s]=(0,c.useState)(d.group||""),[t,u]=(0,c.useState)(d.prompt),[v,w]=(0,c.useState)(d.placement||"both"),[x,y]=(0,c.useState)(d.scope||"global"),[z,A]=(0,c.useState)(d.projects||[]),[B,C]=(0,c.useState)(!1),[D,E]=(0,c.useState)(!1),F=(0,c.useRef)(null);return(0,c.useEffect)(()=>{let a=setTimeout(()=>{let a={},b=!1;m!==d.label&&(a.label=m,b=!0),p!==d.description&&(a.description=p,b=!0),(r||void 0)!==d.group&&(a.group=r||void 0,b=!0),v!==(d.placement||"both")&&(a.placement=v,b=!0),x!==(d.scope||"global")&&(a.scope=x,b=!0);let c="specific"===x?z:[];JSON.stringify(c)!==JSON.stringify(d.projects||[])&&(a.projects=c,b=!0),b&&g(a)},500);return()=>clearTimeout(a)},[m,p,r,v,x,z,d,g]),(0,c.useEffect)(()=>{let a=setTimeout(()=>{t!==d.prompt&&g({prompt:t})},500);return()=>clearTimeout(a)},[t,d.prompt,g]),(0,b.jsxs)("div",{className:"p-6 flex flex-col h-full",children:[(0,b.jsxs)("div",{className:"flex gap-3 mb-3",children:[(0,b.jsxs)("div",{className:"w-36 flex-shrink-0",children:[(0,b.jsx)("label",{className:"block text-xs font-medium text-void-500 mb-1",children:"Name"}),(0,b.jsx)("input",{type:"text",value:a,readOnly:!0,className:"w-full rounded border border-void-300 bg-void-50 px-2 py-1.5 font-mono text-sm dark:border-void-600 dark:bg-void-800"})]}),(0,b.jsxs)("div",{className:"w-32 flex-shrink-0",children:[(0,b.jsx)("label",{className:"block text-xs font-medium text-void-500 mb-1",children:"Label"}),(0,b.jsx)("input",{type:"text",value:m,onChange:a=>n(a.target.value),onFocus:()=>i?.(!0),onBlur:()=>i?.(!1),className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm dark:border-void-600 dark:bg-void-800","data-voice-target":!0})]}),(0,b.jsxs)("div",{className:"w-36 flex-shrink-0 relative",children:[(0,b.jsx)("label",{className:"block text-xs font-medium text-void-500 mb-1",children:"Group"}),(0,b.jsx)("input",{type:"text",value:r,onChange:a=>s(a.target.value),onFocus:()=>{C(!0),i?.(!0)},onBlur:()=>{setTimeout(()=>C(!1),150),i?.(!1)},placeholder:"Ungrouped",className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm dark:border-void-600 dark:bg-void-800","data-voice-target":!0}),B&&e.length>0&&(0,b.jsx)("div",{className:"absolute top-full left-0 right-0 mt-1 bg-white dark:bg-void-800 border border-void-300 dark:border-void-600 rounded shadow-(--shadow-overlay) z-10 max-h-32 overflow-y-auto",children:e.map(a=>(0,b.jsx)("button",{type:"button",onMouseDown:b=>{b.preventDefault(),s(a),C(!1)},className:"w-full text-left px-2 py-1 text-sm hover:bg-void-100 dark:hover:bg-void-700",children:a},a))})]}),(0,b.jsxs)("div",{className:"flex-1",children:[(0,b.jsx)("label",{className:"block text-xs font-medium text-void-500 mb-1",children:"Description"}),(0,b.jsx)("input",{type:"text",value:p,onChange:a=>q(a.target.value),onFocus:()=>i?.(!0),onBlur:()=>i?.(!1),className:"w-full rounded border border-void-300 px-2 py-1.5 text-sm dark:border-void-600 dark:bg-void-800","data-voice-target":!0})]})]}),(0,b.jsxs)("div",{className:"flex items-center gap-4 mb-3 py-2 px-3 rounded-lg bg-void-50 dark:bg-void-800/50 border border-void-100 dark:border-void-700/50",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 uppercase tracking-wide",children:"Placement"}),(0,b.jsx)("div",{className:"flex rounded-md border border-void-200 dark:border-void-600 overflow-hidden",children:o.map(a=>(0,b.jsx)("button",{onClick:()=>w(a.id),className:`px-2.5 py-1 text-xs font-medium transition-colors ${v===a.id?"bg-blue-600 text-white":"bg-white hover:bg-void-50 dark:bg-void-800 dark:hover:bg-void-700 text-void-600 dark:text-void-300"}`,children:a.label},a.id))})]}),(0,b.jsx)("div",{className:"h-5 w-px bg-void-200 dark:bg-void-600"}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 uppercase tracking-wide",children:"Scope"}),(0,b.jsxs)("div",{className:"flex rounded-md border border-void-200 dark:border-void-600 overflow-hidden",children:[(0,b.jsx)("button",{onClick:()=>y("global"),className:`px-2.5 py-1 text-xs font-medium transition-colors ${"global"===x?"bg-blue-600 text-white":"bg-white hover:bg-void-50 dark:bg-void-800 dark:hover:bg-void-700 text-void-600 dark:text-void-300"}`,children:"All Projects"}),(0,b.jsx)("button",{onClick:()=>y("specific"),className:`px-2.5 py-1 text-xs font-medium transition-colors ${"specific"===x?"bg-blue-600 text-white":"bg-white hover:bg-void-50 dark:bg-void-800 dark:hover:bg-void-700 text-void-600 dark:text-void-300"}`,children:"Specific"})]}),"specific"===x&&(0,b.jsx)(b.Fragment,{children:(0,b.jsxs)("button",{onClick:()=>E(!D),className:"flex items-center gap-1 text-xs text-blue-600 hover:text-blue-700 dark:text-blue-400",children:[z.length>0?`${z.length} project${1!==z.length?"s":""}`:"Select...",(0,b.jsx)("svg",{className:`h-3 w-3 transition-transform ${D?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]})})]})]}),"specific"===x&&D&&f.length>0&&(0,b.jsx)("div",{className:"flex flex-wrap gap-1.5 mb-3 -mt-1 px-3",children:f.map(a=>(0,b.jsxs)("label",{className:`flex items-center gap-1 rounded border px-2 py-0.5 cursor-pointer text-xs ${z.includes(a)?"border-blue-500 bg-blue-50 dark:bg-blue-900/20":"border-void-200 hover:bg-void-50 dark:border-void-700"}`,children:[(0,b.jsx)("input",{type:"checkbox",checked:z.includes(a),onChange:()=>{A(b=>b.includes(a)?b.filter(b=>b!==a):[...b,a])},className:"h-3 w-3 rounded border-void-300"}),(0,b.jsx)("span",{children:a})]},a))}),(0,b.jsxs)("div",{className:"flex-1 flex flex-col min-h-0",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between mb-1",children:[(0,b.jsx)("label",{className:"text-xs font-medium text-void-500",children:"Prompt Template"}),(0,b.jsxs)("div",{className:"flex gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs text-void-400 mr-1",children:"Insert:"}),j.map(a=>(0,b.jsx)("button",{onClick:()=>(a=>{if(!F.current)return;let b=F.current,c=b.selectionStart,d=b.selectionEnd;u(t.substring(0,c)+a+t.substring(d)),setTimeout(()=>{b.focus(),b.selectionStart=c+a.length,b.selectionEnd=c+a.length},0)})(a.template),className:`rounded px-2 py-0.5 text-xs font-medium min-w-[60px] ${a.color} hover:opacity-80`,children:a.label},a.key))]})]}),(0,b.jsx)("textarea",{ref:F,value:t,onChange:a=>u(a.target.value),onFocus:()=>i?.(!0),onBlur:()=>i?.(!1),className:"flex-1 w-full rounded-lg border border-void-300 px-3 py-2 text-sm dark:border-void-600 dark:bg-void-800 resize-none font-mono",placeholder:"Enter the prompt template for this command...","data-voice-target":!0})]}),(0,b.jsx)("div",{className:"flex justify-end pt-3",children:k?(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-sm text-red-600 dark:text-red-400",children:"Delete this command?"}),(0,b.jsx)("button",{onClick:()=>{h(),l(!1)},className:"rounded bg-red-600 px-3 py-1.5 text-sm font-medium text-white hover:bg-red-700",children:"Yes, Delete"}),(0,b.jsx)("button",{onClick:()=>l(!1),className:"rounded bg-void-200 px-3 py-1.5 text-sm font-medium text-void-700 hover:bg-void-300 dark:bg-void-700 dark:text-void-200 dark:hover:bg-void-600",children:"Cancel"})]}):(0,b.jsxs)("button",{onClick:()=>l(!0),className:"flex items-center gap-1.5 rounded-lg border border-red-300 px-3 py-1.5 text-xs font-medium text-red-600 hover:bg-red-50 dark:border-red-800 dark:text-red-400 dark:hover:bg-red-900/20",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:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})}),"Delete"]})})]})}var q=a.i(60674);let r={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"},s={add:"text-emerald-600",remove:"text-red-600",context:"text-void-600",header:"text-neon-blue-600"},t={add:"+",remove:"-",context:" ",header:""};function u({entry:a,currentContent:d,newContent:e,onClose:f}){let[g,h]=(0,c.useState)("diff"),i=null===d;(0,c.useEffect)(()=>{function a(a){"Escape"===a.key&&(a.stopPropagation(),f())}return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[f]);let j=(0,c.useMemo)(()=>{let b=d??"";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,q.createTwoFilesPatch)(`current/${a.name}.md`,`updated/${a.name}.md`,b,e,a.currentVersion??"(none)",a.upstreamVersion,{context:4}))},[d,e,a]),k=(0,c.useMemo)(()=>{let a=0,b=0;for(let c of j)"add"===c.type&&a++,"remove"===c.type&&b++;return{additions:a,deletions:b}},[j]);return(0,b.jsx)("div",{className:"fixed inset-0 z-[55] 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-[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.name}),i?(0,b.jsx)("span",{className:"rounded bg-emerald-900/40 px-2 py-0.5 text-xs font-medium text-emerald-300",children:"New action"}):(0,b.jsxs)("span",{className:"rounded bg-amber-900/40 px-2 py-0.5 text-xs font-medium text-amber-300",children:["v",a.currentVersion," → v",a.upstreamVersion]}),(0,b.jsxs)("span",{className:"text-xs text-void-500",children:[(0,b.jsxs)("span",{className:"text-emerald-400",children:["+",k.additions]})," ",(0,b.jsxs)("span",{className:"text-red-400",children:["-",k.deletions]})]})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[!i&&(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:()=>h("diff"),className:`rounded px-2.5 py-1 text-xs font-medium transition-colors ${"diff"===g?"bg-void-800 text-void-100 shadow-sm":"text-void-400 hover:text-void-200"}`,children:"Diff"}),(0,b.jsx)("button",{onClick:()=>h("new"),className:`rounded px-2.5 py-1 text-xs font-medium transition-colors ${"new"===g?"bg-void-800 text-void-100 shadow-sm":"text-void-400 hover:text-void-200"}`,children:"Full"})]}),(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"})})})]})]}),(a.changedFields?.length||a.newClasses?.length)&&(0,b.jsxs)("div",{className:"flex flex-wrap gap-2 border-b border-void-700 px-5 py-3",children:[a.changedFields?.map(a=>(0,b.jsxs)("span",{className:"rounded bg-amber-900/40 px-2 py-0.5 text-[10px] font-medium text-amber-300",children:[a," changed"]},a)),a.newClasses?.length?(0,b.jsxs)("span",{className:"rounded bg-neon-blue-900/40 px-2 py-0.5 text-[10px] font-medium text-neon-blue-300",children:["New classes: ",a.newClasses.join(", ")]}):null]}),(0,b.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,b.jsx)("div",{className:"font-mono text-xs leading-relaxed",children:"diff"===g||i?j.map((a,c)=>(0,b.jsxs)("div",{className:`flex ${r[a.type]}`,children:[(0,b.jsx)("span",{className:`w-10 flex-shrink-0 select-none px-2 text-right ${s[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 ${s[a.type]}`,children:"header"===a.type?"···":a.newLineNo??""}),(0,b.jsx)("span",{className:`w-4 flex-shrink-0 select-none text-center ${s[a.type]}`,children:t[a.type]}),(0,b.jsx)("span",{className:"flex-1 whitespace-pre-wrap break-all px-2",children:a.content})]},c)):e.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 v({onClose:a}){let[d,e]=(0,c.useState)([]),[f,g]=(0,c.useState)(!0),[h,i]=(0,c.useState)(null),[j,k]=(0,c.useState)(!1),[l,m]=(0,c.useState)(new Set),[n,o]=(0,c.useState)(null),p=(0,c.useCallback)(async()=>{try{let a=await fetch("/api/cli-assets/updates");if(a.ok){let b=await a.json();e(b.actionEntries??[])}}catch{}g(!1)},[]);async function q(a){try{let b=await fetch(`/api/file?${new URLSearchParams({path:`updates/actions/${a.name}.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/actions/${a.name}.md`})}`),c=b.ok?await b.json():null;e=c?.content??null}o({entry:a,currentContent:e,newContent:d})}catch{}}async function r(a){i(a.name);try{(await fetch("/api/cli-assets/updates",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetType:"action",assetName:a.name})})).ok&&(m(b=>new Set(b).add(a.name)),fetch("/api/sly-actions/invalidate",{method:"POST"}).catch(()=>{}))}finally{i(null)}}async function s(a){try{await fetch("/api/cli-assets/updates",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({assetType:"action",assetName:a.name,contentHash:a.contentHash})}),e(b=>b.filter(b=>b.name!==a.name))}catch{}}async function t(){for(let a of(k(!0),d.filter(a=>!l.has(a.name))))await r(a);k(!1)}(0,c.useEffect)(()=>{p()},[p]),(0,c.useEffect)(()=>{function b(b){"Escape"!==b.key||n||a()}return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[a,n]);let v=d.filter(a=>!l.has(a.name)),w=d.filter(a=>l.has(a.name));return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",onClick:b=>{b.target===b.currentTarget&&a()},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-200 bg-white shadow-(--shadow-overlay) dark:border-void-700 dark:bg-void-850",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between border-b border-void-200 px-5 py-4 dark:border-void-700",children:[(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("svg",{className:"h-5 w-5 text-neon-blue-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 6h16M4 12h16M4 18h7"})}),(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-900 dark:text-void-100",children:"Action Updates"}),v.length>0&&(0,b.jsx)("span",{className:"rounded-full bg-neon-blue-500 px-2 py-0.5 text-[10px] font-bold text-white",children:v.length})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[v.length>1&&(0,b.jsx)("button",{onClick:t,disabled:j,className:"rounded-md border border-emerald-400/40 bg-emerald-400/15 px-3 py-1.5 text-xs font-medium text-emerald-600 transition-colors hover:bg-emerald-400/25 disabled:opacity-50 dark:text-emerald-400",children:j?(0,b.jsxs)("span",{className:"flex items-center gap-1.5",children:[(0,b.jsx)("span",{className:"h-3 w-3 animate-spin rounded-full border-2 border-emerald-600 border-t-emerald-300"}),"Accepting..."]}):`Accept All (${v.length})`}),(0,b.jsx)("button",{onClick:a,className:"rounded p-1 text-void-400 hover:bg-void-100 hover:text-void-700 dark:hover:bg-void-800 dark: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 p-4",children:f?(0,b.jsx)("div",{className:"flex items-center justify-center py-16",children:(0,b.jsx)("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-neon-blue-400 border-t-transparent"})}):0===v.length&&0===w.length?(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center py-16",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-500 dark:text-void-400",children:"All actions are up to date"}),(0,b.jsx)("p",{className:"mt-1 text-xs text-void-400 dark:text-void-500",children:"No updates available"})]}):(0,b.jsxs)("div",{className:"space-y-3",children:[w.map(a=>(0,b.jsx)("div",{className:"rounded-lg border border-emerald-500/30 bg-emerald-50 p-4 dark:bg-emerald-950/20",children:(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("svg",{className:"h-5 w-5 text-emerald-500 dark: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.jsx)("span",{className:"text-sm font-medium text-emerald-700 dark:text-emerald-300",children:a.name}),(0,b.jsx)("span",{className:"text-xs text-emerald-600/70 dark:text-emerald-400/70",children:"new"===a.status?"Installed":`Updated to v${a.upstreamVersion}`})]})},a.name)),v.map(a=>{let c=h===a.name;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"})]}),(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.upstreamVersion]}):(0,b.jsxs)("span",{children:["v",a.upstreamVersion]})}),a.description&&(0,b.jsx)("p",{className:"mt-1.5 text-xs text-void-500 line-clamp-2 dark:text-void-400",children:a.description}),a.changedFields?.length||a.newClasses?.length?(0,b.jsxs)("div",{className:"mt-2 flex flex-wrap gap-1.5",children:[a.changedFields?.map(a=>(0,b.jsxs)("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:[a," changed"]},a)),a.newClasses?.length?(0,b.jsxs)("span",{className:"rounded bg-neon-blue-100 px-1.5 py-0.5 text-[10px] font-medium text-neon-blue-700 dark:bg-neon-blue-900/40 dark:text-neon-blue-300",children:["+",a.newClasses.length," class",1!==a.newClasses.length?"es":""]}):null]}):null]}),(0,b.jsxs)("div",{className:"flex flex-shrink-0 items-center gap-1.5",children:[(0,b.jsx)("button",{onClick:()=>q(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:()=>r(a),disabled:c||j,title:"update"===a.status?`Update to v${a.upstreamVersion}`:"Install action",className:"rounded-md border border-emerald-400/40 bg-emerald-400/15 p-1.5 text-emerald-500 transition-colors hover:bg-emerald-400/25 disabled:opacity-50 dark:text-emerald-400",children:c?(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:()=>s(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"})})})]})]})},a.name)})]})})]})}),n&&(0,b.jsx)(u,{entry:n.entry,currentContent:n.currentContent,newContent:n.newContent,onClose:()=>o(null)})]})}function w(a){return a>=90?{background:"linear-gradient(90deg, #ff3b5c, #ff6b81)",glow:"0 0 8px rgba(255, 59, 92, 0.5)"}:a>=70?{background:"linear-gradient(90deg, #ff8c00, #ffaa00)",glow:"0 0 8px rgba(255, 140, 0, 0.5)"}:{background:"linear-gradient(90deg, #00e676, #00bfff)",glow:"0 0 8px rgba(0, 191, 255, 0.4)"}}function x(a){let b=a/0x40000000;return b>=1?`${b.toFixed(1)}G`:`${(a/1048576).toFixed(0)}M`}function y({value:a,label:c}){let d=w(a),e=Math.min(100,Math.max(0,a)),f="Memory"===c?"MEM":"Swap"===c?"SWP":c.toUpperCase();return(0,b.jsxs)("div",{className:"relative h-3.5 w-10 overflow-hidden rounded bg-void-200 dark:bg-void-700",title:`${c}: ${a.toFixed(1)}%`,children:[(0,b.jsx)("div",{className:"h-full rounded transition-all duration-300",style:{width:`${e}%`,background:d.background,boxShadow:d.glow}}),(0,b.jsx)("span",{className:"absolute inset-0 flex items-center justify-center text-[8px] font-bold text-white mix-blend-difference",children:f})]})}function z({value:a,label:c,detail:d}){let e=w(a),f=Math.min(100,Math.max(0,a));return(0,b.jsxs)("div",{className:"space-y-1",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between text-xs",children:[(0,b.jsx)("span",{className:"text-void-600 dark:text-void-400",children:c}),(0,b.jsx)("span",{className:"font-mono text-void-800 dark:text-void-200",children:d||`${a.toFixed(1)}%`})]}),(0,b.jsx)("div",{className:"h-2 w-full overflow-hidden rounded-full bg-void-200 dark:bg-void-700",children:(0,b.jsx)("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${f}%`,background:e.background,boxShadow:e.glow}})})]})}function A({isOpen:a,terminalCount:c,onConfirm:d,onCancel:e,isLoading:f}){return a?(0,b.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50",children:(0,b.jsxs)("div",{className:"mx-4 w-full max-w-sm rounded-lg bg-void-50 p-6 shadow-(--shadow-overlay) dark:bg-void-800",children:[(0,b.jsx)("h3",{className:"mb-2 text-lg font-semibold text-void-900 dark:text-void-100",children:"Stop All Terminals?"}),(0,b.jsxs)("p",{className:"mb-4 text-sm text-void-600 dark:text-void-400",children:["This will stop all ",c," running terminal",1!==c?"s":"",". Any active sessions will be terminated."]}),(0,b.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,b.jsx)("button",{onClick:e,disabled:f,className:"rounded-lg border border-void-300 px-4 py-2 text-sm font-medium text-void-700 hover:bg-void-50 dark:border-void-600 dark:text-void-300 dark:hover:bg-void-700",children:"Cancel"}),(0,b.jsx)("button",{onClick:d,disabled:f,className:"rounded-lg bg-red-600 px-4 py-2 text-sm font-medium text-white hover:bg-red-700 disabled:opacity-50",children:f?"Stopping...":"Stop All"})]})]})}):null}function B(){let[a,d]=(0,c.useState)(null),[e,f]=(0,c.useState)(null),[h,i]=(0,c.useState)(!1),[j,k]=(0,c.useState)(!1),[l,m]=(0,c.useState)(!1),[n,o]=(0,c.useState)(!1),p=(0,c.useRef)(null),q=(0,c.useCallback)(async a=>{try{let b=await fetch("/api/system-stats",{signal:a});if(b.ok){let a=await b.json();d(a)}}catch{}try{let b=await fetch("/api/bridge/stats",{signal:a});if(b.ok){let a=await b.json();f(a),o(!1)}else o(!0)}catch{o(!0)}},[]);(0,g.usePolling)(q,5e3),(0,c.useEffect)(()=>{if(!h)return;let a=a=>{p.current&&!p.current.contains(a.target)&&i(!1)};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[h]);let r=async()=>{m(!0);try{(await fetch("/api/bridge/sessions/stop-all",{method:"POST"})).ok&&await q()}catch(a){console.error("Failed to stop all sessions:",a)}finally{m(!1),k(!1)}},s=a?.cpu??0,t=a?a.memory.used/a.memory.total*100:0,u=a?.swap?.total?a.swap.used/a.swap.total*100:0,v=(a?.swap?.total??0)>0,B=e?.bridgeTerminals??0,C=e?.activelyWorking??0,D=w(Math.max(s,t,v?u:0));return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{ref:p,className:"relative cursor-pointer",onClick:()=>i(a=>!a),children:[(0,b.jsxs)("div",{className:"flex items-center gap-2 rounded-lg border border-void-200 bg-void-50 px-2 py-1 dark:border-void-700 dark:bg-void-800",children:[(0,b.jsxs)("div",{className:"flex items-center gap-1.5 sm:hidden",children:[(0,b.jsx)("div",{className:"h-2.5 w-2.5 rounded-full",style:{background:D.background},title:`CPU: ${s.toFixed(0)}% | Mem: ${t.toFixed(0)}%${v?` | Swap: ${u.toFixed(0)}%`:""}`}),(0,b.jsx)("span",{className:"text-[10px] font-mono text-void-600 dark:text-void-400",children:n?"--":B}),C>0&&(0,b.jsxs)("span",{className:"relative flex h-1.5 w-1.5",children:[(0,b.jsx)("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full bg-green-400 opacity-75"}),(0,b.jsx)("span",{className:"relative inline-flex h-1.5 w-1.5 rounded-full bg-green-500"})]})]}),(0,b.jsxs)("div",{className:"hidden sm:flex items-center gap-2",children:[(0,b.jsx)(y,{value:s,label:"CPU"}),(0,b.jsx)(y,{value:t,label:"Memory"}),v&&(0,b.jsx)(y,{value:u,label:"Swap"}),(0,b.jsxs)("div",{className:"flex items-center gap-0.5 text-xs text-void-600 dark:text-void-400",title:`${B} terminal${1!==B?"s":""} running`,children:[(0,b.jsx)("svg",{className:"h-3 w-3",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}),(0,b.jsx)("span",{className:"font-mono",children:n?"--":B})]}),C>0&&(0,b.jsxs)("div",{className:"flex items-center gap-0.5",title:`${C} actively working`,children:[(0,b.jsxs)("span",{className:"relative flex h-2 w-2",children:[(0,b.jsx)("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full bg-green-400 opacity-75"}),(0,b.jsx)("span",{className:"relative inline-flex h-2 w-2 rounded-full bg-green-500"})]}),(0,b.jsx)("span",{className:"text-xs font-mono text-green-600 dark:text-green-400",children:C})]})]})]}),h&&(0,b.jsxs)("div",{className:"absolute right-0 top-full z-50 mt-1 w-64 rounded-lg border border-void-200 bg-white p-3 shadow-(--shadow-overlay) dark:border-void-700 dark:bg-void-800",children:[(0,b.jsx)("h4",{className:"mb-3 text-sm font-semibold text-void-900 dark:text-void-100",children:"System Health"}),(0,b.jsxs)("div",{className:"mb-3 space-y-2",children:[(0,b.jsx)(z,{value:s,label:"CPU",detail:`${s.toFixed(1)}%`}),(0,b.jsx)(z,{value:t,label:"Memory",detail:a?`${x(a.memory.used)} / ${x(a.memory.total)}`:"--"}),v&&(0,b.jsx)(z,{value:u,label:"Swap",detail:a?.swap?`${x(a.swap.used)} / ${x(a.swap.total)}`:"--"})]}),(0,b.jsx)("div",{className:"my-3 border-t border-void-200 dark:border-void-700"}),(0,b.jsxs)("div",{className:"mb-3 space-y-1 text-xs",children:[(0,b.jsxs)("div",{className:"flex justify-between",children:[(0,b.jsx)("span",{className:"text-void-600 dark:text-void-400",children:"Terminals running"}),(0,b.jsx)("span",{className:"font-mono text-void-800 dark:text-void-200",children:n?"--":B})]}),(0,b.jsxs)("div",{className:"flex justify-between",children:[(0,b.jsx)("span",{className:"text-void-600 dark:text-void-400",children:"Actively working"}),(0,b.jsx)("span",{className:`font-mono ${C>0?"text-green-600 dark:text-green-400":"text-void-800 dark:text-void-200"}`,children:n?"--":C})]})]}),B>0&&!n&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("div",{className:"my-3 border-t border-void-200 dark:border-void-700"}),(0,b.jsx)("button",{onClick:()=>k(!0),className:"w-full rounded-lg bg-red-600 px-3 py-1.5 text-xs font-medium text-white hover:bg-red-700",children:"Stop All Terminals"})]}),n&&(0,b.jsx)("p",{className:"text-xs text-red-500",children:"Bridge unavailable"})]})]}),(0,b.jsx)(A,{isOpen:j,terminalCount:B,onConfirm:r,onCancel:()=>k(!1),isLoading:l})]})}var C=a.i(99377),D=a.i(1314);function E({name:a,description:f,tags:g,projectId:h,projectPath:i,showArchived:j=!1,onToggleArchived:l,showAutomations:m=!1,hasActiveAutomations:n=!1,onToggleAutomations:o,onRefresh:p}){let[q,r]=(0,c.useState)(!1),[s,t]=(0,c.useState)(!1),[u,w]=(0,c.useState)(!1),[x,y]=(0,c.useState)(!1),[z,A]=(0,c.useState)(0),E=(0,e.useRouter)();(0,c.useEffect)(()=>{let a=!0;async function b(){try{let b=await fetch("/api/cli-assets/updates");if(b.ok&&a){let a=await b.json();A(a.actionEntries?.length??0)}}catch{}}b();let c=setInterval(b,6e4);return()=>{a=!1,clearInterval(c)}},[]);let F=(0,c.useCallback)(async()=>{if(!x&&p){y(!0);try{await p()}finally{setTimeout(()=>y(!1),400)}}},[x,p]);return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("header",{className:"neon-header-border relative z-10 flex-shrink-0 bg-void-50 shadow-[0_4px_12px_-2px_rgba(0,0,0,0.15)] dark:bg-void-800 dark:shadow-[0_4px_12px_-2px_rgba(0,0,0,0.5)]",children:(0,b.jsx)("div",{className:"px-4 py-3",children:(0,b.jsxs)("div",{className:"flex items-center gap-2 sm:gap-4",children:[(0,b.jsxs)(d.default,{href:"/",className:"shrink-0 rounded-lg p-0.5",children:[(0,b.jsx)("img",{src:"/slycode_logo_light.webp",alt:"Home",className:"logo-nav h-[40px] w-[40px] sm:h-[52px] sm:w-[52px] object-contain mix-blend-multiply dark:hidden"}),(0,b.jsx)("img",{src:"/slycode_logo.webp",alt:"Home",className:"logo-nav hidden h-[40px] w-[40px] sm:h-[52px] sm:w-[52px] object-contain mix-blend-lighten dark:block"})]}),(0,b.jsxs)("div",{className:"hidden min-w-0 flex-1 sm:block",children:[(0,b.jsx)("h1",{className:"truncate text-xl font-bold text-void-950 dark:text-void-100",children:a}),(0,b.jsx)("p",{className:"truncate text-sm text-void-500 dark:text-void-400",children:f})]}),(0,b.jsx)("button",{onClick:()=>w(!0),className:"flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg border border-void-200/40 bg-transparent p-2 text-void-500 transition-all hover:border-neon-blue-400/40 hover:bg-neon-blue-400/5 hover:text-neon-blue-400 dark:border-void-700/40 dark:text-void-400 dark:hover:border-neon-blue-400/40 dark:hover:bg-neon-blue-400/5 dark:hover:text-neon-blue-400 sm:hidden",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:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})}),(0,b.jsx)("div",{className:"hidden w-64 shrink-0 sm:block",children:(0,b.jsx)(C.SearchBar,{contextProjectId:h,onResultClick:a=>{E.push(`/project/${a.projectId}?card=${a.cardId}`)}})}),(0,b.jsxs)("div",{className:"ml-auto flex items-center gap-1 sm:gap-2",children:[p&&(0,b.jsx)("button",{onClick:F,title:"Refresh board from disk",className:"flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg border border-void-200/40 bg-transparent p-2 text-void-500 transition-all hover:border-neon-blue-400/40 hover:bg-neon-blue-400/5 hover:text-neon-blue-400 dark:border-void-700/40 dark:text-void-400 dark:hover:border-neon-blue-400/40 dark:hover:bg-neon-blue-400/5 dark:hover:text-neon-blue-400",children:(0,b.jsx)("svg",{className:`h-4 w-4 transition-transform${x?" animate-spin":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,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.jsx)(D.ThemeToggle,{}),(0,b.jsx)(B,{}),(0,b.jsxs)("button",{onClick:()=>r(!0),title:"Sly Actions",className:"relative hidden sm:flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg border border-void-200/40 bg-transparent p-2 text-void-500 transition-all hover:border-neon-blue-400/40 hover:bg-neon-blue-400/5 hover:text-neon-blue-400 dark:border-void-700/40 dark:text-void-400 dark:hover:border-neon-blue-400/40 dark:hover:bg-neon-blue-400/5 dark:hover:text-neon-blue-400",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:"M4 6h16M4 12h16M4 18h7"})}),z>0&&(0,b.jsx)("span",{className:"absolute -right-1 -top-1 flex h-4 min-w-[16px] items-center justify-center rounded-full bg-neon-blue-500 px-1 text-[10px] font-bold text-white",children:z})]}),(0,b.jsx)("button",{onClick:o,title:m?"Show kanban board":"Show automations",className:`flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg border p-2 transition-all ${m?"border-orange-400/50 bg-orange-400/10 text-orange-500 hover:bg-orange-400/20 dark:text-orange-400":`border-void-200/40 bg-transparent text-void-500 hover:border-orange-400/40 hover:bg-orange-400/5 hover:text-orange-400 dark:border-void-700/40 dark:text-void-400 dark:hover:border-orange-400/40 dark:hover:bg-orange-400/5 dark:hover:text-orange-400${n?" active-glow-automation-btn text-orange-400 dark:text-orange-400":""}`}`,children:m?(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:"M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6"})}):(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:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})})}),(0,b.jsx)("button",{onClick:l,title:j?"Show active cards":"Show archived cards",className:`flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg border p-2 transition-all ${j?"border-neon-orange-400/50 bg-neon-orange-400/8 text-neon-orange-500 hover:bg-neon-orange-400/15 dark:text-neon-orange-400":"border-void-200/40 bg-transparent text-void-500 hover:border-neon-blue-400/40 hover:bg-neon-blue-400/5 hover:text-neon-blue-400 dark:border-void-700/40 dark:text-void-400 dark:hover:border-neon-blue-400/40 dark:hover:bg-neon-blue-400/5 dark:hover:text-neon-blue-400"}`,children:j?(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:"M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6"})}):(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:"M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4"})})})]})]})})}),u&&(0,b.jsx)("div",{className:"fixed inset-x-0 top-0 z-50 bg-void-50 p-3 shadow-lg dark:bg-void-800 sm:hidden",children:(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("div",{className:"flex-1",children:(0,b.jsx)(C.SearchBar,{contextProjectId:h,onResultClick:a=>{w(!1),E.push(`/project/${a.projectId}?card=${a.cardId}`)}})}),(0,b.jsx)("button",{onClick:()=>w(!1),className:"flex min-h-[44px] min-w-[44px] items-center justify-center rounded-lg p-2 text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-200",children:(0,b.jsx)("svg",{className:"h-5 w-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"})})})]})}),q&&(0,b.jsx)(k,{onClose:()=>{r(!1),fetch("/api/sly-actions/invalidate",{method:"POST"}).catch(()=>{})},projectId:h,projectPath:i,actionUpdateCount:z,onShowActionUpdates:()=>{r(!1),t(!0)}}),s&&(0,b.jsx)(v,{onClose:()=>{t(!1),fetch("/api/cli-assets/updates").then(a=>a.json()).then(a=>A(a.actionEntries?.length??0)).catch(()=>{})}})]})}var F=a.i(18975);class G{channel=null;senderId;listeners=new Set;constructor(){this.senderId=`tab-${Date.now()}-${Math.random().toString(36).slice(2,8)}`}broadcast(a,b){if(!this.channel)return;let c={type:a,senderId:this.senderId,projectId:b,timestamp:Date.now()};try{this.channel.postMessage(c)}catch{}}subscribe(a){return this.listeners.add(a),()=>{this.listeners.delete(a)}}}let H=new G;var I=a.i(45845),J=a.i(19933);let K={critical:{border:"border-l-[#ff1744]",glowRgb:"255, 23, 68",hoverGlow:"hover:shadow-[var(--shadow-card),inset_5px_0_8px_-6px_rgba(255,23,68,0.5)] dark:hover:shadow-[var(--shadow-card),inset_6px_0_14px_-6px_rgba(255,23,68,0.5),_-4px_0_16px_-3px_rgba(255,23,68,0.55)] hover:before:bg-white/40 dark:hover:before:bg-white/60"},high:{border:"border-l-[#ff9100]",glowRgb:"255, 145, 0",hoverGlow:"hover:shadow-[var(--shadow-card),inset_4px_0_7px_-5px_rgba(255,145,0,0.45)] dark:hover:shadow-[var(--shadow-card),inset_5px_0_12px_-5px_rgba(255,145,0,0.45),_-3px_0_14px_-3px_rgba(255,145,0,0.45)] hover:before:bg-white/35 dark:hover:before:bg-white/50"},medium:{border:"border-l-[#00bfff]",glowRgb:"0, 191, 255",hoverGlow:"hover:shadow-[var(--shadow-card),inset_4px_0_6px_-5px_rgba(0,191,255,0.4)] dark:hover:shadow-[var(--shadow-card),inset_4px_0_10px_-4px_rgba(0,191,255,0.4),_-3px_0_12px_-3px_rgba(0,191,255,0.35)] hover:before:bg-white/30 dark:hover:before:bg-white/45"},low:{border:"border-l-[#00c853]",glowRgb:"0, 200, 83",hoverGlow:"hover:shadow-[var(--shadow-card),inset_4px_0_6px_-5px_rgba(0,200,83,0.35)] dark:hover:shadow-[var(--shadow-card),inset_4px_0_10px_-4px_rgba(0,200,83,0.35),_-3px_0_12px_-3px_rgba(0,200,83,0.3)] hover:before:bg-white/25 dark:hover:before:bg-white/40"}},L={bug:"🪳",feature:"✨",chore:"🔧"};function M({completed:a,total:c}){let d=a===c,e=c>0?a/c:0,f=2*Math.PI*5.75;if(d)return(0,b.jsx)("div",{className:"flex items-center",title:"Checklist complete",children:(0,b.jsxs)("svg",{width:13,height:13,viewBox:"0 0 16 16",className:"text-void-400 dark:text-void-500",children:[(0,b.jsx)("circle",{cx:"8",cy:"8",r:"7",fill:"currentColor"}),(0,b.jsx)("path",{d:"M5 8l2 2 4-4",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]})});let g=0===a;return(0,b.jsxs)("div",{className:"flex items-center gap-1",title:`${a}/${c} items complete`,children:[(0,b.jsxs)("svg",{width:13,height:13,className:"-rotate-90",children:[(0,b.jsx)("circle",{cx:6.5,cy:6.5,r:5.75,fill:"none",stroke:"currentColor",strokeWidth:1.5,className:g?"text-red-500":"text-void-200 dark:text-void-600"}),(0,b.jsx)("circle",{cx:6.5,cy:6.5,r:5.75,fill:"none",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeDasharray:f,strokeDashoffset:f*(1-e),className:"text-orange-500 dark:text-orange-400"})]}),(0,b.jsxs)("span",{className:"font-[family-name:var(--font-jetbrains-mono)] text-[10px] text-void-500 dark:text-void-400",children:[a,"/",c]})]})}function N({card:a,sessionStatus:d,isActivelyWorking:e=!1,stage:f,onClick:g,onContextMenu:h,onDragStart:i,onDragEnd:j}){var k;let l=a.problems.filter(a=>!a.resolved_at).length,m=a.checklist?.length||0,n=a.checklist?.filter(a=>a.done).length||0,[o,p]=(0,c.useState)(!1),[q,r]=(0,c.useState)({top:0,left:0}),[s,t]=(0,c.useState)(!1),u=(0,c.useRef)(null),v=(0,c.useRef)(null),w=K[a.priority]||K.medium;(0,c.useEffect)(()=>()=>{u.current&&clearTimeout(u.current)},[]);let x="done"!==f&&(a.areas.length>0||a.tags.length>0);return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{ref:v,draggable:!0,onDragStart:b=>{b.dataTransfer.setData("text/plain",a.id),b.dataTransfer.effectAllowed="move",i?.(),p(!1),u.current&&clearTimeout(u.current)},onDragEnd:()=>{j?.()},onClick:g,style:{"--glow-color":w.glowRgb},onContextMenu:a=>{h&&(p(!1),u.current&&clearTimeout(u.current),h(a))},onMouseEnter:()=>{a.description&&(u.current=setTimeout(()=>{if(v.current){let a=v.current.getBoundingClientRect(),b=a.right+8+256<=window.innerWidth,c=b?a.right+8:a.left-8-256;r({top:Math.min(a.top,window.innerHeight-100-8),left:c}),t(!b)}p(!0)},500))},onMouseLeave:()=>{u.current&&(clearTimeout(u.current),u.current=null),p(!1)},className:`group relative cursor-pointer rounded-lg border-l-4 border-t border-t-white/50 backdrop-blur-lg bg-white/55 p-3 shadow-(--shadow-card) ring-1 ring-transparent transition-[transform,ring-color,box-shadow] duration-200 hover:translate-y-0.5 hover:ring-[rgba(var(--glow-color),0.4)] before:pointer-events-none before:absolute before:inset-y-1 before:-left-[3px] before:w-px before:rounded-full before:bg-white/0 before:transition-colors before:duration-200 dark:border-t-white/10 dark:backdrop-blur-xl dark:bg-[#20232a]/55 dark:hover:ring-[rgba(var(--glow-color),0.25)] ${w.border} ${w.hoverGlow} ${e?"active-glow-card":""}`,children:[(0,b.jsxs)("div",{className:"flex items-start justify-between gap-2",children:[(0,b.jsx)("div",{className:"flex-1",children:(0,b.jsx)("h4",{className:"text-sm font-medium text-void-900 dark:text-void-100",children:a.title})}),(0,b.jsxs)("div",{className:"flex items-center gap-1.5",children:[null!=a.number&&(0,b.jsx)("span",{className:"font-[family-name:var(--font-jetbrains-mono)] text-[10px] leading-none text-void-400 dark:text-void-500",children:(k=a.number,`#${String(k).padStart(k>9999?0:4,"0")}`)}),(e||"running"===d)&&(0,b.jsxs)("span",{className:"relative flex h-2.5 w-2.5 -translate-y-px",title:"Session running",children:[(0,b.jsx)("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full bg-[#00e676] opacity-75"}),(0,b.jsx)("span",{className:"relative inline-flex h-2.5 w-2.5 rounded-full bg-[#00e676] dark:drop-shadow-[0_0_4px_rgba(0,230,118,0.6)]",style:{boxShadow:"0 0 6px rgba(0,230,118,0.6)"}})]}),!e&&("detached"===d||"resumable"===d)&&(0,b.jsx)("span",{className:"flex h-2.5 w-2.5 -translate-y-px rounded-full bg-neon-orange-400 dark:drop-shadow-[0_0_4px_rgba(255,140,0,0.5)]",title:"Session paused",style:{boxShadow:"0 0 4px rgba(255,140,0,0.4)"}}),!e&&"none"===d&&(0,b.jsx)("span",{className:"flex h-2 w-2 -translate-y-px rounded-full bg-void-300 dark:bg-void-600",title:"No session"})]})]}),l>0&&(0,b.jsxs)("div",{className:"mt-2 flex items-center gap-1 rounded bg-red-50 px-2 py-1 text-xs text-red-700 dark:bg-red-900/30 dark:text-red-300",children:[(0,b.jsx)("svg",{className:"h-3 w-3",fill:"currentColor",viewBox:"0 0 20 20",children:(0,b.jsx)("path",{fillRule:"evenodd",d:"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z",clipRule:"evenodd"})}),(0,b.jsxs)("span",{children:[l," issue",1!==l?"s":""]})]}),(0,b.jsxs)("div",{className:`${x?"mt-2":"mt-1"} flex items-center justify-end gap-2`,children:[x&&(0,b.jsxs)("div",{className:"flex min-w-0 flex-1 gap-1 overflow-hidden",children:[a.areas.slice(0,1).map(a=>(0,b.jsx)("span",{className:"shrink-0 rounded border border-neon-blue-400/25 bg-transparent px-1 py-px font-[family-name:var(--font-jetbrains-mono)] text-[10px] text-neon-blue-700 transition-colors group-hover:bg-neon-blue-400/8 dark:border-neon-blue-400/20 dark:text-neon-blue-400/70 dark:group-hover:bg-neon-blue-400/10",children:a},a)),a.areas.length>1&&(0,b.jsxs)("span",{className:"shrink-0 rounded border border-neon-blue-400/25 bg-transparent px-1 py-px font-[family-name:var(--font-jetbrains-mono)] text-[10px] text-neon-blue-600 transition-colors group-hover:bg-neon-blue-400/8 dark:border-neon-blue-400/20 dark:text-neon-blue-400/50 dark:group-hover:bg-neon-blue-400/10",children:["+",a.areas.length-1]}),a.tags.slice(0,1).map(a=>(0,b.jsx)("span",{className:"shrink-0 rounded border border-void-300 bg-transparent px-1 py-px font-[family-name:var(--font-jetbrains-mono)] text-[10px] text-void-600 transition-colors group-hover:bg-void-100 dark:border-void-600 dark:text-void-400 dark:group-hover:bg-void-800",children:a},a)),a.tags.length>1&&(0,b.jsxs)("span",{className:"shrink-0 rounded border border-void-300 bg-transparent px-1 py-px font-[family-name:var(--font-jetbrains-mono)] text-[10px] text-void-600 transition-colors group-hover:bg-void-100 dark:border-void-600 dark:text-void-500 dark:group-hover:bg-void-800",children:["+",a.tags.length-1]})]}),(0,b.jsxs)("div",{className:"flex shrink-0 items-center gap-1.5",children:[m>0&&(0,b.jsx)(M,{completed:n,total:m}),(0,b.jsx)("span",{className:"text-base leading-none",children:L[a.type]||L.chore})]})]})]}),o&&a.description&&"u">typeof document&&(0,J.createPortal)((0,b.jsxs)("div",{className:`fixed z-[100] w-64 animate-in fade-in duration-200 ${s?"slide-in-from-right-1":"slide-in-from-left-1"}`,style:{top:q.top,left:q.left},children:[(0,b.jsx)("div",{className:"rounded-lg border border-neon-blue-400/20 bg-void-50 p-3 shadow-(--shadow-overlay) dark:bg-void-850",children:(0,b.jsx)("p",{className:"whitespace-pre-wrap text-sm text-void-700 dark:text-void-300",children:a.description.length>200?a.description.slice(0,200)+"...":a.description})}),(0,b.jsx)("div",{className:`absolute top-3 h-2 w-2 rotate-45 ${s?"-right-1 border-t border-r":"-left-1 border-b border-l"} border-neon-blue-400/20 bg-void-50 dark:bg-void-850`})]}),document.body)]})}let O={zinc:{header:"bg-void-200 dark:bg-void-700 shadow-[inset_0_2px_6px_rgba(100,100,110,0.2),inset_0_-1px_3px_rgba(100,100,110,0.12)] dark:shadow-[inset_0_2px_6px_rgba(30,30,40,0.5),inset_0_-1px_3px_rgba(30,30,40,0.35),inset_0_1px_0_rgba(255,255,255,0.06)]",headerText:"text-void-500 dark:text-void-200",count:"bg-void-300/80 text-void-500 dark:bg-void-600 dark:text-void-200",border:"border-b-[3px] border-void-400 dark:border-void-400",texture:"lane-texture"},purple:{header:"bg-neon-blue-100/80 dark:from-neon-blue-900/60 dark:to-neon-blue-950/40 dark:bg-gradient-to-r shadow-[inset_0_2px_6px_rgba(0,120,180,0.18),inset_0_-1px_3px_rgba(0,120,180,0.1)] dark:shadow-[inset_0_2px_6px_rgba(0,60,100,0.55),inset_0_-1px_3px_rgba(0,60,100,0.35),inset_0_1px_0_rgba(0,191,255,0.06)]",headerText:"text-void-600 dark:text-neon-blue-300",count:"bg-neon-blue-200/60 text-void-600 dark:bg-neon-blue-800/60 dark:text-neon-blue-200",border:"border-b-[3px] border-neon-blue-400/70 dark:border-neon-blue-400/70",texture:"lane-texture"},blue:{header:"bg-neon-blue-100 dark:from-neon-blue-800/50 dark:to-neon-blue-900/40 dark:bg-gradient-to-r shadow-[inset_0_2px_6px_rgba(0,100,160,0.2),inset_0_-1px_3px_rgba(0,100,160,0.12)] dark:shadow-[inset_0_2px_6px_rgba(0,50,90,0.55),inset_0_-1px_3px_rgba(0,50,90,0.35),inset_0_1px_0_rgba(0,191,255,0.06)]",headerText:"text-void-600 dark:text-neon-blue-200",count:"bg-neon-blue-200/60 text-void-600 dark:bg-neon-blue-700/60 dark:text-neon-blue-100",border:"border-b-[3px] border-neon-blue-500/60 dark:border-neon-blue-400/70",texture:"lane-texture"},yellow:{header:"bg-[#ff6a33]/10 dark:from-[#ff6a33]/15 dark:to-[#ff6a33]/5 dark:bg-gradient-to-r shadow-[inset_0_2px_6px_rgba(180,60,0,0.15),inset_0_-1px_3px_rgba(180,60,0,0.08)] dark:shadow-[inset_0_2px_6px_rgba(100,30,0,0.5),inset_0_-1px_3px_rgba(100,30,0,0.3),inset_0_1px_0_rgba(255,106,51,0.06)]",headerText:"text-void-600 dark:text-[#ff8a60]",count:"bg-[#ff6a33]/12 text-void-600 dark:bg-[#ff6a33]/20 dark:text-[#ffc0a0]",border:"border-b-[3px] border-[#ff6a33]/50 dark:border-[#ff6a33]/60",texture:"lane-texture"},green:{header:"bg-green-100/80 dark:from-green-900/50 dark:to-green-950/30 dark:bg-gradient-to-r shadow-[inset_0_2px_6px_rgba(0,100,50,0.18),inset_0_-1px_3px_rgba(0,100,50,0.1)] dark:shadow-[inset_0_2px_6px_rgba(0,50,25,0.55),inset_0_-1px_3px_rgba(0,50,25,0.35),inset_0_1px_0_rgba(34,197,94,0.06)]",headerText:"text-void-600 dark:text-green-300",count:"bg-green-200/60 text-void-600 dark:bg-green-800/50 dark:text-green-200",border:"border-b-[3px] border-green-500/60 dark:border-green-400/60",texture:"lane-texture"}};function P({stage:a,cards:d,cardSessions:e,activeCards:f,onCardClick:g,onCardContextMenu:h,onMoveCard:i,onAddCardClick:j}){let k=O[a.color]||O.zinc,[l,m]=(0,c.useState)(null),n=(0,c.useRef)(null),o=(0,c.useRef)(null),p=(0,c.useRef)(0),q=(0,c.useRef)(!1);(0,c.useEffect)(()=>{let a=()=>{let b=n.current;if(!b||!q.current){o.current=null;return}let c=b.getBoundingClientRect(),d=p.current,e=d-c.top,f=c.bottom-d,g=0;e<60&&e>0?g=-8*(1-e/60):f<60&&f>0&&(g=8*(1-f/60)),0!==g&&(b.scrollTop+=g),o.current=requestAnimationFrame(a)};return n.current&&(n.current.startScroll=()=>{o.current||(o.current=requestAnimationFrame(a))}),()=>{o.current&&(cancelAnimationFrame(o.current),o.current=null)}},[]);let r=(0,c.useCallback)(()=>{q.current=!0;let a=n.current;a?.startScroll?.()},[]),s=(0,c.useCallback)(()=>{q.current=!1,o.current&&(cancelAnimationFrame(o.current),o.current=null)},[]),t=a=>{a.preventDefault(),a.dataTransfer.dropEffect="move",p.current=a.clientY,r()};return(0,b.jsxs)("div",{className:"flex min-w-[85vw] sm:min-w-72 max-w-[85vw] sm:max-w-96 flex-1 flex-shrink-0 snap-start flex-col rounded-lg border-2 border-t-[rgba(140,170,220,0.55)] border-l-[rgba(140,170,220,0.55)] border-b-[rgba(80,110,180,0.45)] border-r-[rgba(80,110,180,0.45)] bg-[#d8e1f0] shadow-[0_1px_3px_rgba(0,0,0,0.25),inset_0_3px_6px_-2px_rgba(255,255,255,0.6),inset_3px_0_6px_-2px_rgba(255,255,255,0.4),inset_0_-3px_6px_-2px_rgba(60,90,160,0.2),inset_-3px_0_6px_-2px_rgba(60,90,160,0.15)] dark:border-2 dark:border-void-700 dark:bg-void-850 dark:shadow-[0_1px_3px_rgba(0,0,0,0.6)]",onDragOver:t,onDragLeave:a=>{let b=a.currentTarget.getBoundingClientRect(),c=a.clientX,d=a.clientY;(c<b.left||c>b.right||d<b.top||d>b.bottom)&&(m(null),s())},onDrop:b=>{b.preventDefault(),s();let c=b.dataTransfer.getData("text/plain");c&&i(c,a.id,l??void 0),m(null)},children:[(0,b.jsxs)("div",{className:`light-clean grain depth-glow flex items-center justify-between rounded-t-lg px-3 py-2.5 ${k.header} ${k.border}`,children:[(0,b.jsx)("h3",{className:`font-semibold drop-shadow-[0_1px_2px_rgba(0,0,0,0.4)] dark:drop-shadow-[0_2px_3px_rgba(0,0,0,0.7)] ${k.headerText}`,children:a.label}),(0,b.jsx)("span",{className:`rounded-full px-2 py-0.5 text-xs font-bold ${k.count}`,children:d.length})]}),(0,b.jsx)("div",{ref:n,className:`min-h-0 flex-1 space-y-2 overflow-y-auto p-2 pb-8 ${k.texture}`,style:{maskImage:"linear-gradient(to bottom, black calc(100% - 3rem), transparent 100%)",WebkitMaskImage:"linear-gradient(to bottom, black calc(100% - 3rem), transparent 100%)"},children:0===d.length?(0,b.jsx)("div",{className:"rounded-lg border-2 border-dashed border-void-200 p-4 text-center text-sm text-void-400 dark:border-void-700 dark:text-void-600",onDragOver:t,onDrop:b=>{b.preventDefault(),s();let c=b.dataTransfer.getData("text/plain");c&&i(c,a.id,0),m(null)},children:"Drop here"}):(0,b.jsxs)(b.Fragment,{children:[d.map((c,d)=>(0,b.jsxs)("div",{children:[l===d&&(0,b.jsx)("div",{className:"mb-2 h-1 rounded-full bg-neon-blue-400 transition-all"}),(0,b.jsx)("div",{onDragOver:a=>{let b,c;return a.preventDefault(),a.stopPropagation(),p.current=a.clientY,r(),c=(b=a.currentTarget.getBoundingClientRect()).top+b.height/2,void m(a.clientY<c?d:d+1)},children:(0,b.jsx)(N,{card:c,sessionStatus:e.get(c.id)||"none",isActivelyWorking:f.has(c.id),stage:a.id,onClick:()=>g(c),onContextMenu:h?a=>h(c,a):void 0,onDragStart:()=>{},onDragEnd:()=>{m(null),s()}})})]},c.id)),l===d.length&&(0,b.jsx)("div",{className:"mt-2 h-1 rounded-full bg-neon-blue-400 transition-all"})]})}),j&&(0,b.jsx)("div",{className:"p-2 pt-0",children:(0,b.jsxs)("button",{onClick:j,className:"flex w-full items-center justify-center gap-1 rounded-lg border-2 border-dashed border-void-200 py-2 text-sm text-void-400 transition-colors hover:border-neon-blue-400/30 hover:text-neon-blue-400 dark:border-void-700 dark:text-void-500 dark:hover:border-neon-blue-400/30 dark:hover:text-neon-blue-400",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:"M12 4v16m8-8H4"})}),"Add Card"]})})]})}var Q=a.i(99007),R=a.i(87779);let S=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];function T(a,b,c="Not set",d){let e=d?` (${d})`:"";if("one-shot"===b)try{let b=new Date(a);if(isNaN(b.getTime()))return a||c;return`Once on ${b.toLocaleDateString()} at ${b.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})}${e}`}catch{return a||c}if(!a)return c;let f=a.split(" ");if(5!==f.length)return a;let[g,h,i,,j]=f,k=h.match(/^(\d+)-(\d+)\/(\d+)$/);if(k&&"*"===i&&"*"===j){let[,a,b,c]=k;return`Every ${c}h from ${a.padStart(2,"0")}:${g.padStart(2,"0")} to ${b.padStart(2,"0")}:${g.padStart(2,"0")}${e}`}if(h.includes(",")&&"*"===i&&"*"===j){let a=h.split(",").map(Number);if(a.length>=2){let b=(a[1]-a[0]+24)%24;if(b>0){let c=String(a[0]).padStart(2,"0"),d=String(a[a.length-1]).padStart(2,"0");return`Every ${b}h from ${c}:${g.padStart(2,"0")} to ${d}:${g.padStart(2,"0")}${e}`}}}if("*"===h&&"*"===i&&"*"===j)return`Every hour at :${g.padStart(2,"0")}${e}`;if("*"===i&&"*"===j)return`Daily at ${h}:${g.padStart(2,"0")}${e}`;if("*"===i&&"*"!==j){let a=j.split(",").map(a=>S[parseInt(a)]||a).join(", ");return`Weekly on ${a} at ${h}:${g.padStart(2,"0")}${e}`}return"*"!==i&&"*"===j?`Monthly on day ${i} at ${h}:${g.padStart(2,"0")}${e}`:a}let U=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];function V(a){let b={frequency:"daily",hour:"6",minute:"0",days:[],dayOfMonth:"1",intervalHours:"2",startHour:"9",endHour:"20"};if(!a)return b;let c=a.split(" ");if(5!==c.length)return b;let[d,e,f,,g]=c,h=e.match(/^(\d+)-(\d+)\/(\d+)$/);if(h&&"*"===f&&"*"===g)return{...b,frequency:"interval",minute:d,startHour:h[1],endHour:h[2],intervalHours:h[3]};if(e.includes(",")&&"*"===f&&"*"===g){let a=e.split(",").map(Number);if(a.length>=2){let c=(a[1]-a[0]+24)%24;if(c>0&&c<=12)return{...b,frequency:"interval",minute:d,startHour:String(a[0]),endHour:String(a[a.length-1]),intervalHours:String(c)}}}return"*"===e?{...b,frequency:"hourly",minute:d}:"*"!==f?{...b,frequency:"monthly",hour:e,minute:d,dayOfMonth:f}:"*"!==g?{...b,frequency:"weekly",hour:e,minute:d,days:g.split(",").map(Number)}:{...b,frequency:"daily",hour:e,minute:d}}function W(a){switch(a.frequency){case"hourly":return`${a.minute} * * * *`;case"daily":return`${a.minute} ${a.hour} * * *`;case"weekly":return`${a.minute} ${a.hour} * * ${a.days.length?a.days.sort((a,b)=>a-b).join(","):"1"}`;case"monthly":return`${a.minute} ${a.hour} ${a.dayOfMonth} * *`;case"interval":{let b=parseInt(a.startHour),c=parseInt(a.endHour),d=parseInt(a.intervalHours);if(b<=c)return`${a.minute} ${b}-${c}/${d} * * *`;let e=function(a,b,c){let d=[],e=a;if(a<=b)for(;e<=b;)d.push(e),e+=c;else{for(;e<24;)d.push(e),e+=c;for(e-=24;e<=b;)d.push(e),e+=c}return d}(b,c,d);return`${a.minute} ${e.join(",")} * * *`}}}function X({config:a,cardId:d,projectId:e,onChange:f}){let[g,h]=(0,c.useState)(!1),[i,j]=(0,c.useState)([]),[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(null),[o,p]=(0,c.useState)(""),q=V(a.schedule),[r,s]=(0,c.useState)(q);(0,c.useEffect)(()=>{fetch("/api/providers").then(a=>a.ok?a.json():null).then(a=>{a?.providers&&j(Object.entries(a.providers).map(([a,b])=>({id:a,displayName:b.displayName||a})))}).catch(()=>{}),fetch("/api/scheduler").then(a=>a.ok?a.json():null).then(a=>{a?.abbreviation&&p(a.abbreviation)}).catch(()=>{})},[]);let t=(b,c,d)=>{"recurring"===c&&b&&fetch("/api/scheduler",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"nextRun",schedule:b,scheduleType:c})}).then(a=>a.ok?a.json():null).then(c=>{c?.nextRun&&f({...a,...d,schedule:b,nextRun:c.nextRun})}).catch(()=>{})},u=b=>{let c={...r,...b};s(c);let d=W(c);f({...a,schedule:d,nextRun:void 0}),a.enabled&&t(d,a.scheduleType)},v=T(a.schedule,a.scheduleType,"Not set",o||void 0),w="rounded border border-void-300 bg-white px-2 py-1 text-sm text-void-700 focus:border-orange-400 focus:outline-none focus:ring-1 focus:ring-orange-400/30 dark:border-void-600 dark:bg-void-800 dark:text-void-300",x="text-xs font-medium text-void-500 dark:text-void-400";return(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsxs)("div",{className:"rounded-lg border border-orange-400/20 bg-orange-50/50 p-3 dark:bg-orange-950/10",children:[(0,b.jsx)("h4",{className:"mb-3 text-sm font-semibold text-orange-700 dark:text-orange-400",children:"Schedule"}),(0,b.jsxs)("div",{className:"mb-3 flex items-center gap-2",children:[(0,b.jsx)("button",{onClick:()=>{let b=W(r);f({...a,scheduleType:"recurring",schedule:b,nextRun:void 0}),a.enabled&&t(b,"recurring")},className:`rounded-l-lg px-3 py-1.5 text-xs font-medium transition-colors ${"recurring"===a.scheduleType?"bg-orange-500 text-white":"bg-void-200 text-void-600 hover:bg-void-300 dark:bg-void-700 dark:text-void-400 dark:hover:bg-void-600"}`,children:"Recurring"}),(0,b.jsx)("button",{onClick:()=>f({...a,scheduleType:"one-shot",schedule:"",nextRun:void 0}),className:`rounded-r-lg px-3 py-1.5 text-xs font-medium transition-colors ${"one-shot"===a.scheduleType?"bg-orange-500 text-white":"bg-void-200 text-void-600 hover:bg-void-300 dark:bg-void-700 dark:text-void-400 dark:hover:bg-void-600"}`,children:"One-shot"})]}),"recurring"===a.scheduleType?(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Frequency:"}),(0,b.jsxs)("select",{value:r.frequency,onChange:a=>u({frequency:a.target.value}),className:w,children:[(0,b.jsx)("option",{value:"hourly",children:"Hourly"}),(0,b.jsx)("option",{value:"daily",children:"Daily"}),(0,b.jsx)("option",{value:"weekly",children:"Weekly"}),(0,b.jsx)("option",{value:"monthly",children:"Monthly"}),(0,b.jsx)("option",{value:"interval",children:"Interval (hour range)"})]})]}),"interval"===r.frequency&&(0,b.jsxs)("div",{className:"space-y-2",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Every"}),(0,b.jsx)("select",{value:r.intervalHours,onChange:a=>u({intervalHours:a.target.value}),className:w,children:[1,2,3,4,6,8].map(a=>(0,b.jsxs)("option",{value:String(a),children:[a," hour",a>1?"s":""]},a))}),(0,b.jsx)("span",{className:x,children:"between"}),(0,b.jsx)("select",{value:r.startHour,onChange:a=>u({startHour:a.target.value}),className:w,children:Array.from({length:24},(a,c)=>(0,b.jsxs)("option",{value:String(c),children:[String(c).padStart(2,"0"),":00"]},c))}),(0,b.jsx)("span",{className:x,children:"and"}),(0,b.jsx)("select",{value:r.endHour,onChange:a=>u({endHour:a.target.value}),className:w,children:Array.from({length:24},(a,c)=>(0,b.jsxs)("option",{value:String(c),children:[String(c).padStart(2,"0"),":00"]},c))})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"At minute:"}),(0,b.jsx)("select",{value:r.minute,onChange:a=>u({minute:a.target.value}),className:w,children:[0,5,10,15,20,25,30,35,40,45,50,55].map(a=>(0,b.jsxs)("option",{value:String(a),children:[":",String(a).padStart(2,"0")]},a))})]})]}),("daily"===r.frequency||"weekly"===r.frequency||"monthly"===r.frequency)&&(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"At:"}),(0,b.jsx)("input",{type:"time",value:`${r.hour.padStart(2,"0")}:${r.minute.padStart(2,"0")}`,onChange:a=>{let[b,c]=a.target.value.split(":");u({hour:String(parseInt(b)),minute:String(parseInt(c))})},className:w})]}),"hourly"===r.frequency&&(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"At minute:"}),(0,b.jsx)("select",{value:r.minute,onChange:a=>u({minute:a.target.value}),className:w,children:[0,5,10,15,20,25,30,35,40,45,50,55].map(a=>(0,b.jsxs)("option",{value:String(a),children:[":",String(a).padStart(2,"0")]},a))})]}),"weekly"===r.frequency&&(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Days:"}),(0,b.jsx)("div",{className:"flex gap-1",children:U.map((a,c)=>(0,b.jsx)("button",{onClick:()=>{u({days:r.days.includes(c)?r.days.filter(a=>a!==c):[...r.days,c]})},className:`rounded px-2 py-1 text-xs font-medium transition-colors ${r.days.includes(c)?"bg-orange-500 text-white":"bg-void-200 text-void-600 hover:bg-void-300 dark:bg-void-700 dark:text-void-400"}`,children:a},c))})]}),"monthly"===r.frequency&&(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Day:"}),(0,b.jsx)("select",{value:r.dayOfMonth,onChange:a=>u({dayOfMonth:a.target.value}),className:w,children:Array.from({length:28},(a,b)=>b+1).map(a=>(0,b.jsx)("option",{value:String(a),children:a},a))})]}),(0,b.jsxs)("div",{children:[(0,b.jsxs)("button",{onClick:()=>h(!g),className:"text-xs text-void-500 hover:text-orange-500 dark:text-void-400",children:[g?"Hide":"Show"," advanced (cron)"]}),g&&(0,b.jsx)("div",{className:"mt-1 flex items-center gap-2",children:(0,b.jsx)("input",{type:"text",value:a.schedule,onChange:b=>{let c=b.target.value;f({...a,schedule:c,nextRun:void 0}),s(V(c)),a.enabled&&t(c,"recurring")},placeholder:"* * * * *",className:`flex-1 font-mono text-xs ${w}`})})]})]}):(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Date & Time:"}),(0,b.jsx)("input",{type:"datetime-local",value:a.schedule?a.schedule.slice(0,16):"",onChange:b=>f({...a,schedule:new Date(b.target.value).toISOString(),nextRun:void 0}),className:w}),o&&(0,b.jsxs)("span",{className:"text-xs text-void-500 dark:text-void-400",children:["(",o,")"]})]}),(0,b.jsx)("div",{className:"mt-2 rounded bg-orange-100/50 px-2 py-1 text-xs text-orange-700 dark:bg-orange-900/20 dark:text-orange-300",children:v}),(a.lastRun||a.nextRun)&&(0,b.jsxs)("div",{className:"mt-2 flex gap-4 text-xs text-void-500 dark:text-void-400",children:[a.lastRun&&(0,b.jsxs)("span",{children:["Last run: ",new Date(a.lastRun).toLocaleString(),a.lastResult&&(0,b.jsxs)("span",{className:"success"===a.lastResult?" text-green-600 dark:text-green-400":" text-red-600 dark:text-red-400",children:[" ","(",a.lastResult,")"]})]}),a.nextRun&&(0,b.jsxs)("span",{children:["Next run: ",new Date(a.nextRun).toLocaleString()]})]})]}),(0,b.jsxs)("div",{className:"rounded-lg border border-orange-400/20 bg-orange-50/50 p-3 dark:bg-orange-950/10",children:[(0,b.jsx)("h4",{className:"mb-3 text-sm font-semibold text-orange-700 dark:text-orange-400",children:"Execution"}),(0,b.jsxs)("div",{className:"space-y-3",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Provider:"}),(0,b.jsx)("select",{value:a.provider,onChange:b=>f({...a,provider:b.target.value}),className:w,children:i.length>0?i.map(a=>(0,b.jsx)("option",{value:a.id,children:a.displayName},a.id)):(0,b.jsx)("option",{value:a.provider,children:a.provider})})]}),(0,b.jsxs)("div",{className:"flex flex-wrap gap-4",children:[(0,b.jsxs)("label",{className:"flex cursor-pointer items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Fresh session:"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":a.freshSession,onClick:()=>f({...a,freshSession:!a.freshSession}),className:`relative inline-flex h-5 w-9 flex-shrink-0 rounded-full border-2 border-transparent transition-colors ${a.freshSession?"bg-orange-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 ${a.freshSession?"translate-x-4":"translate-x-0"}`})})]}),(0,b.jsxs)("label",{className:"flex cursor-pointer items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Report via messaging:"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":a.reportViaMessaging,onClick:()=>f({...a,reportViaMessaging:!a.reportViaMessaging}),className:`relative inline-flex h-5 w-9 flex-shrink-0 rounded-full border-2 border-transparent transition-colors ${a.reportViaMessaging?"bg-orange-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 ${a.reportViaMessaging?"translate-x-4":"translate-x-0"}`})})]})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:x,children:"Working dir:"}),(0,b.jsx)("input",{type:"text",value:a.workingDirectory||"",onChange:b=>f({...a,workingDirectory:b.target.value||void 0}),placeholder:"(uses card's project directory)",className:`flex-1 ${w}`})]}),(0,b.jsxs)("div",{className:"flex items-center justify-between rounded-lg border border-orange-400/20 bg-white/50 p-2 dark:bg-void-800/50",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("span",{className:"text-sm font-medium text-void-700 dark:text-void-300",children:"Enabled"}),!a.enabled&&(0,b.jsx)("p",{className:"text-xs text-orange-600 dark:text-orange-400",children:"This automation won't run until enabled"})]}),(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("button",{type:"button",disabled:k,onClick:async()=>{l(!0),n(null);try{let a=await fetch("/api/scheduler",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"trigger",cardId:d,projectId:e})}),b=await a.json();n(b.success?"success":"error")}catch{n("error")}finally{l(!1),setTimeout(()=>n(null),3e3)}},className:`rounded-lg border px-3 py-1.5 text-xs font-medium transition-all ${"success"===m?"border-green-400/40 bg-green-400/15 text-green-600 dark:text-green-400":"error"===m?"border-red-400/40 bg-red-400/15 text-red-600 dark:text-red-400":"border-orange-400/40 bg-orange-400/15 text-orange-600 hover:bg-orange-400/25 hover:shadow-[0_0_12px_rgba(249,115,22,0.3)] dark:text-orange-400"} disabled:cursor-not-allowed disabled:opacity-50`,children:k?"Running...":"success"===m?"Triggered":"error"===m?"Failed":"Run Now"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":a.enabled,onClick:()=>{let b=!a.enabled;f({...a,enabled:b}),b&&t(a.schedule,a.scheduleType,{enabled:!0})},className:`relative inline-flex h-6 w-11 flex-shrink-0 rounded-full border-2 border-transparent transition-colors ${a.enabled?"bg-green-500":"bg-void-300 dark:bg-void-600"}`,children:(0,b.jsx)("span",{className:`pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow transition ${a.enabled?"translate-x-5":"translate-x-0"}`})})]})]})]})]})]})}function Y({open:a,onClose:c,onConfirm:d,title:e,message:f,confirmLabel:g="Delete",confirmClassName:h="bg-red-600 hover:bg-red-700"}){return a?(0,b.jsx)("div",{className:"fixed inset-0 z-[60] flex items-center justify-center bg-black/60",onClick:c,children:(0,b.jsxs)("div",{className:"w-full max-w-md 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-red-100 dark:bg-red-900/30",children:(0,b.jsx)("svg",{className:"h-6 w-6 text-red-600 dark:text-red-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})}),(0,b.jsx)("h3",{className:"text-lg font-semibold text-void-900 dark:text-void-100",children:e})]}),(0,b.jsx)("div",{className:"mb-6 text-sm text-void-600 dark:text-void-400",children:f}),(0,b.jsxs)("div",{className:"flex justify-end gap-3",children:[(0,b.jsx)("button",{onClick:c,className:"rounded-lg px-4 py-2 text-sm font-medium text-void-700 hover:bg-void-100 dark:text-void-300 dark:hover:bg-void-700",children:"Cancel"}),(0,b.jsx)("button",{onClick:d,className:`rounded-lg px-4 py-2 text-sm font-medium text-white ${h}`,children:g})]})]})}):null}var Z=a.i(73761),$=a.i(107),_=a.i(77461);let aa=[{id:"backlog",label:"Backlog"},{id:"design",label:"Design"},{id:"implementation",label:"Implementation"},{id:"testing",label:"Testing"},{id:"done",label:"Done"}],ab=["critical","high","medium","low"],ac={feature:"bg-neon-blue-400/20 text-neon-blue-600 dark:text-neon-blue-400 border border-neon-blue-400/30",chore:"bg-void-200 text-void-600 dark:bg-void-700 dark:text-void-200 border border-void-300 dark:border-void-600",bug:"bg-[#ff3b5c]/20 text-[#ff3b5c] border border-[#ff3b5c]/30"},ad={critical:"bg-[#ff3b5c]/20 text-[#ff3b5c] border border-[#ff3b5c]/30",high:"bg-neon-orange-400/20 text-neon-orange-600 dark:text-neon-orange-400 border border-neon-orange-400/30",medium:"bg-[#ffd600]/15 text-[#b39700] dark:text-[#ffd600]/80 border border-[#ffd600]/25",low:"bg-green-500/15 text-green-700 dark:text-green-400/70 border border-green-500/20"},ae={backlog:"border-t border-void-600 bg-void-800",design:"border-t-2 border-neon-blue-400/40 bg-void-800",implementation:"border-t-2 border-neon-blue-400/50 bg-void-800",testing:"border-t-2 border-neon-orange-400/40 bg-void-800",done:"border-t-2 border-green-400/40 bg-void-800"},af={backlog:"rgba(120, 120, 140, 0.12)",design:"rgba(0, 191, 255, 0.1)",implementation:"rgba(0, 191, 255, 0.12)",testing:"rgba(255, 106, 51, 0.1)",done:"rgba(0, 230, 118, 0.1)"},ag={backlog:{header:"bg-gradient-to-r from-void-200 to-void-100 dark:from-void-850 dark:to-void-850/60",tabs:"bg-gradient-to-r from-void-200/50 to-void-100/50 dark:from-void-850/60 dark:to-void-850/30",modalBorder:"dark:border dark:border-void-600",headerBorder:"border-b border-void-300 dark:border-void-600",tabsBorder:"border-b border-void-200 dark:border-void-600"},design:{header:"bg-gradient-to-r from-neon-blue-200/85 to-neon-blue-50/50 dark:from-neon-blue-950/90 dark:to-neon-blue-950/30",tabs:"bg-gradient-to-r from-neon-blue-100/50 to-neon-blue-50/15 dark:from-neon-blue-950/50 dark:to-neon-blue-950/15",modalBorder:"dark:border dark:border-neon-blue-400/25",headerBorder:"border-b border-neon-blue-200/50 dark:border-neon-blue-400/25",tabsBorder:"border-b border-neon-blue-100/50 dark:border-neon-blue-400/20"},implementation:{header:"bg-gradient-to-r from-neon-blue-200/85 to-neon-blue-50/50 dark:from-neon-blue-950/90 dark:to-neon-blue-900/20",tabs:"bg-gradient-to-r from-neon-blue-100/50 to-neon-blue-50/15 dark:from-neon-blue-950/50 dark:to-neon-blue-950/15",modalBorder:"dark:border dark:border-neon-blue-400/30",headerBorder:"border-b border-neon-blue-200/50 dark:border-neon-blue-400/30",tabsBorder:"border-b border-neon-blue-100/50 dark:border-neon-blue-400/20"},testing:{header:"bg-gradient-to-r from-[#ff6a33]/25 to-[#ff6a33]/10 dark:from-[#ff6a33]/15 dark:to-[#ff6a33]/5",tabs:"bg-gradient-to-r from-[#ff6a33]/15 to-[#ff6a33]/5 dark:from-[#ff6a33]/10 dark:to-[#ff6a33]/5",modalBorder:"dark:border dark:border-[#ff6a33]/30",headerBorder:"border-b border-[#ff6a33]/25 dark:border-[#ff6a33]/30",tabsBorder:"border-b border-[#ff6a33]/15 dark:border-[#ff6a33]/25"},done:{header:"bg-gradient-to-r from-green-200/85 to-green-50/50 dark:from-green-950/90 dark:to-green-950/30",tabs:"bg-gradient-to-r from-green-100/50 to-green-50/15 dark:from-green-950/50 dark:to-green-950/15",modalBorder:"dark:border dark:border-green-400/25",headerBorder:"border-b border-green-200/50 dark:border-green-400/25",tabsBorder:"border-b border-green-100/50 dark:border-green-400/20"}},ah={header:"bg-gradient-to-r from-orange-200/85 to-orange-50/50 dark:from-orange-950/90 dark:to-orange-950/30",tabs:"bg-gradient-to-r from-orange-100/50 to-orange-50/15 dark:from-orange-950/50 dark:to-orange-950/15",modalBorder:"dark:border dark:border-orange-400/30",headerBorder:"border-b border-orange-200/50 dark:border-orange-400/30",tabsBorder:"border-b border-orange-100/50 dark:border-orange-400/20"},ai={backlog:"161, 161, 170",design:"129, 140, 248",implementation:"0, 191, 255",testing:"255, 106, 51",done:"74, 222, 128"};function aj({anchorRef:a,children:d}){let[e,f]=(0,c.useState)({position:"fixed",opacity:0});return(0,c.useEffect)(()=>{let b=()=>{let b=a.current;if(!b)return;let c=b.getBoundingClientRect();f({position:"fixed",top:c.bottom+8,right:window.innerWidth-c.right,zIndex:9999,opacity:1})};return b(),window.addEventListener("scroll",b,!0),window.addEventListener("resize",b),()=>{window.removeEventListener("scroll",b,!0),window.removeEventListener("resize",b)}},[a]),(0,b.jsx)("div",{style:e,children:d})}function ak({card:a,stage:d,projectId:e,projectPath:g,onClose:j,onUpdate:k,onMove:l,onDelete:m,isCreateMode:n,onCreate:o,onAutomationToggle:p,suppressAutoTerminal:q}){let[r,s]=(0,c.useState)("details"),[t,u]=(0,c.useState)(!1),[v,w]=(0,c.useState)(""),[x,y]=(0,c.useState)(n??!1),[z,A]=(0,c.useState)(a.title),[B,C]=(0,c.useState)(a.description),D=(0,c.useRef)(!1),E=(0,c.useRef)(a.description),F=(0,c.useRef)(a.title),G=(0,c.useRef)({}),H=(0,c.useCallback)(a=>{G.current[a]=Date.now()},[]),I=(0,c.useCallback)((a,b=2e3)=>{let c=G.current[a];return void 0!==c&&Date.now()-c<b},[]);(0,c.useEffect)(()=>{a.description!==E.current&&(I("description")||C(b=>b===E.current?a.description:b),E.current=a.description)},[a.description,I]),(0,c.useEffect)(()=>{a.title!==F.current&&(I("title")||A(b=>b===F.current?a.title:b),F.current=a.title)},[a.title,I]);let[K,L]=(0,c.useState)(!1),M=(0,c.useRef)(null),N=(0,c.useRef)(null),[O,P]=(0,c.useState)(null),[S,T]=(0,c.useState)(null),U=(0,R.useSlyActionsConfig)(),[V,W]=(0,c.useState)([]),[ak,al]=(0,c.useState)(""),[am,an]=(0,c.useState)(null),[ao,ap]=(0,c.useState)(null),[aq,ar]=(0,c.useState)(a.checklist||[]),as=(0,c.useRef)(a.checklist||[]),[at,au]=(0,c.useState)(a.id),av=(0,c.useRef)(JSON.stringify(a.checklist||[]));a.id!==at&&(ar(a.checklist||[]),au(a.id)),(0,c.useEffect)(()=>{let b=a.checklist||[];as.current=b,av.current=JSON.stringify(b)},[a.id]),(0,c.useEffect)(()=>{let b=JSON.stringify(a.checklist||[]);if(b!==av.current){if(!I("checklist")&&JSON.stringify(as.current)===av.current){let b=a.checklist||[];ar(b),as.current=b}av.current=b}},[a.checklist,I]);let[aw,ax]=(0,c.useState)(""),[ay,az]=(0,c.useState)(!1),aA=(0,c.useRef)(null),[aB,aC]=(0,c.useState)(!1),[aD,aE]=(0,c.useState)(!1),aF=(0,c.useRef)(a.agentNotes?.length??0),aG=(0,h.useVoice)(),aH=(0,c.useRef)(0),aI=(0,c.useRef)(null),aJ=(0,c.useRef)(null),aK=(0,c.useRef)(null),aL=(0,c.useRef)(r);aL.current=r;let aM=(0,c.useCallback)(a=>{let b=aJ.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.sendInput){let c="auto"===aG.submitModeRef.current&&aG.settings.voice.autoSubmitTerminal,d=b.sendInput;d(a),c&&setTimeout(()=>d("\r"),300)}aG.submitModeRef.current="auto"}},[aG.settings.voice.autoSubmitTerminal]);(0,c.useEffect)(()=>{if(n)return;let a={id:"card-modal",onRecordStart:()=>{let a=document.activeElement;a&&("INPUT"===a.tagName||"TEXTAREA"===a.tagName)&&a.closest("[data-voice-target]")?aJ.current={type:"input",element:a}:"terminal"===aL.current&&aK.current?aJ.current={type:"terminal",sendInput:aK.current}:aJ.current=null},onTranscriptionComplete:aM,onRelease:()=>{aJ.current=null}};return aG.claimVoiceControl(a),()=>aG.releaseVoiceControl(a)},[n]),(0,c.useEffect)(()=>{let a=a=>{let b=a.target;"terminal"===aL.current?aG.setHasFieldFocus(!0):b.closest("[data-voice-target]")&&("INPUT"===b.tagName||"TEXTAREA"===b.tagName)&&aG.setHasFieldFocus(!0)},b=()=>{"terminal"!==aL.current&&setTimeout(()=>{if("terminal"===aL.current)return;let a=document.activeElement;a?.closest("[data-voice-target]")&&("INPUT"===a.tagName||"TEXTAREA"===a.tagName)||aG.setHasFieldFocus(!1)},100)};return document.addEventListener("focusin",a),document.addEventListener("focusout",b),()=>{document.removeEventListener("focusin",a),document.removeEventListener("focusout",b)}},[aG]),(0,c.useEffect)(()=>{"terminal"===r&&aG.setHasFieldFocus(!0)},[r,aG]);let aN=(0,c.useCallback)(()=>{let a=aA.current;a&&(aC(a.scrollTop>8),aE(a.scrollTop+a.clientHeight<a.scrollHeight-8))},[]),aO=(0,c.useRef)(r);(0,c.useEffect)(()=>{"notes"===r&&"notes"!==aO.current&&requestAnimationFrame(()=>{aA.current&&(aA.current.scrollTop=aA.current.scrollHeight),aN()}),aO.current=r},[r,aN]),(0,c.useEffect)(()=>{let b=a.agentNotes?.length??0;b>aF.current&&"notes"===r&&aA.current&&requestAnimationFrame(()=>{aA.current&&(aA.current.scrollTop=aA.current.scrollHeight),aN()}),aF.current=b,"notes"===r&&requestAnimationFrame(aN)},[a.agentNotes?.length,r,aN]);let aP=b=>{let c=a.agentNotes||[],d={id:c.reduce((a,b)=>Math.max(a,b.id),0)+1,agent:"User",text:b,timestamp:new Date().toISOString()};k({...a,agentNotes:[...c,d],updated_at:new Date().toISOString()})},[aQ,aR]=(0,c.useState)(!1),[aS,aT]=(0,c.useState)(!1),aU=`${e}:card:${a.id}`,aV=O?.status==="running"||O?.status==="detached";O?.hasHistory;let aW=(0,f.getTerminalClassFromStage)(d),aX=(0,f.getActionsForClass)(U.commands,U.classAssignments,aW,{projectId:e,cardType:a.type}),aY=a.problems.filter(a=>!a.resolved_at),aZ=a.problems.length-aY.length,a$=a.checklist||[],a_=a$.filter(a=>a.done).length,a0=a.agentNotes?.length??0,a1=[];if(a1.push(`Project: ${e} (${g})`),a1.push(""),a1.push(`Card: ${a.title} [${a.id}]`),a1.push(`Type: ${a.type} | Priority: ${a.priority} | Stage: ${d}`),a.description&&a1.push(`Description: ${a.description}`),a.areas.length>0&&a1.push(`Areas: ${a.areas.join(", ")}`),a.design_ref&&a1.push(`Design Doc: ${a.design_ref}`),a.feature_ref&&a1.push(`Feature Spec: ${a.feature_ref}`),a1.push(a$.length>0?`Checklist: ${a_}/${a$.length} checked`:"Checklist: none"),a1.push(`Notes: ${a0}`),aY.length>0||aZ>0){let a=[];for(let b of(aY.length>0&&a.push(`${aY.length} unresolved`),aZ>0&&a.push(`${aZ} resolved`),a1.push(`Problems: ${a.join(", ")}`),aY.slice(0,10))){let a=b.description.length>100?b.description.slice(0,97)+"...":b.description;a1.push(` - [${b.id}] ${b.severity}: ${a}`)}aY.length>10&&a1.push(` - ... and ${aY.length-10} more`)}else a1.push("Problems: none");let a2={cardContext:a1.join("\n"),card:{id:a.id,title:a.title,description:a.description,type:a.type,priority:a.priority,areas:a.areas,design_ref:a.design_ref,feature_ref:a.feature_ref},stage:d,project:{name:e},projectPath:g};(0,c.useEffect)(()=>{fetch("/api/areas").then(a=>a.ok?a.json():null).then(a=>{a?.areas&&W(a.areas)}).catch(()=>{})},[]),(0,c.useEffect)(()=>{let b=`card:${a.id}`;fetch("/api/bridge/sessions").then(a=>a.ok?a.json():null).then(a=>{if(!a?.sessions)return;let c=a.sessions.filter(a=>a.name?.endsWith(b)&&a.name?.startsWith(`${e}:`));if(0===c.length)return;let d={running:0,detached:1,stopped:2};c.sort((a,b)=>{let c=d[a.status]??3,e=d[b.status]??3;return c!==e?c-e:(b.lastActive??"").localeCompare(a.lastActive??"")});let f=c[0];if(P({status:f.status,hasHistory:f.hasHistory}),f.name){let a=f.name.split(":");2===a.indexOf("card")&&T(a[1])}}).catch(()=>{})},[e,a.id]);let[a3,a4]=(0,c.useState)(!1);(0,c.useEffect)(()=>{a3||q||a9||!O||"running"!==O.status&&"detached"!==O.status||(s("terminal"),a4(!0))},[O,a3,q]);let a5=!!a.design_ref,a6=!!a.feature_ref,a7=!!a.test_ref,a8=aq.length>0,a9=!!a.automation,ba=a9?ah:ag[d],bb=a9?"border-t-2 border-orange-400/50 bg-void-800":ae[d],bc=a9?"rgba(249, 115, 22, 0.12)":af[d],bd=a9?"251, 146, 60":ai[d],be="design"===r?a.design_ref:"feature"===r?a.feature_ref:"test"===r?a.test_ref:void 0,[bf,bg]=(0,c.useState)({}),[bh,bi]=(0,c.useState)({});(0,c.useEffect)(()=>{("design"===r||"feature"===r||"test"===r)&&be&&(u(!0),fetch(`/api/file?path=${encodeURIComponent(be)}&projectId=${encodeURIComponent(e)}`).then(a=>a.json()).then(a=>{a.error?bi(b=>({...b,[be]:a.error})):(bi(a=>{let b={...a};return delete b[be],b}),bg(b=>({...b,[be]:a.content})))}).catch(a=>{bi(b=>({...b,[be]:a.message}))}).finally(()=>{u(!1)}))},[r,be,e]);let bj=()=>{z.trim()&&z!==a.title&&(F.current=z.trim(),k({...a,title:z.trim(),updated_at:new Date().toISOString()})),y(!1)},bk=()=>{if(!v.trim())return;let b={id:`prob-${Date.now()}`,description:v.trim(),severity:"major",created_at:new Date().toISOString()};k({...a,problems:[...a.problems,b],updated_at:new Date().toISOString()}),w("")},bl=b=>{let c=b.trim().toLowerCase();c&&!a.tags.includes(c)&&k({...a,tags:[...a.tags,c],updated_at:new Date().toISOString()}),al("")},bm=async a=>{try{if(navigator.clipboard&&navigator.clipboard.writeText)await navigator.clipboard.writeText(a);else{let b=document.createElement("textarea");b.value=a,b.style.position="fixed",b.style.left="-9999px",document.body.appendChild(b),b.select(),document.execCommand("copy"),document.body.removeChild(b)}aR(!0),setTimeout(()=>aR(!1),2e3)}catch(a){console.error("Failed to copy:",a),aR(!0),setTimeout(()=>aR(!1),2e3)}},bn=async()=>{try{if(navigator.clipboard&&navigator.clipboard.writeText)await navigator.clipboard.writeText(a.title);else{let b=document.createElement("textarea");b.value=a.title,b.style.position="fixed",b.style.left="-9999px",document.body.appendChild(b),b.select(),document.execCommand("copy"),document.body.removeChild(b)}aT(!0),setTimeout(()=>aT(!1),2e3)}catch(a){console.error("Failed to copy title:",a),aT(!0),setTimeout(()=>aT(!1),2e3)}},bo=a.problems.filter(a=>!a.resolved_at),bp=a.problems.filter(a=>a.resolved_at),bq=V.filter(b=>!a.areas.includes(b)),br=(0,c.useCallback)(()=>{if("recording"!==aG.voiceState&&"paused"!==aG.voiceState&&"transcribing"!==aG.voiceState){if(n&&o){if(!z.trim())return void j();o({title:z.trim(),description:B,type:a.type,priority:a.priority,areas:a.areas,tags:a.tags,problems:a.problems,checklist:as.current,...a.automation?{automation:a.automation}:{}})}else z.trim()&&z!==a.title&&k({...a,title:z.trim(),updated_at:new Date().toISOString()});j()}},[n,o,z,B,a,j,k,aG.voiceState]);return(0,c.useEffect)(()=>{let a=a=>{if("Escape"!==a.key||"terminal"===r)return;if(a.stopImmediatePropagation(),K)return void L(!1);let b=document.activeElement;b&&("INPUT"===b.tagName||"TEXTAREA"===b.tagName)?b.blur():br()};return document.addEventListener("keydown",a,!0),()=>document.removeEventListener("keydown",a,!0)},[r,K,br]),(0,c.useEffect)(()=>{let a=a=>{if("ArrowLeft"!==a.key&&"ArrowRight"!==a.key)return;let b=a.target;if("INPUT"===b.tagName||"TEXTAREA"===b.tagName||"SELECT"===b.tagName||b.isContentEditable)return;let c=["details"];a5&&c.push("design"),a6&&c.push("feature"),a7&&c.push("test"),c.push("notes"),a8&&c.push("checklist"),c.push("terminal");let d=c.indexOf(r);if(-1===d)return;let e="ArrowRight"===a.key?(d+1)%c.length:(d-1+c.length)%c.length;a.preventDefault(),s(c[e])};return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[r,a5,a6,a7,a8]),(0,b.jsxs)("div",{className:"fixed inset-0 z-50 flex items-start justify-center overflow-hidden lg:overflow-y-auto bg-black/50 p-0 lg:p-4 lg:pb-16 lg:pt-16",onMouseDown:a=>{D.current=a.target===a.currentTarget},onClick:a=>{a.target===a.currentTarget&&D.current&&br()},children:[(0,b.jsxs)("div",{style:{"--focus-rgb":bd},className:`flex w-full max-w-full h-full lg:h-auto flex-col lg:max-w-4xl overflow-hidden rounded-none lg:rounded-xl bg-void-100 shadow-(--shadow-overlay) dark:bg-void-900 ${ba.modalBorder}`,children:[(0,b.jsxs)("div",{className:`grain depth-glow flex items-start justify-between p-3 sm:p-4 ${ba.headerBorder} ${ba.header}`,children:[(0,b.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,b.jsxs)("div",{className:"mb-2 flex items-center gap-2",children:[(0,b.jsx)("span",{className:`rounded px-2 py-0.5 text-xs font-medium ${ac[a.type]}`,children:a.type}),(0,b.jsx)("span",{className:`rounded px-2 py-0.5 text-xs font-medium capitalize ${ad[a.priority]||ad.medium}`,children:a.priority}),a.claude_session?.active&&(0,b.jsxs)("span",{className:"flex items-center gap-1 rounded bg-green-100 px-2 py-0.5 text-xs font-medium text-green-800 dark:bg-green-900 dark:text-green-200",children:[(0,b.jsxs)("span",{className:"relative flex h-2 w-2",children:[(0,b.jsx)("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full bg-green-400 opacity-75"}),(0,b.jsx)("span",{className:"relative inline-flex h-2 w-2 rounded-full bg-green-500"})]}),"Session Active"]})]}),(0,b.jsxs)("div",{className:"flex items-start gap-2",children:[x?(0,b.jsx)("input",{ref:M,type:"text",value:z,"data-voice-target":!0,onChange:a=>{H("title"),F.current=a.target.value,A(a.target.value)},onBlur:()=>!n&&bj(),onFocus:()=>H("title"),onKeyDown:a=>{if((a.ctrlKey||a.metaKey)&&"Enter"===a.key){a.preventDefault(),br();return}"Enter"===a.key?n?(a.preventDefault(),N.current?.focus()):bj():"Tab"!==a.key||a.shiftKey||(a.preventDefault(),n||bj(),N.current?.focus())},placeholder:n?"Enter card title...":"",className:"w-full rounded border bg-transparent px-1 text-base sm:text-xl font-bold text-void-900 outline-none dark:text-void-100",style:{borderColor:`rgb(${bd})`},autoFocus:!0}):(0,b.jsx)("h2",{onClick:()=>y(!0),className:"cursor-pointer text-base sm:text-xl font-bold text-void-900 hover:text-blue-600 dark:text-void-100 dark:hover:text-blue-400",title:"Click to edit",children:a.title}),!n&&(0,b.jsx)("button",{onClick:bn,className:"mt-1 flex-shrink-0 rounded p-1 text-void-400 hover:bg-void-200/50 hover:text-void-600 dark:hover:bg-void-700/50 dark:hover:text-void-300",title:aS?"Copied!":"Copy title",children:aS?(0,b.jsx)("svg",{className:"h-4 w-4 text-green-500",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"})}):(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:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]})]}),(0,b.jsxs)("div",{className:"flex flex-shrink-0 flex-col items-end gap-2",children:[(0,b.jsxs)("div",{className:"flex items-center gap-1.5 sm:gap-3",children:[!n&&(0,b.jsxs)("label",{className:`flex items-center gap-1 sm:gap-2 ${a.archived?"cursor-not-allowed opacity-40":"cursor-pointer"}`,title:a.archived?"Unarchive card before enabling automation":"Toggle automation mode",children:[(0,b.jsx)("span",{className:`hidden sm:inline text-xs font-medium ${a9?"text-orange-600 dark:text-orange-400":"text-void-500 dark:text-void-400"}`,children:"Automation"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":a9,disabled:!!a.archived,onClick:()=>{if(!a.archived)if(a9){let{automation:b,...c}=a;k({...c,updated_at:new Date().toISOString()}),p?.(!1)}else k({...a,automation:{enabled:!1,schedule:"",scheduleType:"recurring",provider:"claude",freshSession:!1,reportViaMessaging:!1},updated_at:new Date().toISOString()}),p?.(!0)},className:`relative inline-flex h-5 w-9 flex-shrink-0 rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-offset-2 ${a.archived?"cursor-not-allowed":"cursor-pointer"} ${a9?"bg-orange-500 focus:ring-orange-500":"bg-void-300 focus:ring-void-500 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 ring-0 transition duration-200 ease-in-out ${a9?"translate-x-4":"translate-x-0"}`})})]}),!n&&(0,b.jsxs)("label",{className:`flex items-center gap-1 sm:gap-2 ${a9?"cursor-not-allowed opacity-40":"cursor-pointer"}`,title:a9?"Automation cards cannot be archived":"Archive card",children:[(0,b.jsx)("span",{className:`hidden sm:inline text-xs font-medium ${a.archived?"text-red-600 dark:text-red-400":"text-void-500 dark:text-void-400"}`,children:"Archived"}),(0,b.jsx)("button",{type:"button",role:"switch","aria-checked":a.archived||!1,disabled:a9,onClick:()=>{a9||k({...a,archived:!a.archived,updated_at:new Date().toISOString()})},className:`relative inline-flex h-5 w-9 flex-shrink-0 rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-offset-2 ${a9?"cursor-not-allowed":"cursor-pointer"} ${a.archived?"bg-red-500 focus:ring-red-500":"bg-void-300 focus:ring-void-500 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 ring-0 transition duration-200 ease-in-out ${a.archived?"translate-x-4":"translate-x-0"}`})})]}),!n&&m&&(0,b.jsx)("button",{onClick:()=>L(!0),className:"rounded-lg p-2 text-void-400 hover:bg-red-50 hover:text-red-600 dark:hover:bg-red-900/20 dark:hover:text-red-400",title:"Delete card permanently",children:(0,b.jsx)("svg",{className:"h-5 w-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})}),(0,b.jsx)("button",{onClick:br,className:"rounded-lg p-2 text-void-400 hover:bg-void-100 hover:text-void-600 dark:hover:bg-void-800 dark:hover:text-void-300",children:(0,b.jsx)("svg",{className:"h-5 w-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"})})})]}),!n&&(0,b.jsx)("div",{ref:aI,children:(0,b.jsx)(Z.VoiceControlBar,{voiceState:aG.voiceState,elapsedSeconds:aG.elapsedSeconds,disabled:!aG.hasFieldFocus&&"idle"===aG.voiceState,error:aG.error,onRecord:aG.startRecording,onPause:aG.pauseRecording,onResume:aG.resumeRecording,onClear:aG.clearRecording,onSubmit:aG.submitRecording,onRetry:aG.retryTranscription,onOpenSettings:()=>{Date.now()-aH.current<200||aG.setShowSettings(!aG.showSettings)}})})]})]}),(0,b.jsxs)("div",{className:`grain grain-soft flex overflow-x-auto scrollbar-hide ${ba.tabsBorder} ${ba.tabs}`,children:[(0,b.jsx)("button",{onClick:()=>s("details"),className:`shrink-0 px-4 py-2 text-sm font-medium transition-colors ${"details"===r?a9?"border-b-2 border-orange-400 text-orange-500 dark:text-orange-400":"border-b-2 border-neon-blue-400 text-neon-blue-500 dark:text-neon-blue-400":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,children:"Details"}),a5&&(0,b.jsxs)("button",{onClick:()=>s("design"),className:`flex shrink-0 items-center gap-1 px-4 py-2 text-sm font-medium transition-colors ${"design"===r?"border-b-2 border-neon-blue-300 text-neon-blue-400 dark:text-neon-blue-300":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,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:"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"})}),"Design"]}),a6&&(0,b.jsxs)("button",{onClick:()=>s("feature"),className:`flex shrink-0 items-center gap-1 px-4 py-2 text-sm font-medium transition-colors ${"feature"===r?"border-b-2 border-neon-blue-400 text-neon-blue-500 dark:text-neon-blue-400":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,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:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"})}),"Feature"]}),a7&&(0,b.jsxs)("button",{onClick:()=>s("test"),className:`flex shrink-0 items-center gap-1 px-4 py-2 text-sm font-medium transition-colors ${"test"===r?"border-b-2 border-[#00e676] text-[#00e676]/80 dark:text-[#00e676]/80":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,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:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"})}),"Test"]}),(0,b.jsxs)("button",{onClick:()=>s("notes"),className:`flex shrink-0 items-center gap-1 px-4 py-2 text-sm font-medium transition-colors ${"notes"===r?"border-b-2 border-purple-400 text-purple-500 dark:text-purple-400":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,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:"M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"})}),"Notes",(a.agentNotes?.length??0)>0&&(0,b.jsx)("span",{className:"rounded bg-purple-100 px-1.5 py-0.5 text-xs dark:bg-purple-900/50",children:a.agentNotes.length})]}),a8&&(0,b.jsxs)("button",{onClick:()=>s("checklist"),className:`flex shrink-0 items-center gap-1 px-4 py-2 text-sm font-medium transition-colors ${"checklist"===r?"border-b-2 border-[#ffd600] text-[#ffd600]/80 dark:text-[#ffd600]/80":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,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:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"})}),"Checklist",(0,b.jsxs)("span",{className:"rounded bg-amber-100 px-1.5 py-0.5 text-xs dark:bg-amber-900/50",children:[aq.filter(a=>a.done).length,"/",aq.length]})]}),(0,b.jsxs)("button",{onClick:()=>s("terminal"),className:`flex shrink-0 items-center gap-2 px-4 py-2 text-sm font-medium transition-colors ${"terminal"===r?"border-b-2 border-neon-orange-400 text-neon-orange-500 dark:text-neon-orange-400":"text-void-500 hover:text-void-700 dark:text-void-400 dark:hover:text-void-300"}`,children:[(0,b.jsx)("div",{className:`h-2 w-2 rounded-full ${aV?"bg-green-500 shadow-[0_0_6px_rgba(34,197,94,0.6)]":"bg-void-400"}`}),"Terminal",aV&&(0,b.jsx)("span",{className:"rounded bg-orange-100 px-1.5 py-0.5 text-xs dark:bg-orange-900/50",children:O?.status})]})]}),(0,b.jsx)("div",{className:"terminal"===r||"notes"===r?"min-h-0 flex-1 lg:flex-initial lg:h-[60vh]":"min-h-0 flex-1 overflow-y-auto overscroll-contain lg:flex-initial lg:max-h-[60vh]",children:"details"===r?(0,b.jsxs)("div",{className:"p-4",children:[(0,b.jsxs)("div",{className:"mb-4 flex flex-wrap items-center gap-3",children:[!a9&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Stage:"}),(0,b.jsx)("select",{value:d,onChange:b=>l(a.id,b.target.value),className:"stage-focus rounded border border-void-300 bg-white px-2 py-1 text-xs font-medium text-void-700 dark:border-void-600 dark:bg-void-800 dark:text-void-300",children:aa.map(a=>(0,b.jsx)("option",{value:a.id,children:a.label},a.id))})]}),(0,b.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Priority:"}),(0,b.jsx)("select",{value:a.priority,onChange:b=>k({...a,priority:b.target.value,updated_at:new Date().toISOString()}),className:"stage-focus rounded border border-void-300 bg-white px-2 py-1 text-xs font-medium capitalize text-void-700 dark:border-void-600 dark:bg-void-800 dark:text-void-300",children:ab.map(a=>(0,b.jsx)("option",{value:a,children:a},a))})]}),(0,b.jsx)("div",{className:"h-4 w-px bg-void-300 dark:bg-void-600"}),(0,b.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Areas:"}),a.areas.map(c=>(0,b.jsxs)("span",{className:"inline-flex items-center gap-1 rounded bg-indigo-100 px-1.5 py-0.5 text-xs text-indigo-700 dark:bg-indigo-900/50 dark:text-indigo-300",children:[c,(0,b.jsx)("button",{onClick:()=>{k({...a,areas:a.areas.filter(a=>a!==c),updated_at:new Date().toISOString()})},className:"ml-0.5 hover:text-indigo-900 dark:hover:text-indigo-100",children:(0,b.jsx)("svg",{className:"h-3 w-3",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"})})})]},c)),bq.length>0&&(0,b.jsxs)("select",{value:"",onChange:b=>{var c;b.target.value&&(c=b.target.value,a.areas.includes(c)||k({...a,areas:[...a.areas,c],updated_at:new Date().toISOString()}))},className:"stage-focus rounded border border-dashed border-void-300 bg-transparent px-1.5 py-0.5 text-xs text-void-500 hover:border-void-400 dark:border-void-600 dark:text-void-400",children:[(0,b.jsx)("option",{value:"",children:"+ Add"}),bq.map(a=>(0,b.jsx)("option",{value:a,children:a},a))]})]}),(0,b.jsx)("div",{className:"h-4 w-px bg-void-300 dark:bg-void-600"})]}),(0,b.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Tags:"}),a.tags.map((c,d)=>(0,b.jsxs)("span",{draggable:!0,onDragStart:a=>{an(d),a.dataTransfer.effectAllowed="move"},onDragOver:a=>{a.preventDefault(),a.dataTransfer.dropEffect="move",ap(d)},onDragLeave:()=>ap(null),onDrop:b=>{b.preventDefault(),null!==am&&((b,c)=>{if(b===c)return;let d=[...a.tags],[e]=d.splice(b,1);d.splice(c,0,e),k({...a,tags:d,updated_at:new Date().toISOString()}),an(null),ap(null)})(am,d)},onDragEnd:()=>{an(null),ap(null)},className:`inline-flex cursor-grab items-center gap-1 rounded px-1.5 py-0.5 text-xs transition-all active:cursor-grabbing ${am===d?"opacity-50":ao===d?"bg-orange-200 text-orange-700 ring-1 ring-orange-400/50 dark:bg-orange-900/30 dark:text-orange-300":0===d&&a9?"bg-orange-100 text-orange-700 dark:bg-orange-900/30 dark:text-orange-300":"bg-void-100 text-void-600 dark:bg-void-700 dark:text-void-400"}`,children:[c,(0,b.jsx)("button",{onClick:()=>{k({...a,tags:a.tags.filter(a=>a!==c),updated_at:new Date().toISOString()})},className:"ml-0.5 hover:text-void-900 dark:hover:text-void-100",children:(0,b.jsx)("svg",{className:"h-3 w-3",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"})})})]},c)),(0,b.jsx)("input",{type:"text",value:ak,onChange:a=>al(a.target.value),onKeyDown:a=>{"Enter"===a.key&&ak.trim()&&(a.preventDefault(),bl(ak))},onBlur:()=>{ak.trim()&&bl(ak)},placeholder:"+ tag",className:"stage-focus w-16 rounded border border-dashed border-void-300 bg-transparent px-1.5 py-0.5 text-xs text-void-500 placeholder-void-400 hover:border-void-400 dark:border-void-600 dark:text-void-400 dark:placeholder-void-500"})]}),(a.design_ref||a.feature_ref||a.test_ref)&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("div",{className:"h-4 w-px bg-void-300 dark:bg-void-600"}),(0,b.jsxs)("div",{className:"flex items-center gap-1",children:[(0,b.jsx)("span",{className:"text-xs font-medium text-void-500 dark:text-void-400",children:"Docs:"}),a.design_ref&&(0,b.jsx)("button",{onClick:()=>s("design"),className:"rounded p-1.5 text-purple-600 hover:bg-purple-100 dark:text-purple-400 dark:hover:bg-purple-900/30",title:a.design_ref,children:(0,b.jsx)("svg",{className:"h-8 w-8",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"})})}),a.feature_ref&&(0,b.jsx)("button",{onClick:()=>s("feature"),className:"rounded p-1.5 text-blue-600 hover:bg-blue-100 dark:text-blue-400 dark:hover:bg-blue-900/30",title:a.feature_ref,children:(0,b.jsx)("svg",{className:"h-8 w-8",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"})})}),a.test_ref&&(0,b.jsx)("button",{onClick:()=>s("test"),className:"rounded p-1.5 text-green-600 hover:bg-green-100 dark:text-green-400 dark:hover:bg-green-900/30",title:a.test_ref,children:(0,b.jsx)("svg",{className:"h-8 w-8",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"})})})]})]})]}),(0,b.jsxs)("div",{className:"mb-4",children:[(0,b.jsxs)("label",{className:"mb-2 block text-sm font-medium text-void-700 dark:text-void-300",children:[a9?"Description / Automation Instructions":"Description",n&&(0,b.jsx)("span",{className:"ml-2 font-normal text-void-400",children:"(Ctrl+Enter to save)"})]}),(0,b.jsx)("textarea",{ref:N,value:B,"data-voice-target":!0,onChange:b=>{var c;return c=b.target.value,void(H("description"),E.current=c,C(c),k({...a,description:c,updated_at:new Date().toISOString()}))},onFocus:()=>H("description"),onKeyDown:a=>{(a.ctrlKey||a.metaKey)&&"Enter"===a.key&&(a.preventDefault(),br())},placeholder:"Add a description...",className:"stage-focus h-[235px] w-full resize-none overflow-y-auto rounded-lg border border-void-300 bg-white p-3 text-sm text-void-700 dark:border-void-600 dark:bg-void-800 dark:text-void-300"})]}),a9&&a.automation?(0,b.jsx)("div",{className:"mb-4",children:(0,b.jsx)(X,{config:a.automation,cardId:a.id,projectId:e,onChange:b=>{k({...a,automation:b,updated_at:new Date().toISOString()})}})}):(0,b.jsxs)("div",{className:"mb-4",children:[(0,b.jsxs)("div",{className:"mb-2 flex items-center justify-between",children:[(0,b.jsxs)("label",{className:"text-sm font-medium text-void-700 dark:text-void-300",children:["Problems / Issues (",bo.length," open)"]}),bo.length>0&&"testing"===d&&(0,b.jsx)("button",{onClick:()=>{let b=a.tags.includes("bug")?a.tags:[...a.tags,"bug"];k({...a,tags:b,type:"bug",updated_at:new Date().toISOString()}),l(a.id,"implementation")},className:"rounded bg-red-600 px-2 py-1 text-xs font-medium text-white hover:bg-red-700",children:"Push to Implementation"})]}),(0,b.jsxs)("div",{className:"mb-2 space-y-2",children:[bo.map(c=>(0,b.jsxs)("div",{className:"flex items-start gap-2 rounded-lg bg-red-50 p-2 dark:bg-red-900/20",children:[(0,b.jsx)("svg",{className:"mt-0.5 h-4 w-4 flex-shrink-0 text-red-500",fill:"currentColor",viewBox:"0 0 20 20",children:(0,b.jsx)("path",{fillRule:"evenodd",d:"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z",clipRule:"evenodd"})}),(0,b.jsxs)("div",{className:"flex-1",children:[(0,b.jsx)("p",{className:"text-sm text-red-800 dark:text-red-200",children:c.description}),(0,b.jsx)("p",{className:"text-xs text-red-600 dark:text-red-400",children:new Date(c.created_at).toLocaleDateString()})]}),(0,b.jsx)("button",{onClick:()=>{var b;return b=c.id,void k({...a,problems:a.problems.map(a=>a.id===b?{...a,resolved_at:new Date().toISOString()}:a),updated_at:new Date().toISOString()})},className:"rounded px-2 py-1 text-xs text-red-600 hover:bg-red-100 dark:text-red-400 dark:hover:bg-red-900/40",children:"Resolve"})]},c.id)),bp.length>0&&(0,b.jsxs)("details",{className:"text-sm",children:[(0,b.jsxs)("summary",{className:"cursor-pointer text-void-500",children:[bp.length," resolved"]}),(0,b.jsx)("div",{className:"mt-2 space-y-1",children:bp.map(a=>(0,b.jsx)("div",{className:"rounded bg-void-100 p-2 text-void-500 line-through dark:bg-void-800",children:a.description},a.id))})]})]}),(0,b.jsxs)("div",{className:"flex gap-2",children:[(0,b.jsx)("input",{type:"text","data-voice-target":!0,value:v,onChange:a=>w(a.target.value),placeholder:"Describe an issue...",className:"stage-focus flex-1 rounded-lg border border-void-300 bg-white px-3 py-2 text-sm dark:border-void-600 dark:bg-void-800 dark:text-void-100",onKeyDown:a=>"Enter"===a.key&&bk()}),(0,b.jsx)("button",{onClick:bk,className:"rounded-lg bg-void-200 px-3 py-2 text-sm font-medium text-void-700 hover:bg-void-300 dark:bg-void-700 dark:text-void-300 dark:hover:bg-void-600",children:"Add"})]})]})]}):"design"===r||"feature"===r||"test"===r?(0,b.jsxs)("div",{className:"relative p-4",children:[be&&(0,b.jsx)("button",{onClick:()=>bm(be),className:"absolute right-4 top-4 z-10 rounded p-1.5 text-void-400 hover:bg-void-100 hover:text-void-600 dark:hover:bg-void-800 dark:hover:text-void-300",title:aQ?"Copied!":`Copy path: ${be}`,children:aQ?(0,b.jsx)("svg",{className:"h-4 w-4 text-green-500",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"})}):(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:"M8 5H6a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2v-1M8 5a2 2 0 002 2h2a2 2 0 002-2M8 5a2 2 0 012-2h2a2 2 0 012 2m0 0h2a2 2 0 012 2v3m2 4H10m0 0l3-3m-3 3l3 3"})})}),t&&!bf[be]&&!bh[be]&&(0,b.jsx)("div",{className:"flex items-center justify-center py-8",children:(0,b.jsx)("div",{className:"text-void-500",children:"Loading document..."})}),be&&bh[be]&&!bf[be]&&(0,b.jsxs)("div",{className:"rounded-lg bg-red-50 p-4 text-red-700 dark:bg-red-900/20 dark:text-red-300",children:["Error loading document: ",bh[be]]}),be&&bf[be]&&(0,b.jsx)(Q.MarkdownContent,{children:bf[be]})]}):"checklist"===r?(0,b.jsxs)("div",{className:"p-4",children:[(0,b.jsxs)("div",{className:"mb-4 flex items-center justify-between",children:[(0,b.jsxs)("h3",{className:"text-lg font-medium text-void-900 dark:text-void-100",children:["Checklist (",aq.filter(a=>a.done).length,"/",aq.length," complete)"]}),(0,b.jsx)("div",{className:"h-2 flex-1 mx-4 rounded-full bg-void-200 dark:bg-void-700",children:(0,b.jsx)("div",{className:"h-2 rounded-full bg-green-500 transition-all",style:{width:`${aq.filter(a=>a.done).length/aq.length*100}%`}})})]}),(0,b.jsx)("div",{className:"space-y-2",children:aq.map(c=>(0,b.jsxs)("label",{className:`flex cursor-pointer select-none items-center gap-3 rounded-lg p-3 transition-colors active:scale-[0.99] ${c.done?"bg-green-50 dark:bg-green-900/20":"bg-void-50 hover:bg-void-100 dark:bg-void-800 dark:hover:bg-void-700"}`,children:[(0,b.jsx)("input",{type:"checkbox",checked:c.done,onChange:()=>{var b;let d;return b=c.id,H("checklist"),d=as.current.map(a=>a.id===b?{...a,done:!a.done}:a),void(as.current=d,av.current=JSON.stringify(d),ar(d),k({...a,checklist:d,updated_at:new Date().toISOString()}))},className:"h-5 w-5 flex-shrink-0 rounded border-void-300 text-green-600 focus:ring-green-500"}),(0,b.jsx)("span",{className:`flex-1 ${c.done?"text-void-500 line-through":"text-void-900 dark:text-void-100"}`,children:c.text})]},c.id))}),(0,b.jsx)("div",{className:"mt-4 flex gap-2",children:(0,b.jsx)("input",{type:"text","data-voice-target":!0,placeholder:"Add checklist item...",className:"stage-focus flex-1 rounded-lg border border-void-300 bg-white px-3 py-2 text-sm dark:border-void-600 dark:bg-void-800 dark:text-void-100",onKeyDown:b=>{if("Enter"===b.key&&b.currentTarget.value.trim()){var c;let d,e;c=b.currentTarget.value.trim(),H("checklist"),d={id:`check-${Date.now()}`,text:c,done:!1},e=[...as.current,d],as.current=e,av.current=JSON.stringify(e),ar(e),k({...a,checklist:e,updated_at:new Date().toISOString()}),b.currentTarget.value=""}}})})]}):"notes"===r?(0,b.jsxs)("div",{className:"flex h-full flex-col p-4",children:[(0,b.jsxs)("div",{className:"mb-4 flex items-center justify-between",children:[(0,b.jsxs)("h3",{className:"text-lg font-medium text-void-900 dark:text-void-100",children:["Notes (",a.agentNotes?.length??0,")"]}),(a.agentNotes?.length??0)>0&&(ay?(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("span",{className:"text-xs text-void-500",children:"Clear all notes?"}),(0,b.jsx)("button",{onClick:()=>{k({...a,agentNotes:[],updated_at:new Date().toISOString()}),az(!1)},className:"rounded px-2 py-1 text-xs font-medium text-red-600 hover:bg-red-50 dark:text-red-400 dark:hover:bg-red-900/20",children:"Confirm"}),(0,b.jsx)("button",{onClick:()=>az(!1),className:"rounded px-2 py-1 text-xs font-medium text-void-500 hover:bg-void-100 dark:hover:bg-void-800",children:"Cancel"})]}):(0,b.jsx)("button",{onClick:()=>az(!0),className:"rounded px-2 py-1 text-xs font-medium text-void-500 hover:bg-void-100 hover:text-red-600 dark:hover:bg-void-800 dark:hover:text-red-400",children:"Clear All"}))]}),(0,b.jsxs)("div",{className:"relative min-h-0 flex-1",children:[aB&&(0,b.jsx)("div",{className:"pointer-events-none absolute inset-x-0 top-0 z-10 h-6 bg-gradient-to-b from-void-100/90 to-transparent dark:from-void-900/90"}),aD&&(0,b.jsx)("div",{className:"pointer-events-none absolute inset-x-0 bottom-0 z-10 h-6 bg-gradient-to-t from-void-100/90 to-transparent dark:from-void-900/90"}),(0,b.jsx)("div",{ref:aA,onScroll:aN,className:"h-full overflow-y-auto",children:(a.agentNotes?.length??0)===0?(0,b.jsxs)("div",{className:"py-8 text-center text-sm text-void-400",children:["No notes yet. Add a note below or use the CLI: ",(0,b.jsxs)("code",{className:"rounded bg-void-100 px-1.5 py-0.5 text-xs dark:bg-void-800",children:["sly-kanban notes ",a.id,' add "..."']})]}):(0,b.jsx)("div",{className:"space-y-3",children:a.agentNotes.map(c=>{let d=new Date(c.timestamp),e=new Date().getTime()-d.getTime(),f=Math.floor(e/6e4),g=Math.floor(e/36e5),h=Math.floor(e/864e5),i="just now";return h>0?i=`${h}d ago`:g>0?i=`${g}h ago`:f>0&&(i=`${f}m ago`),(0,b.jsxs)("div",{className:"group rounded-lg bg-void-50 p-3 dark:bg-void-800",children:[(0,b.jsxs)("div",{className:"mb-1 flex items-center justify-between",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[c.agent&&(0,b.jsx)("span",{className:"rounded bg-purple-100 px-1.5 py-0.5 text-xs font-medium text-purple-700 dark:bg-purple-900/40 dark:text-purple-300",children:c.agent}),c.summary&&(0,b.jsx)("span",{className:"rounded bg-amber-100 px-1.5 py-0.5 text-xs font-medium text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",title:`Summary of ${c.summarizedCount??"?"} notes${c.dateRange?` (${c.dateRange})`:""}`,children:"Summary"}),(0,b.jsx)("span",{className:"text-xs text-void-400",children:i})]}),(0,b.jsx)("button",{onClick:()=>{var b;let d;return b=c.id,d=(a.agentNotes||[]).filter(a=>a.id!==b),void k({...a,agentNotes:d,updated_at:new Date().toISOString()})},className:"rounded p-1 text-void-400 opacity-0 transition-opacity hover:bg-void-200 hover:text-red-500 group-hover:opacity-100 dark:hover:bg-void-700 dark:hover:text-red-400",title:"Delete note",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:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})})]}),(0,b.jsx)("p",{className:"whitespace-pre-wrap text-sm text-void-700 dark:text-void-200",children:c.text})]},c.id)})})})]}),(0,b.jsxs)("div",{className:"mt-4 flex flex-shrink-0 gap-2",children:[(0,b.jsx)("textarea",{value:aw,onChange:a=>ax(a.target.value),"data-voice-target":!0,placeholder:"Type a note... (Shift+Enter for new line)",rows:2,className:"stage-focus flex-1 resize-none rounded-lg border border-void-300 bg-white px-3 py-2 text-sm dark:border-void-600 dark:bg-void-800 dark:text-void-100",onKeyDown:a=>{"Enter"===a.key&&!a.shiftKey&&aw.trim()&&(a.preventDefault(),aP(aw.trim()),ax(""))}}),(0,b.jsx)("button",{onClick:()=>{aw.trim()&&(aP(aw.trim()),ax(""))},disabled:!aw.trim(),className:"rounded-lg bg-purple-500 px-4 py-2 text-sm font-medium text-white hover:bg-purple-600 disabled:opacity-50 disabled:cursor-not-allowed",children:"Add"})]})]}):"terminal"===r?(0,b.jsx)("div",{className:"h-full",children:(0,b.jsx)(i.ClaudeTerminalPanel,{sessionName:aU,cwd:g,actionsConfig:U,actions:aX,context:a2,cardId:a.id,cardAreas:a.areas,stage:a9?"automation":d,initialProvider:S??void 0,footerClassName:bb,tintColor:bc,onSessionChange:a=>P(a?{status:a.status}:null),onProviderChange:a=>T(a),voiceTerminalId:"card-modal",onTerminalReady:a=>{aK.current=a?.sendInput??null,a?aG.registerTerminal("card-modal",a):aG.unregisterTerminal("card-modal")}})}):null}),"terminal"!==r&&(0,b.jsxs)("div",{className:"flex items-center justify-between border-t border-void-200 px-4 py-2 text-xs text-void-500 dark:border-void-700 dark:text-void-400",children:[(0,b.jsxs)("span",{children:["Created: ",new Date(a.created_at).toLocaleDateString()]}),(0,b.jsxs)("span",{children:["Updated: ",new Date(a.updated_at).toLocaleDateString()]})]})]}),(0,b.jsx)(Y,{open:K,onClose:()=>L(!1),onConfirm:()=>{m?.(a.id),L(!1)},title:"Delete Card",message:(0,b.jsxs)(b.Fragment,{children:["Are you sure you want to permanently delete ",(0,b.jsxs)("span",{className:"font-medium text-void-900 dark:text-void-200",children:['"',a.title,'"']}),"? This action cannot be undone."]})}),aG.showSettings&&(0,J.createPortal)((0,b.jsx)(aj,{anchorRef:aI,children:(0,b.jsx)($.VoiceSettingsPopover,{settings:aG.settings.voice,onSave:a=>aG.updateSettings({voice:a}),onClose:()=>{aH.current=Date.now(),aG.setShowSettings(!1)}})}),document.body),"error"===aG.voiceState&&aG.error&&(0,J.createPortal)((0,b.jsx)(aj,{anchorRef:aI,children:(0,b.jsx)(_.VoiceErrorPopup,{error:aG.error,hasRecording:aG.hasRecording,onRetry:()=>aG.retryTranscription(),onClear:()=>aG.clearRecording(),onClose:()=>aG.clearRecording()})}),document.body)]})}var al=a.i(44674);function am({nextRun:a,enabled:d}){let e,f,[g,h]=(0,c.useState)(Date.now());if((0,c.useEffect)(()=>{if(!a||!d)return;let b=setInterval(()=>h(Date.now()),1e3);return()=>clearInterval(b)},[a,d]),!a||!d)return(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center",children:[(0,b.jsx)("span",{className:"font-mono text-2xl font-bold tracking-wider text-void-300 dark:text-void-600",children:"--:--"}),(0,b.jsx)("span",{className:"text-[9px] uppercase tracking-[0.2em] text-void-300 dark:text-void-600",children:"idle"})]});let i=Math.max(0,new Date(a).getTime()-g);if(0===i)return(0,b.jsx)("div",{className:"flex flex-col items-center justify-center",children:(0,b.jsx)("span",{className:"font-mono text-2xl font-bold tracking-wider text-orange-500 animate-pulse",children:"NOW"})});let j=Math.floor(i/1e3),k=Math.floor(j/86400),l=Math.floor(j%86400/3600),m=Math.floor(j%3600/60),n=j%60,o=a=>String(a).padStart(2,"0");return k>0?(e=`${k}d ${o(l)}:${o(m)}`,f="days hrs min"):l>0?(e=`${o(l)}:${o(m)}:${o(n)}`,f="hrs min sec"):(e=`${o(m)}:${o(n)}`,f="min sec"),(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center",children:[(0,b.jsx)("span",{className:"font-mono text-2xl font-bold tabular-nums tracking-wider text-orange-500 dark:text-orange-400",children:e}),(0,b.jsx)("span",{className:"text-[9px] uppercase tracking-[0.2em] text-void-400 dark:text-void-500",children:f})]})}function an({cards:a,activeCards:d,triggeringCards:e,onCardClick:f,onCardContextMenu:g,onCreateAutomation:h}){let[i,j]=(0,c.useState)(null),[k,l]=(0,c.useState)("");(0,c.useEffect)(()=>{fetch("/api/scheduler").then(a=>a.ok?a.json():null).then(a=>{a&&(j(a.running),a.abbreviation&&l(a.abbreviation))}).catch(()=>{})},[]);let m=a.reduce((a,b)=>{let c=b.tags[0]||"Ungrouped";return a[c]||(a[c]=[]),a[c].push(b),a},{}),n=Object.keys(m).sort((a,b)=>"Ungrouped"===a?1:"Ungrouped"===b?-1:a.localeCompare(b));return(0,b.jsx)("div",{className:"flex-1 overflow-y-auto p-4",children:(0,b.jsxs)("div",{className:"mx-auto max-w-5xl",children:[(0,b.jsxs)("div",{className:"mb-5 flex items-center justify-between",children:[(0,b.jsxs)("h2",{className:"text-lg font-semibold text-void-900 dark:text-void-100",children:["Automations",(0,b.jsxs)("span",{className:"ml-2 text-sm font-normal text-void-500 dark:text-void-400",children:["(",a.length," card",1!==a.length?"s":"",")"]}),k&&(0,b.jsx)("span",{className:"ml-2 rounded bg-void-100 px-1.5 py-0.5 text-xs font-normal text-void-500 dark:bg-void-700 dark:text-void-400",children:k})]}),(0,b.jsx)("button",{onClick:h,className:"rounded-lg border border-orange-500/50 bg-orange-400/10 px-3 py-1.5 text-sm font-medium text-orange-700 transition-colors hover:bg-orange-400/20 dark:border-orange-400/40 dark:text-orange-400",children:"+ New Automation"})]}),0===a.length?(0,b.jsxs)("div",{className:"py-16 text-center",children:[(0,b.jsx)("div",{className:"mb-3 text-void-300 dark:text-void-600",children:(0,b.jsx)("svg",{className:"mx-auto h-14 w-14",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})})}),(0,b.jsx)("p",{className:"text-sm text-void-500 dark:text-void-400",children:"No automations configured yet."}),(0,b.jsx)("p",{className:"mt-1 text-xs text-void-400 dark:text-void-500",children:"Toggle any card to automation mode, or create a new automation above."})]}):(0,b.jsx)("div",{className:"space-y-6",children:n.map(a=>(0,b.jsx)("div",{children:(0,b.jsxs)("details",{open:!0,children:[(0,b.jsxs)("summary",{className:"mb-3 cursor-pointer text-sm font-medium text-void-600 hover:text-void-800 dark:text-void-400 dark:hover:text-void-200",children:[(0,b.jsx)("span",{className:"ml-1",children:a}),(0,b.jsxs)("span",{className:"ml-1 text-void-400 dark:text-void-500",children:["(",m[a].length,")"]})]}),(0,b.jsx)("div",{className:"grid grid-cols-1 gap-3 lg:grid-cols-2",children:m[a].map(a=>{let c=!!a.automation?.enabled,h=d.has(a.id),i=e?.has(a.id)&&!h;return(0,b.jsxs)("button",{onClick:()=>f(a),onContextMenu:b=>{g&&(b.preventDefault(),g(a,b))},className:`group overflow-hidden rounded-lg text-left transition-all border border-void-200/80 border-l-[3px] border-l-orange-500/70 bg-white shadow-(--shadow-card) transition-[transform,box-shadow,border-color] duration-200 hover:translate-y-0.5 hover:shadow-[0_2px_8px_rgba(249,115,22,0.2)] hover:border-orange-400/60 dark:hover:shadow-[0_2px_8px_rgba(249,115,22,0.15)] dark:border-void-700/60 dark:border-l-orange-400/60 dark:bg-void-800 dark:hover:border-orange-400/40 ${h?"active-glow-automation":""}`,children:[(0,b.jsx)("div",{className:`automation-chevron px-5 py-3 ${h?"automation-chevron-active":""}`,children:(0,b.jsxs)("div",{className:"relative z-10 flex items-stretch gap-4",children:[(0,b.jsxs)("div",{className:"min-w-0 flex-1 flex flex-col gap-1.5 justify-center",children:[(0,b.jsx)("h3",{className:"text-base font-semibold text-void-900 dark:text-void-100 truncate",children:a.title}),(0,b.jsxs)("div",{className:"flex items-center gap-3",children:[(0,b.jsx)("p",{className:"min-w-0 flex-1 truncate text-sm text-void-600 dark:text-void-400",children:a.automation?T(a.automation.schedule,a.automation.scheduleType,"No schedule",k||void 0):"No schedule"}),(0,b.jsxs)("div",{className:"flex shrink-0 items-center gap-1.5",children:[a.automation?.provider&&(0,b.jsx)("span",{className:"rounded bg-void-100 px-1.5 py-0.5 text-[11px] text-void-600 dark:bg-void-700 dark:text-void-400",children:a.automation.provider}),(0,b.jsx)("span",{className:`rounded px-1.5 py-0.5 text-[11px] font-medium ${c?"bg-green-100 text-green-700 dark:bg-green-900/30 dark:text-green-400":"bg-red-100 text-red-700 dark:bg-red-900/30 dark:text-red-400"}`,children:c?"Enabled":"Disabled"}),a.automation?.lastResult&&(0,b.jsx)("span",{className:`rounded px-1.5 py-0.5 text-[11px] ${"success"===a.automation.lastResult?"bg-green-50 text-green-600 dark:bg-green-900/20 dark:text-green-400":"bg-red-50 text-red-600 dark:bg-red-900/20 dark:text-red-400"}`,children:"success"===a.automation.lastResult?"OK":"Err"})]})]})]}),(0,b.jsxs)("div",{className:"flex shrink-0 flex-col items-center justify-center border-l border-void-200 pl-4 dark:border-void-700/50 min-h-[52px]",children:[i?(0,b.jsxs)("div",{className:"flex flex-col items-center justify-center",children:[(0,b.jsx)("span",{className:"animate-pulse font-mono text-2xl font-bold tracking-wider text-orange-500",children:"STARTING"}),(0,b.jsx)("span",{className:"text-[9px] uppercase tracking-[0.2em] text-transparent",children:"placeholder"})]}):(0,b.jsx)(am,{nextRun:a.automation?.nextRun,enabled:a.automation?.enabled}),(0,b.jsx)("div",{className:"mt-0.5 h-4 text-[10px] text-void-350 dark:text-void-600",children:a.automation?.lastRun?`Prev: ${new Date(a.automation.lastRun).toLocaleString([],{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}`:""})]})]})}),(0,b.jsx)("div",{className:"h-[5px] hazard-stripe"})]},a.id)})})]})},a))})]})})}function ao(){return(0,b.jsx)("svg",{className:"h-3 w-3",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.5,d:"M5 13l4 4L19 7"})})}function ap(){return(0,b.jsx)("svg",{className:"h-3 w-3 text-void-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,b.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})}function aq({items:a,parentRect:d,onClose:e,onAction:f}){let g=(0,c.useRef)(null),[h,i]=(0,c.useState)(-1),[j,k]=(0,c.useState)({top:d.top,left:d.right+2});(0,c.useEffect)(()=>{if(!g.current)return;let a=g.current.getBoundingClientRect(),b=d.right+2,c=d.top;b+a.width>window.innerWidth-8&&(b=d.left-a.width-2),c+a.height>window.innerHeight-8&&(c=Math.max(8,window.innerHeight-a.height-8)),k({top:c,left:b})},[d]);let l=a.map((a,b)=>({item:a,index:b})).filter(({item:a})=>!a.disabled),m=(0,c.useCallback)(b=>{switch(b.stopPropagation(),b.key){case"ArrowDown":{b.preventDefault();let a=l.findIndex(({index:a})=>a===h),c=l[(a+1)%l.length];c&&i(c.index);break}case"ArrowUp":{b.preventDefault();let a=l.findIndex(({index:a})=>a===h),c=l[(a-1+l.length)%l.length];c&&i(c.index);break}case"ArrowLeft":case"Escape":b.preventDefault(),e();break;case"Enter":{b.preventDefault();let c=a[h];c&&!c.disabled&&c.onClick&&(c.onClick(),f())}}},[h,l,a,e,f]);return(0,c.useEffect)(()=>{g.current?.focus()},[]),(0,J.createPortal)((0,b.jsx)("div",{ref:g,tabIndex:-1,onKeyDown:m,"data-context-submenu":!0,className:"context-menu-no-ring fixed z-[52] min-w-[140px] rounded-lg border border-void-200 bg-white py-1 shadow-(--shadow-overlay) dark:border-void-600 dark:bg-void-800",style:{top:j.top,left:j.left},children:a.map((a,c)=>(0,b.jsxs)("div",{role:"menuitem",onMouseEnter:()=>i(c),onMouseLeave:()=>i(-1),onClick:()=>{a.disabled||(a.onClick?.(),f())},className:`flex w-full cursor-default items-center gap-2 px-3 py-1.5 text-left text-xs outline-none transition-colors ${a.disabled?"text-void-400 dark:text-void-500":a.danger?"cursor-pointer text-red-500 hover:bg-red-50 dark:text-red-400 dark:hover:bg-red-900/20":"cursor-pointer text-void-700 hover:bg-void-100 dark:text-void-300 dark:hover:bg-void-700"} ${h===c&&!a.disabled?"bg-void-100 dark:bg-void-700":""}`,children:[(0,b.jsx)("span",{className:"w-3.5 shrink-0",children:a.checked&&(0,b.jsx)(ao,{})}),(0,b.jsx)("span",{className:"flex-1",children:a.label})]},c))}),document.body)}function ar({open:a,position:d,groups:e,accentColor:f,onClose:g}){let h,i=(0,c.useRef)(null),[j,k]=(0,c.useState)(-1),[l,m]=(0,c.useState)(null),[n,o]=(0,c.useState)(d),p=(0,c.useRef)(null),q=(0,c.useRef)(new Map),r=[];e.forEach((a,b)=>{b>0&&a.items.length>0&&r.push({type:"separator"}),a.items.forEach((a,c)=>{r.push({type:"item",item:a,groupIndex:b,itemIndex:c})})});let s=r.map((a,b)=>({entry:a,flatIndex:b})).filter(a=>"item"===a.entry.type).filter(({entry:a})=>!a.item.disabled||a.item.items);(0,c.useEffect)(()=>{if(!a||!i.current)return;let b=i.current.getBoundingClientRect(),c=d.x,e=d.y;c+b.width>window.innerWidth-8&&(c=Math.max(8,window.innerWidth-b.width-8)),e+b.height>window.innerHeight-8&&(e=Math.max(8,window.innerHeight-b.height-8)),o({x:c,y:e})},[a,d]),(0,c.useEffect)(()=>(a&&(k(-1),m(null),requestAnimationFrame(()=>{i.current?.focus(),s.length>0&&k(s[0].flatIndex)})),()=>{p.current&&clearTimeout(p.current)}),[a]),(0,c.useEffect)(()=>{if(!a)return;let b=a=>{let b=a.target;if(!i.current?.contains(b)){for(let a of document.querySelectorAll("[data-context-submenu]"))if(a.contains(b))return;g()}},c=setTimeout(()=>document.addEventListener("mousedown",b),0);return()=>{clearTimeout(c),document.removeEventListener("mousedown",b)}},[a,g]);let t=(0,c.useCallback)(()=>{g()},[g]),u=(0,c.useCallback)(a=>{if(null===l)switch(a.key){case"ArrowDown":{a.preventDefault(),a.stopPropagation();let b=s.findIndex(({flatIndex:a})=>a===j),c=s[(b+1)%s.length];c&&k(c.flatIndex);break}case"ArrowUp":{a.preventDefault(),a.stopPropagation();let b=s.findIndex(({flatIndex:a})=>a===j),c=s[(b-1+s.length)%s.length];c&&k(c.flatIndex);break}case"ArrowRight":{a.preventDefault(),a.stopPropagation();let b=r[j];b?.type==="item"&&b.item.items&&m(j);break}case"Escape":a.preventDefault(),a.stopPropagation(),g();break;case"Enter":{a.preventDefault(),a.stopPropagation();let b=r[j];b?.type==="item"&&(b.item.items?m(j):!b.item.disabled&&b.item.onClick&&(b.item.onClick(),t()))}}},[j,s,r,l,g,t]),v=(0,c.useCallback)(a=>{k(a);let b=r[a];b?.type==="item"&&b.item.items?(p.current&&clearTimeout(p.current),p.current=setTimeout(()=>{m(a)},150)):(p.current&&clearTimeout(p.current),m(null))},[r]);return!a||"u"<typeof document?null:(0,J.createPortal)((0,b.jsxs)("div",{ref:i,tabIndex:-1,role:"menu",onKeyDown:u,className:"context-menu-no-ring fixed z-[51] min-w-[180px] overflow-hidden rounded-lg border border-void-200 bg-white shadow-(--shadow-overlay) dark:border-void-600 dark:bg-void-800",style:{top:n.y,left:n.x},children:[f&&(0,b.jsx)("div",{className:"h-0.5 w-full",style:{backgroundColor:(h=f.replace("border-t-","")).startsWith("[")&&h.endsWith("]")?h.slice(1,-1):({"void-400":"var(--color-void-400, #9ca3af)","neon-blue-400":"var(--color-neon-blue-400, #60a5fa)","neon-blue-500":"var(--color-neon-blue-500, #3b82f6)","green-400":"var(--color-green-400, #4ade80)","orange-400":"var(--color-orange-400, #fb923c)"})[h]||h}}),(0,b.jsx)("div",{className:"py-1",children:r.map((a,c)=>{if("separator"===a.type)return(0,b.jsx)("div",{className:"my-1 border-t border-void-200 dark:border-void-700"},`sep-${c}`);let{item:d}=a,e=!!d.items,f=d.disabled&&!e;return(0,b.jsxs)("div",{ref:a=>{a&&q.current.set(c,a)},role:"menuitem",onMouseEnter:()=>v(c),onClick:()=>{e?m(c):f||(d.onClick?.(),t())},className:`flex w-full cursor-default items-center gap-2 px-3 py-1.5 text-left text-xs outline-none transition-colors select-none ${f?"text-void-400 dark:text-void-500":d.danger?"cursor-pointer text-red-500 hover:bg-red-50 dark:text-red-400 dark:hover:bg-red-900/20":"cursor-pointer text-void-700 hover:bg-void-100 dark:text-void-300 dark:hover:bg-void-700"} ${j===c&&!f?"bg-void-100 dark:bg-void-700":""}`,children:[(0,b.jsx)("span",{className:"w-3.5 shrink-0",children:d.checked&&(0,b.jsx)(ao,{})}),(0,b.jsx)("span",{className:"flex-1 truncate",children:d.label}),e&&(0,b.jsx)(ap,{})]},c)})}),r.map((a,c)=>{if("item"!==a.type||!a.item.items||l!==c)return null;let d=q.current.get(c);return d?(0,b.jsx)(aq,{items:a.item.items,parentRect:d.getBoundingClientRect(),onClose:()=>{m(null),i.current?.focus()},onAction:t},`sub-${c}`):null})]}),document.body)}var as=a.i(92977);let at=["backlog","design","implementation","testing","done"],au=[{id:"backlog",label:"Backlog",color:"zinc"},{id:"design",label:"Design",color:"purple"},{id:"implementation",label:"Implementation",color:"blue"},{id:"testing",label:"Testing",color:"yellow"},{id:"done",label:"Done",color:"green"}],av={backlog:[],design:[],implementation:[],testing:[],done:[]};function aw(a,b){return JSON.stringify(a)===JSON.stringify(b)}function ax({project:a,projectPath:d,showArchived:f=!1,showAutomations:h=!1,onAutomationToggle:i,onActiveAutomationsChange:j,onExitMode:k,onRefreshReady:l}){let m=(0,e.useSearchParams)(),n=(0,e.useRouter)(),o=(0,e.usePathname)(),[p,q]=(0,c.useState)(av),[r,s]=(0,c.useState)(null),[t,u]=(0,c.useState)(null),[v,w]=(0,c.useState)(!1),[x,y]=(0,c.useState)(null),[z,A]=(0,c.useState)("idle"),[B,C]=(0,c.useState)(!1),[D,E]=(0,c.useState)(!1),G=(0,c.useRef)(null),J=(0,c.useRef)(null),K=(0,c.useRef)(null),L=(0,c.useRef)(!1),M=(0,c.useRef)(null),N=(0,c.useRef)(null),O=(0,c.useRef)(av),Q=(0,c.useRef)(!1),R=(0,c.useRef)(av),[S,T]=(0,c.useState)(new Map),[U,V]=(0,c.useState)(new Set),W=(0,c.useRef)(new Set),X=(0,c.useRef)(null),Z=(0,c.useRef)(new Set),$=(0,c.useRef)(new Set),[_,aa]=(0,c.useState)(null),[ab,ac]=(0,c.useState)(null),[ad,ae]=(0,c.useState)(!1),[af,ag]=(0,c.useState)(new Set),ah=(0,c.useMemo)(()=>{if(v&&x)return x;if(!r)return null;if(t){let a=p[t]?.find(a=>a.id===r);if(a)return a}for(let a of at){let b=p[a]?.find(a=>a.id===r);if(b)return b}return null},[p,r,t,v,x]);(0,c.useEffect)(()=>{if(r&&t&&!v&&!p[t]?.some(a=>a.id===r)){for(let a of at)if(p[a]?.some(a=>a.id===r))return void u(a)}},[p,r,t,v]),R.current=p;let ai=(0,c.useCallback)(async b=>{try{let c=await fetch("/api/bridge/sessions",{signal:b});if(c.ok){let b=(await c.json()).sessions||[],d=new Map,e=RegExp(`^${a.id}:(?:[^:]+:)?card:(.+)$`);for(let a of b){let b=a.name.match(e);if(b){let c=b[1];"running"===a.status?d.set(c,"running"):"detached"===a.status?d.set(c,"detached"):a.hasHistory&&d.set(c,"resumable")}}T(d)}}catch{}},[a.id]),aj=(0,c.useCallback)(async b=>{try{let c=await fetch("/api/bridge/stats",{signal:b});if(c.ok){let b=await c.json(),d=new Set,e=RegExp(`^${a.id}:(?:[^:]+:)?card:(.+)$`);for(let a of b.sessions)if(a.isActive){let b=a.name.match(e);b&&d.add(b[1])}let f=W.current,g=[...d].filter(a=>!f.has(a)),h=[...f].filter(a=>!d.has(a));g.length>0&&console.log(`[Activity] Cards became active: [${g.join(", ")}]`,b.sessions.filter(a=>a.isActive)),h.length>0&&console.log(`[Activity] Cards became inactive: [${h.join(", ")}]`),W.current=d,V(d),g.length>0&&ag(a=>{let b=new Set(a),c=!1;for(let a of g)b.has(a)&&(b.delete(a),c=!0);return c?b:a})}}catch{}},[a.id]);(0,g.usePolling)(ai,5e3),(0,g.usePolling)(aj,2e3),(0,c.useEffect)(()=>{if(!j)return;let a=new Set;for(let b of at)for(let c of p[b])c.automation&&a.add(c.id);j([...U].some(b=>a.has(b)))},[U,p,j]);let am=(0,c.useCallback)(async(b=!1,c)=>{if(!Q.current&&!L.current)try{let d=await fetch(`/api/kanban?projectId=${a.id}`,{signal:c}),e=await d.json();if(b&&N.current===e.last_updated||Q.current||L.current)return;N.current=e.last_updated;let f=e.stages||av;q(f),O.current=f,E(!1)}catch{}},[a.id]),ao=(0,c.useCallback)(async()=>{try{let b=await fetch(`/api/kanban?projectId=${a.id}`),c=await b.json();N.current=c.last_updated;let d=c.stages||av;q(d),O.current=d,Q.current=!1,E(!1)}catch{}},[a.id]);(0,c.useEffect)(()=>{l?.(ao)},[ao,l]),(0,c.useEffect)(()=>{am().then(()=>C(!0))},[am]),(0,c.useEffect)(()=>{if(!B)return;let a=m.get("card");if(a&&X.current!==a)for(let b of at){let c=p[b]?.find(b=>b.id===a);if(c){X.current=a,s(c.id),u(b);break}}},[B,m,p]),(0,c.useEffect)(()=>(K.current=F.connectionManager.createManagedEventSource(`/api/kanban/stream?projectId=${a.id}`,{update:a=>{let b=JSON.parse(a.data);if(M.current){let a=new Date(M.current).getTime();if(new Date(b.timestamp).getTime()-a<2e3)return}L.current||Q.current||(E(!0),setTimeout(()=>E(!1),3e3),am())},onError:()=>{}}),()=>{K.current&&(F.connectionManager.closeConnection(K.current),K.current=null)}),[a.id,am]),(0,c.useEffect)(()=>H.subscribe(b=>{"kanban-update"!==b.type&&"kanban-reload"!==b.type||b.projectId&&b.projectId!==a.id||L.current||Q.current||am()}),[a.id,am]);let ap=(0,c.useCallback)(async a=>{L.current||Q.current||await am(!0,a)},[am]);(0,g.usePolling)(ap,1e4);let aq=(0,c.useCallback)(async b=>{A("saving"),L.current=!0;try{let c=[],d=new Map;for(let a of at)for(let b of O.current[a]||[])d.set(b.id,JSON.stringify(b)+"|"+a);for(let a of at)for(let e of b[a]||[]){let b=d.get(e.id),f=JSON.stringify(e)+"|"+a;b!==f&&(Z.current.has(e.id)?c.push({id:e.id,type:"edit"}):$.current.has(e.id)&&c.push({id:e.id,type:"move"})),d.delete(e.id)}for(let a of d.keys())c.push({id:a,type:"delete"});Z.current.clear(),$.current.clear();let e=await fetch("/api/kanban",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:a.id,stages:b,changedCards:c})});if(e.ok){let c=await e.json();M.current=c.last_updated;let d=c.stages;d?(O.current=d,aw(R.current,b)&&q(d)):O.current=b,Q.current=!aw(R.current,O.current),A("saved"),H.broadcast("kanban-update",a.id),J.current&&clearTimeout(J.current),J.current=setTimeout(()=>{A("idle")},800)}else A("error")}catch(a){console.error("Failed to save kanban:",a),A("error")}finally{L.current=!1}},[a.id]);(0,c.useEffect)(()=>{if(B){if(aw(p,O.current)){Q.current=!1,G.current&&(clearTimeout(G.current),G.current=null);return}return Q.current=!0,G.current&&clearTimeout(G.current),G.current=setTimeout(()=>{aq(p)},2e3),()=>{G.current&&clearTimeout(G.current),J.current&&clearTimeout(J.current)}}},[p,B,aq]);let ax=(a,b,c=!1)=>{ae(c),s(a.id),u(b)},ay=()=>{let a=new Date().toISOString(),b={id:`card-${Date.now()}`,title:"",description:"",type:"feature",priority:"medium",areas:[],tags:[],problems:[],checklist:[],order:0,created_at:a,updated_at:a};y(b),s(b.id),u("backlog"),w(!0)},az=(a,b,c)=>{$.current.add(a),q(d=>{var e,g;let h=null,i=null;for(let b of at){let c=d[b].find(b=>b.id===a);if(c){h=b,i=c;break}}if(!h||!i)return d;let j=d[h].filter(b=>b.id!==a),k=[...h===b?j:d[b]].filter(a=>f?!0===a.archived:!a.archived&&!a.automation).sort((a,b)=>a.order-b.order),l=c??k.length;if(h===b&&void 0!==c){let b=[...d[h]].filter(a=>f?!0===a.archived:!a.archived&&!a.automation).sort((a,b)=>a.order-b.order).findIndex(b=>b.id===a);-1!==b&&b<c&&(l=Math.max(0,c-1))}let m=(e=k,g=l,0===e.length?10:0===g?e[0].order/2:g>=e.length?e[e.length-1].order+10:(e[g-1].order+e[g].order)/2),n={...i,order:m,updated_at:new Date().toISOString()};return h===b?{...d,[h]:[...j,n]}:{...d,[h]:j,[b]:[...d[b],n]}}),r===a&&u(b)},aA=(0,c.useCallback)((a,b,c)=>{c.preventDefault(),aa({position:{x:c.clientX,y:c.clientY},card:a,stage:b})},[]),aB=(0,c.useCallback)(()=>{aa(null)},[]),aC=(0,c.useCallback)((a,b)=>{let c={backlog:"Backlog",design:"Design",implementation:"Implementation",testing:"Testing",done:"Done"},d={critical:"Critical",high:"High",medium:"Medium",low:"Low"};return[{items:[{label:"Move to stage",items:["backlog","design","implementation","testing","done"].map(d=>({label:c[d],checked:d===b,disabled:d===b,onClick:()=>{az(a.id,d)}}))},{label:"Set priority",items:["critical","high","medium","low"].map(c=>({label:d[c],checked:c===a.priority,disabled:c===a.priority,onClick:()=>{Z.current.add(a.id),q(d=>({...d,[b]:d[b].map(b=>b.id===a.id?{...b,priority:c,updated_at:new Date().toISOString()}:b)}))}}))}]},{items:[{label:"Open details",onClick:()=>{ax(a,b,!0)}},{label:"Copy",items:[{label:"Card ID",onClick:()=>{navigator.clipboard.writeText(a.id)}},{label:"Title",onClick:()=>{navigator.clipboard.writeText(a.title)}},{label:"Description",onClick:()=>{navigator.clipboard.writeText(a.description||"")}}]}]},{items:[{label:a.automation?"Archive (disabled — automation)":a.archived?"Unarchive":"Archive",disabled:!!a.automation,onClick:()=>{a.automation||(Z.current.add(a.id),q(c=>({...c,[b]:c[b].map(b=>b.id===a.id?{...b,archived:!a.archived,updated_at:new Date().toISOString()}:b)})))}},{label:"Delete",danger:!0,onClick:()=>{ac(a)}}]}]},[az]),aD=(0,c.useCallback)((b,c)=>{let d={critical:"Critical",high:"High",medium:"Medium",low:"Low"},e=[{items:[{label:"Set priority",items:["critical","high","medium","low"].map(a=>({label:d[a],checked:a===b.priority,disabled:a===b.priority,onClick:()=>{Z.current.add(b.id),q(d=>({...d,[c]:d[c].map(c=>c.id===b.id?{...c,priority:a,updated_at:new Date().toISOString()}:c)}))}}))}]},{items:[{label:"Open details",onClick:()=>{ax(b,c,!0)}},{label:"Copy",items:[{label:"Card ID",onClick:()=>{navigator.clipboard.writeText(b.id)}},{label:"Title",onClick:()=>{navigator.clipboard.writeText(b.title)}},{label:"Description",onClick:()=>{navigator.clipboard.writeText(b.description||"")}}]}]},{items:[{label:"Delete",danger:!0,onClick:()=>{ac(b)}}]}];return b.automation&&e.push({items:[{label:b.automation.enabled?"Disable":"Enable",onClick:()=>{q(a=>({...a,[c]:a[c].map(a=>a.id===b.id&&a.automation?{...a,automation:{...a.automation,enabled:!a.automation.enabled},updated_at:new Date().toISOString()}:a)}))}},{label:"Run now",onClick:()=>{ag(a=>new Set(a).add(b.id)),fetch("/api/scheduler",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"trigger",cardId:b.id,projectId:a.id})}).catch(()=>{ag(a=>{let c=new Set(a);return c.delete(b.id),c})}),setTimeout(()=>{ag(a=>{let c=new Set(a);return c.delete(b.id),c})},15e3)}}]}),e},[]),aE=(0,c.useCallback)(a=>{for(let b of at)if(p[b].find(b=>b.id===a)){q(c=>({...c,[b]:c[b].filter(b=>b.id!==a)}));break}ac(null)},[p]);return((0,I.useKeyboardShortcuts)({onEscape:()=>{(f||h)&&k?k():n.push("/")},enabled:!ah}),B)?(0,b.jsxs)("div",{className:"relative flex flex-1 flex-col overflow-hidden",children:[(0,b.jsx)(al.ConnectionStatusIndicator,{position:"top-right"}),(0,b.jsx)(as.VersionUpdateToast,{}),(0,b.jsxs)("div",{className:"absolute top-1 right-4 z-10 flex gap-3",children:[D&&(0,b.jsx)("span",{className:"text-xs text-blue-600 dark:text-blue-400",children:"↻ Updated externally"}),(0,b.jsx)("span",{className:`text-xs transition-opacity ${"idle"===z?"opacity-0 duration-500":"saved"===z?"opacity-60 text-green-600 dark:text-green-400 duration-500":"saving"===z?"opacity-60 text-void-500 dark:text-void-400 duration-150":"opacity-100 text-red-600 dark:text-red-400 duration-150"}`,children:"saving"===z?"●":"error"===z?"✗ Save failed":"●"})]}),(0,b.jsxs)("div",{className:"flex flex-1 overflow-hidden",children:[h?(0,b.jsx)(an,{cards:at.flatMap(a=>p[a].filter(a=>!!a.automation&&!a.archived)),activeCards:U,triggeringCards:af,onCardClick:a=>{let b=at.find(b=>p[b].some(b=>b.id===a.id));b&&ax(a,b)},onCardContextMenu:(a,b)=>{let c=at.find(b=>p[b].some(b=>b.id===a.id));c&&aA(a,c,b)},onCreateAutomation:()=>{let a=new Date().toISOString(),b={id:`card-${Date.now()}`,title:"",description:"",type:"chore",priority:"medium",areas:[],tags:[],problems:[],checklist:[],automation:{enabled:!1,schedule:"",scheduleType:"recurring",provider:"claude",freshSession:!1,reportViaMessaging:!1},created_at:a,updated_at:a,order:0};y(b),s(b.id),u("backlog"),w(!0)}}):(0,b.jsx)("div",{className:"flex-1 overflow-x-auto p-4 pt-2 snap-x snap-mandatory sm:snap-none",children:(0,b.jsx)("div",{className:"mx-auto flex h-full w-full max-w-[1984px] gap-4",children:au.map(a=>(0,b.jsx)(P,{stage:a,cards:[...p[a.id]].filter(a=>f?!0===a.archived:!a.archived&&!a.automation).sort((a,b)=>a.order-b.order),cardSessions:S,activeCards:U,onCardClick:b=>ax(b,a.id),onCardContextMenu:(b,c)=>aA(b,a.id,c),onMoveCard:az,onAddCardClick:"backlog"!==a.id||f?void 0:ay},a.id))})}),ah&&t&&(0,b.jsx)(ak,{card:ah,stage:t,projectId:a.id,projectPath:d,onClose:()=>{aw(p,O.current)||(G.current&&(clearTimeout(G.current),G.current=null),aq(p)),s(null),u(null),w(!1),y(null),X.current=null,m.get("card")&&n.replace(o,{scroll:!1})},onUpdate:a=>{v&&x&&a.id===x.id?y(a):t&&(Z.current.add(a.id),q(b=>({...b,[t]:b[t].map(b=>b.id===a.id?a:b)})))},onMove:az,onDelete:a=>{t&&(q(b=>({...b,[t]:b[t].filter(b=>b.id!==a)})),s(null),u(null))},isCreateMode:v,onCreate:v?a=>{let b=new Date().toISOString(),c={...a,id:`card-${Date.now()}`,order:p.backlog.length>0?Math.max(...p.backlog.map(a=>a.order))+10:10,created_at:b,updated_at:b};q(a=>({...a,backlog:[...a.backlog,c]}))}:void 0,onAutomationToggle:i,suppressAutoTerminal:ad})]}),(0,b.jsx)(ar,{open:!!_,position:_?.position??{x:0,y:0},groups:_?_.card.automation&&h?aD(_.card,_.stage):aC(_.card,_.stage):[],accentColor:_?_.card.automation&&h?"border-t-orange-400":({backlog:"border-t-void-400",design:"border-t-neon-blue-400",implementation:"border-t-neon-blue-500",testing:"border-t-[#ff6a33]",done:"border-t-green-400"})[_.stage]||"border-t-void-400":void 0,onClose:aB}),(0,b.jsx)(Y,{open:!!ab,onClose:()=>ac(null),onConfirm:()=>{ab&&aE(ab.id)},title:"Delete Card",message:ab?(0,b.jsxs)(b.Fragment,{children:["Are you sure you want to permanently delete ",(0,b.jsxs)("span",{className:"font-medium text-void-900 dark:text-void-200",children:['"',ab.title,'"']}),"? This action cannot be undone."]}):""}),(0,b.jsx)("div",{className:"pointer-events-none absolute bottom-[1.2px] left-4 w-72 text-center text-[10px] text-void-400 dark:text-void-600",children:"© 2026 SlyCode (slycode.ai). All rights reserved."})]}):(0,b.jsx)("div",{className:"flex flex-1 items-center justify-center",children:(0,b.jsx)("div",{className:"text-void-500",children:"Loading kanban..."})})}function ay({project:a,projectPath:d}){let[e,f]=(0,c.useState)(!1),[g,h]=(0,c.useState)(!1),[i,j]=(0,c.useState)(!1),k=(0,c.useRef)(null),l=(0,c.useCallback)(async()=>{await k.current?.()},[]);return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(E,{name:a.name,description:a.description,tags:a.tags,projectId:a.id,projectPath:d,showArchived:e,onToggleArchived:()=>{f(!e),e||h(!1)},showAutomations:g,hasActiveAutomations:i,onToggleAutomations:()=>{h(!g),g||f(!1)},onRefresh:l}),(0,b.jsx)(c.Suspense,{children:(0,b.jsx)(ax,{project:a,projectPath:d,showArchived:e,showAutomations:g,onActiveAutomationsChange:j,onAutomationToggle:a=>{h(a),a&&f(!1)},onExitMode:()=>{f(!1),h(!1)},onRefreshReady:a=>{k.current=a}})})]})}a.s(["ProjectView",()=>ay],77750)},50466,a=>{"use strict";var b=a.i(56856),c=a.i(55132),d=a.i(61114),e=a.i(59766),f=a.i(42260);function g({projectId:a,projectName:g,projectDescription:h,projectPath:i,children:j}){let[k,l]=(0,c.useState)(!1),[m,n]=(0,c.useState)(!1),o=(0,f.useVoice)(),p=(0,c.useCallback)(async b=>{let c=RegExp(`^${a}:(?:[^:]+:)?global$`);try{let a=await fetch("/api/bridge/stats",{signal:b});if(a.ok){let b=await a.json(),d=b.sessions.find(a=>"global:global"===a.name||/^global:[^:]+:global$/.test(a.name)),e=b.sessions.find(a=>c.test(a.name));l(d?.isActive??!1),n(e?.isActive??!1)}}catch{}},[a]);return(0,d.usePolling)(p,2e3),(0,c.useEffect)(()=>(document.body.style.overflow="hidden",()=>{document.body.style.overflow=""}),[]),(0,b.jsxs)("div",{className:`flex h-svh flex-col overflow-hidden bg-void-50 dark:bg-void-950 ${k?"active-glow-border-left":""}`,children:[j,(0,b.jsx)(e.GlobalClaudePanel,{projectId:a,projectName:g,projectDescription:h,projectPath:i,isActive:m,voiceTerminalId:"project-global",onTerminalReady:a=>{a?o.registerTerminal("project-global",a):o.unregisterTerminal("project-global")}})]})}a.s(["ProjectPageClient",()=>g])}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=web_src_components_95c19200._.js.map
|