miclaw-app 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -0
- package/.next/standalone/.next/app-path-routes-manifest.json +14 -0
- package/.next/standalone/.next/build-manifest.json +20 -0
- package/.next/standalone/.next/package.json +1 -0
- package/.next/standalone/.next/prerender-manifest.json +282 -0
- package/.next/standalone/.next/required-server-files.json +333 -0
- package/.next/standalone/.next/routes-manifest.json +120 -0
- package/.next/standalone/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/standalone/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/_global-error/page.js +10 -0
- package/.next/standalone/.next/server/app/_global-error/page.js.map +5 -0
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/_global-error.html +1 -0
- package/.next/standalone/.next/server/app/_global-error.meta +15 -0
- package/.next/standalone/.next/server/app/_global-error.rsc +15 -0
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/standalone/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/_not-found/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/_not-found/page.js +13 -0
- package/.next/standalone/.next/server/app/_not-found/page.js.map +5 -0
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/_not-found.html +9 -0
- package/.next/standalone/.next/server/app/_not-found.meta +16 -0
- package/.next/standalone/.next/server/app/_not-found.rsc +17 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/.next/standalone/.next/server/app/agents/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/agents/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/agents/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/agents/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/agents/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/agents/page.js +15 -0
- package/.next/standalone/.next/server/app/agents/page.js.map +5 -0
- package/.next/standalone/.next/server/app/agents/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/agents/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/agents.html +30 -0
- package/.next/standalone/.next/server/app/agents.meta +15 -0
- package/.next/standalone/.next/server/app/agents.rsc +345 -0
- package/.next/standalone/.next/server/app/agents.segments/_full.segment.rsc +345 -0
- package/.next/standalone/.next/server/app/agents.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/agents.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/agents.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +331 -0
- package/.next/standalone/.next/server/app/agents.segments/agents.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/commands/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/commands/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/commands/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/commands/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/commands/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/commands/page.js +15 -0
- package/.next/standalone/.next/server/app/commands/page.js.map +5 -0
- package/.next/standalone/.next/server/app/commands/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/commands/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/commands.html +33 -0
- package/.next/standalone/.next/server/app/commands.meta +15 -0
- package/.next/standalone/.next/server/app/commands.rsc +1672 -0
- package/.next/standalone/.next/server/app/commands.segments/_full.segment.rsc +1672 -0
- package/.next/standalone/.next/server/app/commands.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/commands.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/commands.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/commands.segments/commands/__PAGE__.segment.rsc +1658 -0
- package/.next/standalone/.next/server/app/commands.segments/commands.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js +6 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js.map +5 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/favicon.ico.body +0 -0
- package/.next/standalone/.next/server/app/favicon.ico.meta +1 -0
- package/.next/standalone/.next/server/app/hooks/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/hooks/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/hooks/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/hooks/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/hooks/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/hooks/page.js +15 -0
- package/.next/standalone/.next/server/app/hooks/page.js.map +5 -0
- package/.next/standalone/.next/server/app/hooks/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/hooks/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/hooks.html +9 -0
- package/.next/standalone/.next/server/app/hooks.meta +15 -0
- package/.next/standalone/.next/server/app/hooks.rsc +21 -0
- package/.next/standalone/.next/server/app/hooks.segments/_full.segment.rsc +21 -0
- package/.next/standalone/.next/server/app/hooks.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/hooks.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/hooks.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/hooks.segments/hooks/__PAGE__.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/hooks.segments/hooks.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/index.html +83 -0
- package/.next/standalone/.next/server/app/index.meta +14 -0
- package/.next/standalone/.next/server/app/index.rsc +20 -0
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +8 -0
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +20 -0
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/mcp/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/mcp/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/mcp/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/mcp/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/mcp/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/mcp/page.js +15 -0
- package/.next/standalone/.next/server/app/mcp/page.js.map +5 -0
- package/.next/standalone/.next/server/app/mcp/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/mcp/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/mcp.html +9 -0
- package/.next/standalone/.next/server/app/mcp.meta +15 -0
- package/.next/standalone/.next/server/app/mcp.rsc +23 -0
- package/.next/standalone/.next/server/app/mcp.segments/_full.segment.rsc +23 -0
- package/.next/standalone/.next/server/app/mcp.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/mcp.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/mcp.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/mcp.segments/mcp/__PAGE__.segment.rsc +8 -0
- package/.next/standalone/.next/server/app/mcp.segments/mcp.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/page.js +15 -0
- package/.next/standalone/.next/server/app/page.js.map +5 -0
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page.js +16 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page.js.map +5 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/rules/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/rules/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/rules/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/rules/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/rules/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/rules/page.js +15 -0
- package/.next/standalone/.next/server/app/rules/page.js.map +5 -0
- package/.next/standalone/.next/server/app/rules/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/rules/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/rules.html +72 -0
- package/.next/standalone/.next/server/app/rules.meta +15 -0
- package/.next/standalone/.next/server/app/rules.rsc +2358 -0
- package/.next/standalone/.next/server/app/rules.segments/_full.segment.rsc +2358 -0
- package/.next/standalone/.next/server/app/rules.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/rules.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/rules.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/rules.segments/rules/__PAGE__.segment.rsc +2344 -0
- package/.next/standalone/.next/server/app/rules.segments/rules.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/settings/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/settings/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/settings/page.js +15 -0
- package/.next/standalone/.next/server/app/settings/page.js.map +5 -0
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/settings.html +56 -0
- package/.next/standalone/.next/server/app/settings.meta +15 -0
- package/.next/standalone/.next/server/app/settings.rsc +226 -0
- package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +226 -0
- package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +211 -0
- package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/skills/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/skills/page/build-manifest.json +16 -0
- package/.next/standalone/.next/server/app/skills/page/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/app/skills/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/skills/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/skills/page.js +15 -0
- package/.next/standalone/.next/server/app/skills/page.js.map +5 -0
- package/.next/standalone/.next/server/app/skills/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/skills/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/skills.html +30 -0
- package/.next/standalone/.next/server/app/skills.meta +15 -0
- package/.next/standalone/.next/server/app/skills.rsc +1111 -0
- package/.next/standalone/.next/server/app/skills.segments/_full.segment.rsc +1111 -0
- package/.next/standalone/.next/server/app/skills.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/skills.segments/_index.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/skills.segments/_tree.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +1097 -0
- package/.next/standalone/.next/server/app/skills.segments/skills.segment.rsc +5 -0
- package/.next/standalone/.next/server/app-paths-manifest.json +14 -0
- package/.next/standalone/.next/server/chunks/[externals]_next_dist_0arv.vj._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0teziyo._.js +13 -0
- package/.next/standalone/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.pno0_._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06czxzo._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06ipj7k._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08c9t2b._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09x1iac._.js +33 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +19 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0beg-.s._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bm8p5g._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ca-xeh._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dey16.._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fvw3d8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qk5gqw._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0s0h9e0._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0u-t242._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xl6e~c._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xrk31o._.js +33 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y_d026._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/standalone/.next/server/chunks/ssr/_09kkdgy._.js +6 -0
- package/.next/standalone/.next/server/chunks/ssr/_0g8yqoe._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_page_actions_07l1ss4.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_commands_page_actions_0npst50.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_hooks_page_actions_0a_tx-6.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_mcp_page_actions_00_op~_.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_page_actions_0xg3f7c.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_rules_page_actions_0xcrbur.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_settings_page_actions_0mr68ai.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_skills_page_actions_0cxzzu-.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_0sy8gnb._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_0e1izl_._.js +6 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_03-z2qq.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_06b_a87.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_071geea.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_07vh7rm.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_08617.g.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0dlz56b.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0fnc180.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0iktlcc.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0qp4u6g.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0t-uic4.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0v9mjz4.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/src_components_ExpandableBody_tsx_0-ivqwg._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_components_SphereView_tsx_0q2ope8._.js +13 -0
- package/.next/standalone/.next/server/functions-config-manifest.json +4 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +20 -0
- package/.next/standalone/.next/server/middleware-manifest.json +6 -0
- package/.next/standalone/.next/server/next-font-manifest.js +1 -0
- package/.next/standalone/.next/server/next-font-manifest.json +57 -0
- package/.next/standalone/.next/server/pages/404.html +9 -0
- package/.next/standalone/.next/server/pages/500.html +1 -0
- package/.next/standalone/.next/server/pages-manifest.json +4 -0
- package/.next/standalone/.next/server/prefetch-hints.json +1 -0
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/server-reference-manifest.json +5 -0
- package/.next/standalone/node_modules/@img/colour/color.cjs +1596 -0
- package/.next/standalone/node_modules/@img/colour/index.cjs +1 -0
- package/.next/standalone/node_modules/@img/colour/package.json +58 -0
- package/.next/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/.next/standalone/node_modules/@img/sharp-darwin-arm64/package.json +40 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/README.md +46 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/glib-2.0/include/glibconfig.h +220 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/index.js +1 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib +0 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/package.json +36 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-darwin-arm64/versions.json +30 -0
- package/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/.next/standalone/node_modules/@next/env/package.json +36 -0
- package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/.next/standalone/node_modules/@swc/helpers/package.json +471 -0
- package/.next/standalone/node_modules/client-only/index.js +0 -0
- package/.next/standalone/node_modules/client-only/package.json +19 -0
- package/.next/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/.next/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/.next/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/.next/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/.next/standalone/node_modules/detect-libc/package.json +44 -0
- package/.next/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
- package/.next/standalone/node_modules/next/dist/build/define-env.js +255 -0
- package/.next/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
- package/.next/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
- package/.next/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/.next/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
- package/.next/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/.next/standalone/node_modules/next/dist/build/output/log.js +135 -0
- package/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
- package/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
- package/.next/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/.next/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
- package/.next/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
- package/.next/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
- package/.next/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
- package/.next/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
- package/.next/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
- package/.next/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
- package/.next/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
- package/.next/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
- package/.next/standalone/node_modules/next/dist/build/swc/options.js +403 -0
- package/.next/standalone/node_modules/next/dist/build/swc/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/build/utils.js +1215 -0
- package/.next/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/.next/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/.next/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
- package/.next/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
- package/.next/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
- package/.next/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
- package/.next/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
- package/.next/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
- package/.next/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
- package/.next/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
- package/.next/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
- package/.next/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
- package/.next/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
- package/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/.next/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/.next/standalone/node_modules/next/dist/client/components/links.js +299 -0
- package/.next/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
- package/.next/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
- package/.next/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
- package/.next/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
- package/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/.next/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
- package/.next/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
- package/.next/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
- package/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
- package/.next/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
- package/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/.next/standalone/node_modules/next/dist/client/lib/console.js +177 -0
- package/.next/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
- package/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/route-params.js +230 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/busboy/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
- package/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-queue/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
- package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
- package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
- package/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/.next/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/.next/standalone/node_modules/next/dist/lib/batcher.js +65 -0
- package/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
- package/.next/standalone/node_modules/next/dist/lib/bundler.js +97 -0
- package/.next/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
- package/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/.next/standalone/node_modules/next/dist/lib/constants.js +420 -0
- package/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/.next/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/.next/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/.next/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
- package/.next/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
- package/.next/standalone/node_modules/next/dist/lib/find-root.js +126 -0
- package/.next/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
- package/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/.next/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
- package/.next/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
- package/.next/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/.next/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
- package/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
- package/.next/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
- package/.next/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/.next/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
- package/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/.next/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
- package/.next/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
- package/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/is-error.js +78 -0
- package/.next/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
- package/.next/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
- package/.next/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
- package/.next/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
- package/.next/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
- package/.next/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
- package/.next/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
- package/.next/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
- package/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/.next/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
- package/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
- package/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/.next/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
- package/.next/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
- package/.next/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
- package/.next/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
- package/.next/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
- package/.next/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
- package/.next/standalone/node_modules/next/dist/lib/static-env.js +92 -0
- package/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
- package/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +153 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +395 -0
- package/.next/standalone/node_modules/next/dist/lib/url.js +75 -0
- package/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
- package/.next/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
- package/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
- package/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/.next/standalone/node_modules/next/dist/lib/worker.js +234 -0
- package/.next/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/.next/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
- package/.next/standalone/node_modules/next/dist/server/after/after.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/.next/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/after/index.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
- package/.next/standalone/node_modules/next/dist/server/base-server.js +1874 -0
- package/.next/standalone/node_modules/next/dist/server/body-streams.js +114 -0
- package/.next/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/.next/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/.next/standalone/node_modules/next/dist/server/config-schema.js +718 -0
- package/.next/standalone/node_modules/next/dist/server/config-shared.js +369 -0
- package/.next/standalone/node_modules/next/dist/server/config-utils.js +185 -0
- package/.next/standalone/node_modules/next/dist/server/config.js +1545 -0
- package/.next/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
- package/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/.next/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
- package/.next/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
- package/.next/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
- package/.next/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
- package/.next/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/.next/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1475 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
- package/.next/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
- package/.next/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
- package/.next/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
- package/.next/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
- package/.next/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
- package/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
- package/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/.next/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
- package/.next/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
- package/.next/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
- package/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
- package/.next/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
- package/.next/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
- package/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
- package/.next/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
- package/.next/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
- package/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
- package/.next/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
- package/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
- package/.next/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
- package/.next/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
- package/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
- package/.next/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
- package/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
- package/.next/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
- package/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/.next/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
- package/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/.next/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
- package/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/.next/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
- package/.next/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
- package/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
- package/.next/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
- package/.next/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-server.js +696 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
- package/.next/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
- package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
- package/.next/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
- package/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
- package/.next/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/lib/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
- package/.next/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/load-components.js +179 -0
- package/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
- package/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
- package/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
- package/.next/standalone/node_modules/next/dist/server/next-server.js +1429 -0
- package/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/next.js +455 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
- package/.next/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/.next/standalone/node_modules/next/dist/server/post-process.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/render-result.js +204 -0
- package/.next/standalone/node_modules/next/dist/server/render.js +1140 -0
- package/.next/standalone/node_modules/next/dist/server/request/connection.js +133 -0
- package/.next/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
- package/.next/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
- package/.next/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
- package/.next/standalone/node_modules/next/dist/server/request/headers.js +229 -0
- package/.next/standalone/node_modules/next/dist/server/request/params.js +527 -0
- package/.next/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
- package/.next/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
- package/.next/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
- package/.next/standalone/node_modules/next/dist/server/request/utils.js +51 -0
- package/.next/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/require-hook.js +82 -0
- package/.next/standalone/node_modules/next/dist/server/require.js +109 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
- package/.next/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
- package/.next/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/.next/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/.next/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +914 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
- package/.next/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
- package/.next/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/.next/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/.next/standalone/node_modules/next/dist/server/serve-static.js +66 -0
- package/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/server-utils.js +323 -0
- package/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
- package/.next/standalone/node_modules/next/dist/server/utils.js +73 -0
- package/.next/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
- package/.next/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
- package/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/.next/standalone/node_modules/next/dist/server/web/globals.js +128 -0
- package/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
- package/.next/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
- package/.next/standalone/node_modules/next/dist/server/web/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/.next/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
- package/.next/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
- package/.next/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/.next/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
- package/.next/standalone/node_modules/next/dist/trace/index.js +58 -0
- package/.next/standalone/node_modules/next/dist/trace/report/index.js +37 -0
- package/.next/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
- package/.next/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
- package/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/.next/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/.next/standalone/node_modules/next/dist/trace/trace.js +211 -0
- package/.next/standalone/node_modules/next/package.json +378 -0
- package/.next/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/.next/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/.next/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/.next/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/.next/standalone/node_modules/react/index.js +7 -0
- package/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/.next/standalone/node_modules/react/package.json +51 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/.next/standalone/node_modules/react-dom/index.js +38 -0
- package/.next/standalone/node_modules/react-dom/package.json +117 -0
- package/.next/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/.next/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/.next/standalone/node_modules/react-dom/server.node.js +18 -0
- package/.next/standalone/node_modules/react-dom/static.node.js +14 -0
- package/.next/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/.next/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/.next/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/.next/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/.next/standalone/node_modules/sharp/lib/index.js +16 -0
- package/.next/standalone/node_modules/sharp/lib/input.js +809 -0
- package/.next/standalone/node_modules/sharp/lib/is.js +143 -0
- package/.next/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/.next/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/.next/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/.next/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/.next/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/.next/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/classes/comparator.js +143 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/classes/range.js +557 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/classes/semver.js +333 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/cmp.js +54 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/coerce.js +62 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare.js +7 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/eq.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/gt.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/gte.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/lt.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/lte.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/neq.js +5 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/parse.js +18 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/functions/satisfies.js +12 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/constants.js +37 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/debug.js +11 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/identifiers.js +29 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/lrucache.js +42 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/parse-options.js +17 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/internal/re.js +223 -0
- package/.next/standalone/node_modules/sharp/node_modules/semver/package.json +78 -0
- package/.next/standalone/node_modules/sharp/package.json +202 -0
- package/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
- package/.next/standalone/node_modules/styled-jsx/index.js +1 -0
- package/.next/standalone/node_modules/styled-jsx/package.json +132 -0
- package/.next/standalone/node_modules/styled-jsx/style.js +1 -0
- package/.next/standalone/package.json +55 -0
- package/.next/standalone/server.js +38 -0
- package/.next/static/BgLP6ChyOyE0k8Ahr8F2H/_buildManifest.js +11 -0
- package/.next/static/BgLP6ChyOyE0k8Ahr8F2H/_clientMiddlewareManifest.js +1 -0
- package/.next/static/BgLP6ChyOyE0k8Ahr8F2H/_ssgManifest.js +1 -0
- package/.next/static/chunks/01xlw8hd842-c.js +1 -0
- package/.next/static/chunks/03~yq9q893hmn.js +1 -0
- package/.next/static/chunks/0bogtdbh.dcu1.js +1 -0
- package/.next/static/chunks/0bzupvr5gt3k9.js +31 -0
- package/.next/static/chunks/0d3shmwh5_nmn.js +1 -0
- package/.next/static/chunks/0iym2_f33sxs7.css +4 -0
- package/.next/static/chunks/0mmpyn9fv2fjf.js +2 -0
- package/.next/static/chunks/0qmupjhwdppg9.js +11 -0
- package/.next/static/chunks/0y3~cortx~or~.js +5 -0
- package/.next/static/chunks/12p3iqtw2ohfq.js +1 -0
- package/.next/static/chunks/turbopack-06dy8k5p5cegf.js +1 -0
- package/.next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2 +0 -0
- package/.next/static/media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2 +0 -0
- package/.next/static/media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2 +0 -0
- package/.next/static/media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2 +0 -0
- package/.next/static/media/47fe59148dddec23-s.0miki_k4yhs4d.woff2 +0 -0
- package/.next/static/media/4e86c6b06ecb547e-s.0w2c6_8~q7i1~.woff2 +0 -0
- package/.next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
- package/.next/static/media/5476f68d60460930-s.0wxq9webf.ew4.woff2 +0 -0
- package/.next/static/media/63599ae31785f475-s.01zyq0dc2~0hp.woff2 +0 -0
- package/.next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
- package/.next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2 +0 -0
- package/.next/static/media/8b19d8d892dc610b-s.0.m6yiwn-kka2.woff2 +0 -0
- package/.next/static/media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2 +0 -0
- package/.next/static/media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2 +0 -0
- package/.next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
- package/.next/static/media/c5ff0a46612d668f-s.0hhk-7qht1v87.woff2 +0 -0
- package/.next/static/media/f10b37ddd5a9e949-s.15ktajnz8ofs..woff2 +0 -0
- package/.next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
- package/README.md +75 -0
- package/bin/miclaw.mjs +99 -0
- package/package.json +55 -0
- package/public/file.svg +1 -0
- package/public/globe.svg +1 -0
- package/public/logo.png +0 -0
- package/public/next.svg +1 -0
- package/public/screenshot.png +0 -0
- package/public/vercel.svg +1 -0
- package/public/window.svg +1 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0iym2_f33sxs7.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0bzupvr5gt3k9.js"/><script src="/_next/static/chunks/0y3~cortx~or~.js" async=""></script><script src="/_next/static/chunks/0bogtdbh.dcu1.js" async=""></script><script src="/_next/static/chunks/turbopack-06dy8k5p5cegf.js" async=""></script><script src="/_next/static/chunks/0mmpyn9fv2fjf.js" async=""></script><script src="/_next/static/chunks/0d3shmwh5_nmn.js" async=""></script><meta name="next-size-adjust" content=""/><title>MiClaw</title><meta name="description" content="Claude Code configuration visualizer"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="bg-surface text-text font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><nav class="w-16 shrink-0 border-r border-border py-4 flex flex-col items-center gap-2 overflow-visible"><a class="mb-3" style="writing-mode:vertical-lr" href="/"><span class="text-sm font-bold tracking-wider" style="font-family:var(--font-fira-code), monospace"><span class="text-text-muted">Mi</span><span class="text-accent">Claw</span></span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
2
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Overview</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
3
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot" aria-hidden="true"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Agents</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
4
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/skills"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap" aria-hidden="true"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Skills</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
5
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/commands"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-terminal" aria-hidden="true"><path d="M12 19h8"></path><path d="m4 17 6-6-6-6"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Commands</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
6
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/mcp"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plug" aria-hidden="true"><path d="M12 22v-5"></path><path d="M15 8V2"></path><path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z"></path><path d="M9 8V2"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">MCP Servers</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
7
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/hooks"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-webhook" aria-hidden="true"><path d="M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2"></path><path d="m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06"></path><path d="m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Hooks</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
8
|
+
text-accent bg-surface-raised" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Settings</span></a><a class="relative group w-10 h-10 flex items-center justify-center rounded-md transition-colors
|
|
9
|
+
text-text-dim hover:text-text hover:bg-surface-hover" href="/rules"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span class="absolute left-full ml-3 px-2.5 py-1 rounded-md bg-surface-raised border border-border text-text text-xs font-medium whitespace-nowrap opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity z-50 shadow-lg">Rules</span></a></nav><main class="flex-1 overflow-y-auto bg-grid"><div class="mx-auto max-w-5xl px-8 py-10"><div class="mb-8"><div class="flex items-baseline gap-3"><h1 class="text-2xl font-medium tracking-tight">Settings</h1></div><p class="mt-1 text-sm text-text-muted">Global settings, keybindings, and per-project permissions</p></div><div class="mb-8"><h2 class="text-xs font-medium text-text-dim uppercase tracking-wide mb-3">Global Settings</h2><div class="border border-border rounded-sm p-5 "><div class="space-y-1"><div class="flex gap-3 text-sm"><span class="text-text-muted font-mono">autoUpdatesChannel</span><span class="text-text-dim font-mono break-all">latest</span></div></div></div></div><div><h2 class="text-xs font-medium text-text-dim uppercase tracking-wide mb-3">Project Permissions</h2><div class="space-y-6"><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">Desktop</h3><span class="text-xs text-text-dim">198<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec nx run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec nx:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(nx run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run ruff check:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tree:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu fmt:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git checkout:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gfgp)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu validate:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git fetch:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git pull:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr diff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx nx run-many:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run pytest:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python3 -m py_compile:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm run test-all:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run basedpyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(ls:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(xargs:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv sync)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm create:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm install)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm install:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx tsc:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm run build:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=dev aws glue:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=dev aws s3 ls:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=dev aws s3tables:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=dev aws:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pip3 install:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(/Users/gabry/Desktop/.venv/bin/pip install:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(/Users/gabry/Desktop/.venv/bin/python:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh api:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run ruff format:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run pyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx pyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv sync:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(wc:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git reset:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git grep:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(poetry run pytest:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(poetry run basedpyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec basedpyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/ruff check packages/wgs_validations/src packages/wgs_validations/tests)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/basedpyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/pytest tests/validation/test_notebook_utils.py -v)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/pytest packages/wgs_validations/tests/validation/test_notebook_utils.py -v)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu init:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm lint:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm tsc:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr checkout:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(done)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(for:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(do echo "=== $dir ===" grep -l "PatientEvent" "$dir/src"/*/*.py)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(while read f)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(do echo "File: $f" grep -B2 -A15 "handle_patient" "$f")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm --filter bioscope_types fmt:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm run fmt:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm run lint:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm run typecheck:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pdftotext:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(cat:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(do jq -r '.tiles[] | select\(.condition\) | .condition' "$f")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pntml exec nx run patient-data-service:test:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(/tmp/pptx_venv/bin/python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.pptx_venv/bin/python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(source:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(chmod +x:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(cd ~/Desktop/wgs-ingestion-claude-bot && bash run.sh 2>&1)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(file:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(printf:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(claude mcp:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(cd:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/python:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(/Users/gabry/Desktop/wgs-ingestion-claude-bot/.venv/bin/pip list 2>/dev/null || /Users/gabry/Desktop/wgs-ingestion-claude-bot/.venv/bin/python -m pip list 2>/dev/null)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh search:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools query:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tabix:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep ^##FILTER:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(head:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gzcat /Users/gabry/Desktop/DUL8334G.vcf.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools stats:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(zcat:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools index /Users/gabry/Desktop/DURU6786.vcf.gz 2>&1 && bcftools query -f '%CHROM\\t%POS\\t%ID\\t%REF\\t%ALT\\t%FILTER\\t[%GT\\t%DP\\t%GQ]\\n' /Users/gabry/Desktop/DURU6786.vcf.gz -r chr19:44908684-44908684,chr19:44908822-44908822 2>&1)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tail:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx eslint:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(/tmp/dp_venv/bin/python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(for cmd:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(which bcftools:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo "=== HG00096 PASS at DP>=10 ===")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo "=== DURU6786 PASS at DP>=10 ===")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find /Users/gabry/Desktop/SNP_PANEL_PROJECT -type f \\\(-name *.py -o -name *.ts -o -name *.js -o -name *.json \\\))</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(du -sh /Users/gabry/Desktop/SNP_PANEL_PROJECT/*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/python3 -c "
|
|
10
|
+
import json
|
|
11
|
+
path = 'packages/genomics_wgs_query_service/src/genomics_wgs_query_service/genetic_features/data/snp_panels/methylation_b_vitamins.json'
|
|
12
|
+
with open\(path\) as f:
|
|
13
|
+
data = json.load\(f\)
|
|
14
|
+
for v in data['variants']:
|
|
15
|
+
v.pop\('position_grch38', None\)
|
|
16
|
+
v.pop\('ref_alt_plus_strand', None\)
|
|
17
|
+
gi = v.get\('genotype_interpretations', {}\)
|
|
18
|
+
for key in gi:
|
|
19
|
+
gi[key].pop\('label', None\)
|
|
20
|
+
gi[key].pop\('enzyme_activity', None\)
|
|
21
|
+
with open\(path, 'w'\) as f:
|
|
22
|
+
json.dump\(data, f, indent=2\)
|
|
23
|
+
f.write\('\\n'\)
|
|
24
|
+
print\('Done - stripped fields from', len\(data['variants']\), 'variants'\)
|
|
25
|
+
")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx nx:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gzcat /Users/gabry/Desktop/data_tecnica/Freeze_1-weights_and_variants/PGS000765_hmPOS_GRCh38.txt.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bash /Users/gabry/Desktop/prs-intermediate-analysis/extract_1kg_eur_af.sh)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/python3 -c "
|
|
26
|
+
for path in [
|
|
27
|
+
'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features.py',
|
|
28
|
+
]:
|
|
29
|
+
with open\(path\) as f:
|
|
30
|
+
content = f.read\(\)
|
|
31
|
+
content = content.replace\('_enrich_genetic_features', 'enrich_genetic_features'\)
|
|
32
|
+
content = content.replace\('enrich_genetic_features, # pyright: ignore[reportPrivateUsage]', 'enrich_genetic_features,'\)
|
|
33
|
+
with open\(path, 'w'\) as f:
|
|
34
|
+
f.write\(content\)
|
|
35
|
+
print\(f'Fixed {path}'\)
|
|
36
|
+
")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/python3 -c "
|
|
37
|
+
for path in [
|
|
38
|
+
'packages/genomics_wgs_query_service/src/genomics_wgs_query_service/handlers/get_genetic_features.py',
|
|
39
|
+
'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features.py',
|
|
40
|
+
]:
|
|
41
|
+
with open\(path\) as f:
|
|
42
|
+
content = f.read\(\)
|
|
43
|
+
content = content.replace\('_enrich_variant', 'enrich_variant'\)
|
|
44
|
+
content = content.replace\('enrich_variant, # pyright: ignore[reportPrivateUsage]', 'enrich_variant,'\)
|
|
45
|
+
with open\(path, 'w'\) as f:
|
|
46
|
+
f.write\(content\)
|
|
47
|
+
print\(f'Fixed {path}'\)
|
|
48
|
+
")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(.venv/bin/python3 -c "
|
|
49
|
+
path = 'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features_for_patient.py'
|
|
50
|
+
with open\(path\) as f:
|
|
51
|
+
content = f.read\(\)
|
|
52
|
+
content = content.replace\('_enrich_genetic_features', 'enrich_genetic_features'\)
|
|
53
|
+
with open\(path, 'w'\) as f:
|
|
54
|
+
f.write\(content\)
|
|
55
|
+
print\('Done'\)
|
|
56
|
+
")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(export AWS_PROFILE=dev)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(aws lambda:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gzcat /Users/gabry/Desktop/PRS_INVESTIGATION/data_tecnica/Freeze_1-weights_and_variants/PGS000024_hmPOS_GRCh38.txt.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gzcat /Users/gabry/Desktop/PRS_INVESTIGATION/analysis/1kg_scores/036f110e-e8b8-4024-bbf4-2827a1aa1d6f/HG00343_prs_scores.json.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep -r .create\\\(/Users/gabry/Desktop/platform-services/packages/cmbio_sync_service/src --include=*.py -B 3 -A 3)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm lint:all)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm sync-schema:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_log.csv.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_pgs.txt.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_popsimilarity.txt.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_info.json.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_ALL_additive_0.scorefile.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_ALL_additive_1.scorefile.gz)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-genomics-gxg-shared/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo "---EXIT:$?")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-genomics-clinvar-xml-blocks/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-platform-files/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(AWS_PROFILE=prod-admin aws s3 cp:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx create-next-app@latest MiClaw --typescript --tailwind --app --src-dir --eslint --no-turbopack --use-npm --import-alias "@/*")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx create-next-app@latest miclaw --typescript --tailwind --app --src-dir --eslint --no-turbopack --use-npm --import-alias "@/*")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bun --version)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=claude+code+config+manager&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(rm -rf node_modules package-lock.json)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bun install:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=claude+code+dashboard+UI&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=claude+code+settings+GUI&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=CLAUDE.md+manager&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=claude+code+admin+panel+web&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=claude+code+MCP+server+manager+visual&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=%22claude+code%22+configuration+web+interface&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s "https://api.github.com/search/repositories?q=%22claude+code%22+hooks+skills+editor&sort=stars&order=desc&per_page=10")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bun run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bun add:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pkill -f "next dev")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s http://localhost:3000)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s http://localhost:3000/mcp)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s http://localhost:3000/hooks)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(curl -s http://localhost:3000/agents)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx next:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bunx tsc:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(node -e ':*)</p></div></div><div><p class="text-xs text-text-dim mb-1">Read</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Read(//tmp/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">Skill</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Skill(review)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Skill(fix-tests)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebFetch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:github.com)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:raw.githubusercontent.com)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:search.clinicalgenome.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:www.notion.so)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:boto3.amazonaws.com)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:api.crossref.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:uploads.linear.app)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:axiom.co)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:pgsc-calc.readthedocs.io)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:journals.plos.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:doi.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:aacrjournals.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:iovs.arvojournals.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:www.pgscatalog.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:pubmed.ncbi.nlm.nih.gov)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:discuss.gnomad.broadinstitute.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:storage.googleapis.com)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:ftp.1000genomes.ebi.ac.uk)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:zenodo.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:registry.opendata.aws)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:bioconductor.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:pmc.ncbi.nlm.nih.gov)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:pygscatalog.readthedocs.io)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebSearch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebSearch</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__checkMonitors</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__checkMonitors</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__listDashboards</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__listDashboards</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__queryDataset</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__queryDataset</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__claude_ai_Context7__resolve</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Context7__resolve-library-id</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__claude_ai_Linear_2__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Linear_2__get_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__create_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__create_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__create_issue_label</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__create_issue_label</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__create_project</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__create_project</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_attachment</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_attachment</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_project</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_project</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_issue_labels</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_issue_labels</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_issues</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_issues</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_projects</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_projects</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_teams</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_teams</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_users</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_users</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__save_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__save_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__update_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__update_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__notion__notion</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__notion__notion-fetch</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__notion__notion-update-page</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__notion__notion-search</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">dhl-visualizer</h3><span class="text-xs text-text-dim">2<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm run build:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npm install:*)</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">ROADMAP_2026</h3><span class="text-xs text-text-dim">4<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(open:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(lsof:*)</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__getDashboard</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__getDashboard</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">infrastructure</h3><span class="text-xs text-text-dim">10<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu fmt:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu validate:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(mkdir:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tofu init:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr diff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep:*)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebSearch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebSearch</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">blood_typing/results</h3><span class="text-xs text-text-dim">5<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools view:*)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebFetch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:www.ncbi.nlm.nih.gov)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:gnomad.broadinstitute.org)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:search.clinicalgenome.org)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebSearch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebSearch</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">platform-services</h3><span class="text-xs text-text-dim">34<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec nx run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(cat:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gunzip:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run ruff check:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run python:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(xargs:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr diff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr list:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tree:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(claude mcp add:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run ruff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(ruff format:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python -m pytest:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git -C /Users/gabry/Desktop/platform-services status packages/microbiome_service/)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run pyright:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git checkout:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(terraform fmt:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(linear issue create:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(npx linear --help:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(done)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(cd:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python3:*)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebFetch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:www.ncbi.nlm.nih.gov)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:github.com)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebSearch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebSearch</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__queryDataset</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__queryDataset</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__create_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__create_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_issue_labels</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_issue_labels</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_teams</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_teams</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">wgs_validations</h3><span class="text-xs text-text-dim">14<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tail:)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === filteredVcf stats ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === processedVcf stats ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === invalidVcf stats ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === filteredVcf ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === processedVcf ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === invalidVcf ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools stats:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(echo === filteredVcf updated contigs ===:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools query:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tail:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(grep:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run:*)</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">platform-services</h3><span class="text-xs text-text-dim">13<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr diff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm --version:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec nx run scripts:lint:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm exec nx run:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(unzip:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run ruff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools query:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(bcftools view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(zcat:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(head:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(uv run:*)</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">web-app</h3><span class="text-xs text-text-dim">13<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(ls:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm lint:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm tsc:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(pnpm lint:check:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git fetch:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git pull:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr view:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(gh pr diff:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git checkout:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(python3:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(head:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tail:*)</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">wgs-ingestion-bot</h3><span class="text-xs text-text-dim">31<!-- --> allow<!-- -->, 14 deny</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Edit</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Edit(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">Glob</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Glob(path:/Users/gabry/Desktop/platform-services/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Glob(path:/Users/gabry/Desktop/infrastructure/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Glob(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">Grep</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Grep(path:/Users/gabry/Desktop/platform-services/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Grep(path:/Users/gabry/Desktop/infrastructure/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Grep(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">Read</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Read(path:/Users/gabry/Desktop/platform-services/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Read(path:/Users/gabry/Desktop/infrastructure/**)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Read(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">Write</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Write(path:/Users/gabry/Desktop/wgs-ingestion-bot/reports/**)</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__checkMonitors</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__checkMonitors</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__checkMonitors</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__getMonitorHistory</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__getMonitorHistory</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__getMonitorHistory</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__axiom__queryDataset</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__queryDataset</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__axiom__queryDataset</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__get_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__get_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_issues</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_issues</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_issues</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_teams</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_teams</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_teams</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__list_users</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_users</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__list_users</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__linear__save_issue</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__save_issue</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__save_issue</p></div></div><div><p class="text-xs text-text-dim mb-1">mcp__slack</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__slack-wgs__slack_reply</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__slack-wgs__slack_upload_report</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__slack-wgs__slack_reply</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__slack-wgs__slack_upload_report</p></div></div><div class="mt-4 pt-3 border-t border-border"><p class="text-xs text-accent mb-1">Denied</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__save_comment</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_send_message</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_send_message_draft</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_schedule_message</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_create_canvas</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_update_canvas</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__linear__save_comment</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_send_message</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_send_message_draft</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_schedule_message</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_create_canvas</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">mcp__claude_ai_Slack__slack_update_canvas</p></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Shared</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div><div class="border border-border rounded-sm p-5 "><div class="flex items-baseline justify-between mb-4"><h3 class="text-sm font-medium">wiki</h3><span class="text-xs text-text-dim">7<!-- --> allow</span></div><div class="grid grid-cols-1 lg:grid-cols-3 gap-6"><div class="lg:col-span-2"><div class="space-y-3"><div><p class="text-xs text-text-dim mb-1">Bash</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(git -C /Users/gabry/Desktop/platform-services log --oneline --all --grep="genomics\\|wgs\\|pipeline\\|version")</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(find:*)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(xargs -I {} sh -c 'echo """"=== {} ==="""" && head -20 {}')</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">Bash(tree:*)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebFetch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:registry.opendata.aws)</p><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebFetch(domain:www.internationalgenome.org)</p></div></div><div><p class="text-xs text-text-dim mb-1">WebSearch</p><div class="space-y-0.5"><p class="text-xs font-mono text-text-muted pl-3 leading-relaxed">WebSearch</p></div></div></div></div><div><p class="text-xs text-text-dim mb-2">Settings Priority</p><div class="flex flex-col gap-0"><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Enterprise</span></div><p class="text-xs font-mono text-text-dim">managed-settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">CLI Flag</span></div><p class="text-xs font-mono text-text-dim">--settings</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">Project Local</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.local.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised"></div><div class="w-px flex-1 bg-border-strong"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text-dim">Project Shared</span></div><p class="text-xs font-mono text-text-dim">.claude/settings.json</p></div></div><div class="flex items-stretch"><div class="flex flex-col items-center w-5 shrink-0"><div class="w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent"></div></div><div class="pb-3 pl-3"><div class="flex items-center gap-2"><span class="text-xs font-medium text-text">User Global</span><span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent">active</span></div><p class="text-xs font-mono text-text-dim">~/.claude/settings.json</p></div></div></div></div></div></div></div></div></div><!--$--><!--/$--></main></div><script src="/_next/static/chunks/0bzupvr5gt3k9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[22140,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"Sidebar\"]\n3:I[39756,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"MetadataBoundary\"]\ne:I[68027,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0iym2_f33sxs7.css\",\"style\"]\n:HL[\"/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iym2_f33sxs7.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"bg-surface text-text font-sans antialiased\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-y-auto bg-grid\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L5\",null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iym2_f33sxs7.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"BgLP6ChyOyE0k8Ahr8F2H\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[27201,[\"/_next/static/chunks/0mmpyn9fv2fjf.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"MiClaw\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Claude Code configuration visualizer\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L10\",\"3\",{}]]\n"])</script><script>self.__next_f.push([1,"5:[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-5xl px-8 py-10\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline gap-3\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-medium tracking-tight\",\"children\":\"Settings\"}],false]}],[\"$\",\"p\",null,{\"className\":\"mt-1 text-sm text-text-muted\",\"children\":\"Global settings, keybindings, and per-project permissions\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xs font-medium text-text-dim uppercase tracking-wide mb-3\",\"children\":\"Global Settings\"}],[\"$\",\"div\",null,{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-1\",\"children\":[[\"$\",\"div\",\"autoUpdatesChannel\",{\"className\":\"flex gap-3 text-sm\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-text-muted font-mono\",\"children\":\"autoUpdatesChannel\"}],[\"$\",\"span\",null,{\"className\":\"text-text-dim font-mono break-all\",\"children\":\"latest\"}]]}]]}]}]]}],false,[\"$\",\"div\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xs font-medium text-text-dim uppercase tracking-wide mb-3\",\"children\":\"Project Permissions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-6\",\"children\":[[\"$\",\"div\",\"/Users/gabry/Desktop\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"Desktop\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[198,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec nx run:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec nx:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(nx run:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run ruff check:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tree:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu fmt:*)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git checkout:*)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gfgp)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu validate:*)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git fetch:*)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git pull:*)\"}],[\"$\",\"p\",\"13\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr view:*)\"}],[\"$\",\"p\",\"14\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr diff:*)\"}],[\"$\",\"p\",\"15\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx nx run-many:*)\"}],[\"$\",\"p\",\"16\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run pytest:*)\"}],[\"$\",\"p\",\"17\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python3 -m py_compile:*)\"}],[\"$\",\"p\",\"18\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm run test-all:*)\"}],\"$L11\",\"$L12\",\"$L13\",\"$L14\",\"$L15\",\"$L16\",\"$L17\",\"$L18\",\"$L19\",\"$L1a\",\"$L1b\",\"$L1c\",\"$L1d\",\"$L1e\",\"$L1f\",\"$L20\",\"$L21\",\"$L22\",\"$L23\",\"$L24\",\"$L25\",\"$L26\",\"$L27\",\"$L28\",\"$L29\",\"$L2a\",\"$L2b\",\"$L2c\",\"$L2d\",\"$L2e\",\"$L2f\",\"$L30\",\"$L31\",\"$L32\",\"$L33\",\"$L34\",\"$L35\",\"$L36\",\"$L37\",\"$L38\",\"$L39\",\"$L3a\",\"$L3b\",\"$L3c\",\"$L3d\",\"$L3e\",\"$L3f\",\"$L40\",\"$L41\",\"$L42\",\"$L43\",\"$L44\",\"$L45\",\"$L46\",\"$L47\",\"$L48\",\"$L49\",\"$L4a\",\"$L4b\",\"$L4c\",\"$L4d\",\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\",\"$L56\",\"$L57\",\"$L58\",\"$L59\",\"$L5a\",\"$L5b\",\"$L5c\",\"$L5d\",\"$L5e\",\"$L5f\",\"$L60\",\"$L61\",\"$L62\",\"$L63\",\"$L64\",\"$L65\",\"$L66\",\"$L67\",\"$L68\",\"$L69\",\"$L6a\",\"$L6b\",\"$L6c\",\"$L6d\",\"$L6e\",\"$L6f\",\"$L70\",\"$L71\",\"$L72\",\"$L73\",\"$L74\",\"$L75\",\"$L76\",\"$L77\",\"$L78\",\"$L79\",\"$L7a\",\"$L7b\",\"$L7c\",\"$L7d\",\"$L7e\",\"$L7f\",\"$L80\",\"$L81\",\"$L82\",\"$L83\",\"$L84\",\"$L85\",\"$L86\",\"$L87\",\"$L88\",\"$L89\",\"$L8a\",\"$L8b\",\"$L8c\",\"$L8d\",\"$L8e\",\"$L8f\",\"$L90\",\"$L91\",\"$L92\",\"$L93\"]}]]}],\"$L94\",\"$L95\",\"$L96\",\"$L97\",\"$L98\",\"$L99\",\"$L9a\",\"$L9b\",\"$L9c\",\"$L9d\",\"$L9e\",\"$L9f\",\"$La0\",\"$La1\",\"$La2\",\"$La3\",\"$La4\",\"$La5\",\"$La6\",\"$La7\",\"$La8\",\"$La9\",\"$Laa\"],\"$undefined\"]}]}],\"$Lab\"]}]]}],\"$Lac\",\"$Lad\",\"$Lae\",\"$Laf\",\"$Lb0\",\"$Lb1\",\"$Lb2\",\"$Lb3\",\"$Lb4\",\"$Lb5\"]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"11:[\"$\",\"p\",\"19\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run basedpyright:*)\"}]\n12:[\"$\",\"p\",\"20\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(ls:*)\"}]\n13:[\"$\",\"p\",\"21\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(xargs:*)\"}]\n14:[\"$\",\"p\",\"22\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv sync)\"}]\n15:[\"$\",\"p\",\"23\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python3:*)\"}]\n16:[\"$\",\"p\",\"24\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm create:*)\"}]\n17:[\"$\",\"p\",\"25\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm install)\"}]\n18:[\"$\",\"p\",\"26\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm install:*)\"}]\n19:[\"$\",\"p\",\"27\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx tsc:*)\"}]\n1a:[\"$\",\"p\",\"28\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm run build:*)\"}]\n1b:[\"$\",\"p\",\"29\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=dev aws glue:*)\"}]\n1c:[\"$\",\"p\",\"30\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=dev aws s3 ls:*)\"}]\n1d:[\"$\",\"p\",\"31\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=dev aws s3tables:*)\"}]\n1e:[\"$\",\"p\",\"32\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=dev aws:*)\"}]\n1f:[\"$\",\"p\",\"33\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pip3 install:*)\"}]\n20:[\"$\",\"p\",\"34\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(/Users/gabry/Desktop/.venv/bin/pip install:*)\"}]\n21:[\"$\",\"p\",\"35\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(/Users/gabry/Desktop/.venv/bin/python:*)\"}]\n22:[\"$\",\"p\",\"36\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh api:*)\"}]\n23:[\"$\",\"p\",\"37\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run ruff format:*)\"}]\n24:[\"$\",\"p\",\"38\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run pyright:*)\"}]\n25:[\"$\",\"p\",\"39\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx pyright:*)\"}]\n26:[\"$\",\"p\",\"40\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run:*)\"}]\n27:[\"$\",\"p\",\"41\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv sync:*)\"}]\n28:[\"$\",\"p\",\"42\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(wc:*)\"}]\n29:[\"$\",\"p\",\"43\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git reset:*)\"}]\n2a:[\"$\",\"p\",\"44\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git grep:*)\"}]\n2b:[\"$\",\"p\",\"45\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python:*)\"}]\n2c:[\"$\",\"p\",\"46\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(poetry run pytest:*)\"}]\n2d:[\"$\",\"p\",\"47\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(poetry run basedpyright:*)\"}]\n2e:[\"$\",\"p\",\"48\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec basedpyright:*)\"}]\n2f:[\"$\",\"p\",\"49\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/ruff check packages/wgs_validations/src packages/wgs_validations/tests)\"}]\n30:[\"$\",\"p\",\"50\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/basedpyright:*)\"}]\n31:[\"$\",\"p\",\"51\",{\"c"])</script><script>self.__next_f.push([1,"lassName\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/pytest tests/validation/test_notebook_utils.py -v)\"}]\n32:[\"$\",\"p\",\"52\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/pytest packages/wgs_validations/tests/validation/test_notebook_utils.py -v)\"}]\n33:[\"$\",\"p\",\"53\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu init:*)\"}]\n34:[\"$\",\"p\",\"54\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm lint:*)\"}]\n35:[\"$\",\"p\",\"55\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm tsc:*)\"}]\n36:[\"$\",\"p\",\"56\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr checkout:*)\"}]\n37:[\"$\",\"p\",\"57\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(done)\"}]\n38:[\"$\",\"p\",\"58\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(for:*)\"}]\n39:[\"$\",\"p\",\"59\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(do echo \\\"=== $dir ===\\\" grep -l \\\"PatientEvent\\\" \\\"$dir/src\\\"/*/*.py)\"}]\n3a:[\"$\",\"p\",\"60\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(while read f)\"}]\n3b:[\"$\",\"p\",\"61\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(do echo \\\"File: $f\\\" grep -B2 -A15 \\\"handle_patient\\\" \\\"$f\\\")\"}]\n3c:[\"$\",\"p\",\"62\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm --filter bioscope_types fmt:*)\"}]\n3d:[\"$\",\"p\",\"63\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm run fmt:*)\"}]\n3e:[\"$\",\"p\",\"64\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm run lint:*)\"}]\n3f:[\"$\",\"p\",\"65\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm run typecheck:*)\"}]\n40:[\"$\",\"p\",\"66\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pdftotext:*)\"}]\n41:[\"$\",\"p\",\"67\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(cat:*)\"}]\n42:[\"$\",\"p\",\"68\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(do jq -r '.tiles[] | select\\\\(.condition\\\\) | .condition' \\\"$f\\\")\"}]\n43:[\"$\",\"p\",\"69\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pntml exec nx run patient-data-service:test:*)\"}]\n44:[\"$\",\"p\",\"70\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git:*)\"}]\n45:[\"$\",\"p\",\"71\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(/tmp/pptx_venv/bin/python3:*)\"}]\n46:[\"$\",\"p\",\"72\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.pptx_venv/bin/python3:*)\"}]\n47:[\"$\",\"p\",\"73\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(source:*)\"}]\n48:[\"$\",\"p\",\"74\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(chmod +x:*)\"}]\n49:[\"$\",\"p\",\"75\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(cd ~/Desktop/wgs-ingestion-claude-bot \u0026\u0026 bash run.sh 2\u003e\u00261)\"}]\n4a:[\"$\",\"p\",\"76\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(file:*)\"}]\n4b:[\"$\",\"p\",\"77\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(printf:*)\"}]\n4c:[\"$\",\"p\",\"78\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(claude mcp:*)\"}]\n4d:[\"$\",\"p\",\"79\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(cd:*)\"}]\n4e:[\"$\",\"p\",\"80\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/python:*)\"}]\n4f:[\"$\",\"p\",\"81\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(/Users/gabry/"])</script><script>self.__next_f.push([1,"Desktop/wgs-ingestion-claude-bot/.venv/bin/pip list 2\u003e/dev/null || /Users/gabry/Desktop/wgs-ingestion-claude-bot/.venv/bin/python -m pip list 2\u003e/dev/null)\"}]\n50:[\"$\",\"p\",\"82\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh search:*)\"}]\n51:[\"$\",\"p\",\"83\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools query:*)\"}]\n52:[\"$\",\"p\",\"84\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tabix:*)\"}]\n53:[\"$\",\"p\",\"85\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools view:*)\"}]\n54:[\"$\",\"p\",\"86\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep ^##FILTER:*)\"}]\n55:[\"$\",\"p\",\"87\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(head:*)\"}]\n56:[\"$\",\"p\",\"88\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gzcat /Users/gabry/Desktop/DUL8334G.vcf.gz)\"}]\n57:[\"$\",\"p\",\"89\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools stats:*)\"}]\n58:[\"$\",\"p\",\"90\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(zcat:*)\"}]\n59:[\"$\",\"p\",\"91\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools index /Users/gabry/Desktop/DURU6786.vcf.gz 2\u003e\u00261 \u0026\u0026 bcftools query -f '%CHROM\\\\\\\\t%POS\\\\\\\\t%ID\\\\\\\\t%REF\\\\\\\\t%ALT\\\\\\\\t%FILTER\\\\\\\\t[%GT\\\\\\\\t%DP\\\\\\\\t%GQ]\\\\\\\\n' /Users/gabry/Desktop/DURU6786.vcf.gz -r chr19:44908684-44908684,chr19:44908822-44908822 2\u003e\u00261)\"}]\n5a:[\"$\",\"p\",\"92\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tail:*)\"}]\n5b:[\"$\",\"p\",\"93\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx eslint:*)\"}]\n5c:[\"$\",\"p\",\"94\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(/tmp/dp_venv/bin/python3:*)\"}]\n5d:[\"$\",\"p\",\"95\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(for cmd:*)\"}]\n5e:[\"$\",\"p\",\"96\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec:*)\"}]\n5f:[\"$\",\"p\",\"97\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(which bcftools:*)\"}]\n60:[\"$\",\"p\",\"98\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo \\\"=== HG00096 PASS at DP\u003e=10 ===\\\")\"}]\n61:[\"$\",\"p\",\"99\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo \\\"=== DURU6786 PASS at DP\u003e=10 ===\\\")\"}]\n62:[\"$\",\"p\",\"100\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find /Users/gabry/Desktop/SNP_PANEL_PROJECT -type f \\\\\\\\\\\\(-name *.py -o -name *.ts -o -name *.js -o -name *.json \\\\\\\\\\\\))\"}]\n63:[\"$\",\"p\",\"101\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(du -sh /Users/gabry/Desktop/SNP_PANEL_PROJECT/*)\"}]\n64:[\"$\",\"p\",\"102\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/python3 -c \\\"\\nimport json\\npath = 'packages/genomics_wgs_query_service/src/genomics_wgs_query_service/genetic_features/data/snp_panels/methylation_b_vitamins.json'\\nwith open\\\\(path\\\\) as f:\\n data = json.load\\\\(f\\\\)\\nfor v in data['variants']:\\n v.pop\\\\('position_grch38', None\\\\)\\n v.pop\\\\('ref_alt_plus_strand', None\\\\)\\n gi = v.get\\\\('genotype_interpretations', {}\\\\)\\n for key in gi:\\n gi[key].pop\\\\('label', None\\\\)\\n gi[key].pop\\\\('enzyme_activity', None\\\\)\\nwith open\\\\(path, 'w'\\\\) as f:\\n json.dump\\\\(data, f, indent=2\\\\)\\n f.write\\\\('\\\\\\\\n'\\\\)\\nprint\\\\('Done - stripped fields from', len\\\\(data['variants']\\\\), 'variants'\\\\)\\n\\\")\"}]\n65:[\"$\",\"p\",\"103\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx nx:*)\"}]\n66:[\"$\",\"p\",\"104\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gzcat /Users/gabry/"])</script><script>self.__next_f.push([1,"Desktop/data_tecnica/Freeze_1-weights_and_variants/PGS000765_hmPOS_GRCh38.txt.gz)\"}]\n67:[\"$\",\"p\",\"105\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bash /Users/gabry/Desktop/prs-intermediate-analysis/extract_1kg_eur_af.sh)\"}]\n68:[\"$\",\"p\",\"106\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/python3 -c \\\"\\nfor path in [\\n 'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features.py',\\n]:\\n with open\\\\(path\\\\) as f:\\n content = f.read\\\\(\\\\)\\n content = content.replace\\\\('_enrich_genetic_features', 'enrich_genetic_features'\\\\)\\n content = content.replace\\\\('enrich_genetic_features, # pyright: ignore[reportPrivateUsage]', 'enrich_genetic_features,'\\\\)\\n with open\\\\(path, 'w'\\\\) as f:\\n f.write\\\\(content\\\\)\\n print\\\\(f'Fixed {path}'\\\\)\\n\\\")\"}]\n69:[\"$\",\"p\",\"107\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/python3 -c \\\"\\nfor path in [\\n 'packages/genomics_wgs_query_service/src/genomics_wgs_query_service/handlers/get_genetic_features.py',\\n 'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features.py',\\n]:\\n with open\\\\(path\\\\) as f:\\n content = f.read\\\\(\\\\)\\n content = content.replace\\\\('_enrich_variant', 'enrich_variant'\\\\)\\n content = content.replace\\\\('enrich_variant, # pyright: ignore[reportPrivateUsage]', 'enrich_variant,'\\\\)\\n with open\\\\(path, 'w'\\\\) as f:\\n f.write\\\\(content\\\\)\\n print\\\\(f'Fixed {path}'\\\\)\\n\\\")\"}]\n6a:[\"$\",\"p\",\"108\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(.venv/bin/python3 -c \\\"\\npath = 'packages/genomics_wgs_query_service/tests/test_handlers_get_genetic_features_for_patient.py'\\nwith open\\\\(path\\\\) as f:\\n content = f.read\\\\(\\\\)\\ncontent = content.replace\\\\('_enrich_genetic_features', 'enrich_genetic_features'\\\\)\\nwith open\\\\(path, 'w'\\\\) as f:\\n f.write\\\\(content\\\\)\\nprint\\\\('Done'\\\\)\\n\\\")\"}]\n6b:[\"$\",\"p\",\"109\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(export AWS_PROFILE=dev)\"}]\n6c:[\"$\",\"p\",\"110\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(aws lambda:*)\"}]\n6d:[\"$\",\"p\",\"111\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gzcat /Users/gabry/Desktop/PRS_INVESTIGATION/data_tecnica/Freeze_1-weights_and_variants/PGS000024_hmPOS_GRCh38.txt.gz)\"}]\n6e:[\"$\",\"p\",\"112\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gzcat /Users/gabry/Desktop/PRS_INVESTIGATION/analysis/1kg_scores/036f110e-e8b8-4024-bbf4-2827a1aa1d6f/HG00343_prs_scores.json.gz)\"}]\n6f:[\"$\",\"p\",\"113\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep -r .create\\\\\\\\\\\\(/Users/gabry/Desktop/platform-services/packages/cmbio_sync_service/src --include=*.py -B 3 -A 3)\"}]\n70:[\"$\",\"p\",\"114\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm lint:all)\"}]\n71:[\"$\",\"p\",\"115\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm sync-schema:*)\"}]\n72:[\"$\",\"p\",\"116\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_log.csv.gz)\"}]\n73:[\"$\",\"p\",\"117\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_pgs.txt.gz)\"}]\n74:[\"$\",\"p\",\"118\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_popsimilarity.txt.gz)\"}]\n75:[\"$\",\"p\",\"119\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/score/SAMPLE_info.json.gz)\"}]\n76:[\"$\",\"p\",\"120\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~"])</script><script>self.__next_f.push([1,"/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_ALL_additive_0.scorefile.gz)\"}]\n77:[\"$\",\"p\",\"121\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip -c ~/Desktop/DUL8334G_diagnostics/SAMPLE/match/SAMPLE_ALL_additive_1.scorefile.gz)\"}]\n78:[\"$\",\"p\",\"122\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-genomics-gxg-shared/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)\"}]\n79:[\"$\",\"p\",\"123\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo \\\"---EXIT:$?\\\")\"}]\n7a:[\"$\",\"p\",\"124\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-genomics-clinvar-xml-blocks/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)\"}]\n7b:[\"$\",\"p\",\"125\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=prod-admin aws s3 ls --recursive s3://bioscope-prod-platform-files/8ecc523a-6232-4397-ad39-f6a92ba32ab8/)\"}]\n7c:[\"$\",\"p\",\"126\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(AWS_PROFILE=prod-admin aws s3 cp:*)\"}]\n7d:[\"$\",\"p\",\"127\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx create-next-app@latest MiClaw --typescript --tailwind --app --src-dir --eslint --no-turbopack --use-npm --import-alias \\\"@/*\\\")\"}]\n7e:[\"$\",\"p\",\"128\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx create-next-app@latest miclaw --typescript --tailwind --app --src-dir --eslint --no-turbopack --use-npm --import-alias \\\"@/*\\\")\"}]\n7f:[\"$\",\"p\",\"129\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bun --version)\"}]\n80:[\"$\",\"p\",\"130\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=claude+code+config+manager\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n81:[\"$\",\"p\",\"131\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(rm -rf node_modules package-lock.json)\"}]\n82:[\"$\",\"p\",\"132\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bun install:*)\"}]\n83:[\"$\",\"p\",\"133\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=claude+code+dashboard+UI\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n84:[\"$\",\"p\",\"134\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=claude+code+settings+GUI\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n85:[\"$\",\"p\",\"135\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=CLAUDE.md+manager\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n86:[\"$\",\"p\",\"136\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=claude+code+admin+panel+web\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n87:[\"$\",\"p\",\"137\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=claude+code+MCP+server+manager+visual\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n88:[\"$\",\"p\",\"138\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=%22claude+code%22+configuration+web+interface\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n89:[\"$\",\"p\",\"139\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s \\\"https://api.github.com/search/repositories?q=%22claude+code%22+hooks+skills+editor\u0026sort=stars\u0026order=desc\u0026per_page=10\\\")\"}]\n8a:[\"$\",\"p\",\"140\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bun run:*)\"}]\n8b:[\"$\",\"p"])</script><script>self.__next_f.push([1,"\",\"141\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bun add:*)\"}]\n8c:[\"$\",\"p\",\"142\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pkill -f \\\"next dev\\\")\"}]\n8d:[\"$\",\"p\",\"143\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s http://localhost:3000)\"}]\n8e:[\"$\",\"p\",\"144\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s http://localhost:3000/mcp)\"}]\n8f:[\"$\",\"p\",\"145\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s http://localhost:3000/hooks)\"}]\n90:[\"$\",\"p\",\"146\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(curl -s http://localhost:3000/agents)\"}]\n91:[\"$\",\"p\",\"147\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx next:*)\"}]\n92:[\"$\",\"p\",\"148\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bunx tsc:*)\"}]\n93:[\"$\",\"p\",\"149\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(node -e ':*)\"}]\n94:[\"$\",\"div\",\"Read\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Read\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Read(//tmp/**)\"}]]}]]}]\n95:[\"$\",\"div\",\"Skill\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Skill\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Skill(review)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Skill(fix-tests)\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"96:[\"$\",\"div\",\"WebFetch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebFetch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:github.com)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:raw.githubusercontent.com)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:search.clinicalgenome.org)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:www.notion.so)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:boto3.amazonaws.com)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:api.crossref.org)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:uploads.linear.app)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:axiom.co)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:pgsc-calc.readthedocs.io)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:journals.plos.org)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:doi.org)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:aacrjournals.org)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:iovs.arvojournals.org)\"}],[\"$\",\"p\",\"13\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:www.pgscatalog.org)\"}],[\"$\",\"p\",\"14\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:pubmed.ncbi.nlm.nih.gov)\"}],[\"$\",\"p\",\"15\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:discuss.gnomad.broadinstitute.org)\"}],[\"$\",\"p\",\"16\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:storage.googleapis.com)\"}],[\"$\",\"p\",\"17\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:ftp.1000genomes.ebi.ac.uk)\"}],[\"$\",\"p\",\"18\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:zenodo.org)\"}],[\"$\",\"p\",\"19\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:registry.opendata.aws)\"}],[\"$\",\"p\",\"20\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:bioconductor.org)\"}],[\"$\",\"p\",\"21\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:pmc.ncbi.nlm.nih.gov)\"}],[\"$\",\"p\",\"22\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:pygscatalog.readthedocs.io)\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"97:[\"$\",\"div\",\"WebSearch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebSearch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebSearch\"}]]}]]}]\n98:[\"$\",\"div\",\"mcp__axiom__checkMonitors\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__checkMonitors\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__checkMonitors\"}]]}]]}]\n99:[\"$\",\"div\",\"mcp__axiom__listDashboards\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__listDashboards\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__listDashboards\"}]]}]]}]\n9a:[\"$\",\"div\",\"mcp__axiom__queryDataset\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__queryDataset\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__queryDataset\"}]]}]]}]\n9b:[\"$\",\"div\",\"mcp__claude_ai_Context7__resolve\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__claude_ai_Context7__resolve\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Context7__resolve-library-id\"}]]}]]}]\n9c:[\"$\",\"div\",\"mcp__claude_ai_Linear_2__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__claude_ai_Linear_2__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Linear_2__get_issue\"}]]}]]}]\n9d:[\"$\",\"div\",\"mcp__linear__create_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__create_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__create_issue\"}]]}]]}]\n9e:[\"$\",\"div\",\"mcp__linear__create_issue_label\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__create_issue_label\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__create_issue_label\"}]]}]]}]\n9f:[\"$\",\"div\",\"mcp__linear__create_project\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__create_project\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__create_project\"}]]}]]}]\na0:[\"$\",\"div\",\"mcp__linear__get_attachment\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_attachment\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_attachment\"}]]}]]}]\na1:[\"$\",\"div\",\"mcp__linear__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}]]}]]}]\na2:[\"$\",\"div\",\"mcp__linear__get_project\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_project\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_project\"}]]}]]}]\na3:[\"$\",\"div\",\"mcp__lin"])</script><script>self.__next_f.push([1,"ear__list_issue_labels\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_issue_labels\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_issue_labels\"}]]}]]}]\na4:[\"$\",\"div\",\"mcp__linear__list_issues\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_issues\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_issues\"}]]}]]}]\na5:[\"$\",\"div\",\"mcp__linear__list_projects\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_projects\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_projects\"}]]}]]}]\na6:[\"$\",\"div\",\"mcp__linear__list_teams\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_teams\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_teams\"}]]}]]}]\na7:[\"$\",\"div\",\"mcp__linear__list_users\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_users\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_users\"}]]}]]}]\na8:[\"$\",\"div\",\"mcp__linear__save_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__save_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__save_issue\"}]]}]]}]\na9:[\"$\",\"div\",\"mcp__linear__update_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__update_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__update_issue\"}]]}]]}]\naa:[\"$\",\"div\",\"mcp__notion__notion\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__notion__notion\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__notion__notion-fetch\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__notion__notion-update-page\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__notion__notion-search\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"ab:[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}],[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"ac:[\"$\",\"div\",\"/Users/gabry/Desktop/DHL/dhl-visualizer\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"dhl-visualizer\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[2,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm run build:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npm install:*)\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}],[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],\"$Lb6\"]}]]}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"ad:[\"$\",\"div\",\"/Users/gabry/Desktop/ROADMAP_2026\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"ROADMAP_2026\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[4,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(open:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(lsof:*)\"}]]}]]}],[\"$\",\"div\",\"mcp__axiom__getDashboard\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__getDashboard\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__getDashboard\"}]]}]]}],[\"$\",\"div\",\"mcp__linear__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}],\"$Lb7\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"ae:[\"$\",\"div\",\"/Users/gabry/Desktop/infrastructure\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"infrastructure\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[10,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu fmt:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu validate:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(mkdir:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tofu init:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr view:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr diff:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep:*)\"}]]}]]}],[\"$\",\"div\",\"WebSearch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebSearch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebSearch\"}]]}]]}],[\"$\",\"div\",\"mcp__linear__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],\"$Lb8\"]}]]}],\"$Lb9\",\"$Lba\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"af:[\"$\",\"div\",\"/Users/gabry/Desktop/personal_genomics/blood_typing/results\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"blood_typing/results\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[5,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools view:*)\"}]]}]]}],[\"$\",\"div\",\"WebFetch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebFetch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:www.ncbi.nlm.nih.gov)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:gnomad.broadinstitute.org)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:search.clinicalgenome.org)\"}]]}]]}],[\"$\",\"div\",\"WebSearch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebSearch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebSearch\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[\"$Lbb\",\"$Lbc\"]}]]}],\"$Lbd\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"b0:[\"$\",\"div\",\"/Users/gabry/Desktop/platform-services\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"platform-services\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[34,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec nx run:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(cat:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gunzip:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run ruff check:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run python:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(xargs:*)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr diff:*)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr list:*)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr view:*)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tree:*)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(claude mcp add:*)\"}],[\"$\",\"p\",\"13\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run ruff:*)\"}],[\"$\",\"p\",\"14\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(ruff format:*)\"}],[\"$\",\"p\",\"15\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python -m pytest:*)\"}],[\"$\",\"p\",\"16\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git -C /Users/gabry/Desktop/platform-services status packages/microbiome_service/)\"}],[\"$\",\"p\",\"17\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run pyright:*)\"}],[\"$\",\"p\",\"18\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git checkout:*)\"}],[\"$\",\"p\",\"19\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(terraform fmt:*)\"}],[\"$\",\"p\",\"20\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(linear issue create:*)\"}],[\"$\",\"p\",\"21\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(npx linear --help:*)\"}],[\"$\",\"p\",\"22\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(done)\"}],[\"$\",\"p\",\"23\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run:*)\"}],[\"$\",\"p\",\"24\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(cd:*)\"}],[\"$\",\"p\",\"25\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python3:*)\"}]]}]]}],[\"$\",\"div\",\"WebFetch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebFetch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[\"$Lbe\",\"$Lbf\"]}]]}],\"$Lc0\",\"$Lc1\",\"$Lc2\",\"$Lc3\",\"$Lc4\",\"$Lc5\"],\"$undefined\"]}]}],\"$Lc6\"]}]]}]\n"])</script><script>self.__next_f.push([1,"b1:[\"$\",\"div\",\"/Users/gabry/Desktop/platform-services/packages/wgs_validations\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"wgs_validations\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[14,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tail:)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === filteredVcf stats ===:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === processedVcf stats ===:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === invalidVcf stats ===:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === filteredVcf ===:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === processedVcf ===:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === invalidVcf ===:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools stats:*)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools view:*)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(echo === filteredVcf updated contigs ===:*)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools query:*)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tail:*)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(grep:*)\"}],[\"$\",\"p\",\"13\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run:*)\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],\"$Lc7\"]}],\"$Lc8\"]}],\"$Lc9\",\"$Lca\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"b2:[\"$\",\"div\",\"/Users/gabry/Desktop/ps-copy/platform-services\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"platform-services\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[13,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr view:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr diff:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm --version:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec nx run scripts:lint:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm exec nx run:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(unzip:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run ruff:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools query:*)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(bcftools view:*)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(zcat:*)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(head:*)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python3:*)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(uv run:*)\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],\"$Lcb\"]}],\"$Lcc\"]}]]}],\"$Lcd\",\"$Lce\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"b3:[\"$\",\"div\",\"/Users/gabry/Desktop/web-app\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"web-app\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[13,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(ls:*)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm lint:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm tsc:*)\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find:*)\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(pnpm lint:check:*)\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git fetch:*)\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git pull:*)\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr view:*)\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(gh pr diff:*)\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git checkout:*)\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(python3:*)\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(head:*)\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tail:*)\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],\"$Lcf\"]}]]}],\"$Ld0\",\"$Ld1\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"b4:[\"$\",\"div\",\"/Users/gabry/Desktop/wgs-ingestion-bot\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"wgs-ingestion-bot\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[31,\" allow\",\", 14 deny\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Edit\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Edit\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Edit(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)\"}]]}]]}],[\"$\",\"div\",\"Glob\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Glob\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Glob(path:/Users/gabry/Desktop/platform-services/**)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Glob(path:/Users/gabry/Desktop/infrastructure/**)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Glob(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)\"}]]}]]}],[\"$\",\"div\",\"Grep\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Grep\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Grep(path:/Users/gabry/Desktop/platform-services/**)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Grep(path:/Users/gabry/Desktop/infrastructure/**)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Grep(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)\"}]]}]]}],[\"$\",\"div\",\"Read\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Read\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Read(path:/Users/gabry/Desktop/platform-services/**)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Read(path:/Users/gabry/Desktop/infrastructure/**)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Read(path:/Users/gabry/Desktop/wgs-ingestion-bot/**)\"}]]}]]}],[\"$\",\"div\",\"Write\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Write\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Write(path:/Users/gabry/Desktop/wgs-ingestion-bot/reports/**)\"}]]}]]}],[\"$\",\"div\",\"mcp__axiom__checkMonitors\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__checkMonitors\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__checkMonitors\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__checkMonitors\"}]]}]]}],[\"$\",\"div\",\"mcp__axiom__getMonitorHistory\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__getMonitorHistory\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__getMonitorHistory\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__getMonitorHistory\"}]]}]]}],[\"$\",\"div\",\"mcp__axiom__queryDataset\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__queryDataset\"}],\"$Ld2\"]}],\"$Ld3\",\"$Ld4\",\"$Ld5\",\"$Ld6\",\"$Ld7\",\"$Ld8\"],\"$Ld9\"]}]}],\"$Lda\"]}]]}]\n"])</script><script>self.__next_f.push([1,"b5:[\"$\",\"div\",\"/Users/gabry/Desktop/wiki\",{\"className\":\"border border-border rounded-sm p-5 \",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-baseline justify-between mb-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-medium\",\"children\":\"wiki\"}],[\"$\",\"span\",null,{\"className\":\"text-xs text-text-dim\",\"children\":[7,\" allow\",\"\",\"\"]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[[\"$\",\"div\",\"Bash\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"Bash\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(git -C /Users/gabry/Desktop/platform-services log --oneline --all --grep=\\\"genomics\\\\\\\\|wgs\\\\\\\\|pipeline\\\\\\\\|version\\\")\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(find:*)\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(xargs -I {} sh -c 'echo \\\"\\\"\\\"\\\"=== {} ===\\\"\\\"\\\"\\\" \u0026\u0026 head -20 {}')\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash(tree:*)\"}]]}]]}],[\"$\",\"div\",\"WebFetch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebFetch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:registry.opendata.aws)\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:www.internationalgenome.org)\"}]]}]]}],[\"$\",\"div\",\"WebSearch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebSearch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebSearch\"}]]}]]}]],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[\"$Ldb\",\"$Ldc\"]}],\"$Ldd\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"b6:[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]\nb7:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\nb8:[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]\nb9:[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}]\nba:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\nbb:[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}]\nbc:[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]\nbd:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\nbe:[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:www.ncbi.nlm.nih.gov)\"}]\nbf:[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebFetch(domain:github.com)\"}]\nc0:[\"$\",\"div\",\"WebSearch\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"WebSearch\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"WebSearch\"}]]}]]}]\nc1:[\"$\",\"div\",\"mcp__axiom__queryDataset\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__axiom__queryDataset\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading"])</script><script>self.__next_f.push([1,"-relaxed\",\"children\":\"mcp__axiom__queryDataset\"}]]}]]}]\nc2:[\"$\",\"div\",\"mcp__linear__create_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__create_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__create_issue\"}]]}]]}]\nc3:[\"$\",\"div\",\"mcp__linear__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}]]}]]}]\nc4:[\"$\",\"div\",\"mcp__linear__list_issue_labels\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_issue_labels\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_issue_labels\"}]]}]]}]\nc5:[\"$\",\"div\",\"mcp__linear__list_teams\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_teams\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_teams\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"c6:[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}],[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"c7:[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]\nc8:[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]\nc9:[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}]\nca:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\ncb:[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]\ncc:[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]\ncd:[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}]\nce:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\ncf:[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]\nd0:[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-t"])</script><script>self.__next_f.push([1,"ext-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}]\nd1:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\nd2:[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__queryDataset\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__axiom__queryDataset\"}]]}]\nd3:[\"$\",\"div\",\"mcp__linear__get_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__get_issue\"}]]}]]}]\nd4:[\"$\",\"div\",\"mcp__linear__list_issues\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_issues\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_issues\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_issues\"}]]}]]}]\nd5:[\"$\",\"div\",\"mcp__linear__list_teams\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_teams\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_teams\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_teams\"}]]}]]}]\nd6:[\"$\",\"div\",\"mcp__linear__list_users\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__list_users\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_users\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__list_users\"}]]}]]}]\nd7:[\"$\",\"div\",\"mcp__linear__save_issue\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__linear__save_issue\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__save_issue\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__save_issue\"}]]}]]}]\nd8:[\"$\",\"div\",\"mcp__slack\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-1\",\"children\":\"mcp__slack\"}],[\"$\",\"div\",null,{\"className\":\"space-y-0.5\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__slack-wgs__slack_reply\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__slack-wgs__slack_upload_report\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__slack-wgs__slack_reply\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp"])</script><script>self.__next_f.push([1,"__slack-wgs__slack_upload_report\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"d9:[\"$\",\"div\",null,{\"className\":\"mt-4 pt-3 border-t border-border\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-accent mb-1\",\"children\":\"Denied\"}],[[\"$\",\"p\",\"0\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash\"}],[\"$\",\"p\",\"1\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__save_comment\"}],[\"$\",\"p\",\"2\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_send_message\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_send_message_draft\"}],[\"$\",\"p\",\"4\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_schedule_message\"}],[\"$\",\"p\",\"5\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_create_canvas\"}],[\"$\",\"p\",\"6\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_update_canvas\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"Bash\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__linear__save_comment\"}],[\"$\",\"p\",\"9\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_send_message\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_send_message_draft\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_schedule_message\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_create_canvas\"}],[\"$\",\"p\",\"13\",{\"className\":\"text-xs font-mono text-text-muted pl-3 leading-relaxed\",\"children\":\"mcp__claude_ai_Slack__slack_update_canvas\"}]]]}]\n"])</script><script>self.__next_f.push([1,"da:[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-text-dim mb-2\",\"children\":\"Settings Priority\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0\",\"children\":[[\"$\",\"div\",\"Enterprise\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Enterprise\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"managed-settings.json\"}]]}]]}],[\"$\",\"div\",\"CLI Flag\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"CLI Flag\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"--settings\"}]]}]]}],[\"$\",\"div\",\"Project Local\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Local\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.local.json\"}]]}]]}],[\"$\",\"div\",\"Project Shared\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"Project Shared\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]]}],[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"db:[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-surface-raised\"}],[\"$\",\"div\",null,{\"className\":\"w-px flex-1 bg-border-strong\"}]]}]\ndc:[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text-dim\",\"children\":\"Project Shared\"}],false]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\".claude/settings.json\"}]]}]\ndd:[\"$\",\"div\",\"User Global\",{\"className\":\"flex items-stretch\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center w-5 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2 h-2 rounded-full shrink-0 mt-2.5 bg-accent\"}],false]}],[\"$\",\"div\",null,{\"className\":\"pb-3 pl-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-text\",\"children\":\"User Global\"}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent\",\"children\":\"active\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-xs font-mono text-text-dim\",\"children\":\"~/.claude/settings.json\"}]]}]]}]\n"])</script></body></html>
|