tower-studio 0.2.42 → 0.2.43
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 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -0
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/routes-manifest.json +8 -0
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +27 -27
- package/.next/standalone/.next/server/app/_not-found/page.js +6 -6
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/adapters/test/route.js +3 -3
- package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +3 -3
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js +2 -2
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +3 -2
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +2 -2
- package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +2 -2
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route.js +8 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js +4 -3
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +6 -5
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js +4 -3
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +3 -3
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +64 -64
- package/.next/standalone/.next/server/app/missions/page.js +6 -6
- package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +27 -27
- package/.next/standalone/.next/server/app/onboarding/page.js +6 -6
- package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +27 -27
- package/.next/standalone/.next/server/app/page.js +6 -6
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +44 -44
- package/.next/standalone/.next/server/app/settings/page.js +6 -6
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +109 -109
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +88 -88
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +75 -75
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +75 -75
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +27 -27
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +7 -7
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +67 -67
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +4 -4
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +79 -79
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +50 -50
- package/.next/standalone/.next/server/app/workspaces/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +1 -0
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_03qwlhl.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_09pca3o.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0h5yr8p.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0m8aavq.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0yp430z.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0yzw48x.js +1 -1
- package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_paste-image_route_actions_0iegbi4.js +3 -0
- package/.next/standalone/.next/server/chunks/[externals]__0x_wqa7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-z_a1d._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.p6em~._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.zmhk-._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0042hx5._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0b3m.jm._.js → [root-of-the-server]__03ufxqq._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04--bs7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04m2l8a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04r193~._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05abzth._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0657y50._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__075a0hk._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08yqoti._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__098.3z2._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0obk~80._.js → [root-of-the-server]__0_d.s7s._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0askhfg._.js → [root-of-the-server]__0ajay8_._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0b25v3p._.js +4 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0xswbi9._.js → [root-of-the-server]__0clptds._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0ai09na._.js → [root-of-the-server]__0g.k9o~._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gn0ubd._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gwztza._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h6bl6t._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0iggiij._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0i~3dwq._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0j1px8f._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0k-5ag7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l1-djp._.js +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0-~q463._.js → [root-of-the-server]__0lvlooo._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0otyifi._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q~uf3u._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t31ba_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t_weyi._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__06qz5fz._.js → [root-of-the-server]__0uptkzd._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wkjqrd._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0x3kws1._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0xot7fu._.js +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0~6py0f._.js → [root-of-the-server]__0y8w5di._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~g6-c~._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__10fv6tt._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1189rd1._.js +4 -0
- package/.next/standalone/.next/server/chunks/{_06.mxka._.js → _0jmdgq~._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{_0aflzks._.js → _0q10iet._.js} +1 -1
- package/.next/standalone/.next/server/chunks/_0qk_esg._.js +2 -2
- package/.next/standalone/.next/server/chunks/_0t31z6q._.js +1 -1
- package/.next/standalone/.next/server/chunks/{_0b~hjvi._.js → _12537g8._.js} +1 -1
- package/.next/standalone/.next/server/chunks/src_0fq3zjg._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_0weytpz._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_0wlyw0g._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_0~ey84y._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_actions_agent-actions_ts_10q9r5b._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0se9_next_11h0sx_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00dh103._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mmypbn._.js → [root-of-the-server]__00ebsjb._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0c2mh1c._.js → [root-of-the-server]__01vm_46._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__025ol9g._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__094t44p._.js → [root-of-the-server]__04ednzb._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04wbr9x._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__065f3ii._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0pmjob9._.js → [root-of-the-server]__06dfcgo._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__038u_kv._.js → [root-of-the-server]__07xkj1s._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08k-xb7._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08tzbfh._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.infp2._.js → [root-of-the-server]__0_z5hke._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ce3fpq._.js → [root-of-the-server]__0ecd_1d._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__10s67lq._.js → [root-of-the-server]__0iln7n_._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09z_ddd._.js → [root-of-the-server]__0j_-qk5._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.u-t.1._.js → [root-of-the-server]__0k6oo0n._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0h589~0._.js → [root-of-the-server]__0lws68d._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0oq-j16._.js → [root-of-the-server]__0oamph.._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0pvaj~l._.js → [root-of-the-server]__0pnv7nd._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0whlq2_._.js → [root-of-the-server]__0stlq2_._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__03fujv7._.js → [root-of-the-server]__0tja~wz._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0391jsv._.js → [root-of-the-server]__0ug022w._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l6bt9t._.js → [root-of-the-server]__0x6k.ee._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dsaqeq._.js → [root-of-the-server]__0xr45lx._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__058rbx5._.js → [root-of-the-server]__0xwzk2.._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__12w35bx._.js → [root-of-the-server]__0yby8pl._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rckee~._.js → [root-of-the-server]__0zxc81t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dux7x.._.js → [root-of-the-server]__0zzqn5z._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mq0f94._.js → [root-of-the-server]__10c.a3u._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.2h0ux._.js → [root-of-the-server]__10n3vn6._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09t~p.u._.js → [root-of-the-server]__123rmyb._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__124zb~p._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__02j1enz._.js → [root-of-the-server]__127w3bm._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0h-se8t._.js → [root-of-the-server]__12ko8p6._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0odeai5._.js → [root-of-the-server]__13ce7v2._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0f~l8kv._.js → _00l85fp._.js} +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0c2gong._.js → _00odlgv._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0whlnt7._.js → _0463zy~._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0rq68d8._.js → _047dh-f._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_03lt1_x._.js → _05a2u03._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{_0_5abui._.js → _05k76ur._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0n4bq0m._.js → _060e1u.._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0n5do.z._.js → _07lq-bp._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0p6p_68._.js → _07q06~v._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{_0mm~wxj._.js → _08-x_rp._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_08bq4g8._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_12ca88g._.js → _0_q41~z._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{_0o2tntr._.js → _0b7smy6._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0u7c6bz._.js → _0dxbp89._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{_0axcfvf._.js → _0gkid_a._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0tvm5af._.js → _0j5.ig_._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0py1s-f._.js → _0nze-e6._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0u.n7v8._.js → _0oeih09._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0~oc5bl._.js → _0rrs.-d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0q2mf9q._.js → _0rtydyv._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0rxeqmo._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_04bt0.3._.js → _0s.h4l2._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_09z2zmm._.js → _0s.ik0k._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_116-_2z._.js → _0syb503._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0m.wslt._.js → _0uryq~z._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_04~zqvy._.js → _0wqcz3w._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/{_0rrzd20._.js → _113957g._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_0_9avpk._.js → src_lib_0.~.oo-._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_02~3_5t._.js → src_lib_005uqbe._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_04d~c.c._.js → src_lib_00wjv6n._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_08wv1le._.js → src_lib_01sr8_t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_lib_08jql1e._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0b~j-9d._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0eymyjf._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0fkv9z3._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0n-n0.a._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0sgt~lv._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0x-iyl1._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0yjmty1._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_13aevv6._.js +3 -0
- package/.next/standalone/.next/server/functions-config-manifest.json +1 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +246 -246
- package/.next/standalone/.next/static/chunks/{17fug-zaik-v~.js → 0-vgfstmpuwnx.js} +1 -1
- package/.next/standalone/.next/static/chunks/0.lyp-cx3zt9..js +2 -0
- package/.next/standalone/.next/static/chunks/{0clewc5ifaruu.js → 00z.kuqsfrxq5.js} +2 -2
- package/.next/standalone/.next/static/chunks/01j9m895w64zn.js +1 -0
- package/.next/standalone/.next/static/chunks/01rbl6a8z.tuw.js +1 -0
- package/.next/standalone/.next/static/chunks/{0.wxa05y455w7.js → 04op7bjge~n4l.js} +1 -1
- package/.next/standalone/.next/static/chunks/{13.3woq55msp..js → 05v-c3ir3ik_1.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0bdwzhoelky9-.js → 070fs6rmafi.i.js} +1 -1
- package/.next/standalone/.next/static/chunks/07i9j5yyg4vs3.js +1 -0
- package/.next/standalone/.next/static/chunks/{040j8d.w8mkyn.js → 08i9.47-_mxro.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0ypd9eqm_pj-o.js → 0_yp-y9l0upp~.js} +1 -1
- package/.next/standalone/.next/static/chunks/0ddt-snh45031.js +1 -0
- package/.next/standalone/.next/static/chunks/0evfu1ozaw5ak.js +1 -0
- package/.next/standalone/.next/static/chunks/{0wcwdbtpm0~r6.js → 0gq65t6au55oa.js} +1 -1
- package/.next/standalone/.next/static/chunks/0gz71w_~yw2iu.js +1 -0
- package/.next/standalone/.next/static/chunks/{0dewfthzwmcwb.js → 0hk3lmsij2x1c.js} +1 -1
- package/.next/standalone/.next/static/chunks/0j1hqwmeaqnn2.js +1 -0
- package/.next/standalone/.next/static/chunks/{0_d04kox03m72.css → 0jrje~1gt6w85.css} +1 -1
- package/.next/standalone/.next/static/chunks/0prrt_bws8ml6.js +1 -0
- package/.next/standalone/.next/static/chunks/0qgqjy.9.-qpi.js +1 -0
- package/.next/standalone/.next/static/chunks/{0m~m1~si.ot17.js → 0rfq8fy71hj7c.js} +1 -1
- package/.next/standalone/.next/static/chunks/{02f8-ju2se8qw.js → 0rjt_ddd~6t8r.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0.onaugl2w8ci.js → 0rnitheqdpd1..js} +1 -1
- package/.next/standalone/.next/static/chunks/{035a_v6g7ioyw.js → 0sr-m2t6vck14.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0rozlwh3y46l0.js → 0ts___1ygewqp.js} +1 -1
- package/.next/standalone/.next/static/chunks/0vmy6tsqy.xf4.js +1 -0
- package/.next/standalone/.next/static/chunks/0wbq-_8jyxjxm.js +1 -0
- package/.next/standalone/.next/static/chunks/0xejm4ge9~cn..js +1 -0
- package/.next/standalone/.next/static/chunks/0~prx0ure_1i6.js +1 -0
- package/.next/standalone/.next/static/chunks/1107zshxaajt9.js +1 -0
- package/.next/standalone/.next/static/chunks/{17m4o~gdsvuo3.js → 11p.r-9wyh7_2.js} +1 -1
- package/.next/standalone/.next/static/chunks/11x3_612u8w~9.js +1 -0
- package/.next/standalone/.next/static/chunks/14mk_a0k99wbg.js +1 -0
- package/.next/standalone/package.json +9 -9
- package/dist/mcp-server.cjs +131 -74
- package/next.config.ts +4 -0
- package/package.json +9 -9
- package/skills/tower/SKILL.md +6 -0
- package/.next/standalone/.next/server/chunks/[externals]__0izylsq._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.tbb~k._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__032d9pl._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04jduyo._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05zlbau._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05~g1fm._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__075f7rs._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08b~~wj._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0bo_6v~._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0c7z.~a._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e~6fr~._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fey.8j._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fxmnch._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gr~8aq._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hd.0to._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0j3l3l4._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0r-6wmj._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rpck4h._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0skk0fd._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t_yyy8._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0v2nkck._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z20rmt._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__11l3gud._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__126b53k._.js +0 -4
- package/.next/standalone/.next/server/chunks/src_02ruq-1._.js +0 -3
- package/.next/standalone/.next/server/chunks/src_07gek7k._.js +0 -3
- package/.next/standalone/.next/server/chunks/src_0mqkaid._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.-z9ts._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__045k323._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__087pocz._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gt5dbj._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ni-_7_._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y~ooou._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0a60u40._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0fu5szn._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0gve57o._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0koe0p0._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0qdh-v4._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0ramp4w._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0sn1z-s._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0x6grav._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_110am8v._.js +0 -3
- package/.next/standalone/.next/static/chunks/0-efd~h5j2ufi.js +0 -1
- package/.next/standalone/.next/static/chunks/0.z171pzeg-.7.js +0 -1
- package/.next/standalone/.next/static/chunks/01zlxs4rl~h_o.js +0 -1
- package/.next/standalone/.next/static/chunks/0af7afat3acfx.js +0 -1
- package/.next/standalone/.next/static/chunks/0ais32-8.3wlj.js +0 -1
- package/.next/standalone/.next/static/chunks/0f43x~jzb70f4.js +0 -1
- package/.next/standalone/.next/static/chunks/0i-x__600fys6.js +0 -1
- package/.next/standalone/.next/static/chunks/0l25d0nc5ygyd.js +0 -1
- package/.next/standalone/.next/static/chunks/0lyq0-a32.15m.js +0 -1
- package/.next/standalone/.next/static/chunks/0t8lz62rmr801.js +0 -2
- package/.next/standalone/.next/static/chunks/0utrquxfg25b2.js +0 -1
- package/.next/standalone/.next/static/chunks/0wcdxs4sl-gjf.js +0 -1
- package/.next/standalone/.next/static/chunks/0x-ug4iz~~qr2.js +0 -1
- package/.next/standalone/.next/static/chunks/0xj6v_80hlyv0.js +0 -1
- package/.next/standalone/.next/static/chunks/0xl7h5fsfc7zk.js +0 -1
- package/.next/standalone/.next/static/chunks/115ae91fq~slq.js +0 -1
- package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +0 -1
- /package/.next/standalone/.next/static/{LCBoYZWhXzs8PjuBmxw7g → d-Uhp63kgWdPkhPt7Fzyb}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{LCBoYZWhXzs8PjuBmxw7g → d-Uhp63kgWdPkhPt7Fzyb}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{LCBoYZWhXzs8PjuBmxw7g → d-Uhp63kgWdPkhPt7Fzyb}/_ssgManifest.js +0 -0
package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../.claude/rules/process-lifecycle.md","../../../../../../../.claude/rules/security.md","../../../../../../../.claude/rules/ui.md","../../../../../../../.claude/settings.local.json","../../../../../../../.claude/skills/ui-ux-pro-max/SKILL.md","../../../../../../../.claude/skills/ui-ux-pro-max/data/charts.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/colors.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/icons.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/landing.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/products.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/react-performance.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/astro.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/flutter.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nextjs.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/react-native.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/react.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/shadcn.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/svelte.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/swiftui.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/vue.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/styles.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/typography.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/ui-reasoning.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/ux-guidelines.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/web-interface.csv","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/search.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/core.py","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/design_system.py","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/search.py","../../../../../../../.gitignore","../../../../../../../.tower/CLAUDE.md","../../../../../../../AGENTS.md","../../../../../../../CHANGELOG.md","../../../../../../../CLAUDE.md","../../../../../../../LICENSE","../../../../../../../README.md","../../../../../../../README.zh.md","../../../../../../../bin/tower.mjs","../../../../../../../components.json","../../../../../../../data/assets/cmof9hew8000ecl5gsqm73iio/测试.md","../../../../../../../data/assets/proj-with-files/file1.png","../../../../../../../data/assets/proj-with-files/file2.pdf","../../../../../../../dist/mcp-server.cjs","../../../../../../../docs/ai/cli-abstraction-design.md","../../../../../../../docs/ai/cli-abstraction-plan.md","../../../../../../../docs/diagrams/tower-ai-architecture-en.html","../../../../../../../docs/diagrams/tower-ai-architecture.html","../../../../../../../docs/diagrams/tower-data-model-en.html","../../../../../../../docs/diagrams/tower-data-model.html","../../../../../../../docs/diagrams/tower-module-map-en.html","../../../../../../../docs/diagrams/tower-module-map.html","../../../../../../../docs/diagrams/tower-system-architecture-en.html","../../../../../../../docs/diagrams/tower-system-architecture.html","../../../../../../../docs/diagrams/tower-task-lifecycle-en.html","../../../../../../../docs/diagrams/tower-task-lifecycle.html","../../../../../../../docs/en/guide/architecture.md","../../../../../../../docs/en/guide/diagrams.md","../../../../../../../docs/en/guide/getting-started.md","../../../../../../../docs/en/guide/introduction.md","../../../../../../../docs/en/index.md","../../../../../../../docs/en/modules/ai.md","../../../../../../../docs/en/modules/assets-notes.md","../../../../../../../docs/en/modules/assistant.md","../../../../../../../docs/en/modules/board.md","../../../../../../../docs/en/modules/git.md","../../../../../../../docs/en/modules/i18n.md","../../../../../../../docs/en/modules/mcp.md","../../../../../../../docs/en/modules/missions.md","../../../../../../../docs/en/modules/project.md","../../../../../../../docs/en/modules/search.md","../../../../../../../docs/en/modules/settings.md","../../../../../../../docs/en/modules/task.md","../../../../../../../docs/en/modules/terminal.md","../../../../../../../docs/en/modules/workspace.md","../../../../../../../docs/guide/architecture.md","../../../../../../../docs/guide/diagrams.md","../../../../../../../docs/guide/getting-started.md","../../../../../../../docs/guide/introduction.md","../../../../../../../docs/index.md","../../../../../../../docs/modules/ai.md","../../../../../../../docs/modules/assets-notes.md","../../../../../../../docs/modules/assistant.md","../../../../../../../docs/modules/board.md","../../../../../../../docs/modules/git.md","../../../../../../../docs/modules/i18n.md","../../../../../../../docs/modules/mcp.md","../../../../../../../docs/modules/missions.md","../../../../../../../docs/modules/preview.md","../../../../../../../docs/modules/project.md","../../../../../../../docs/modules/search.md","../../../../../../../docs/modules/settings.md","../../../../../../../docs/modules/task.md","../../../../../../../docs/modules/terminal.md","../../../../../../../docs/modules/workspace.md","../../../../../../../docs/package.json","../../../../../../../docs/pnpm-lock.yaml","../../../../../../../docs/postcss.config.mjs","../../../../../../../docs/public/banner.jpg","../../../../../../../docs/public/diagrams/tower-ai-architecture-en.html","../../../../../../../docs/public/diagrams/tower-ai-architecture.html","../../../../../../../docs/public/diagrams/tower-data-model-en.html","../../../../../../../docs/public/diagrams/tower-data-model.html","../../../../../../../docs/public/diagrams/tower-module-map-en.html","../../../../../../../docs/public/diagrams/tower-module-map.html","../../../../../../../docs/public/diagrams/tower-system-architecture-en.html","../../../../../../../docs/public/diagrams/tower-system-architecture.html","../../../../../../../docs/public/diagrams/tower-task-lifecycle-en.html","../../../../../../../docs/public/diagrams/tower-task-lifecycle.html","../../../../../../../docs/public/favicon.ico","../../../../../../../docs/public/logo.png","../../../../../../../docs/superpowers/plans/2026-04-29-backup-restore.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-71.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-72.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-73.md","../../../../../../../docs/superpowers/plans/2026-05-11-detail-page-vscode-git.md","../../../../../../../docs/superpowers/plans/2026-05-11-git-history-graph.md","../../../../../../../docs/superpowers/plans/2026-05-16-preview-feature.md","../../../../../../../docs/superpowers/plans/2026-05-22-version-timeline.md","../../../../../../../docs/superpowers/specs/2026-04-29-backup-restore-design.md","../../../../../../../docs/superpowers/specs/2026-05-16-preview-feature-design.md","../../../../../../../docs/superpowers/specs/2026-05-22-version-timeline-design.md","../../../../../../../docs/superpowers/specs/2026-06-15-keyboard-shortcuts-design.md","../../../../../../../eslint.config.mjs","../../../../../../../next.config.ts","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/LICENSE.md","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/README.md","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/assistant.mjs","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/bridge.mjs","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/browser-sdk.js","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/manifest.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/manifest.zst.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/package.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/client.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/default.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/index-browser.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/index.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/libquery_engine-darwin-arm64.dylib.node","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/package.json","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/query_engine_bg.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/query_engine_bg.wasm","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/schema.prisma","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm-edge-light-loader.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm-worker-loader.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/default.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/package.json","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/binary.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/binary.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/edge-esm.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/react-native.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-compiler-edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-compiler-edge.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-engine-edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-engine-edge.mjs","../../../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json","../../../../../../../node_modules/.pnpm/@vscode+ripgrep-darwin-arm64@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64/bin/rg","../../../../../../../node_modules/.pnpm/@vscode+ripgrep-darwin-arm64@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64/package.json","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep/lib/index.js","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@swc/helpers","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/console.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/parse-stack.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/source-maps.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-baseline.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/patch-error-inspect.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/require-hook.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/conpty_console_list_agent.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/eventEmitter2.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/eventEmitter2.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/index.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/interfaces.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/shared/conout.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/terminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/terminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/testUtils.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/types.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/unixTerminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/unixTerminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/utils.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsConoutConnection.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsPtyAgent.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsPtyAgent.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsTerminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsTerminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/worker/conoutSocketWorker.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/package.json","../../../../../../../node_modules/.pnpm/node_modules/@swc/helpers","../../../../../../../node_modules/.pnpm/node_modules/@vscode/ripgrep-darwin-arm64","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/package.json","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/buffer-util.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/constants.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/event-target.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/extension.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/limiter.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/permessage-deflate.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/receiver.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/sender.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/stream.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/subprotocol.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/validation.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/websocket-server.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/websocket.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/package.json","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/wrapper.mjs","../../../../../../../node_modules/@prisma/client","../../../../../../../node_modules/next","../../../../../../../node_modules/node-pty","../../../../../../../node_modules/react","../../../../../../../package.json","../../../../../../../playwright.config.ts","../../../../../../../pnpm-lock.yaml","../../../../../../../pnpm-workspace.yaml","../../../../../../../postcss.config.mjs","../../../../../../../prisma/dev.db","../../../../../../../prisma/dev.db-shm","../../../../../../../prisma/dev.db-wal","../../../../../../../prisma/init-fts.ts","../../../../../../../prisma/pre-migration.sql","../../../../../../../prisma/prisma/dev.db","../../../../../../../prisma/schema.prisma","../../../../../../../prisma/seed.ts","../../../../../../../prompts/backend-developer.md","../../../../../../../prompts/code-reviewer.md","../../../../../../../prompts/frontend-developer.md","../../../../../../../prompts/product-manager.md","../../../../../../../public/banner.jpg","../../../../../../../public/logo.png","../../../../../../../public/vs/_commonjsHelpers-CT9FvmAN.js","../../../../../../../public/vs/abap-D-t0cyap.js","../../../../../../../public/vs/apex-CcIm7xu6.js","../../../../../../../public/vs/assets/css.worker-HnVq6Ewq.js","../../../../../../../public/vs/assets/editor.worker-Be8ye1pW.js","../../../../../../../public/vs/assets/html.worker-B51mlPHg.js","../../../../../../../public/vs/assets/json.worker-DKiEKt88.js","../../../../../../../public/vs/assets/ts.worker-CMbG-7ft.js","../../../../../../../public/vs/azcli-BA0tQDCg.js","../../../../../../../public/vs/basic-languages/monaco.contribution.js","../../../../../../../public/vs/bat-C397hTD6.js","../../../../../../../public/vs/bicep-DF5aW17k.js","../../../../../../../public/vs/cameligo-plsz8qhj.js","../../../../../../../public/vs/clojure-Y2auQMzK.js","../../../../../../../public/vs/coffee-Bu45yuWE.js","../../../../../../../public/vs/cpp-CkKPQIni.js","../../../../../../../public/vs/csharp-CX28MZyh.js","../../../../../../../public/vs/csp-D8uWnyxW.js","../../../../../../../public/vs/css-CaeNmE3S.js","../../../../../../../public/vs/cssMode-CjiAH6dQ.js","../../../../../../../public/vs/cypher-DVThT8BS.js","../../../../../../../public/vs/dart-CmGfCvrO.js","../../../../../../../public/vs/dockerfile-CZqqYdch.js","../../../../../../../public/vs/ecl-30fUercY.js","../../../../../../../public/vs/editor.api-CalNCsUg.js","../../../../../../../public/vs/editor/editor.main.css","../../../../../../../public/vs/editor/editor.main.js","../../../../../../../public/vs/elixir-xjPaIfzF.js","../../../../../../../public/vs/flow9-DqtmStfK.js","../../../../../../../public/vs/freemarker2-Cz_sV6Md.js","../../../../../../../public/vs/fsharp-BOMdg4U1.js","../../../../../../../public/vs/go-D_hbi-Jt.js","../../../../../../../public/vs/graphql-CKUU4kLG.js","../../../../../../../public/vs/handlebars-OwglfO-1.js","../../../../../../../public/vs/hcl-DTaboeZW.js","../../../../../../../public/vs/html-Pa1xEWsY.js","../../../../../../../public/vs/htmlMode-Bz67EXwp.js","../../../../../../../public/vs/ini-CsNwO04R.js","../../../../../../../public/vs/java-CI4ZMsH9.js","../../../../../../../public/vs/javascript-PczUCGdz.js","../../../../../../../public/vs/jsonMode-DULH5oaX.js","../../../../../../../public/vs/julia-BwzEvaQw.js","../../../../../../../public/vs/kotlin-IUYPiTV8.js","../../../../../../../public/vs/language/css/monaco.contribution.js","../../../../../../../public/vs/language/html/monaco.contribution.js","../../../../../../../public/vs/language/json/monaco.contribution.js","../../../../../../../public/vs/language/typescript/monaco.contribution.js","../../../../../../../public/vs/less-C0eDYdqa.js","../../../../../../../public/vs/lexon-iON-Kj97.js","../../../../../../../public/vs/liquid-DqKjdPGy.js","../../../../../../../public/vs/loader.js","../../../../../../../public/vs/lspLanguageFeatures-kM9O9rjY.js","../../../../../../../public/vs/lua-DtygF91M.js","../../../../../../../public/vs/m3-CsR4AuFi.js","../../../../../../../public/vs/markdown-C_rD0bIw.js","../../../../../../../public/vs/mdx-DEWtB1K5.js","../../../../../../../public/vs/mips-CiYP61RB.js","../../../../../../../public/vs/monaco.contribution-D2OdxNBt.js","../../../../../../../public/vs/monaco.contribution-DO3azKX8.js","../../../../../../../public/vs/monaco.contribution-EcChJV6a.js","../../../../../../../public/vs/monaco.contribution-qLAYrEOP.js","../../../../../../../public/vs/msdax-C38-sJlp.js","../../../../../../../public/vs/mysql-CdtbpvbG.js","../../../../../../../public/vs/nls.messages-loader.js","../../../../../../../public/vs/nls.messages.cs.js.js","../../../../../../../public/vs/nls.messages.de.js.js","../../../../../../../public/vs/nls.messages.es.js.js","../../../../../../../public/vs/nls.messages.fr.js.js","../../../../../../../public/vs/nls.messages.it.js.js","../../../../../../../public/vs/nls.messages.ja.js.js","../../../../../../../public/vs/nls.messages.js.js","../../../../../../../public/vs/nls.messages.ko.js.js","../../../../../../../public/vs/nls.messages.pl.js.js","../../../../../../../public/vs/nls.messages.pt-br.js.js","../../../../../../../public/vs/nls.messages.ru.js.js","../../../../../../../public/vs/nls.messages.tr.js.js","../../../../../../../public/vs/nls.messages.zh-cn.js.js","../../../../../../../public/vs/nls.messages.zh-tw.js.js","../../../../../../../public/vs/objective-c-CntZFaHX.js","../../../../../../../public/vs/pascal-r6kuqfl_.js","../../../../../../../public/vs/pascaligo-BiXoTmXh.js","../../../../../../../public/vs/perl-DABw_TcH.js","../../../../../../../public/vs/pgsql-me_jFXeX.js","../../../../../../../public/vs/php-D_kh-9LK.js","../../../../../../../public/vs/pla-VfZjczW0.js","../../../../../../../public/vs/postiats-BBSzz8Pk.js","../../../../../../../public/vs/powerquery-Dt-g_2cc.js","../../../../../../../public/vs/powershell-B-7ap1zc.js","../../../../../../../public/vs/protobuf-BmtuEB1A.js","../../../../../../../public/vs/pug-BRpRNeEb.js","../../../../../../../public/vs/python-Cr0UkIbn.js","../../../../../../../public/vs/qsharp-BzsFaUU9.js","../../../../../../../public/vs/r-f8dDdrp4.js","../../../../../../../public/vs/razor-BYAHOTkz.js","../../../../../../../public/vs/redis-fvZQY4PI.js","../../../../../../../public/vs/redshift-45Et0LQi.js","../../../../../../../public/vs/restructuredtext-C7UUFKFD.js","../../../../../../../public/vs/ruby-CZO8zYTz.js","../../../../../../../public/vs/rust-Bfetafyc.js","../../../../../../../public/vs/sb-3GYllVck.js","../../../../../../../public/vs/scala-foMgrKo1.js","../../../../../../../public/vs/scheme-CHdMtr7p.js","../../../../../../../public/vs/scss-C1cmLt9V.js","../../../../../../../public/vs/shell-ClXCKCEW.js","../../../../../../../public/vs/solidity-MZ6ExpPy.js","../../../../../../../public/vs/sophia-DWkuSsPQ.js","../../../../../../../public/vs/sparql-AUGFYSyk.js","../../../../../../../public/vs/sql-32GpJSV2.js","../../../../../../../public/vs/st-CuDFIVZ_.js","../../../../../../../public/vs/swift-n-2HociN.js","../../../../../../../public/vs/systemverilog-Ch4vA8Yt.js","../../../../../../../public/vs/tcl-D74tq1nH.js","../../../../../../../public/vs/tsMode-CZz1Umrk.js","../../../../../../../public/vs/twig-C6taOxMV.js","../../../../../../../public/vs/typescript-DfOrAzoV.js","../../../../../../../public/vs/typespec-D-PIh9Xw.js","../../../../../../../public/vs/vb-Dyb2648j.js","../../../../../../../public/vs/wgsl-BhLXMOR0.js","../../../../../../../public/vs/workers-DcJshg-q.js","../../../../../../../public/vs/xml-CdsdnY8S.js","../../../../../../../public/vs/yaml-DYGvmE88.js","../../../../../../../public/web-app-manifest-192x192.png","../../../../../../../public/web-app-manifest-512x512.png","../../../../../../../scripts/dedup-existing-assets.ts","../../../../../../../scripts/ensure-dev-db.js","../../../../../../../scripts/fix-native-permissions.js","../../../../../../../scripts/generate-prisma-client.js","../../../../../../../scripts/init-db.ts","../../../../../../../scripts/init-tower.ts","../../../../../../../scripts/link-prisma.js","../../../../../../../scripts/migrate-data.ts","../../../../../../../scripts/migrations/0001-insight-category.ts","../../../../../../../scripts/migrations/0002-backfill-done-at.ts","../../../../../../../scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts","../../../../../../../scripts/migrations/0004-relocate-misplaced-assets.ts","../../../../../../../scripts/post-install-banner.js","../../../../../../../scripts/post-tool-hook.js","../../../../../../../scripts/prune-standalone-natives.js","../../../../../../../scripts/release-smoke.js","../../../../../../../scripts/release.sh","../../../../../../../scripts/run-migrations.ts","../../../../../../../scripts/session-start-hook.js","../../../../../../../scripts/stop-hook.js","../../../../../../../skills-lock.json","../../../../../../../skills/tower/SKILL.md","../../../../../../../src/actions/agent-actions.ts","../../../../../../../src/actions/agent-config-actions.ts","../../../../../../../src/actions/ai-config-actions.ts","../../../../../../../src/actions/asset-actions.ts","../../../../../../../src/actions/assistant-actions.ts","../../../../../../../src/actions/backup-actions.ts","../../../../../../../src/actions/config-actions.ts","../../../../../../../src/actions/extension-actions.ts","../../../../../../../src/actions/file-actions.ts","../../../../../../../src/actions/git-actions.ts","../../../../../../../src/actions/label-actions.ts","../../../../../../../src/actions/note-actions.ts","../../../../../../../src/actions/onboarding-actions.ts","../../../../../../../src/actions/preview-actions.ts","../../../../../../../src/actions/project-actions.ts","../../../../../../../src/actions/prompt-actions.ts","../../../../../../../src/actions/provider-connection-actions.ts","../../../../../../../src/actions/report-actions.ts","../../../../../../../src/actions/search-actions.ts","../../../../../../../src/actions/search-code-actions.ts","../../../../../../../src/actions/storage-actions.ts","../../../../../../../src/actions/task-actions.ts","../../../../../../../src/actions/version-actions.ts","../../../../../../../src/actions/version-type-actions.ts","../../../../../../../src/actions/workspace-actions.ts","../../../../../../../src/app/api/adapters/test/route.ts","../../../../../../../src/app/api/browse-fs/route.ts","../../../../../../../src/app/api/files/assets/[projectId]/[filename]/route.ts","../../../../../../../src/app/api/git/route.ts","../../../../../../../src/app/api/internal/assets/[projectId]/[filename]/route.ts","../../../../../../../src/app/api/internal/assets/reveal/route.ts","../../../../../../../src/app/api/internal/assistant/attachments/route.ts","../../../../../../../src/app/api/internal/assistant/chat/route.ts","../../../../../../../src/app/api/internal/assistant/route.ts","../../../../../../../src/app/api/internal/assistant/sessions/route.ts","../../../../../../../src/app/api/internal/backup/import/route.ts","../../../../../../../src/app/api/internal/cache/[...segments]/route.ts","../../../../../../../src/app/api/internal/hooks/install/route.ts","../../../../../../../src/app/api/internal/hooks/session/route.ts","../../../../../../../src/app/api/internal/hooks/stop/route.ts","../../../../../../../src/app/api/internal/hooks/upload/route.ts","../../../../../../../src/app/api/internal/monaco/[...path]/route.ts","../../../../../../../src/app/api/internal/notifications/pending/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/buffer/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/input/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/resume/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/start/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/stop/route.ts","../../../../../../../src/app/api/tasks/[taskId]/diff-patch/route.ts","../../../../../../../src/app/api/tasks/[taskId]/diff/route.ts","../../../../../../../src/app/api/tasks/[taskId]/merge/route.ts","../../../../../../../src/app/apple-icon.png","../../../../../../../src/app/favicon.ico","../../../../../../../src/app/globals.css","../../../../../../../src/app/icon1.png","../../../../../../../src/app/layout.tsx","../../../../../../../src/app/manifest.json","../../../../../../../src/app/missions/missions-client.tsx","../../../../../../../src/app/missions/page.tsx","../../../../../../../src/app/onboarding/page.tsx","../../../../../../../src/app/onboarding/wizard-step-extensions.tsx","../../../../../../../src/app/page.tsx","../../../../../../../src/app/settings/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/archive/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/assets/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/board-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/notes/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/versions/version-timeline-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx","../../../../../../../src/app/workspaces/page.tsx","../../../../../../../src/components/assets/asset-item.tsx","../../../../../../../src/components/assets/asset-list.tsx","../../../../../../../src/components/assets/asset-upload.tsx","../../../../../../../src/components/assets/image-lightbox.tsx","../../../../../../../src/components/assets/text-preview-dialog.tsx","../../../../../../../src/components/assistant/assistant-chat-bubble.tsx","../../../../../../../src/components/assistant/assistant-chat.tsx","../../../../../../../src/components/assistant/assistant-markdown.tsx","../../../../../../../src/components/assistant/assistant-panel.tsx","../../../../../../../src/components/assistant/assistant-provider.tsx","../../../../../../../src/components/assistant/attachment-strip.tsx","../../../../../../../src/components/assistant/image-preview-modal.tsx","../../../../../../../src/components/board/board-column.tsx","../../../../../../../src/components/board/board-filters.tsx","../../../../../../../src/components/board/column-tasks-dialog.tsx","../../../../../../../src/components/board/create-task-dialog.tsx","../../../../../../../src/components/board/kanban-board.tsx","../../../../../../../src/components/board/project-tabs.tsx","../../../../../../../src/components/board/task-card-context-menu.tsx","../../../../../../../src/components/board/task-card.tsx","../../../../../../../src/components/layout/app-sidebar.tsx","../../../../../../../src/components/layout/folder-browser-dialog.tsx","../../../../../../../src/components/layout/layout-client.tsx","../../../../../../../src/components/layout/search-dialog.tsx","../../../../../../../src/components/layout/sub-page-nav.tsx","../../../../../../../src/components/layout/top-bar.tsx","../../../../../../../src/components/missions/grid-layout-presets.ts","../../../../../../../src/components/missions/grid-preset-picker.tsx","../../../../../../../src/components/missions/merge-missions.ts","../../../../../../../src/components/missions/mission-card.tsx","../../../../../../../src/components/missions/pane-navigation.ts","../../../../../../../src/components/missions/pane-selector-dialog.tsx","../../../../../../../src/components/missions/task-picker-dialog.tsx","../../../../../../../src/components/notes/category-filter.tsx","../../../../../../../src/components/notes/note-card.tsx","../../../../../../../src/components/notes/note-editor.tsx","../../../../../../../src/components/notes/note-list.tsx","../../../../../../../src/components/notes/note-preview-dialog.tsx","../../../../../../../src/components/notifications/notification-permission-banner.tsx","../../../../../../../src/components/notifications/use-notification-listener.ts","../../../../../../../src/components/onboarding/guided-tour.tsx","../../../../../../../src/components/onboarding/onboarding-wizard.tsx","../../../../../../../src/components/onboarding/wizard-step-cli-test.tsx","../../../../../../../src/components/onboarding/wizard-step-cli.tsx","../../../../../../../src/components/onboarding/wizard-step-username.tsx","../../../../../../../src/components/project/create-project-dialog.tsx","../../../../../../../src/components/project/import-project-dialog.tsx","../../../../../../../src/components/providers/theme-provider.tsx","../../../../../../../src/components/repository/create-branch-dialog.tsx","../../../../../../../src/components/repository/git-changes-panel.tsx","../../../../../../../src/components/repository/git-log-panel.tsx","../../../../../../../src/components/repository/git-stash-panel.tsx","../../../../../../../src/components/repository/repo-sidebar.tsx","../../../../../../../src/components/settings/backup-section.tsx","../../../../../../../src/components/settings/cli-adapter-tester.tsx","../../../../../../../src/components/settings/extension-card.tsx","../../../../../../../src/components/settings/extensions-section.tsx","../../../../../../../src/components/settings/keyboard-shortcuts-section.tsx","../../../../../../../src/components/settings/settings-page.tsx","../../../../../../../src/components/shortcuts/command-palette.tsx","../../../../../../../src/components/shortcuts/key-combo.tsx","../../../../../../../src/components/shortcuts/shortcut-help-dialog.tsx","../../../../../../../src/components/task/blame-overlay.tsx","../../../../../../../src/components/task/code-editor.tsx","../../../../../../../src/components/task/code-search.tsx","../../../../../../../src/components/task/commit-action-menu.tsx","../../../../../../../src/components/task/commit-message-dialog.tsx","../../../../../../../src/components/task/commit-tag-dialog.tsx","../../../../../../../src/components/task/diff-editor.tsx","../../../../../../../src/components/task/editor-git-panel.tsx","../../../../../../../src/components/task/editor-tabs.tsx","../../../../../../../src/components/task/execution-timeline.tsx","../../../../../../../src/components/task/file-history-panel.tsx","../../../../../../../src/components/task/file-tree-context-menu.tsx","../../../../../../../src/components/task/file-tree-node.tsx","../../../../../../../src/components/task/file-tree.tsx","../../../../../../../src/components/task/git-graph-svg.tsx","../../../../../../../src/components/task/git-history-panel.tsx","../../../../../../../src/components/task/preview-log-drawer.tsx","../../../../../../../src/components/task/preview-log-terminal.tsx","../../../../../../../src/components/task/preview-panel.tsx","../../../../../../../src/components/task/simple-file-viewer.tsx","../../../../../../../src/components/task/stop-preview-confirm-dialog.tsx","../../../../../../../src/components/task/task-cancel-confirm-dialog.tsx","../../../../../../../src/components/task/task-detail-panel.tsx","../../../../../../../src/components/task/task-diff-view.tsx","../../../../../../../src/components/task/task-file-changes.tsx","../../../../../../../src/components/task/task-merge-confirm-dialog.tsx","../../../../../../../src/components/task/task-metadata.tsx","../../../../../../../src/components/task/task-notes-panel.tsx","../../../../../../../src/components/task/task-overview-drawer.tsx","../../../../../../../src/components/task/task-terminal.tsx","../../../../../../../src/components/task/terminal-portal.tsx","../../../../../../../src/components/task/types.ts","../../../../../../../src/components/ui/avatar.tsx","../../../../../../../src/components/ui/badge.tsx","../../../../../../../src/components/ui/button.tsx","../../../../../../../src/components/ui/card.tsx","../../../../../../../src/components/ui/checkbox.tsx","../../../../../../../src/components/ui/command.tsx","../../../../../../../src/components/ui/dialog.tsx","../../../../../../../src/components/ui/dropdown-menu.tsx","../../../../../../../src/components/ui/empty-state.tsx","../../../../../../../src/components/ui/error-boundary.tsx","../../../../../../../src/components/ui/input-group.tsx","../../../../../../../src/components/ui/input.tsx","../../../../../../../src/components/ui/label.tsx","../../../../../../../src/components/ui/popover.tsx","../../../../../../../src/components/ui/scroll-area.tsx","../../../../../../../src/components/ui/segmented-control.tsx","../../../../../../../src/components/ui/select.tsx","../../../../../../../src/components/ui/separator.tsx","../../../../../../../src/components/ui/sheet.tsx","../../../../../../../src/components/ui/sonner.tsx","../../../../../../../src/components/ui/switch.tsx","../../../../../../../src/components/ui/tabs.tsx","../../../../../../../src/components/ui/textarea.tsx","../../../../../../../src/components/ui/toast.tsx","../../../../../../../src/components/ui/tooltip.tsx","../../../../../../../src/components/version/manage-types-dialog.tsx","../../../../../../../src/components/version/release-version-dialog.tsx","../../../../../../../src/components/version/version-badges.tsx","../../../../../../../src/components/version/version-card.tsx","../../../../../../../src/components/version/version-diff-dialog.tsx","../../../../../../../src/components/version/version-form-dialog.tsx","../../../../../../../src/hooks/sse-event-reducer.ts","../../../../../../../src/hooks/use-assistant-chat.ts","../../../../../../../src/hooks/use-attachment-upload.ts","../../../../../../../src/hooks/use-resizable-width.ts","../../../../../../../src/instrumentation.ts","../../../../../../../src/lib/ai/adapters/cli/claude-cli-adapter.ts","../../../../../../../src/lib/ai/adapters/cli/codex-cli-adapter.ts","../../../../../../../src/lib/ai/assistant-turn.ts","../../../../../../../src/lib/ai/capability-resolver.ts","../../../../../../../src/lib/ai/install-orchestrator.ts","../../../../../../../src/lib/ai/migrate-legacy-mcp.ts","../../../../../../../src/lib/ai/provider-registry.ts","../../../../../../../src/lib/ai/providers/claude.ts","../../../../../../../src/lib/ai/providers/codex.ts","../../../../../../../src/lib/ai/providers/index.ts","../../../../../../../src/lib/ai/types.ts","../../../../../../../src/lib/asset-dedup.ts","../../../../../../../src/lib/assistant-constants.ts","../../../../../../../src/lib/assistant-message-converter.ts","../../../../../../../src/lib/assistant-session-title.ts","../../../../../../../src/lib/assistant-sessions.ts","../../../../../../../src/lib/attachment-utils.ts","../../../../../../../src/lib/backup.ts","../../../../../../../src/lib/build-multimodal-prompt.ts","../../../../../../../src/lib/claude-session.ts","../../../../../../../src/lib/cli-test.ts","../../../../../../../src/lib/config-defaults.ts","../../../../../../../src/lib/config-reader.ts","../../../../../../../src/lib/constants.ts","../../../../../../../src/lib/db.ts","../../../../../../../src/lib/diff-parser.ts","../../../../../../../src/lib/execution-summary.ts","../../../../../../../src/lib/extensions/client.ts","../../../../../../../src/lib/extensions/context.tsx","../../../../../../../src/lib/extensions/definitions/monaco.ts","../../../../../../../src/lib/extensions/definitions/ripgrep.ts","../../../../../../../src/lib/extensions/download.ts","../../../../../../../src/lib/extensions/metadata.ts","../../../../../../../src/lib/extensions/registry.ts","../../../../../../../src/lib/extensions/rg-resolve.ts","../../../../../../../src/lib/extensions/types.ts","../../../../../../../src/lib/file-serve-client.ts","../../../../../../../src/lib/file-serve.ts","../../../../../../../src/lib/file-utils.ts","../../../../../../../src/lib/fs-security.ts","../../../../../../../src/lib/fts.ts","../../../../../../../src/lib/git-api.ts","../../../../../../../src/lib/git-diff.ts","../../../../../../../src/lib/git-graph-layout.ts","../../../../../../../src/lib/git-url.ts","../../../../../../../src/lib/i18n.tsx","../../../../../../../src/lib/i18n/en.ts","../../../../../../../src/lib/i18n/types.ts","../../../../../../../src/lib/i18n/zh.ts","../../../../../../../src/lib/init-tower.ts","../../../../../../../src/lib/instrumentation-tasks.ts","../../../../../../../src/lib/internal-api-guard.ts","../../../../../../../src/lib/logger.ts","../../../../../../../src/lib/mime-magic.ts","../../../../../../../src/lib/monaco-gutter.ts","../../../../../../../src/lib/open-targets.ts","../../../../../../../src/lib/platform.ts","../../../../../../../src/lib/preview/detector.ts","../../../../../../../src/lib/preview/preset-types.ts","../../../../../../../src/lib/preview/presets.ts","../../../../../../../src/lib/preview/preview-key.ts","../../../../../../../src/lib/preview/preview-session.ts","../../../../../../../src/lib/preview/ready-watcher.ts","../../../../../../../src/lib/preview/session-store.ts","../../../../../../../src/lib/preview/url-extractor.ts","../../../../../../../src/lib/preview/ws-constants.ts","../../../../../../../src/lib/pty/orphan-reaper.ts","../../../../../../../src/lib/pty/pty-session.ts","../../../../../../../src/lib/pty/session-store.ts","../../../../../../../src/lib/pty/terminal-submit.ts","../../../../../../../src/lib/pty/ws-server.ts","../../../../../../../src/lib/schemas.ts","../../../../../../../src/lib/search.ts","../../../../../../../src/lib/shortcuts/index.ts","../../../../../../../src/lib/shortcuts/keymap.ts","../../../../../../../src/lib/shortcuts/serialize-keys.ts","../../../../../../../src/lib/shortcuts/shortcut-dispatcher.ts","../../../../../../../src/lib/shortcuts/shortcut-provider.tsx","../../../../../../../src/lib/shortcuts/shortcut-store.ts","../../../../../../../src/lib/shortcuts/types.ts","../../../../../../../src/lib/shortcuts/use-action-shortcut.ts","../../../../../../../src/lib/shortcuts/use-shortcut-help.ts","../../../../../../../src/lib/shortcuts/use-shortcut.ts","../../../../../../../src/lib/task-archive.ts","../../../../../../../src/lib/task-diff-resolver.ts","../../../../../../../src/lib/task-overview-format.ts","../../../../../../../src/lib/task-overview.ts","../../../../../../../src/lib/tower-dir.ts","../../../../../../../src/lib/tower-paths.ts","../../../../../../../src/lib/utils.ts","../../../../../../../src/lib/version-git.ts","../../../../../../../src/lib/workspace-last-project.ts","../../../../../../../src/lib/worktree.ts","../../../../../../../src/mcp/db.ts","../../../../../../../src/mcp/index.ts","../../../../../../../src/mcp/server.ts","../../../../../../../src/mcp/tools/knowledge-tools.ts","../../../../../../../src/mcp/tools/label-tools.ts","../../../../../../../src/mcp/tools/note-asset-tools.ts","../../../../../../../src/mcp/tools/project-tools.ts","../../../../../../../src/mcp/tools/report-tools.ts","../../../../../../../src/mcp/tools/search-tools.ts","../../../../../../../src/mcp/tools/task-tools.ts","../../../../../../../src/mcp/tools/terminal-tools.ts","../../../../../../../src/mcp/tools/workspace-tools.ts","../../../../../../../src/stores/board-store.ts","../../../../../../../src/stores/command-palette-store.ts","../../../../../../../src/stores/keymap-store.ts","../../../../../../../src/stores/shortcut-help-store.ts","../../../../../../../src/stores/task-execution-store.ts","../../../../../../../src/stores/ui-dialog-store.ts","../../../../../../../src/types/index.ts","../../../../../../../tests/e2e/chat-flow.spec.ts","../../../../../../../tests/e2e/notes-assets.spec.ts","../../../../../../../tests/e2e/preview.spec.ts","../../../../../../../tests/e2e/search.spec.ts","../../../../../../../tests/e2e/settings-flow.spec.ts","../../../../../../../tests/e2e/settings.spec.ts","../../../../../../../tests/e2e/smoke.spec.ts","../../../../../../../tests/e2e/task-flow.spec.ts","../../../../../../../tests/e2e/version-timeline.spec.ts","../../../../../../../tests/e2e/workbench.spec.ts","../../../../../../../tests/fixtures/mock-dev-server/index.js","../../../../../../../tests/fixtures/vite-project/README.md","../../../../../../../tests/fixtures/vite-project/index.html","../../../../../../../tests/fixtures/vite-project/package.json","../../../../../../../tests/setup.ts","../../../../../../../tests/unit/actions/agent-actions.test.ts","../../../../../../../tests/unit/actions/config-actions.test.ts","../../../../../../../tests/unit/actions/file-actions.test.ts","../../../../../../../tests/unit/actions/git-actions.test.ts","../../../../../../../tests/unit/actions/preview-actions-redetect.test.ts","../../../../../../../tests/unit/actions/preview-actions-t2.test.ts","../../../../../../../tests/unit/actions/preview-actions.test.ts","../../../../../../../tests/unit/actions/search-actions.test.ts","../../../../../../../tests/unit/actions/task-actions.test.ts","../../../../../../../tests/unit/actions/workspace-actions-preview.test.ts","../../../../../../../tests/unit/api/diff-route.test.ts","../../../../../../../tests/unit/api/merge-route.test.ts","../../../../../../../tests/unit/api/stream-persist-result.test.ts","../../../../../../../tests/unit/api/stream-send-back.test.ts","../../../../../../../tests/unit/components/asset-item.test.tsx","../../../../../../../tests/unit/components/asset-list.test.tsx","../../../../../../../tests/unit/components/assets/asset-upload.test.tsx","../../../../../../../tests/unit/components/category-filter.test.tsx","../../../../../../../tests/unit/components/cli-adapter-tester.test.tsx","../../../../../../../tests/unit/components/create-task-dialog.test.tsx","../../../../../../../tests/unit/components/file-tree.test.tsx","../../../../../../../tests/unit/components/note-card.test.tsx","../../../../../../../tests/unit/components/note-editor.test.tsx","../../../../../../../tests/unit/components/note-preview-dialog.test.tsx","../../../../../../../tests/unit/components/project-tabs.test.tsx","../../../../../../../tests/unit/components/search-dialog.test.tsx","../../../../../../../tests/unit/components/task-notes-panel.test.tsx","../../../../../../../tests/unit/components/task/preview-log-drawer.test.tsx","../../../../../../../tests/unit/components/task/stop-preview-confirm-dialog.test.tsx","../../../../../../../tests/unit/hooks/hook-registration.test.ts","../../../../../../../tests/unit/hooks/stop-hook.test.ts","../../../../../../../tests/unit/lib/asset-actions.test.ts","../../../../../../../tests/unit/lib/fs-security.test.ts","../../../../../../../tests/unit/lib/fts.test.ts","../../../../../../../tests/unit/lib/git-url.test.ts","../../../../../../../tests/unit/lib/instrumentation.test.ts","../../../../../../../tests/unit/lib/local-path-to-api-url.test.ts","../../../../../../../tests/unit/lib/mime-magic.test.ts","../../../../../../../tests/unit/lib/note-actions.test.ts","../../../../../../../tests/unit/lib/open-targets.test.ts","../../../../../../../tests/unit/lib/orphan-reaper.test.ts","../../../../../../../tests/unit/lib/preview/detector.test.ts","../../../../../../../tests/unit/lib/preview/preset-types.test.ts","../../../../../../../tests/unit/lib/preview/presets.test.ts","../../../../../../../tests/unit/lib/preview/preview-key.test.ts","../../../../../../../tests/unit/lib/preview/preview-session.test.ts","../../../../../../../tests/unit/lib/preview/ready-watcher.test.ts","../../../../../../../tests/unit/lib/preview/session-store.test.ts","../../../../../../../tests/unit/lib/preview/url-extractor.test.ts","../../../../../../../tests/unit/lib/process-manager.test.ts","../../../../../../../tests/unit/lib/pty-session.test.ts","../../../../../../../tests/unit/lib/pty/ws-server-preview.test.ts","../../../../../../../tests/unit/lib/search.test.ts","../../../../../../../tests/unit/lib/session-store.test.ts","../../../../../../../tests/unit/lib/task-archive.test.ts","../../../../../../../tests/unit/lib/utils.test.ts","../../../../../../../tests/unit/lib/worktree.test.ts","../../../../../../../tests/unit/mcp/identify-project.test.ts","../../../../../../../tests/unit/mcp/manage-assets.test.ts","../../../../../../../tests/unit/mcp/manage-notes.test.ts","../../../../../../../tests/unit/mcp/search-tools.test.ts","../../../../../../../tests/unit/missions-merge.test.ts","../../../../../../../tests/unit/scripts/migrate-systemconfig.test.ts","../../../../../../../tests/unit/scripts/relocate-misplaced-assets.test.ts","../../../../../../../tower-studio-0.2.0.tgz","../../../../../../../tower-studio-0.2.19.tgz","../../../../../../../tower-studio-0.2.4.tgz","../../../../../../../tsconfig.json","../../../../../../../tsconfig.tsbuildinfo","../../../../../../../vitest.config.ts","../../../../../../node_modules/@prisma/client-9249dd53ac5b6a44","../../../../../../node_modules/@vscode/ripgrep-8df859e8b5e0fb29","../../../../../../node_modules/node-pty-c710df912a232c01","../../../../../../node_modules/ws-4df7fc762dfa9a52","../../../../../chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","../../../../../chunks/ssr/07-d_@anthropic-ai_claude-agent-sdk_sdk_mjs_0myippv._.js","../../../../../chunks/ssr/0pb0_@monaco-editor_react_dist_index_mjs_03-iw6i._.js","../../../../../chunks/ssr/0pb0_@monaco-editor_react_dist_index_mjs_0dkxa~o._.js","../../../../../chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","../../../../../chunks/ssr/0se9_next_11h0sx_._.js","../../../../../chunks/ssr/0se9_next_dist_0c0msz0._.js","../../../../../chunks/ssr/0se9_next_dist_0i5qmqd._.js","../../../../../chunks/ssr/0se9_next_dist_0mwulo3._.js","../../../../../chunks/ssr/0se9_next_dist_12hykkt._.js","../../../../../chunks/ssr/0se9_next_dist_13c3rbd._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_00yl937._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_forbidden_09hvtbk.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_global-error_06~u-r6.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_unauthorized_07fofdl.js","../../../../../chunks/ssr/0se9_next_dist_compiled_0p0ckwn._.js","../../../../../chunks/ssr/0se9_next_dist_esm_build_templates_app-page_0~y-fvy.js","../../../../../chunks/ssr/0yzm_fuse_js_dist_fuse_mjs_0t4upxy._.js","../../../../../chunks/ssr/[externals]_@vscode_ripgrep_0m7itqb._.js","../../../../../chunks/ssr/[externals]__0ti8vng._.js","../../../../../chunks/ssr/[externals]_node_util_0xr.y7p._.js","../../../../../chunks/ssr/[root-of-the-server]__0.-z9ts._.js","../../../../../chunks/ssr/[root-of-the-server]__04wbr9x._.js","../../../../../chunks/ssr/[root-of-the-server]__05xg05r._.js","../../../../../chunks/ssr/[root-of-the-server]__0bgr0ql._.js","../../../../../chunks/ssr/[root-of-the-server]__0dsaqeq._.js","../../../../../chunks/ssr/[root-of-the-server]__0iaw1ms._.js","../../../../../chunks/ssr/[root-of-the-server]__0jymb~t._.js","../../../../../chunks/ssr/[root-of-the-server]__0mpjat-._.js","../../../../../chunks/ssr/[root-of-the-server]__0oq-j16._.js","../../../../../chunks/ssr/[root-of-the-server]__0wt83kv._.js","../../../../../chunks/ssr/[root-of-the-server]__0y~ooou._.js","../../../../../chunks/ssr/[root-of-the-server]__0z7je5_._.js","../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../chunks/ssr/_057su-q._.js","../../../../../chunks/ssr/_08bq4g8._.js","../../../../../chunks/ssr/_09j.h2h._.js","../../../../../chunks/ssr/_0cj9a7y._.js","../../../../../chunks/ssr/_0dye20y._.js","../../../../../chunks/ssr/_0eca65n._.js","../../../../../chunks/ssr/_0f~l8kv._.js","../../../../../chunks/ssr/_0mm~wxj._.js","../../../../../chunks/ssr/_0n5do.z._.js","../../../../../chunks/ssr/_0ng0eku._.js","../../../../../chunks/ssr/_0rdyrfd._.js","../../../../../chunks/ssr/_0rq68d8._.js","../../../../../chunks/ssr/_0rrzd20._.js","../../../../../chunks/ssr/_0rxeqmo._.js","../../../../../chunks/ssr/_0u.n7v8._.js","../../../../../chunks/ssr/node_modules__pnpm_03r.9go._.js","../../../../../chunks/ssr/node_modules__pnpm_06f0dao._.js","../../../../../chunks/ssr/node_modules__pnpm_0ad12xd._.js","../../../../../chunks/ssr/src_0djxlqx._.js","../../../../../chunks/ssr/src_0eufeyj._.js","../../../../../chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js","../../../../../chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js","../../../../../chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js","../../../../../chunks/ssr/src_components_ui_popover_tsx_0a78wqo._.js","../../../../../chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","../../../../../chunks/ssr/src_lib_02~3_5t._.js","../../../../../chunks/ssr/src_lib_0sms4xl._.js","../../../../../chunks/ssr/src_lib_constants_ts_0_7xt06._.js","../../../../../chunks/ssr/src_lib_open-targets_ts_12a-_~u._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../.claude/rules/process-lifecycle.md","../../../../../../../.claude/rules/security.md","../../../../../../../.claude/rules/ui.md","../../../../../../../.claude/settings.local.json","../../../../../../../.claude/skills/ui-ux-pro-max/SKILL.md","../../../../../../../.claude/skills/ui-ux-pro-max/data/charts.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/colors.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/icons.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/landing.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/products.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/react-performance.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/astro.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/flutter.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nextjs.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/react-native.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/react.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/shadcn.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/svelte.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/swiftui.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/stacks/vue.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/styles.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/typography.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/ui-reasoning.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/ux-guidelines.csv","../../../../../../../.claude/skills/ui-ux-pro-max/data/web-interface.csv","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/__pycache__/search.cpython-314.pyc","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/core.py","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/design_system.py","../../../../../../../.claude/skills/ui-ux-pro-max/scripts/search.py","../../../../../../../.gitignore","../../../../../../../.tower/CLAUDE.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/AGENTS.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/CHANGELOG.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/CLAUDE.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/LICENSE","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/README.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/README.zh.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/bin/tower.mjs","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/components.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/ai/cli-abstraction-design.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/ai/cli-abstraction-plan.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/guide/architecture.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/guide/introduction.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/index.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/ai.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/assistant.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/board.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/git.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/i18n.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/mcp.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/missions.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/project.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/search.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/settings.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/task.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/terminal.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/en/modules/workspace.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/guide/architecture.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/guide/introduction.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/index.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/ai.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/assistant.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/board.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/git.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/i18n.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/mcp.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/missions.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/preview.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/project.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/search.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/settings.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/task.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/terminal.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/modules/workspace.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/package.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/banner.jpg","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/favicon.ico","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/public/logo.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-04-29-backup-restore.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-09-extensions-phase-71.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-09-extensions-phase-72.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-09-extensions-phase-73.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-11-detail-page-vscode-git.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-11-git-history-graph.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-16-preview-feature.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/plans/2026-05-22-version-timeline.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/specs/2026-04-29-backup-restore-design.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/specs/2026-05-16-preview-feature-design.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/specs/2026-05-22-version-timeline-design.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/docs/superpowers/specs/2026-06-15-keyboard-shortcuts-design.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/eslint.config.mjs","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/next.config.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/package.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/playwright.config.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/pnpm-workspace.yaml","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prisma/init-fts.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prisma/pre-migration.sql","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prisma/prisma/dev.db","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prisma/schema.prisma","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prisma/seed.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prompts/backend-developer.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prompts/code-reviewer.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prompts/frontend-developer.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/prompts/product-manager.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/public/banner.jpg","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/public/logo.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/public/web-app-manifest-192x192.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/public/web-app-manifest-512x512.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/dedup-existing-assets.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/ensure-dev-db.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/fix-native-permissions.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/generate-prisma-client.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/init-db.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/init-tower.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/link-prisma.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/migrate-data.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/migrations/0001-insight-category.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/migrations/0002-backfill-done-at.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/migrations/0004-relocate-misplaced-assets.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/post-install-banner.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/post-tool-hook.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/prune-standalone-natives.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/release-smoke.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/release.sh","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/run-migrations.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/session-start-hook.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/scripts/stop-hook.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/skills/tower/SKILL.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/agent-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/agent-config-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/ai-config-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/asset-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/assistant-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/backup-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/config-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/extension-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/file-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/git-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/label-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/note-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/onboarding-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/preview-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/project-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/prompt-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/provider-connection-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/report-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/search-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/search-code-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/storage-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/task-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/version-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/version-type-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/actions/workspace-actions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/adapters/test/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/browse-fs/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/files/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/git/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assets/reveal/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assistant/attachments/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assistant/chat/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assistant/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/assistant/sessions/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/backup/import/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/cache/[...segments]/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/hooks/install/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/hooks/session/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/hooks/stop/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/hooks/upload/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/monaco/[...path]/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/notifications/pending/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/buffer/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/input/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/paste-image/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/resume/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/start/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/internal/terminal/[taskId]/stop/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/tasks/[taskId]/diff-patch/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/tasks/[taskId]/diff/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/api/tasks/[taskId]/merge/route.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/apple-icon.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/favicon.ico","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/globals.css","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/icon1.png","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/layout.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/manifest.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/missions/missions-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/missions/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/onboarding/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/onboarding/wizard-step-extensions.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/settings/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/archive/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/assets/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/board-page-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/notes/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/version-timeline-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/app/workspaces/page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assets/asset-item.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assets/asset-list.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assets/asset-upload.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assets/image-lightbox.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assets/text-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/assistant-chat-bubble.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/assistant-chat.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/assistant-markdown.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/assistant-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/assistant-provider.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/attachment-strip.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/assistant/image-preview-modal.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/board-column.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/board-filters.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/column-tasks-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/create-task-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/kanban-board.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/project-tabs.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/task-card-context-menu.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/board/task-card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/app-sidebar.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/folder-browser-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/layout-client.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/search-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/sub-page-nav.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/layout/top-bar.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/grid-layout-presets.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/grid-preset-picker.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/merge-missions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/mission-card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/pane-navigation.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/pane-selector-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/missions/task-picker-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notes/category-filter.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notes/note-card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notes/note-editor.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notes/note-list.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notes/note-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notifications/notification-permission-banner.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/notifications/use-notification-listener.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/onboarding/guided-tour.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/onboarding/onboarding-wizard.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/onboarding/wizard-step-cli-test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/onboarding/wizard-step-cli.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/onboarding/wizard-step-username.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/project/create-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/project/import-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/providers/theme-provider.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/repository/create-branch-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/repository/git-changes-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/repository/git-log-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/repository/git-stash-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/repository/repo-sidebar.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/backup-section.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/cli-adapter-tester.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/extension-card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/extensions-section.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/keyboard-shortcuts-section.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/settings/settings-page.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/shortcuts/command-palette.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/shortcuts/key-combo.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/shortcuts/shortcut-help-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/blame-overlay.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/code-editor.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/code-search.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/commit-action-menu.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/commit-message-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/commit-tag-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/diff-editor.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/editor-git-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/editor-tabs.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/execution-timeline.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/file-history-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/file-tree-context-menu.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/file-tree-node.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/file-tree.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/git-graph-svg.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/git-history-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/preview-log-drawer.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/preview-log-terminal.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/preview-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/simple-file-viewer.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/stop-preview-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-cancel-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-detail-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-diff-view.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-file-changes.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-merge-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-metadata.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-notes-panel.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-overview-drawer.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/task-terminal.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/terminal-portal.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/task/types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/avatar.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/badge.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/button.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/checkbox.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/command.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/dropdown-menu.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/empty-state.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/error-boundary.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/input-group.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/input.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/label.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/popover.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/scroll-area.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/segmented-control.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/select.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/separator.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/sheet.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/sonner.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/switch.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/tabs.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/textarea.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/toast.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/ui/tooltip.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/manage-types-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/release-version-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/version-badges.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/version-card.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/version-diff-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/components/version/version-form-dialog.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/hooks/sse-event-reducer.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/hooks/use-assistant-chat.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/hooks/use-attachment-upload.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/hooks/use-resizable-width.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/instrumentation.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/adapters/cli/claude-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/adapters/cli/codex-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/assistant-turn.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/capability-resolver.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/install-orchestrator.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/migrate-legacy-mcp.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/provider-registry.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/providers/claude.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/providers/codex.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/providers/index.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/ai/types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/asset-dedup.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/assistant-constants.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/assistant-message-converter.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/assistant-session-title.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/assistant-sessions.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/attachment-utils.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/backup.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/build-multimodal-prompt.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/claude-session.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/cli-test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/config-defaults.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/config-reader.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/constants.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/db.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/diff-parser.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/execution-summary.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/client.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/context.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/definitions/monaco.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/definitions/ripgrep.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/download.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/metadata.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/registry.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/rg-resolve.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/extensions/types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/file-serve-client.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/file-serve.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/file-utils.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/fs-security.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/fts.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/git-api.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/git-diff.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/git-graph-layout.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/git-merge.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/git-url.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/i18n.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/i18n/en.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/i18n/types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/i18n/zh.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/init-tower.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/instrumentation-tasks.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/internal-api-guard.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/logger.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/mime-magic.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/monaco-gutter.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/open-targets.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/platform.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/detector.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/preset-types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/presets.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/preview-key.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/preview-session.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/ready-watcher.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/session-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/url-extractor.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/preview/ws-constants.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/orphan-reaper.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/paste-image.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/pty-session.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/session-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/terminal-submit.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/pty/ws-server.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/schemas.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/search.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/index.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/keymap.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/serialize-keys.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/shortcut-dispatcher.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/shortcut-provider.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/shortcut-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/types.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/use-action-shortcut.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/use-shortcut-help.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/shortcuts/use-shortcut.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/task-archive.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/task-diff-resolver.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/task-overview-format.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/task-overview.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/tower-dir.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/tower-paths.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/utils.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/version-git.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/workspace-last-project.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/lib/worktree.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/db.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/env-guard.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/index.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/server.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/knowledge-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/label-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/note-asset-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/project-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/report-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/search-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/task-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/terminal-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/mcp/tools/workspace-tools.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/board-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/command-palette-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/keymap-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/shortcut-help-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/task-execution-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/stores/ui-dialog-store.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/src/types/index.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/chat-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/notes-assets.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/preview.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/search.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/settings-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/settings.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/smoke.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/task-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/version-timeline.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/e2e/workbench.spec.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/fixtures/mock-dev-server/index.js","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/fixtures/vite-project/README.md","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/fixtures/vite-project/index.html","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/fixtures/vite-project/package.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/setup.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/agent-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/config-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/file-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/git-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/preview-actions-redetect.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/preview-actions-t2.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/preview-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/search-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/task-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/actions/workspace-actions-preview.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/api/diff-route.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/api/merge-route.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/api/stream-persist-result.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/api/stream-send-back.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/asset-item.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/asset-list.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/assets/asset-upload.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/category-filter.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/cli-adapter-tester.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/create-task-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/file-tree.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/note-card.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/note-editor.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/note-preview-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/project-tabs.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/search-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/task-notes-panel.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/task/preview-log-drawer.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/components/task/stop-preview-confirm-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/hooks/hook-registration.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/hooks/stop-hook.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/asset-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/fs-security.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/fts.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/git-url.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/instrumentation.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/local-path-to-api-url.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/mime-magic.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/note-actions.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/open-targets.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/orphan-reaper.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/detector.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/preset-types.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/presets.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/preview-key.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/preview-session.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/ready-watcher.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/session-store.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/preview/url-extractor.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/process-manager.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/pty-session.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/pty/ws-server-preview.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/search.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/session-store.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/task-archive.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/utils.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/lib/worktree.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/mcp/identify-project.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/mcp/manage-assets.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/mcp/manage-notes.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/mcp/search-tools.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/missions-merge.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/scripts/migrate-systemconfig.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tests/unit/scripts/relocate-misplaced-assets.test.ts","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tsconfig.json","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/tsconfig.tsbuildinfo","../../../../../../../.worktrees/task-cmqqg5tcd0001clvxolkwzvzc/vitest.config.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/AGENTS.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/CHANGELOG.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/CLAUDE.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/LICENSE","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/README.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/README.zh.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/bin/tower.mjs","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/components.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/ai/cli-abstraction-design.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/ai/cli-abstraction-plan.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/guide/architecture.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/guide/introduction.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/index.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/ai.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/assistant.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/board.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/git.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/i18n.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/mcp.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/missions.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/project.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/search.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/settings.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/task.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/terminal.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/en/modules/workspace.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/guide/architecture.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/guide/introduction.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/index.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/ai.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/assistant.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/board.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/git.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/i18n.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/mcp.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/missions.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/preview.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/project.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/search.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/settings.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/task.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/terminal.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/modules/workspace.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/package.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/banner.jpg","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/favicon.ico","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/public/logo.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-04-29-backup-restore.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-09-extensions-phase-71.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-09-extensions-phase-72.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-09-extensions-phase-73.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-11-detail-page-vscode-git.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-11-git-history-graph.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-16-preview-feature.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/plans/2026-05-22-version-timeline.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/specs/2026-04-29-backup-restore-design.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/specs/2026-05-16-preview-feature-design.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/specs/2026-05-22-version-timeline-design.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/docs/superpowers/specs/2026-06-15-keyboard-shortcuts-design.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/eslint.config.mjs","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/next.config.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/package.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/playwright.config.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/pnpm-workspace.yaml","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prisma/init-fts.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prisma/pre-migration.sql","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prisma/prisma/dev.db","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prisma/schema.prisma","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prisma/seed.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prompts/backend-developer.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prompts/code-reviewer.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prompts/frontend-developer.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/prompts/product-manager.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/public/banner.jpg","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/public/logo.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/public/web-app-manifest-192x192.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/public/web-app-manifest-512x512.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/dedup-existing-assets.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/ensure-dev-db.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/fix-native-permissions.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/generate-prisma-client.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/init-db.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/init-tower.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/link-prisma.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/migrate-data.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/migrations/0001-insight-category.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/migrations/0002-backfill-done-at.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/migrations/0004-relocate-misplaced-assets.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/post-install-banner.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/post-tool-hook.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/prune-standalone-natives.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/release-smoke.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/release.sh","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/run-migrations.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/session-start-hook.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/scripts/stop-hook.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/skills/tower/SKILL.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/agent-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/agent-config-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/ai-config-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/asset-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/assistant-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/backup-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/config-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/extension-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/file-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/git-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/label-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/note-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/onboarding-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/preview-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/project-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/prompt-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/provider-connection-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/report-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/search-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/search-code-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/storage-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/task-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/version-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/version-type-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/actions/workspace-actions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/adapters/test/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/browse-fs/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/files/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/git/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assets/reveal/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assistant/attachments/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assistant/chat/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assistant/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/assistant/sessions/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/backup/import/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/cache/[...segments]/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/hooks/install/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/hooks/session/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/hooks/stop/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/hooks/upload/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/monaco/[...path]/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/notifications/pending/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/buffer/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/input/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/paste-image/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/resume/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/start/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/internal/terminal/[taskId]/stop/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/tasks/[taskId]/diff-patch/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/tasks/[taskId]/diff/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/api/tasks/[taskId]/merge/route.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/apple-icon.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/favicon.ico","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/globals.css","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/icon1.png","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/layout.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/manifest.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/missions/missions-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/missions/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/onboarding/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/onboarding/wizard-step-extensions.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/settings/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/archive/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/assets/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/board-page-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/notes/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/version-timeline-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/app/workspaces/page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assets/asset-item.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assets/asset-list.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assets/asset-upload.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assets/image-lightbox.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assets/text-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/assistant-chat-bubble.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/assistant-chat.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/assistant-markdown.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/assistant-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/assistant-provider.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/attachment-strip.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/assistant/image-preview-modal.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/board-column.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/board-filters.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/column-tasks-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/create-task-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/kanban-board.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/project-tabs.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/task-card-context-menu.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/board/task-card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/app-sidebar.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/folder-browser-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/layout-client.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/search-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/sub-page-nav.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/layout/top-bar.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/grid-layout-presets.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/grid-preset-picker.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/merge-missions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/mission-card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/pane-navigation.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/pane-selector-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/missions/task-picker-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notes/category-filter.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notes/note-card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notes/note-editor.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notes/note-list.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notes/note-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notifications/notification-permission-banner.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/notifications/use-notification-listener.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/onboarding/guided-tour.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/onboarding/onboarding-wizard.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/onboarding/wizard-step-cli-test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/onboarding/wizard-step-cli.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/onboarding/wizard-step-username.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/project/create-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/project/import-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/providers/theme-provider.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/repository/create-branch-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/repository/git-changes-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/repository/git-log-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/repository/git-stash-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/repository/repo-sidebar.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/backup-section.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/cli-adapter-tester.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/extension-card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/extensions-section.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/keyboard-shortcuts-section.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/settings/settings-page.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/shortcuts/command-palette.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/shortcuts/key-combo.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/shortcuts/shortcut-help-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/blame-overlay.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/code-editor.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/code-search.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/commit-action-menu.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/commit-message-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/commit-tag-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/diff-editor.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/editor-git-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/editor-tabs.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/execution-timeline.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/file-history-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/file-tree-context-menu.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/file-tree-node.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/file-tree.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/git-graph-svg.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/git-history-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/preview-log-drawer.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/preview-log-terminal.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/preview-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/simple-file-viewer.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/stop-preview-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-cancel-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-detail-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-diff-view.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-file-changes.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-merge-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-metadata.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-notes-panel.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-overview-drawer.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/task-terminal.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/terminal-portal.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/task/types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/avatar.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/badge.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/button.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/checkbox.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/command.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/dropdown-menu.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/empty-state.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/error-boundary.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/input-group.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/input.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/label.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/popover.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/scroll-area.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/segmented-control.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/select.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/separator.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/sheet.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/sonner.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/switch.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/tabs.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/textarea.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/toast.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/ui/tooltip.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/manage-types-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/release-version-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/version-badges.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/version-card.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/version-diff-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/components/version/version-form-dialog.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/hooks/sse-event-reducer.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/hooks/use-assistant-chat.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/hooks/use-attachment-upload.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/hooks/use-resizable-width.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/instrumentation.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/adapters/cli/claude-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/adapters/cli/codex-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/assistant-turn.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/capability-resolver.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/install-orchestrator.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/migrate-legacy-mcp.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/provider-registry.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/providers/claude.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/providers/codex.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/providers/index.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/ai/types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/asset-dedup.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/assistant-constants.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/assistant-message-converter.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/assistant-session-title.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/assistant-sessions.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/attachment-utils.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/backup.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/build-multimodal-prompt.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/claude-session.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/cli-test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/config-defaults.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/config-reader.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/constants.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/db.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/diff-parser.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/execution-summary.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/client.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/context.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/definitions/monaco.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/definitions/ripgrep.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/download.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/metadata.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/registry.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/rg-resolve.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/extensions/types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/file-serve-client.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/file-serve.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/file-utils.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/fs-security.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/fts.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/git-api.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/git-diff.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/git-graph-layout.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/git-url.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/i18n.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/i18n/en.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/i18n/types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/i18n/zh.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/init-tower.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/instrumentation-tasks.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/internal-api-guard.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/logger.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/mime-magic.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/monaco-gutter.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/open-targets.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/platform.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/detector.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/preset-types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/presets.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/preview-key.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/preview-session.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/ready-watcher.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/session-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/url-extractor.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/preview/ws-constants.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/orphan-reaper.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/paste-image.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/pty-session.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/session-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/terminal-submit.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/pty/ws-server.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/schemas.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/search.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/index.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/keymap.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/serialize-keys.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/shortcut-dispatcher.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/shortcut-provider.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/shortcut-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/types.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/use-action-shortcut.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/use-shortcut-help.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/shortcuts/use-shortcut.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/task-archive.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/task-diff-resolver.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/task-overview-format.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/task-overview.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/tower-dir.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/tower-paths.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/utils.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/version-git.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/workspace-last-project.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/lib/worktree.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/db.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/env-guard.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/index.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/server.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/knowledge-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/label-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/note-asset-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/project-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/report-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/search-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/task-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/terminal-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/mcp/tools/workspace-tools.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/board-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/command-palette-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/keymap-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/shortcut-help-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/task-execution-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/stores/ui-dialog-store.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/src/types/index.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/chat-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/notes-assets.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/preview.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/search.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/settings-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/settings.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/smoke.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/task-flow.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/version-timeline.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/e2e/workbench.spec.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/fixtures/mock-dev-server/index.js","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/fixtures/vite-project/README.md","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/fixtures/vite-project/index.html","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/fixtures/vite-project/package.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/setup.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/agent-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/config-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/file-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/git-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/preview-actions-redetect.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/preview-actions-t2.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/preview-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/search-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/task-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/actions/workspace-actions-preview.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/api/diff-route.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/api/merge-route.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/api/stream-persist-result.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/api/stream-send-back.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/asset-item.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/asset-list.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/assets/asset-upload.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/category-filter.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/cli-adapter-tester.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/create-task-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/file-tree.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/note-card.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/note-editor.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/note-preview-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/project-tabs.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/search-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/task-notes-panel.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/task/preview-log-drawer.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/components/task/stop-preview-confirm-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/hooks/hook-registration.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/hooks/stop-hook.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/asset-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/fs-security.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/fts.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/git-url.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/instrumentation.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/local-path-to-api-url.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/mime-magic.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/note-actions.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/open-targets.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/orphan-reaper.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/detector.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/preset-types.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/presets.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/preview-key.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/preview-session.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/ready-watcher.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/session-store.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/preview/url-extractor.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/process-manager.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/pty-session.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/pty/ws-server-preview.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/search.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/session-store.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/task-archive.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/utils.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/lib/worktree.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/mcp/identify-project.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/mcp/manage-assets.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/mcp/manage-notes.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/mcp/search-tools.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/missions-merge.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/scripts/migrate-systemconfig.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tests/unit/scripts/relocate-misplaced-assets.test.ts","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tsconfig.json","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/tsconfig.tsbuildinfo","../../../../../../../.worktrees/task-cmqqg8vtk0001clg8kqdyqdns/vitest.config.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/AGENTS.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/CHANGELOG.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/CLAUDE.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/LICENSE","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/README.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/README.zh.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/bin/tower.mjs","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/components.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/ai/cli-abstraction-design.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/ai/cli-abstraction-plan.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/guide/architecture.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/guide/introduction.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/index.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/ai.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/assistant.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/board.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/git.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/i18n.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/mcp.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/missions.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/project.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/search.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/settings.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/task.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/terminal.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/en/modules/workspace.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/guide/architecture.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/guide/diagrams.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/guide/getting-started.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/guide/introduction.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/index.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/ai.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/assets-notes.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/assistant.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/board.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/git.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/i18n.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/mcp.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/missions.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/preview.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/project.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/search.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/settings.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/task.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/terminal.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/modules/workspace.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/package.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/banner.jpg","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-ai-architecture-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-ai-architecture.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-data-model-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-data-model.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-module-map-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-module-map.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-system-architecture-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-system-architecture.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-task-lifecycle-en.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/diagrams/tower-task-lifecycle.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/favicon.ico","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/public/logo.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-04-29-backup-restore.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-09-extensions-phase-71.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-09-extensions-phase-72.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-09-extensions-phase-73.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-11-detail-page-vscode-git.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-11-git-history-graph.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-16-preview-feature.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/plans/2026-05-22-version-timeline.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/specs/2026-04-29-backup-restore-design.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/specs/2026-05-16-preview-feature-design.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/specs/2026-05-22-version-timeline-design.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/docs/superpowers/specs/2026-06-15-keyboard-shortcuts-design.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/eslint.config.mjs","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/next.config.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/package.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/playwright.config.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/pnpm-lock.yaml","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/pnpm-workspace.yaml","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/postcss.config.mjs","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prisma/init-fts.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prisma/pre-migration.sql","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prisma/prisma/dev.db","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prisma/schema.prisma","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prisma/seed.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prompts/backend-developer.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prompts/code-reviewer.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prompts/frontend-developer.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/prompts/product-manager.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/public/banner.jpg","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/public/logo.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/public/web-app-manifest-192x192.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/public/web-app-manifest-512x512.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/dedup-existing-assets.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/ensure-dev-db.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/fix-native-permissions.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/generate-prisma-client.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/init-db.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/init-tower.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/link-prisma.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/migrate-data.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/migrations/0001-insight-category.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/migrations/0002-backfill-done-at.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/migrations/0004-relocate-misplaced-assets.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/post-install-banner.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/post-tool-hook.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/prune-standalone-natives.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/release-smoke.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/release.sh","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/run-migrations.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/session-start-hook.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/scripts/stop-hook.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/skills/tower/SKILL.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/agent-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/agent-config-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/ai-config-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/asset-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/assistant-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/backup-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/config-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/extension-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/file-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/git-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/label-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/note-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/onboarding-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/preview-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/project-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/prompt-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/provider-connection-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/report-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/search-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/search-code-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/storage-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/task-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/version-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/version-type-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/actions/workspace-actions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/adapters/test/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/browse-fs/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/files/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/git/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assets/[projectId]/[filename]/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assets/reveal/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assistant/attachments/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assistant/chat/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assistant/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/assistant/sessions/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/backup/import/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/cache/[...segments]/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/hooks/install/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/hooks/session/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/hooks/stop/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/hooks/upload/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/monaco/[...path]/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/notifications/pending/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/buffer/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/input/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/paste-image/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/resume/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/start/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/internal/terminal/[taskId]/stop/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/tasks/[taskId]/diff-patch/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/tasks/[taskId]/diff/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/api/tasks/[taskId]/merge/route.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/apple-icon.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/favicon.ico","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/globals.css","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/icon1.png","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/layout.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/manifest.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/missions/missions-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/missions/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/onboarding/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/onboarding/wizard-step-extensions.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/settings/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/archive/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/assets/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/board-page-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/notes/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/projects/[projectId]/versions/version-timeline-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/app/workspaces/page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assets/asset-item.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assets/asset-list.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assets/asset-upload.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assets/image-lightbox.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assets/text-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/assistant-chat-bubble.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/assistant-chat.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/assistant-markdown.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/assistant-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/assistant-provider.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/attachment-strip.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/assistant/image-preview-modal.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/board-column.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/board-filters.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/column-tasks-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/create-task-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/kanban-board.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/project-tabs.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/task-card-context-menu.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/board/task-card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/app-sidebar.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/folder-browser-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/layout-client.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/search-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/sub-page-nav.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/layout/top-bar.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/grid-layout-presets.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/grid-preset-picker.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/merge-missions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/mission-card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/pane-navigation.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/pane-selector-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/missions/task-picker-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notes/category-filter.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notes/note-card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notes/note-editor.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notes/note-list.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notes/note-preview-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notifications/notification-permission-banner.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/notifications/use-notification-listener.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/onboarding/guided-tour.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/onboarding/onboarding-wizard.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/onboarding/wizard-step-cli-test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/onboarding/wizard-step-cli.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/onboarding/wizard-step-username.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/project/create-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/project/import-project-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/providers/theme-provider.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/repository/create-branch-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/repository/git-changes-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/repository/git-log-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/repository/git-stash-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/repository/repo-sidebar.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/backup-section.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/cli-adapter-tester.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/extension-card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/extensions-section.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/keyboard-shortcuts-section.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/settings/settings-page.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/shortcuts/command-palette.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/shortcuts/key-combo.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/shortcuts/shortcut-help-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/blame-overlay.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/code-editor.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/code-search.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/commit-action-menu.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/commit-message-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/commit-tag-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/diff-editor.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/editor-git-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/editor-tabs.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/execution-timeline.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/file-history-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/file-tree-context-menu.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/file-tree-node.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/file-tree.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/git-graph-svg.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/git-history-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/preview-log-drawer.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/preview-log-terminal.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/preview-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/simple-file-viewer.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/stop-preview-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-cancel-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-detail-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-diff-view.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-file-changes.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-merge-confirm-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-metadata.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-notes-panel.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-overview-drawer.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/task-terminal.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/terminal-portal.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/task/types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/avatar.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/badge.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/button.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/checkbox.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/command.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/dropdown-menu.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/empty-state.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/error-boundary.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/input-group.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/input.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/label.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/popover.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/scroll-area.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/segmented-control.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/select.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/separator.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/sheet.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/sonner.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/switch.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/tabs.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/textarea.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/toast.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/ui/tooltip.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/manage-types-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/release-version-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/version-badges.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/version-card.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/version-diff-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/components/version/version-form-dialog.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/hooks/sse-event-reducer.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/hooks/use-assistant-chat.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/hooks/use-attachment-upload.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/hooks/use-resizable-width.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/instrumentation.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/adapters/cli/claude-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/adapters/cli/codex-cli-adapter.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/assistant-turn.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/capability-resolver.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/install-orchestrator.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/migrate-legacy-mcp.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/provider-registry.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/providers/claude.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/providers/codex.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/providers/index.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/ai/types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/asset-dedup.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/assistant-constants.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/assistant-message-converter.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/assistant-session-title.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/assistant-sessions.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/attachment-utils.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/backup.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/build-multimodal-prompt.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/claude-session.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/cli-test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/config-defaults.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/config-reader.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/constants.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/db.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/diff-parser.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/execution-summary.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/client.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/context.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/definitions/monaco.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/definitions/ripgrep.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/download.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/metadata.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/registry.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/rg-resolve.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/extensions/types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/file-serve-client.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/file-serve.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/file-utils.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/fs-security.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/fts.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/git-api.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/git-diff.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/git-graph-layout.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/git-url.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/i18n.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/i18n/en.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/i18n/types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/i18n/zh.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/init-tower.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/instrumentation-tasks.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/internal-api-guard.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/logger.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/mime-magic.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/monaco-gutter.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/open-targets.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/platform.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/detector.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/preset-types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/presets.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/preview-key.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/preview-session.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/ready-watcher.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/session-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/url-extractor.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/preview/ws-constants.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/orphan-reaper.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/paste-image.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/pty-session.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/session-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/terminal-submit.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/pty/ws-server.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/schemas.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/search.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/index.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/keymap.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/serialize-keys.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/shortcut-dispatcher.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/shortcut-provider.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/shortcut-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/types.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/use-action-shortcut.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/use-shortcut-help.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/shortcuts/use-shortcut.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/task-archive.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/task-diff-resolver.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/task-overview-format.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/task-overview.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/tower-dir.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/tower-paths.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/utils.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/version-git.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/workspace-last-project.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/lib/worktree.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/db.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/env-guard.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/index.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/server.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/knowledge-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/label-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/note-asset-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/project-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/report-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/search-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/task-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/terminal-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/mcp/tools/workspace-tools.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/board-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/command-palette-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/keymap-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/shortcut-help-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/task-execution-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/stores/ui-dialog-store.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/src/types/index.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/chat-flow.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/notes-assets.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/preview.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/search.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/settings-flow.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/settings.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/smoke.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/task-flow.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/version-timeline.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/e2e/workbench.spec.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/fixtures/mock-dev-server/index.js","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/fixtures/vite-project/README.md","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/fixtures/vite-project/index.html","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/fixtures/vite-project/package.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/setup.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/agent-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/config-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/file-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/git-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/preview-actions-redetect.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/preview-actions-t2.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/preview-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/search-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/task-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/actions/workspace-actions-preview.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/api/diff-route.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/api/merge-route.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/api/stream-persist-result.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/api/stream-send-back.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/asset-item.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/asset-list.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/assets/asset-upload.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/category-filter.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/cli-adapter-tester.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/create-task-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/file-tree.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/note-card.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/note-editor.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/note-preview-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/project-tabs.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/search-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/task-notes-panel.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/task/preview-log-drawer.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/components/task/stop-preview-confirm-dialog.test.tsx","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/hooks/hook-registration.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/hooks/stop-hook.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/asset-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/fs-security.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/fts.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/git-url.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/instrumentation.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/local-path-to-api-url.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/mime-magic.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/note-actions.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/open-targets.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/orphan-reaper.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/detector.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/preset-types.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/presets.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/preview-key.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/preview-session.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/ready-watcher.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/session-store.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/preview/url-extractor.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/process-manager.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/pty-session.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/pty/ws-server-preview.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/search.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/session-store.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/task-archive.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/utils.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/lib/worktree.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/mcp/identify-project.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/mcp/manage-assets.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/mcp/manage-notes.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/mcp/search-tools.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/missions-merge.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/scripts/migrate-systemconfig.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tests/unit/scripts/relocate-misplaced-assets.test.ts","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tsconfig.json","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/tsconfig.tsbuildinfo","../../../../../../../.worktrees/task-cmqqic8m40001clxx4tmk3l0c/vitest.config.ts","../../../../../../../AGENTS.md","../../../../../../../CHANGELOG.md","../../../../../../../CLAUDE.md","../../../../../../../LICENSE","../../../../../../../README.md","../../../../../../../README.zh.md","../../../../../../../bin/tower.mjs","../../../../../../../components.json","../../../../../../../data/assets/cmof9hew8000ecl5gsqm73iio/测试.md","../../../../../../../data/assets/proj-with-files/file1.png","../../../../../../../data/assets/proj-with-files/file2.pdf","../../../../../../../dist/mcp-server.cjs","../../../../../../../docs/ai/cli-abstraction-design.md","../../../../../../../docs/ai/cli-abstraction-plan.md","../../../../../../../docs/diagrams/tower-ai-architecture-en.html","../../../../../../../docs/diagrams/tower-ai-architecture.html","../../../../../../../docs/diagrams/tower-data-model-en.html","../../../../../../../docs/diagrams/tower-data-model.html","../../../../../../../docs/diagrams/tower-module-map-en.html","../../../../../../../docs/diagrams/tower-module-map.html","../../../../../../../docs/diagrams/tower-system-architecture-en.html","../../../../../../../docs/diagrams/tower-system-architecture.html","../../../../../../../docs/diagrams/tower-task-lifecycle-en.html","../../../../../../../docs/diagrams/tower-task-lifecycle.html","../../../../../../../docs/en/guide/architecture.md","../../../../../../../docs/en/guide/diagrams.md","../../../../../../../docs/en/guide/getting-started.md","../../../../../../../docs/en/guide/introduction.md","../../../../../../../docs/en/index.md","../../../../../../../docs/en/modules/ai.md","../../../../../../../docs/en/modules/assets-notes.md","../../../../../../../docs/en/modules/assistant.md","../../../../../../../docs/en/modules/board.md","../../../../../../../docs/en/modules/git.md","../../../../../../../docs/en/modules/i18n.md","../../../../../../../docs/en/modules/mcp.md","../../../../../../../docs/en/modules/missions.md","../../../../../../../docs/en/modules/project.md","../../../../../../../docs/en/modules/search.md","../../../../../../../docs/en/modules/settings.md","../../../../../../../docs/en/modules/task.md","../../../../../../../docs/en/modules/terminal.md","../../../../../../../docs/en/modules/workspace.md","../../../../../../../docs/guide/architecture.md","../../../../../../../docs/guide/diagrams.md","../../../../../../../docs/guide/getting-started.md","../../../../../../../docs/guide/introduction.md","../../../../../../../docs/index.md","../../../../../../../docs/modules/ai.md","../../../../../../../docs/modules/assets-notes.md","../../../../../../../docs/modules/assistant.md","../../../../../../../docs/modules/board.md","../../../../../../../docs/modules/git.md","../../../../../../../docs/modules/i18n.md","../../../../../../../docs/modules/mcp.md","../../../../../../../docs/modules/missions.md","../../../../../../../docs/modules/preview.md","../../../../../../../docs/modules/project.md","../../../../../../../docs/modules/search.md","../../../../../../../docs/modules/settings.md","../../../../../../../docs/modules/task.md","../../../../../../../docs/modules/terminal.md","../../../../../../../docs/modules/workspace.md","../../../../../../../docs/package.json","../../../../../../../docs/pnpm-lock.yaml","../../../../../../../docs/postcss.config.mjs","../../../../../../../docs/public/banner.jpg","../../../../../../../docs/public/diagrams/tower-ai-architecture-en.html","../../../../../../../docs/public/diagrams/tower-ai-architecture.html","../../../../../../../docs/public/diagrams/tower-data-model-en.html","../../../../../../../docs/public/diagrams/tower-data-model.html","../../../../../../../docs/public/diagrams/tower-module-map-en.html","../../../../../../../docs/public/diagrams/tower-module-map.html","../../../../../../../docs/public/diagrams/tower-system-architecture-en.html","../../../../../../../docs/public/diagrams/tower-system-architecture.html","../../../../../../../docs/public/diagrams/tower-task-lifecycle-en.html","../../../../../../../docs/public/diagrams/tower-task-lifecycle.html","../../../../../../../docs/public/favicon.ico","../../../../../../../docs/public/logo.png","../../../../../../../docs/superpowers/plans/2026-04-29-backup-restore.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-71.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-72.md","../../../../../../../docs/superpowers/plans/2026-05-09-extensions-phase-73.md","../../../../../../../docs/superpowers/plans/2026-05-11-detail-page-vscode-git.md","../../../../../../../docs/superpowers/plans/2026-05-11-git-history-graph.md","../../../../../../../docs/superpowers/plans/2026-05-16-preview-feature.md","../../../../../../../docs/superpowers/plans/2026-05-22-version-timeline.md","../../../../../../../docs/superpowers/specs/2026-04-29-backup-restore-design.md","../../../../../../../docs/superpowers/specs/2026-05-16-preview-feature-design.md","../../../../../../../docs/superpowers/specs/2026-05-22-version-timeline-design.md","../../../../../../../docs/superpowers/specs/2026-06-15-keyboard-shortcuts-design.md","../../../../../../../eslint.config.mjs","../../../../../../../next.config.ts","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/LICENSE.md","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/README.md","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/assistant.mjs","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/bridge.mjs","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/browser-sdk.js","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/manifest.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/manifest.zst.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/package.json","../../../../../../../node_modules/.pnpm/@anthropic-ai+claude-agent-sdk@0.2.114_zod@4.3.6/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/client.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/default.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/index-browser.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/index.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/libquery_engine-darwin-arm64.dylib.node","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/package.json","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/query_engine_bg.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/query_engine_bg.wasm","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/schema.prisma","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm-edge-light-loader.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm-worker-loader.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/.prisma/client/wasm.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/default.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/package.json","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/binary.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/binary.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/client.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/edge-esm.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/index-browser.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.d.mts","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/library.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.cockroachdb.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.mysql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.postgresql.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlite.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.wasm-base64.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/query_engine_bg.sqlserver.wasm-base64.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/react-native.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-compiler-edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-compiler-edge.mjs","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-engine-edge.js","../../../../../../../node_modules/.pnpm/@prisma+client@6.19.2_prisma@6.19.2_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client/runtime/wasm-engine-edge.mjs","../../../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json","../../../../../../../node_modules/.pnpm/@vscode+ripgrep-darwin-arm64@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64/bin/rg","../../../../../../../node_modules/.pnpm/@vscode+ripgrep-darwin-arm64@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64/package.json","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep-darwin-arm64","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep/lib/index.js","../../../../../../../node_modules/.pnpm/@vscode+ripgrep@1.18.0/node_modules/@vscode/ripgrep/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@swc/helpers","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/console.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/index.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/parse-stack.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/source-maps.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-baseline.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/patch-error-inspect.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/require-hook.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/conpty_console_list_agent.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/eventEmitter2.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/eventEmitter2.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/index.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/interfaces.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/shared/conout.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/terminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/terminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/testUtils.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/types.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/unixTerminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/unixTerminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/utils.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsConoutConnection.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsPtyAgent.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsPtyAgent.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsTerminal.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/windowsTerminal.test.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/lib/worker/conoutSocketWorker.js","../../../../../../../node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/package.json","../../../../../../../node_modules/.pnpm/node_modules/@swc/helpers","../../../../../../../node_modules/.pnpm/node_modules/@vscode/ripgrep-darwin-arm64","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","../../../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/package.json","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/buffer-util.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/constants.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/event-target.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/extension.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/limiter.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/permessage-deflate.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/receiver.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/sender.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/stream.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/subprotocol.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/validation.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/websocket-server.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/websocket.js","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/package.json","../../../../../../../node_modules/.pnpm/ws@8.20.0/node_modules/ws/wrapper.mjs","../../../../../../../node_modules/@prisma/client","../../../../../../../node_modules/next","../../../../../../../node_modules/node-pty","../../../../../../../node_modules/react","../../../../../../../package.json","../../../../../../../playwright.config.ts","../../../../../../../pnpm-lock.yaml","../../../../../../../pnpm-workspace.yaml","../../../../../../../postcss.config.mjs","../../../../../../../prisma/dev.db","../../../../../../../prisma/dev.db-shm","../../../../../../../prisma/dev.db-wal","../../../../../../../prisma/init-fts.ts","../../../../../../../prisma/pre-migration.sql","../../../../../../../prisma/prisma/dev.db","../../../../../../../prisma/schema.prisma","../../../../../../../prisma/seed.ts","../../../../../../../prompts/backend-developer.md","../../../../../../../prompts/code-reviewer.md","../../../../../../../prompts/frontend-developer.md","../../../../../../../prompts/product-manager.md","../../../../../../../public/banner.jpg","../../../../../../../public/logo.png","../../../../../../../public/vs/_commonjsHelpers-CT9FvmAN.js","../../../../../../../public/vs/abap-D-t0cyap.js","../../../../../../../public/vs/apex-CcIm7xu6.js","../../../../../../../public/vs/assets/css.worker-HnVq6Ewq.js","../../../../../../../public/vs/assets/editor.worker-Be8ye1pW.js","../../../../../../../public/vs/assets/html.worker-B51mlPHg.js","../../../../../../../public/vs/assets/json.worker-DKiEKt88.js","../../../../../../../public/vs/assets/ts.worker-CMbG-7ft.js","../../../../../../../public/vs/azcli-BA0tQDCg.js","../../../../../../../public/vs/basic-languages/monaco.contribution.js","../../../../../../../public/vs/bat-C397hTD6.js","../../../../../../../public/vs/bicep-DF5aW17k.js","../../../../../../../public/vs/cameligo-plsz8qhj.js","../../../../../../../public/vs/clojure-Y2auQMzK.js","../../../../../../../public/vs/coffee-Bu45yuWE.js","../../../../../../../public/vs/cpp-CkKPQIni.js","../../../../../../../public/vs/csharp-CX28MZyh.js","../../../../../../../public/vs/csp-D8uWnyxW.js","../../../../../../../public/vs/css-CaeNmE3S.js","../../../../../../../public/vs/cssMode-CjiAH6dQ.js","../../../../../../../public/vs/cypher-DVThT8BS.js","../../../../../../../public/vs/dart-CmGfCvrO.js","../../../../../../../public/vs/dockerfile-CZqqYdch.js","../../../../../../../public/vs/ecl-30fUercY.js","../../../../../../../public/vs/editor.api-CalNCsUg.js","../../../../../../../public/vs/editor/editor.main.css","../../../../../../../public/vs/editor/editor.main.js","../../../../../../../public/vs/elixir-xjPaIfzF.js","../../../../../../../public/vs/flow9-DqtmStfK.js","../../../../../../../public/vs/freemarker2-Cz_sV6Md.js","../../../../../../../public/vs/fsharp-BOMdg4U1.js","../../../../../../../public/vs/go-D_hbi-Jt.js","../../../../../../../public/vs/graphql-CKUU4kLG.js","../../../../../../../public/vs/handlebars-OwglfO-1.js","../../../../../../../public/vs/hcl-DTaboeZW.js","../../../../../../../public/vs/html-Pa1xEWsY.js","../../../../../../../public/vs/htmlMode-Bz67EXwp.js","../../../../../../../public/vs/ini-CsNwO04R.js","../../../../../../../public/vs/java-CI4ZMsH9.js","../../../../../../../public/vs/javascript-PczUCGdz.js","../../../../../../../public/vs/jsonMode-DULH5oaX.js","../../../../../../../public/vs/julia-BwzEvaQw.js","../../../../../../../public/vs/kotlin-IUYPiTV8.js","../../../../../../../public/vs/language/css/monaco.contribution.js","../../../../../../../public/vs/language/html/monaco.contribution.js","../../../../../../../public/vs/language/json/monaco.contribution.js","../../../../../../../public/vs/language/typescript/monaco.contribution.js","../../../../../../../public/vs/less-C0eDYdqa.js","../../../../../../../public/vs/lexon-iON-Kj97.js","../../../../../../../public/vs/liquid-DqKjdPGy.js","../../../../../../../public/vs/loader.js","../../../../../../../public/vs/lspLanguageFeatures-kM9O9rjY.js","../../../../../../../public/vs/lua-DtygF91M.js","../../../../../../../public/vs/m3-CsR4AuFi.js","../../../../../../../public/vs/markdown-C_rD0bIw.js","../../../../../../../public/vs/mdx-DEWtB1K5.js","../../../../../../../public/vs/mips-CiYP61RB.js","../../../../../../../public/vs/monaco.contribution-D2OdxNBt.js","../../../../../../../public/vs/monaco.contribution-DO3azKX8.js","../../../../../../../public/vs/monaco.contribution-EcChJV6a.js","../../../../../../../public/vs/monaco.contribution-qLAYrEOP.js","../../../../../../../public/vs/msdax-C38-sJlp.js","../../../../../../../public/vs/mysql-CdtbpvbG.js","../../../../../../../public/vs/nls.messages-loader.js","../../../../../../../public/vs/nls.messages.cs.js.js","../../../../../../../public/vs/nls.messages.de.js.js","../../../../../../../public/vs/nls.messages.es.js.js","../../../../../../../public/vs/nls.messages.fr.js.js","../../../../../../../public/vs/nls.messages.it.js.js","../../../../../../../public/vs/nls.messages.ja.js.js","../../../../../../../public/vs/nls.messages.js.js","../../../../../../../public/vs/nls.messages.ko.js.js","../../../../../../../public/vs/nls.messages.pl.js.js","../../../../../../../public/vs/nls.messages.pt-br.js.js","../../../../../../../public/vs/nls.messages.ru.js.js","../../../../../../../public/vs/nls.messages.tr.js.js","../../../../../../../public/vs/nls.messages.zh-cn.js.js","../../../../../../../public/vs/nls.messages.zh-tw.js.js","../../../../../../../public/vs/objective-c-CntZFaHX.js","../../../../../../../public/vs/pascal-r6kuqfl_.js","../../../../../../../public/vs/pascaligo-BiXoTmXh.js","../../../../../../../public/vs/perl-DABw_TcH.js","../../../../../../../public/vs/pgsql-me_jFXeX.js","../../../../../../../public/vs/php-D_kh-9LK.js","../../../../../../../public/vs/pla-VfZjczW0.js","../../../../../../../public/vs/postiats-BBSzz8Pk.js","../../../../../../../public/vs/powerquery-Dt-g_2cc.js","../../../../../../../public/vs/powershell-B-7ap1zc.js","../../../../../../../public/vs/protobuf-BmtuEB1A.js","../../../../../../../public/vs/pug-BRpRNeEb.js","../../../../../../../public/vs/python-Cr0UkIbn.js","../../../../../../../public/vs/qsharp-BzsFaUU9.js","../../../../../../../public/vs/r-f8dDdrp4.js","../../../../../../../public/vs/razor-BYAHOTkz.js","../../../../../../../public/vs/redis-fvZQY4PI.js","../../../../../../../public/vs/redshift-45Et0LQi.js","../../../../../../../public/vs/restructuredtext-C7UUFKFD.js","../../../../../../../public/vs/ruby-CZO8zYTz.js","../../../../../../../public/vs/rust-Bfetafyc.js","../../../../../../../public/vs/sb-3GYllVck.js","../../../../../../../public/vs/scala-foMgrKo1.js","../../../../../../../public/vs/scheme-CHdMtr7p.js","../../../../../../../public/vs/scss-C1cmLt9V.js","../../../../../../../public/vs/shell-ClXCKCEW.js","../../../../../../../public/vs/solidity-MZ6ExpPy.js","../../../../../../../public/vs/sophia-DWkuSsPQ.js","../../../../../../../public/vs/sparql-AUGFYSyk.js","../../../../../../../public/vs/sql-32GpJSV2.js","../../../../../../../public/vs/st-CuDFIVZ_.js","../../../../../../../public/vs/swift-n-2HociN.js","../../../../../../../public/vs/systemverilog-Ch4vA8Yt.js","../../../../../../../public/vs/tcl-D74tq1nH.js","../../../../../../../public/vs/tsMode-CZz1Umrk.js","../../../../../../../public/vs/twig-C6taOxMV.js","../../../../../../../public/vs/typescript-DfOrAzoV.js","../../../../../../../public/vs/typespec-D-PIh9Xw.js","../../../../../../../public/vs/vb-Dyb2648j.js","../../../../../../../public/vs/wgsl-BhLXMOR0.js","../../../../../../../public/vs/workers-DcJshg-q.js","../../../../../../../public/vs/xml-CdsdnY8S.js","../../../../../../../public/vs/yaml-DYGvmE88.js","../../../../../../../public/web-app-manifest-192x192.png","../../../../../../../public/web-app-manifest-512x512.png","../../../../../../../scripts/dedup-existing-assets.ts","../../../../../../../scripts/ensure-dev-db.js","../../../../../../../scripts/fix-native-permissions.js","../../../../../../../scripts/generate-prisma-client.js","../../../../../../../scripts/init-db.ts","../../../../../../../scripts/init-tower.ts","../../../../../../../scripts/link-prisma.js","../../../../../../../scripts/migrate-data.ts","../../../../../../../scripts/migrations/0001-insight-category.ts","../../../../../../../scripts/migrations/0002-backfill-done-at.ts","../../../../../../../scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts","../../../../../../../scripts/migrations/0004-relocate-misplaced-assets.ts","../../../../../../../scripts/post-install-banner.js","../../../../../../../scripts/post-tool-hook.js","../../../../../../../scripts/prune-standalone-natives.js","../../../../../../../scripts/release-smoke.js","../../../../../../../scripts/release.sh","../../../../../../../scripts/run-migrations.ts","../../../../../../../scripts/session-start-hook.js","../../../../../../../scripts/stop-hook.js","../../../../../../../skills-lock.json","../../../../../../../skills/tower/SKILL.md","../../../../../../../src/actions/agent-actions.ts","../../../../../../../src/actions/agent-config-actions.ts","../../../../../../../src/actions/ai-config-actions.ts","../../../../../../../src/actions/asset-actions.ts","../../../../../../../src/actions/assistant-actions.ts","../../../../../../../src/actions/backup-actions.ts","../../../../../../../src/actions/config-actions.ts","../../../../../../../src/actions/extension-actions.ts","../../../../../../../src/actions/file-actions.ts","../../../../../../../src/actions/git-actions.ts","../../../../../../../src/actions/label-actions.ts","../../../../../../../src/actions/note-actions.ts","../../../../../../../src/actions/onboarding-actions.ts","../../../../../../../src/actions/preview-actions.ts","../../../../../../../src/actions/project-actions.ts","../../../../../../../src/actions/prompt-actions.ts","../../../../../../../src/actions/provider-connection-actions.ts","../../../../../../../src/actions/report-actions.ts","../../../../../../../src/actions/search-actions.ts","../../../../../../../src/actions/search-code-actions.ts","../../../../../../../src/actions/storage-actions.ts","../../../../../../../src/actions/task-actions.ts","../../../../../../../src/actions/version-actions.ts","../../../../../../../src/actions/version-type-actions.ts","../../../../../../../src/actions/workspace-actions.ts","../../../../../../../src/app/api/adapters/test/route.ts","../../../../../../../src/app/api/browse-fs/route.ts","../../../../../../../src/app/api/files/assets/[projectId]/[filename]/route.ts","../../../../../../../src/app/api/git/route.ts","../../../../../../../src/app/api/internal/assets/[projectId]/[filename]/route.ts","../../../../../../../src/app/api/internal/assets/reveal/route.ts","../../../../../../../src/app/api/internal/assistant/attachments/route.ts","../../../../../../../src/app/api/internal/assistant/chat/route.ts","../../../../../../../src/app/api/internal/assistant/route.ts","../../../../../../../src/app/api/internal/assistant/sessions/route.ts","../../../../../../../src/app/api/internal/backup/import/route.ts","../../../../../../../src/app/api/internal/cache/[...segments]/route.ts","../../../../../../../src/app/api/internal/hooks/install/route.ts","../../../../../../../src/app/api/internal/hooks/session/route.ts","../../../../../../../src/app/api/internal/hooks/stop/route.ts","../../../../../../../src/app/api/internal/hooks/upload/route.ts","../../../../../../../src/app/api/internal/monaco/[...path]/route.ts","../../../../../../../src/app/api/internal/notifications/pending/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/buffer/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/input/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/paste-image/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/resume/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/start/route.ts","../../../../../../../src/app/api/internal/terminal/[taskId]/stop/route.ts","../../../../../../../src/app/api/tasks/[taskId]/diff-patch/route.ts","../../../../../../../src/app/api/tasks/[taskId]/diff/route.ts","../../../../../../../src/app/api/tasks/[taskId]/merge/route.ts","../../../../../../../src/app/apple-icon.png","../../../../../../../src/app/favicon.ico","../../../../../../../src/app/globals.css","../../../../../../../src/app/icon1.png","../../../../../../../src/app/layout.tsx","../../../../../../../src/app/manifest.json","../../../../../../../src/app/missions/missions-client.tsx","../../../../../../../src/app/missions/page.tsx","../../../../../../../src/app/onboarding/page.tsx","../../../../../../../src/app/onboarding/wizard-step-extensions.tsx","../../../../../../../src/app/page.tsx","../../../../../../../src/app/settings/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/archive/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/assets/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/board-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/notes/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/projects/[projectId]/versions/version-timeline-client.tsx","../../../../../../../src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx","../../../../../../../src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx","../../../../../../../src/app/workspaces/page.tsx","../../../../../../../src/components/assets/asset-item.tsx","../../../../../../../src/components/assets/asset-list.tsx","../../../../../../../src/components/assets/asset-upload.tsx","../../../../../../../src/components/assets/image-lightbox.tsx","../../../../../../../src/components/assets/text-preview-dialog.tsx","../../../../../../../src/components/assistant/assistant-chat-bubble.tsx","../../../../../../../src/components/assistant/assistant-chat.tsx","../../../../../../../src/components/assistant/assistant-markdown.tsx","../../../../../../../src/components/assistant/assistant-panel.tsx","../../../../../../../src/components/assistant/assistant-provider.tsx","../../../../../../../src/components/assistant/attachment-strip.tsx","../../../../../../../src/components/assistant/image-preview-modal.tsx","../../../../../../../src/components/board/board-column.tsx","../../../../../../../src/components/board/board-filters.tsx","../../../../../../../src/components/board/column-tasks-dialog.tsx","../../../../../../../src/components/board/create-task-dialog.tsx","../../../../../../../src/components/board/kanban-board.tsx","../../../../../../../src/components/board/project-tabs.tsx","../../../../../../../src/components/board/task-card-context-menu.tsx","../../../../../../../src/components/board/task-card.tsx","../../../../../../../src/components/layout/app-sidebar.tsx","../../../../../../../src/components/layout/folder-browser-dialog.tsx","../../../../../../../src/components/layout/layout-client.tsx","../../../../../../../src/components/layout/search-dialog.tsx","../../../../../../../src/components/layout/sub-page-nav.tsx","../../../../../../../src/components/layout/top-bar.tsx","../../../../../../../src/components/missions/grid-layout-presets.ts","../../../../../../../src/components/missions/grid-preset-picker.tsx","../../../../../../../src/components/missions/merge-missions.ts","../../../../../../../src/components/missions/mission-card.tsx","../../../../../../../src/components/missions/pane-navigation.ts","../../../../../../../src/components/missions/pane-selector-dialog.tsx","../../../../../../../src/components/missions/task-picker-dialog.tsx","../../../../../../../src/components/notes/category-filter.tsx","../../../../../../../src/components/notes/note-card.tsx","../../../../../../../src/components/notes/note-editor.tsx","../../../../../../../src/components/notes/note-list.tsx","../../../../../../../src/components/notes/note-preview-dialog.tsx","../../../../../../../src/components/notifications/notification-permission-banner.tsx","../../../../../../../src/components/notifications/use-notification-listener.ts","../../../../../../../src/components/onboarding/guided-tour.tsx","../../../../../../../src/components/onboarding/onboarding-wizard.tsx","../../../../../../../src/components/onboarding/wizard-step-cli-test.tsx","../../../../../../../src/components/onboarding/wizard-step-cli.tsx","../../../../../../../src/components/onboarding/wizard-step-username.tsx","../../../../../../../src/components/project/create-project-dialog.tsx","../../../../../../../src/components/project/import-project-dialog.tsx","../../../../../../../src/components/providers/theme-provider.tsx","../../../../../../../src/components/repository/create-branch-dialog.tsx","../../../../../../../src/components/repository/git-changes-panel.tsx","../../../../../../../src/components/repository/git-log-panel.tsx","../../../../../../../src/components/repository/git-stash-panel.tsx","../../../../../../../src/components/repository/repo-sidebar.tsx","../../../../../../../src/components/settings/backup-section.tsx","../../../../../../../src/components/settings/cli-adapter-tester.tsx","../../../../../../../src/components/settings/extension-card.tsx","../../../../../../../src/components/settings/extensions-section.tsx","../../../../../../../src/components/settings/keyboard-shortcuts-section.tsx","../../../../../../../src/components/settings/settings-page.tsx","../../../../../../../src/components/shortcuts/command-palette.tsx","../../../../../../../src/components/shortcuts/key-combo.tsx","../../../../../../../src/components/shortcuts/shortcut-help-dialog.tsx","../../../../../../../src/components/task/blame-overlay.tsx","../../../../../../../src/components/task/code-editor.tsx","../../../../../../../src/components/task/code-search.tsx","../../../../../../../src/components/task/commit-action-menu.tsx","../../../../../../../src/components/task/commit-message-dialog.tsx","../../../../../../../src/components/task/commit-tag-dialog.tsx","../../../../../../../src/components/task/diff-editor.tsx","../../../../../../../src/components/task/editor-git-panel.tsx","../../../../../../../src/components/task/editor-tabs.tsx","../../../../../../../src/components/task/execution-timeline.tsx","../../../../../../../src/components/task/file-history-panel.tsx","../../../../../../../src/components/task/file-tree-context-menu.tsx","../../../../../../../src/components/task/file-tree-node.tsx","../../../../../../../src/components/task/file-tree.tsx","../../../../../../../src/components/task/git-graph-svg.tsx","../../../../../../../src/components/task/git-history-panel.tsx","../../../../../../../src/components/task/preview-log-drawer.tsx","../../../../../../../src/components/task/preview-log-terminal.tsx","../../../../../../../src/components/task/preview-panel.tsx","../../../../../../../src/components/task/simple-file-viewer.tsx","../../../../../../../src/components/task/stop-preview-confirm-dialog.tsx","../../../../../../../src/components/task/task-cancel-confirm-dialog.tsx","../../../../../../../src/components/task/task-detail-panel.tsx","../../../../../../../src/components/task/task-diff-view.tsx","../../../../../../../src/components/task/task-file-changes.tsx","../../../../../../../src/components/task/task-merge-confirm-dialog.tsx","../../../../../../../src/components/task/task-metadata.tsx","../../../../../../../src/components/task/task-notes-panel.tsx","../../../../../../../src/components/task/task-overview-drawer.tsx","../../../../../../../src/components/task/task-terminal.tsx","../../../../../../../src/components/task/terminal-portal.tsx","../../../../../../../src/components/task/types.ts","../../../../../../../src/components/ui/avatar.tsx","../../../../../../../src/components/ui/badge.tsx","../../../../../../../src/components/ui/button.tsx","../../../../../../../src/components/ui/card.tsx","../../../../../../../src/components/ui/checkbox.tsx","../../../../../../../src/components/ui/command.tsx","../../../../../../../src/components/ui/dialog.tsx","../../../../../../../src/components/ui/dropdown-menu.tsx","../../../../../../../src/components/ui/empty-state.tsx","../../../../../../../src/components/ui/error-boundary.tsx","../../../../../../../src/components/ui/input-group.tsx","../../../../../../../src/components/ui/input.tsx","../../../../../../../src/components/ui/label.tsx","../../../../../../../src/components/ui/popover.tsx","../../../../../../../src/components/ui/scroll-area.tsx","../../../../../../../src/components/ui/segmented-control.tsx","../../../../../../../src/components/ui/select.tsx","../../../../../../../src/components/ui/separator.tsx","../../../../../../../src/components/ui/sheet.tsx","../../../../../../../src/components/ui/sonner.tsx","../../../../../../../src/components/ui/switch.tsx","../../../../../../../src/components/ui/tabs.tsx","../../../../../../../src/components/ui/textarea.tsx","../../../../../../../src/components/ui/toast.tsx","../../../../../../../src/components/ui/tooltip.tsx","../../../../../../../src/components/version/manage-types-dialog.tsx","../../../../../../../src/components/version/release-version-dialog.tsx","../../../../../../../src/components/version/version-badges.tsx","../../../../../../../src/components/version/version-card.tsx","../../../../../../../src/components/version/version-diff-dialog.tsx","../../../../../../../src/components/version/version-form-dialog.tsx","../../../../../../../src/hooks/sse-event-reducer.ts","../../../../../../../src/hooks/use-assistant-chat.ts","../../../../../../../src/hooks/use-attachment-upload.ts","../../../../../../../src/hooks/use-resizable-width.ts","../../../../../../../src/instrumentation.ts","../../../../../../../src/lib/ai/adapters/cli/claude-cli-adapter.ts","../../../../../../../src/lib/ai/adapters/cli/codex-cli-adapter.ts","../../../../../../../src/lib/ai/assistant-turn.ts","../../../../../../../src/lib/ai/capability-resolver.ts","../../../../../../../src/lib/ai/install-orchestrator.ts","../../../../../../../src/lib/ai/migrate-legacy-mcp.ts","../../../../../../../src/lib/ai/provider-registry.ts","../../../../../../../src/lib/ai/providers/claude.ts","../../../../../../../src/lib/ai/providers/codex.ts","../../../../../../../src/lib/ai/providers/index.ts","../../../../../../../src/lib/ai/types.ts","../../../../../../../src/lib/asset-dedup.ts","../../../../../../../src/lib/assistant-constants.ts","../../../../../../../src/lib/assistant-message-converter.ts","../../../../../../../src/lib/assistant-session-title.ts","../../../../../../../src/lib/assistant-sessions.ts","../../../../../../../src/lib/attachment-utils.ts","../../../../../../../src/lib/backup.ts","../../../../../../../src/lib/build-multimodal-prompt.ts","../../../../../../../src/lib/claude-session.ts","../../../../../../../src/lib/cli-test.ts","../../../../../../../src/lib/config-defaults.ts","../../../../../../../src/lib/config-reader.ts","../../../../../../../src/lib/constants.ts","../../../../../../../src/lib/db.ts","../../../../../../../src/lib/diff-parser.ts","../../../../../../../src/lib/execution-summary.ts","../../../../../../../src/lib/extensions/client.ts","../../../../../../../src/lib/extensions/context.tsx","../../../../../../../src/lib/extensions/definitions/monaco.ts","../../../../../../../src/lib/extensions/definitions/ripgrep.ts","../../../../../../../src/lib/extensions/download.ts","../../../../../../../src/lib/extensions/metadata.ts","../../../../../../../src/lib/extensions/registry.ts","../../../../../../../src/lib/extensions/rg-resolve.ts","../../../../../../../src/lib/extensions/types.ts","../../../../../../../src/lib/file-serve-client.ts","../../../../../../../src/lib/file-serve.ts","../../../../../../../src/lib/file-utils.ts","../../../../../../../src/lib/fs-security.ts","../../../../../../../src/lib/fts.ts","../../../../../../../src/lib/git-api.ts","../../../../../../../src/lib/git-diff.ts","../../../../../../../src/lib/git-graph-layout.ts","../../../../../../../src/lib/git-url.ts","../../../../../../../src/lib/i18n.tsx","../../../../../../../src/lib/i18n/en.ts","../../../../../../../src/lib/i18n/types.ts","../../../../../../../src/lib/i18n/zh.ts","../../../../../../../src/lib/init-tower.ts","../../../../../../../src/lib/instrumentation-tasks.ts","../../../../../../../src/lib/internal-api-guard.ts","../../../../../../../src/lib/logger.ts","../../../../../../../src/lib/mime-magic.ts","../../../../../../../src/lib/monaco-gutter.ts","../../../../../../../src/lib/open-targets.ts","../../../../../../../src/lib/platform.ts","../../../../../../../src/lib/preview/detector.ts","../../../../../../../src/lib/preview/preset-types.ts","../../../../../../../src/lib/preview/presets.ts","../../../../../../../src/lib/preview/preview-key.ts","../../../../../../../src/lib/preview/preview-session.ts","../../../../../../../src/lib/preview/ready-watcher.ts","../../../../../../../src/lib/preview/session-store.ts","../../../../../../../src/lib/preview/url-extractor.ts","../../../../../../../src/lib/preview/ws-constants.ts","../../../../../../../src/lib/pty/orphan-reaper.ts","../../../../../../../src/lib/pty/paste-image.ts","../../../../../../../src/lib/pty/pty-session.ts","../../../../../../../src/lib/pty/session-store.ts","../../../../../../../src/lib/pty/terminal-submit.ts","../../../../../../../src/lib/pty/ws-server.ts","../../../../../../../src/lib/schemas.ts","../../../../../../../src/lib/search.ts","../../../../../../../src/lib/shortcuts/index.ts","../../../../../../../src/lib/shortcuts/keymap.ts","../../../../../../../src/lib/shortcuts/serialize-keys.ts","../../../../../../../src/lib/shortcuts/shortcut-dispatcher.ts","../../../../../../../src/lib/shortcuts/shortcut-provider.tsx","../../../../../../../src/lib/shortcuts/shortcut-store.ts","../../../../../../../src/lib/shortcuts/types.ts","../../../../../../../src/lib/shortcuts/use-action-shortcut.ts","../../../../../../../src/lib/shortcuts/use-shortcut-help.ts","../../../../../../../src/lib/shortcuts/use-shortcut.ts","../../../../../../../src/lib/task-archive.ts","../../../../../../../src/lib/task-diff-resolver.ts","../../../../../../../src/lib/task-overview-format.ts","../../../../../../../src/lib/task-overview.ts","../../../../../../../src/lib/tower-dir.ts","../../../../../../../src/lib/tower-paths.ts","../../../../../../../src/lib/utils.ts","../../../../../../../src/lib/version-git.ts","../../../../../../../src/lib/workspace-last-project.ts","../../../../../../../src/lib/worktree.ts","../../../../../../../src/mcp/db.ts","../../../../../../../src/mcp/env-guard.ts","../../../../../../../src/mcp/index.ts","../../../../../../../src/mcp/server.ts","../../../../../../../src/mcp/tools/knowledge-tools.ts","../../../../../../../src/mcp/tools/label-tools.ts","../../../../../../../src/mcp/tools/note-asset-tools.ts","../../../../../../../src/mcp/tools/project-tools.ts","../../../../../../../src/mcp/tools/report-tools.ts","../../../../../../../src/mcp/tools/search-tools.ts","../../../../../../../src/mcp/tools/task-tools.ts","../../../../../../../src/mcp/tools/terminal-tools.ts","../../../../../../../src/mcp/tools/workspace-tools.ts","../../../../../../../src/stores/board-store.ts","../../../../../../../src/stores/command-palette-store.ts","../../../../../../../src/stores/keymap-store.ts","../../../../../../../src/stores/shortcut-help-store.ts","../../../../../../../src/stores/task-execution-store.ts","../../../../../../../src/stores/ui-dialog-store.ts","../../../../../../../src/types/index.ts","../../../../../../../tests/e2e/chat-flow.spec.ts","../../../../../../../tests/e2e/notes-assets.spec.ts","../../../../../../../tests/e2e/preview.spec.ts","../../../../../../../tests/e2e/search.spec.ts","../../../../../../../tests/e2e/settings-flow.spec.ts","../../../../../../../tests/e2e/settings.spec.ts","../../../../../../../tests/e2e/smoke.spec.ts","../../../../../../../tests/e2e/task-flow.spec.ts","../../../../../../../tests/e2e/version-timeline.spec.ts","../../../../../../../tests/e2e/workbench.spec.ts","../../../../../../../tests/fixtures/mock-dev-server/index.js","../../../../../../../tests/fixtures/vite-project/README.md","../../../../../../../tests/fixtures/vite-project/index.html","../../../../../../../tests/fixtures/vite-project/package.json","../../../../../../../tests/setup.ts","../../../../../../../tests/unit/actions/agent-actions.test.ts","../../../../../../../tests/unit/actions/config-actions.test.ts","../../../../../../../tests/unit/actions/file-actions.test.ts","../../../../../../../tests/unit/actions/git-actions.test.ts","../../../../../../../tests/unit/actions/preview-actions-redetect.test.ts","../../../../../../../tests/unit/actions/preview-actions-t2.test.ts","../../../../../../../tests/unit/actions/preview-actions.test.ts","../../../../../../../tests/unit/actions/search-actions.test.ts","../../../../../../../tests/unit/actions/task-actions.test.ts","../../../../../../../tests/unit/actions/workspace-actions-preview.test.ts","../../../../../../../tests/unit/api/diff-route.test.ts","../../../../../../../tests/unit/api/merge-route.test.ts","../../../../../../../tests/unit/api/stream-persist-result.test.ts","../../../../../../../tests/unit/api/stream-send-back.test.ts","../../../../../../../tests/unit/components/asset-item.test.tsx","../../../../../../../tests/unit/components/asset-list.test.tsx","../../../../../../../tests/unit/components/assets/asset-upload.test.tsx","../../../../../../../tests/unit/components/category-filter.test.tsx","../../../../../../../tests/unit/components/cli-adapter-tester.test.tsx","../../../../../../../tests/unit/components/create-task-dialog.test.tsx","../../../../../../../tests/unit/components/file-tree.test.tsx","../../../../../../../tests/unit/components/note-card.test.tsx","../../../../../../../tests/unit/components/note-editor.test.tsx","../../../../../../../tests/unit/components/note-preview-dialog.test.tsx","../../../../../../../tests/unit/components/project-tabs.test.tsx","../../../../../../../tests/unit/components/search-dialog.test.tsx","../../../../../../../tests/unit/components/task-notes-panel.test.tsx","../../../../../../../tests/unit/components/task/preview-log-drawer.test.tsx","../../../../../../../tests/unit/components/task/stop-preview-confirm-dialog.test.tsx","../../../../../../../tests/unit/hooks/hook-registration.test.ts","../../../../../../../tests/unit/hooks/stop-hook.test.ts","../../../../../../../tests/unit/lib/asset-actions.test.ts","../../../../../../../tests/unit/lib/fs-security.test.ts","../../../../../../../tests/unit/lib/fts.test.ts","../../../../../../../tests/unit/lib/git-url.test.ts","../../../../../../../tests/unit/lib/instrumentation.test.ts","../../../../../../../tests/unit/lib/local-path-to-api-url.test.ts","../../../../../../../tests/unit/lib/mime-magic.test.ts","../../../../../../../tests/unit/lib/note-actions.test.ts","../../../../../../../tests/unit/lib/open-targets.test.ts","../../../../../../../tests/unit/lib/orphan-reaper.test.ts","../../../../../../../tests/unit/lib/preview/detector.test.ts","../../../../../../../tests/unit/lib/preview/preset-types.test.ts","../../../../../../../tests/unit/lib/preview/presets.test.ts","../../../../../../../tests/unit/lib/preview/preview-key.test.ts","../../../../../../../tests/unit/lib/preview/preview-session.test.ts","../../../../../../../tests/unit/lib/preview/ready-watcher.test.ts","../../../../../../../tests/unit/lib/preview/session-store.test.ts","../../../../../../../tests/unit/lib/preview/url-extractor.test.ts","../../../../../../../tests/unit/lib/process-manager.test.ts","../../../../../../../tests/unit/lib/pty-session.test.ts","../../../../../../../tests/unit/lib/pty/ws-server-preview.test.ts","../../../../../../../tests/unit/lib/search.test.ts","../../../../../../../tests/unit/lib/session-store.test.ts","../../../../../../../tests/unit/lib/task-archive.test.ts","../../../../../../../tests/unit/lib/utils.test.ts","../../../../../../../tests/unit/lib/worktree.test.ts","../../../../../../../tests/unit/mcp/identify-project.test.ts","../../../../../../../tests/unit/mcp/manage-assets.test.ts","../../../../../../../tests/unit/mcp/manage-notes.test.ts","../../../../../../../tests/unit/mcp/search-tools.test.ts","../../../../../../../tests/unit/missions-merge.test.ts","../../../../../../../tests/unit/scripts/migrate-systemconfig.test.ts","../../../../../../../tests/unit/scripts/relocate-misplaced-assets.test.ts","../../../../../../../tower-studio-0.2.0.tgz","../../../../../../../tower-studio-0.2.19.tgz","../../../../../../../tower-studio-0.2.4.tgz","../../../../../../../tsconfig.json","../../../../../../../tsconfig.tsbuildinfo","../../../../../../../vitest.config.ts","../../../../../../node_modules/@prisma/client-9249dd53ac5b6a44","../../../../../../node_modules/@vscode/ripgrep-8df859e8b5e0fb29","../../../../../../node_modules/node-pty-c710df912a232c01","../../../../../../node_modules/ws-4df7fc762dfa9a52","../../../../../chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","../../../../../chunks/ssr/07-d_@anthropic-ai_claude-agent-sdk_sdk_mjs_0myippv._.js","../../../../../chunks/ssr/0pb0_@monaco-editor_react_dist_index_mjs_03-iw6i._.js","../../../../../chunks/ssr/0pb0_@monaco-editor_react_dist_index_mjs_0dkxa~o._.js","../../../../../chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","../../../../../chunks/ssr/0se9_next_11h0sx_._.js","../../../../../chunks/ssr/0se9_next_dist_0c0msz0._.js","../../../../../chunks/ssr/0se9_next_dist_0i5qmqd._.js","../../../../../chunks/ssr/0se9_next_dist_0mwulo3._.js","../../../../../chunks/ssr/0se9_next_dist_12hykkt._.js","../../../../../chunks/ssr/0se9_next_dist_13c3rbd._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_00yl937._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_forbidden_09hvtbk.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_global-error_06~u-r6.js","../../../../../chunks/ssr/0se9_next_dist_client_components_builtin_unauthorized_07fofdl.js","../../../../../chunks/ssr/0se9_next_dist_compiled_0p0ckwn._.js","../../../../../chunks/ssr/0se9_next_dist_esm_build_templates_app-page_0~y-fvy.js","../../../../../chunks/ssr/0yzm_fuse_js_dist_fuse_mjs_0t4upxy._.js","../../../../../chunks/ssr/[externals]_@vscode_ripgrep_0m7itqb._.js","../../../../../chunks/ssr/[externals]__0ti8vng._.js","../../../../../chunks/ssr/[externals]_node_util_0xr.y7p._.js","../../../../../chunks/ssr/[root-of-the-server]__025ol9g._.js","../../../../../chunks/ssr/[root-of-the-server]__04wbr9x._.js","../../../../../chunks/ssr/[root-of-the-server]__05xg05r._.js","../../../../../chunks/ssr/[root-of-the-server]__08tzbfh._.js","../../../../../chunks/ssr/[root-of-the-server]__0bgr0ql._.js","../../../../../chunks/ssr/[root-of-the-server]__0iaw1ms._.js","../../../../../chunks/ssr/[root-of-the-server]__0jymb~t._.js","../../../../../chunks/ssr/[root-of-the-server]__0mpjat-._.js","../../../../../chunks/ssr/[root-of-the-server]__0oamph.._.js","../../../../../chunks/ssr/[root-of-the-server]__0wt83kv._.js","../../../../../chunks/ssr/[root-of-the-server]__0xr45lx._.js","../../../../../chunks/ssr/[root-of-the-server]__0z7je5_._.js","../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../chunks/ssr/_00l85fp._.js","../../../../../chunks/ssr/_047dh-f._.js","../../../../../chunks/ssr/_057su-q._.js","../../../../../chunks/ssr/_07lq-bp._.js","../../../../../chunks/ssr/_08-x_rp._.js","../../../../../chunks/ssr/_08bq4g8._.js","../../../../../chunks/ssr/_09j.h2h._.js","../../../../../chunks/ssr/_0cj9a7y._.js","../../../../../chunks/ssr/_0dye20y._.js","../../../../../chunks/ssr/_0eca65n._.js","../../../../../chunks/ssr/_0ng0eku._.js","../../../../../chunks/ssr/_0oeih09._.js","../../../../../chunks/ssr/_0rdyrfd._.js","../../../../../chunks/ssr/_0rxeqmo._.js","../../../../../chunks/ssr/_113957g._.js","../../../../../chunks/ssr/node_modules__pnpm_03r.9go._.js","../../../../../chunks/ssr/node_modules__pnpm_06f0dao._.js","../../../../../chunks/ssr/node_modules__pnpm_0ad12xd._.js","../../../../../chunks/ssr/src_0djxlqx._.js","../../../../../chunks/ssr/src_0eufeyj._.js","../../../../../chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js","../../../../../chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js","../../../../../chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js","../../../../../chunks/ssr/src_components_ui_popover_tsx_0a78wqo._.js","../../../../../chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","../../../../../chunks/ssr/src_lib_00wjv6n._.js","../../../../../chunks/ssr/src_lib_0sms4xl._.js","../../../../../chunks/ssr/src_lib_constants_ts_0_7xt06._.js","../../../../../chunks/ssr/src_lib_open-targets_ts_12a-_~u._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|