@shepai/cli 1.148.0 → 1.149.0-pr464.a84e893
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/presentation/web/app/api/agent-events/route.js +1 -1
- package/dist/src/presentation/web/app/api/sessions/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/sessions/route.js +2 -268
- package/dist/src/presentation/web/app/api/sessions-batch/route.d.ts +17 -0
- package/dist/src/presentation/web/app/api/sessions-batch/route.d.ts.map +1 -0
- package/dist/src/presentation/web/app/api/sessions-batch/route.js +61 -0
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +18 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.js +15 -73
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.stories.js +18 -17
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +18 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center.js +2 -1
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +4 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +32 -33
- package/dist/src/presentation/web/hooks/sessions-provider.d.ts +12 -0
- package/dist/src/presentation/web/hooks/sessions-provider.d.ts.map +1 -0
- package/dist/src/presentation/web/hooks/sessions-provider.js +57 -0
- package/dist/src/presentation/web/hooks/use-deploy-action.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-deploy-action.js +8 -54
- package/dist/src/presentation/web/lib/session-scanner.d.ts +27 -0
- package/dist/src/presentation/web/lib/session-scanner.d.ts.map +1 -0
- package/dist/src/presentation/web/lib/session-scanner.js +255 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +1 -0
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +3 -3
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/routes-manifest.json +6 -0
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +3 -3
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/sessions/route.js +2 -3
- package/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/server/app/api/sessions-batch/route/app-paths-manifest.json +3 -0
- package/web/.next/server/app/api/sessions-batch/route/build-manifest.json +11 -0
- package/web/.next/server/app/api/sessions-batch/route/server-reference-manifest.json +4 -0
- package/web/.next/server/app/api/sessions-batch/route.js +7 -0
- package/web/.next/server/app/api/sessions-batch/route.js.map +5 -0
- package/web/.next/server/app/api/sessions-batch/route.js.nft.json +1 -0
- package/web/.next/server/app/api/sessions-batch/route_client-reference-manifest.js +2 -0
- package/web/.next/server/app/settings/page/server-reference-manifest.json +8 -8
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +8 -8
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +8 -8
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +3 -3
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app-paths-manifest.json +1 -0
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
- package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_sessions-batch_route_actions_4859f283.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__0d33c29e._.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__0d33c29e._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__2f61738a._.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__2f61738a._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2138fa7e._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__29580090._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__29580090._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__3ef34e4c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +3 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c094882b._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c094882b._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__d48c5b11._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__d48c5b11._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dac5dbf1._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dac5dbf1._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fae8b355._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fae8b355._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0c5f56e3._.js +2 -2
- package/web/.next/server/chunks/ssr/_0c5f56e3._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_1b719e7f._.js +1 -1
- package/web/.next/server/chunks/ssr/_1b719e7f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_37e8548b._.js +1 -1
- package/web/.next/server/chunks/ssr/_37e8548b._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_55d763e2._.js +1 -1
- package/web/.next/server/chunks/ssr/_55d763e2._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_6256a985._.js +1 -1
- package/web/.next/server/chunks/ssr/_6256a985._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_64bdfc6f._.js +2 -2
- package/web/.next/server/chunks/ssr/_64bdfc6f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_8c875922._.js +4 -0
- package/web/.next/server/chunks/ssr/_8c875922._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_8fcc39d4._.js +1 -1
- package/web/.next/server/chunks/ssr/_b06fea81._.js +3 -0
- package/web/.next/server/chunks/ssr/{_fe63a7f9._.js.map → _b06fea81._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_b71645b4._.js +1 -1
- package/web/.next/server/chunks/ssr/_b71645b4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d8575088._.js +1 -1
- package/web/.next/server/chunks/ssr/_d8575088._.js.map +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_7b2fda40._.js → src_presentation_web_3095acd1._.js} +2 -2
- package/web/.next/server/chunks/ssr/{src_presentation_web_7b2fda40._.js.map → src_presentation_web_3095acd1._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +44 -44
- package/web/.next/static/chunks/{04869f1d3f5d9071.js → 1b1f15f424679455.js} +1 -1
- package/web/.next/static/chunks/{9dad6769d10a32df.js → 23c3e86ce0e24e00.js} +1 -1
- package/web/.next/static/chunks/36e2fd941864a90e.js +1 -0
- package/web/.next/static/chunks/{c731682077fbac4f.js → 3a4705f59cfd89a9.js} +1 -1
- package/web/.next/static/chunks/{6f76e63ead3fac2e.js → 51dee46741af1e4b.js} +1 -1
- package/web/.next/static/chunks/{48850e202dd814ac.js → 55683e8c2c1639b7.js} +1 -1
- package/web/.next/static/chunks/616c959907e661c9.js +1 -0
- package/web/.next/static/chunks/{21e82fee1a7e1668.js → 62501e23f82d4115.js} +1 -1
- package/web/.next/static/chunks/{7c5131e33516a325.js → 862d6fa007e83cb5.js} +1 -1
- package/web/.next/static/chunks/8e2039e569c81a6d.js +1 -0
- package/web/.next/static/chunks/a26e8c3319a6b723.js +5 -0
- package/web/.next/static/chunks/f946e2a33ee3b18e.js +2 -0
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_ff60e4a5.js +0 -3
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_ff60e4a5.js.map +0 -1
- package/web/.next/server/chunks/[externals]__448264a3._.js +0 -3
- package/web/.next/server/chunks/ssr/_4533d6f8._.js +0 -4
- package/web/.next/server/chunks/ssr/_4533d6f8._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_fe63a7f9._.js +0 -3
- package/web/.next/static/chunks/0137d4850cab3c45.js +0 -5
- package/web/.next/static/chunks/063a24b49d9818a0.js +0 -1
- package/web/.next/static/chunks/682563e4503cbd58.js +0 -1
- package/web/.next/static/chunks/683b1d85e789c2eb.js +0 -2
- package/web/.next/static/chunks/d62ae5e449d87057.js +0 -1
- /package/web/.next/server/chunks/{[externals]__448264a3._.js.map → 744ca_web__next-internal_server_app_api_sessions-batch_route_actions_4859f283.js.map} +0 -0
- /package/web/.next/static/{zYKuE1zbe1UWwAJv5EVwg → QdGWt290JhTjWmj28lHyG}/_buildManifest.js +0 -0
- /package/web/.next/static/{zYKuE1zbe1UWwAJv5EVwg → QdGWt290JhTjWmj28lHyG}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{zYKuE1zbe1UWwAJv5EVwg → QdGWt290JhTjWmj28lHyG}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"000b6f8a64c7584dc4b498ec3d457769c948dee6dc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
6
6
|
"moduleId": 52255,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "pickFolder",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"406fd7dc1edc89f8702d6f147c67c944af5928edab": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
21
21
|
"moduleId": 52255,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "listGitHubRepositories",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"407c31d5a5504f0d7b571cd7b62df678aacb52aacd": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
36
36
|
"moduleId": 52255,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "importGitHubRepository",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"402c042e9285bd2f24c1a65360890203beac5f7fef": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
51
51
|
"moduleId": 52255,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "deployFeature",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"40c5d1cde2196b29bdeb1cbf6a18430d18bf65dbc0": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
66
66
|
"moduleId": 52255,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "deployRepository",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"40e4ce51bff734876e4cd9ff8dbc236d207ffaafc1": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
81
81
|
"moduleId": 52255,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "stopDeployment",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"409b8ea559fa7930c16b8ae4982163ccbf8fc933f4": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
96
96
|
"moduleId": 52255,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "getDeploymentStatus",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40f2d06e6409a8d0c071fa305234a3131c70a5c701": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
111
111
|
"moduleId": 52255,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "openIde",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"40680e35d17039de441bb0592123ecab9b3fb208f7": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
126
126
|
"moduleId": 52255,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "openShell",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"40dd7d0fb5faa3fe9cb56d3d59d575fe3eec2afb67": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
141
141
|
"moduleId": 52255,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "openFolder",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"404e9f714314d728080ae4b4a512540c754ba94669": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
156
156
|
"moduleId": 52255,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"exportedName": "syncRepository",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/sync-repository.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"40823a52d3f008cf85702234d360ce3b51b77914ca": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
171
171
|
"moduleId": 52255,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "getDeploymentLogs",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"0082c96ee8593cef853474e88908b765aec6a01b55": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
186
186
|
"moduleId": 52255,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"exportedName": "isAgentSetupComplete",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"0065d4e443c8081b7672452c9e239f8e45638b6806": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
201
201
|
"moduleId": 52255,
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exportedName": "checkAgentAuth",
|
|
211
211
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
212
212
|
},
|
|
213
|
-
"
|
|
213
|
+
"003b2dbaba392df4ac45be4827c0ef73640dc134df": {
|
|
214
214
|
"workers": {
|
|
215
215
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
216
216
|
"moduleId": 52255,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"exportedName": "checkToolStatus",
|
|
226
226
|
"filename": "src/presentation/web/app/actions/check-tool-status.ts"
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"00b14a22317a9ec409223d296481580cc42051f646": {
|
|
229
229
|
"workers": {
|
|
230
230
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
231
231
|
"moduleId": 52255,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "getAllAgentModels",
|
|
241
241
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"60b8be6b38834715b6064249d0fb78dd15b2f42801": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
246
246
|
"moduleId": 52255,
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exportedName": "updateAgentAndModel",
|
|
256
256
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
257
257
|
},
|
|
258
|
-
"
|
|
258
|
+
"40d9f7997c761ff76aab02f8113d0d9494fd5d04ec": {
|
|
259
259
|
"workers": {
|
|
260
260
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
261
261
|
"moduleId": 52255,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"exportedName": "archiveFeature",
|
|
271
271
|
"filename": "src/presentation/web/app/actions/archive-feature.ts"
|
|
272
272
|
},
|
|
273
|
-
"
|
|
273
|
+
"78ba307363735cd31ae9a714d8ebe63de0d7c8c967": {
|
|
274
274
|
"workers": {
|
|
275
275
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
276
276
|
"moduleId": 52255,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"exportedName": "deleteFeature",
|
|
286
286
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
287
287
|
},
|
|
288
|
-
"
|
|
288
|
+
"40a3ace48854766e13bdd90d55fbf5fe0d52cdf5b2": {
|
|
289
289
|
"workers": {
|
|
290
290
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
291
291
|
"moduleId": 52255,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"exportedName": "resumeFeature",
|
|
301
301
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"4098a2cb35945f88c8778f753524ed76a900b85536": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
306
306
|
"moduleId": 52255,
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"exportedName": "startFeature",
|
|
316
316
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
317
317
|
},
|
|
318
|
-
"
|
|
318
|
+
"40e543be735190432c29a1d12120730449a32f9dd5": {
|
|
319
319
|
"workers": {
|
|
320
320
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
321
321
|
"moduleId": 52255,
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"exportedName": "stopFeature",
|
|
331
331
|
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
332
332
|
},
|
|
333
|
-
"
|
|
333
|
+
"40fee4146fba1710ece16808d0ac2cbac61eaabf3b": {
|
|
334
334
|
"workers": {
|
|
335
335
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
336
336
|
"moduleId": 52255,
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"exportedName": "unarchiveFeature",
|
|
346
346
|
"filename": "src/presentation/web/app/actions/unarchive-feature.ts"
|
|
347
347
|
},
|
|
348
|
-
"
|
|
348
|
+
"403f8fc1c3c73974cfa96a8442faf8ea2738cadf3d": {
|
|
349
349
|
"workers": {
|
|
350
350
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
351
351
|
"moduleId": 52255,
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"exportedName": "addRepository",
|
|
361
361
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"40884f91ad3f9acd3f7ca2740e27f7f293c8464fdf": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
366
366
|
"moduleId": 52255,
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"exportedName": "deleteRepository",
|
|
376
376
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
377
377
|
},
|
|
378
|
-
"
|
|
378
|
+
"40ff56b72638897824ec202566f5e69b6b74efc688": {
|
|
379
379
|
"workers": {
|
|
380
380
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
381
381
|
"moduleId": 52255,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../../../../node_modules/next","../../../../../../../CLAUDE.md","../../../../../../../app/(dashboard)/@drawer/adopt/page.tsx","../../../../../../../app/(dashboard)/@drawer/create/page.tsx","../../../../../../../app/(dashboard)/@drawer/default.tsx","../../../../../../../app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.tsx","../../../../../../../app/(dashboard)/@drawer/feature/[featureId]/page.tsx","../../../../../../../app/(dashboard)/@drawer/repository/[repositoryId]/page.tsx","../../../../../../../app/(dashboard)/create/page.tsx","../../../../../../../app/(dashboard)/feature/[featureId]/[tab]/page.tsx","../../../../../../../app/(dashboard)/feature/[featureId]/page.tsx","../../../../../../../app/(dashboard)/get-graph-data.ts","../../../../../../../app/(dashboard)/layout.tsx","../../../../../../../app/(dashboard)/page.tsx","../../../../../../../app/(dashboard)/repository/[repositoryId]/page.tsx","../../../../../../../app/actions/add-repository.ts","../../../../../../../app/actions/adopt-branch.ts","../../../../../../../app/actions/agent-setup-flag.ts","../../../../../../../app/actions/approve-feature.ts","../../../../../../../app/actions/archive-feature.ts","../../../../../../../app/actions/check-agent-auth.ts","../../../../../../../app/actions/check-agent-tool.ts","../../../../../../../app/actions/check-tool-status.ts","../../../../../../../app/actions/compose-user-input.ts","../../../../../../../app/actions/create-feature.ts","../../../../../../../app/actions/delete-feature.ts","../../../../../../../app/actions/delete-repository.ts","../../../../../../../app/actions/deploy-feature.ts","../../../../../../../app/actions/deploy-repository.ts","../../../../../../../app/actions/get-all-agent-models.ts","../../../../../../../app/actions/get-available-terminals.ts","../../../../../../../app/actions/get-branch-sync-status.ts","../../../../../../../app/actions/get-deployment-logs.ts","../../../../../../../app/actions/get-deployment-status.ts","../../../../../../../app/actions/get-feature-artifact.ts","../../../../../../../app/actions/get-feature-drawer-data.ts","../../../../../../../app/actions/get-feature-metadata.ts","../../../../../../../app/actions/get-feature-phase-timings.ts","../../../../../../../app/actions/get-feature-plan.ts","../../../../../../../app/actions/get-merge-review-data.ts","../../../../../../../app/actions/get-research-artifact.ts","../../../../../../../app/actions/get-supported-models.ts","../../../../../../../app/actions/get-workflow-defaults.ts","../../../../../../../app/actions/import-github-repository.ts","../../../../../../../app/actions/list-branches.ts","../../../../../../../app/actions/list-github-repositories.ts","../../../../../../../app/actions/load-settings.ts","../../../../../../../app/actions/open-folder.ts","../../../../../../../app/actions/open-ide.ts","../../../../../../../app/actions/open-shell.ts","../../../../../../../app/actions/pick-folder.ts","../../../../../../../app/actions/rebase-feature.ts","../../../../../../../app/actions/reject-feature.ts","../../../../../../../app/actions/resume-feature.ts","../../../../../../../app/actions/start-feature.ts","../../../../../../../app/actions/stop-deployment.ts","../../../../../../../app/actions/stop-feature.ts","../../../../../../../app/actions/sync-repository.ts","../../../../../../../app/actions/unarchive-feature.ts","../../../../../../../app/actions/update-agent-and-model.ts","../../../../../../../app/actions/update-model.ts","../../../../../../../app/actions/update-settings.ts","../../../../../../../app/api/agent-events/health/route.ts","../../../../../../../app/api/agent-events/route.ts","../../../../../../../app/api/attachments/preview/route.ts","../../../../../../../app/api/attachments/upload-from-path/route.ts","../../../../../../../app/api/attachments/upload/route.ts","../../../../../../../app/api/cli-upgrade/route.ts","../../../../../../../app/api/deployment-logs/route.ts","../../../../../../../app/api/dialog/pick-files/route.ts","../../../../../../../app/api/directory/list/route.ts","../../../../../../../app/api/evidence/route.ts","../../../../../../../app/api/feature-logs/route.ts","../../../../../../../app/api/graph-data/route.ts","../../../../../../../app/api/npm-version/route.ts","../../../../../../../app/api/sessions/route.ts","../../../../../../../app/api/tools/[id]/install/route.ts","../../../../../../../app/api/tools/[id]/install/stream/route.ts","../../../../../../../app/api/tools/[id]/launch/route.ts","../../../../../../../app/api/tools/route.ts","../../../../../../../app/api/version/route.ts","../../../../../../../app/build-feature-node-data.ts","../../../../../../../app/build-graph-nodes.ts","../../../../../../../app/derive-state.ts","../../../../../../../app/global-error.tsx","../../../../../../../app/globals.css","../../../../../../../app/layout.tsx","../../../../../../../app/not-found.tsx","../../../../../../../app/settings/page.tsx","../../../../../../../app/skills/page.tsx","../../../../../../../app/tools/page.tsx","../../../../../../../app/version/page.tsx","../../../../../../../components.json","../../../../../../../components/common/action-button/action-button.stories.tsx","../../../../../../../components/common/action-button/action-button.tsx","../../../../../../../components/common/action-button/index.ts","../../../../../../../components/common/add-repository-button/add-repository-button.tsx","../../../../../../../components/common/add-repository-button/index.ts","../../../../../../../components/common/add-repository-button/pick-folder.ts","../../../../../../../components/common/attachment-card/attachment-card.stories.tsx","../../../../../../../components/common/attachment-card/attachment-card.tsx","../../../../../../../components/common/attachment-card/index.ts","../../../../../../../components/common/attachment-chip/attachment-chip.stories.tsx","../../../../../../../components/common/attachment-chip/attachment-chip.tsx","../../../../../../../components/common/attachment-chip/index.ts","../../../../../../../components/common/base-drawer/base-drawer.stories.tsx","../../../../../../../components/common/base-drawer/base-drawer.tsx","../../../../../../../components/common/base-drawer/index.ts","../../../../../../../components/common/ci-status-badge/ci-status-badge.stories.tsx","../../../../../../../components/common/ci-status-badge/ci-status-badge.tsx","../../../../../../../components/common/ci-status-badge/index.ts","../../../../../../../components/common/control-center-drawer/adopt-branch-drawer.stories.tsx","../../../../../../../components/common/control-center-drawer/adopt-branch-drawer.tsx","../../../../../../../components/common/control-center-drawer/adopt-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/create-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/drawer-view.ts","../../../../../../../components/common/control-center-drawer/feature-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/index.ts","../../../../../../../components/common/control-center-drawer/repository-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/use-artifact-fetch.ts","../../../../../../../components/common/control-center-drawer/use-drawer-sync.ts","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog-config.ts","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog.stories.tsx","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog.tsx","../../../../../../../components/common/delete-feature-dialog/index.ts","../../../../../../../components/common/deployment-status-badge/deployment-status-badge.stories.tsx","../../../../../../../components/common/deployment-status-badge/deployment-status-badge.tsx","../../../../../../../components/common/deployment-status-badge/index.ts","../../../../../../../components/common/drawer-action-bar/drawer-action-bar-config.ts","../../../../../../../components/common/drawer-action-bar/drawer-action-bar.stories.tsx","../../../../../../../components/common/drawer-action-bar/drawer-action-bar.tsx","../../../../../../../components/common/drawer-action-bar/index.ts","../../../../../../../components/common/drawer-revision-input/drawer-revision-input-config.ts","../../../../../../../components/common/drawer-revision-input/drawer-revision-input.tsx","../../../../../../../components/common/drawer-revision-input/index.ts","../../../../../../../components/common/editor-type-icons.tsx","../../../../../../../components/common/elapsed-time/elapsed-time.stories.tsx","../../../../../../../components/common/elapsed-time/elapsed-time.tsx","../../../../../../../components/common/elapsed-time/index.ts","../../../../../../../components/common/empty-state/empty-state.stories.tsx","../../../../../../../components/common/empty-state/empty-state.tsx","../../../../../../../components/common/empty-state/index.ts","../../../../../../../components/common/feature-create-drawer/feature-create-drawer.stories.tsx","../../../../../../../components/common/feature-create-drawer/feature-create-drawer.tsx","../../../../../../../components/common/feature-create-drawer/index.ts","../../../../../../../components/common/feature-create-drawer/pick-files.ts","../../../../../../../components/common/feature-create-drawer/repository-combobox.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/activity-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/activity-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/branch-sync-status.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/branch-sync-status.tsx","../../../../../../../components/common/feature-drawer-tabs/event-log-viewer.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/event-log-viewer.tsx","../../../../../../../components/common/feature-drawer-tabs/feature-drawer-tabs.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/feature-drawer-tabs.tsx","../../../../../../../components/common/feature-drawer-tabs/index.ts","../../../../../../../components/common/feature-drawer-tabs/log-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/log-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/overview-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/overview-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/plan-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/plan-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/use-tab-data-fetch.ts","../../../../../../../components/common/feature-drawer/index.ts","../../../../../../../components/common/feature-drawer/use-feature-actions.ts","../../../../../../../components/common/feature-list-item/feature-list-item.stories.tsx","../../../../../../../components/common/feature-list-item/feature-list-item.tsx","../../../../../../../components/common/feature-list-item/index.ts","../../../../../../../components/common/feature-node/agent-type-icons.stories.tsx","../../../../../../../components/common/feature-node/agent-type-icons.tsx","../../../../../../../components/common/feature-node/derive-feature-state.ts","../../../../../../../components/common/feature-node/feature-node-state-config.ts","../../../../../../../components/common/feature-node/feature-node.stories.tsx","../../../../../../../components/common/feature-node/feature-node.tsx","../../../../../../../components/common/feature-node/feature-sessions-dropdown.stories.tsx","../../../../../../../components/common/feature-node/feature-sessions-dropdown.tsx","../../../../../../../components/common/feature-node/index.ts","../../../../../../../components/common/feature-status-badges/feature-status-badges.stories.tsx","../../../../../../../components/common/feature-status-badges/feature-status-badges.tsx","../../../../../../../components/common/feature-status-badges/index.ts","../../../../../../../components/common/feature-status-config.ts","../../../../../../../components/common/feature-status-group/feature-status-group.stories.tsx","../../../../../../../components/common/feature-status-group/feature-status-group.tsx","../../../../../../../components/common/feature-status-group/index.ts","../../../../../../../components/common/floating-action-button/floating-action-button.stories.tsx","../../../../../../../components/common/floating-action-button/floating-action-button.tsx","../../../../../../../components/common/floating-action-button/index.ts","../../../../../../../components/common/github-import-dialog/github-import-dialog.stories.tsx","../../../../../../../components/common/github-import-dialog/github-import-dialog.tsx","../../../../../../../components/common/github-import-dialog/github-repo-browser.stories.tsx","../../../../../../../components/common/github-import-dialog/github-repo-browser.tsx","../../../../../../../components/common/github-import-dialog/github-url-input.stories.tsx","../../../../../../../components/common/github-import-dialog/github-url-input.tsx","../../../../../../../components/common/github-import-dialog/index.ts","../../../../../../../components/common/index.ts","../../../../../../../components/common/inline-attachments/index.ts","../../../../../../../components/common/inline-attachments/inline-attachments.stories.tsx","../../../../../../../components/common/inline-attachments/inline-attachments.tsx","../../../../../../../components/common/loading-skeleton/index.ts","../../../../../../../components/common/loading-skeleton/loading-skeleton.stories.tsx","../../../../../../../components/common/loading-skeleton/loading-skeleton.tsx","../../../../../../../components/common/merge-review/diff-view.stories.tsx","../../../../../../../components/common/merge-review/diff-view.tsx","../../../../../../../components/common/merge-review/index.ts","../../../../../../../components/common/merge-review/merge-review-config.ts","../../../../../../../components/common/merge-review/merge-review.stories.tsx","../../../../../../../components/common/merge-review/merge-review.tsx","../../../../../../../components/common/open-action-menu/config.ts","../../../../../../../components/common/open-action-menu/index.ts","../../../../../../../components/common/open-action-menu/open-action-menu.stories.tsx","../../../../../../../components/common/open-action-menu/open-action-menu.tsx","../../../../../../../components/common/page-header/index.ts","../../../../../../../components/common/page-header/page-header.stories.tsx","../../../../../../../components/common/page-header/page-header.tsx","../../../../../../../components/common/prd-questionnaire/index.ts","../../../../../../../components/common/prd-questionnaire/prd-questionnaire-config.ts","../../../../../../../components/common/prd-questionnaire/prd-questionnaire.stories.tsx","../../../../../../../components/common/prd-questionnaire/prd-questionnaire.tsx","../../../../../../../components/common/product-decisions-summary/index.ts","../../../../../../../components/common/product-decisions-summary/product-decisions-summary-config.ts","../../../../../../../components/common/product-decisions-summary/product-decisions-summary.stories.tsx","../../../../../../../components/common/product-decisions-summary/product-decisions-summary.tsx","../../../../../../../components/common/react-file-manager-dialog/index.ts","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog-config.ts","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog.stories.tsx","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog.tsx","../../../../../../../components/common/reject-feedback-dialog/index.ts","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog-config.ts","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog.stories.tsx","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog.tsx","../../../../../../../components/common/repository-node/index.ts","../../../../../../../components/common/repository-node/repository-drawer.stories.tsx","../../../../../../../components/common/repository-node/repository-drawer.tsx","../../../../../../../components/common/repository-node/repository-node-config.ts","../../../../../../../components/common/repository-node/repository-node.stories.tsx","../../../../../../../components/common/repository-node/repository-node.tsx","../../../../../../../components/common/repository-node/use-repository-actions.ts","../../../../../../../components/common/server-log-viewer/index.ts","../../../../../../../components/common/server-log-viewer/server-log-viewer.stories.tsx","../../../../../../../components/common/server-log-viewer/server-log-viewer.tsx","../../../../../../../components/common/shep-logo/index.ts","../../../../../../../components/common/shep-logo/shep-logo.stories.tsx","../../../../../../../components/common/shep-logo/shep-logo.tsx","../../../../../../../components/common/sidebar-collapse-toggle/index.ts","../../../../../../../components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.tsx","../../../../../../../components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.tsx","../../../../../../../components/common/sidebar-nav-item/index.ts","../../../../../../../components/common/sidebar-nav-item/sidebar-nav-item.stories.tsx","../../../../../../../components/common/sidebar-nav-item/sidebar-nav-item.tsx","../../../../../../../components/common/sidebar-section-header/index.ts","../../../../../../../components/common/sidebar-section-header/sidebar-section-header.stories.tsx","../../../../../../../components/common/sidebar-section-header/sidebar-section-header.tsx","../../../../../../../components/common/sound-toggle/index.ts","../../../../../../../components/common/sound-toggle/sound-toggle.stories.tsx","../../../../../../../components/common/sound-toggle/sound-toggle.tsx","../../../../../../../components/common/task-progress-view/index.ts","../../../../../../../components/common/task-progress-view/task-progress-view.stories.tsx","../../../../../../../components/common/task-progress-view/task-progress-view.tsx","../../../../../../../components/common/tech-decisions-review/index.ts","../../../../../../../components/common/tech-decisions-review/tech-decisions-review-config.ts","../../../../../../../components/common/tech-decisions-review/tech-decisions-review.stories.tsx","../../../../../../../components/common/tech-decisions-review/tech-decisions-review.tsx","../../../../../../../components/common/theme-toggle/index.ts","../../../../../../../components/common/theme-toggle/theme-toggle.stories.tsx","../../../../../../../components/common/theme-toggle/theme-toggle.tsx","../../../../../../../components/common/version-badge/index.ts","../../../../../../../components/common/version-badge/version-badge.stories.tsx","../../../../../../../components/common/version-badge/version-badge.tsx","../../../../../../../components/features/control-center/control-center-empty-state.stories.tsx","../../../../../../../components/features/control-center/control-center-empty-state.tsx","../../../../../../../components/features/control-center/control-center-inner.tsx","../../../../../../../components/features/control-center/control-center.stories.tsx","../../../../../../../components/features/control-center/control-center.tsx","../../../../../../../components/features/control-center/index.ts","../../../../../../../components/features/control-center/use-control-center-state.ts","../../../../../../../components/features/control-center/welcome-agent-setup.stories.tsx","../../../../../../../components/features/control-center/welcome-agent-setup.tsx","../../../../../../../components/features/features-canvas/dependency-edge.stories.tsx","../../../../../../../components/features/features-canvas/dependency-edge.tsx","../../../../../../../components/features/features-canvas/features-canvas.stories.tsx","../../../../../../../components/features/features-canvas/features-canvas.tsx","../../../../../../../components/features/features-canvas/index.ts","../../../../../../../components/features/index.ts","../../../../../../../components/features/settings/AgentModelPicker/AgentModelPicker.stories.tsx","../../../../../../../components/features/settings/AgentModelPicker/index.tsx","../../../../../../../components/features/settings/ModelPicker/ModelPicker.stories.tsx","../../../../../../../components/features/settings/ModelPicker/index.tsx","../../../../../../../components/features/settings/agent-settings-section.stories.tsx","../../../../../../../components/features/settings/agent-settings-section.tsx","../../../../../../../components/features/settings/database-settings-section.stories.tsx","../../../../../../../components/features/settings/database-settings-section.tsx","../../../../../../../components/features/settings/environment-settings-section.stories.tsx","../../../../../../../components/features/settings/environment-settings-section.tsx","../../../../../../../components/features/settings/feature-flags-settings-section.stories.tsx","../../../../../../../components/features/settings/feature-flags-settings-section.tsx","../../../../../../../components/features/settings/notification-settings-section.stories.tsx","../../../../../../../components/features/settings/notification-settings-section.tsx","../../../../../../../components/features/settings/settings-page-client.stories.tsx","../../../../../../../components/features/settings/settings-page-client.tsx","../../../../../../../components/features/settings/timeout-slider.stories.tsx","../../../../../../../components/features/settings/timeout-slider.tsx","../../../../../../../components/features/settings/workflow-settings-section.stories.tsx","../../../../../../../components/features/settings/workflow-settings-section.tsx","../../../../../../../components/features/skills/category-filter.stories.tsx","../../../../../../../components/features/skills/category-filter.tsx","../../../../../../../components/features/skills/index.ts","../../../../../../../components/features/skills/skill-card.stories.tsx","../../../../../../../components/features/skills/skill-card.tsx","../../../../../../../components/features/skills/skill-detail-drawer.stories.tsx","../../../../../../../components/features/skills/skill-detail-drawer.tsx","../../../../../../../components/features/skills/skill-list.stories.tsx","../../../../../../../components/features/skills/skill-list.tsx","../../../../../../../components/features/skills/skills-page-client.stories.tsx","../../../../../../../components/features/skills/skills-page-client.tsx","../../../../../../../components/features/tools/index.ts","../../../../../../../components/features/tools/tool-card.stories.tsx","../../../../../../../components/features/tools/tool-card.tsx","../../../../../../../components/features/tools/tool-detail-drawer.stories.tsx","../../../../../../../components/features/tools/tool-detail-drawer.tsx","../../../../../../../components/features/tools/tools-page-client.stories.tsx","../../../../../../../components/features/tools/tools-page-client.tsx","../../../../../../../components/features/version/version-page-client.tsx","../../../../../../../components/layouts/app-shell/app-shell.tsx","../../../../../../../components/layouts/app-shell/index.ts","../../../../../../../components/layouts/app-sidebar/app-sidebar.stories.tsx","../../../../../../../components/layouts/app-sidebar/app-sidebar.tsx","../../../../../../../components/layouts/app-sidebar/index.ts","../../../../../../../components/layouts/dashboard-layout/dashboard-layout.stories.tsx","../../../../../../../components/layouts/dashboard-layout/dashboard-layout.tsx","../../../../../../../components/layouts/dashboard-layout/index.ts","../../../../../../../components/layouts/header/header.stories.tsx","../../../../../../../components/layouts/header/header.tsx","../../../../../../../components/layouts/header/index.ts","../../../../../../../components/layouts/index.ts","../../../../../../../components/layouts/sidebar/index.ts","../../../../../../../components/layouts/sidebar/sidebar.stories.tsx","../../../../../../../components/layouts/sidebar/sidebar.tsx","../../../../../../../components/ui/accordion.stories.tsx","../../../../../../../components/ui/accordion.tsx","../../../../../../../components/ui/alert-dialog.stories.tsx","../../../../../../../components/ui/alert-dialog.tsx","../../../../../../../components/ui/alert.stories.tsx","../../../../../../../components/ui/alert.tsx","../../../../../../../components/ui/badge.stories.tsx","../../../../../../../components/ui/badge.tsx","../../../../../../../components/ui/button.stories.tsx","../../../../../../../components/ui/button.tsx","../../../../../../../components/ui/card.stories.tsx","../../../../../../../components/ui/card.tsx","../../../../../../../components/ui/checkbox-group-item.stories.tsx","../../../../../../../components/ui/checkbox-group-item.tsx","../../../../../../../components/ui/checkbox-group.stories.tsx","../../../../../../../components/ui/checkbox-group.tsx","../../../../../../../components/ui/checkbox.stories.tsx","../../../../../../../components/ui/checkbox.tsx","../../../../../../../components/ui/comet-spinner.stories.tsx","../../../../../../../components/ui/comet-spinner.tsx","../../../../../../../components/ui/command.tsx","../../../../../../../components/ui/dialog.stories.tsx","../../../../../../../components/ui/dialog.tsx","../../../../../../../components/ui/drawer.stories.tsx","../../../../../../../components/ui/drawer.tsx","../../../../../../../components/ui/dropdown-menu.tsx","../../../../../../../components/ui/input.stories.tsx","../../../../../../../components/ui/input.tsx","../../../../../../../components/ui/label.stories.tsx","../../../../../../../components/ui/label.tsx","../../../../../../../components/ui/popover.stories.tsx","../../../../../../../components/ui/popover.tsx","../../../../../../../components/ui/scroll-area.tsx","../../../../../../../components/ui/select.stories.tsx","../../../../../../../components/ui/select.tsx","../../../../../../../components/ui/separator.tsx","../../../../../../../components/ui/sheet.tsx","../../../../../../../components/ui/sidebar.tsx","../../../../../../../components/ui/skeleton.tsx","../../../../../../../components/ui/slider.stories.tsx","../../../../../../../components/ui/slider.tsx","../../../../../../../components/ui/sonner.stories.tsx","../../../../../../../components/ui/sonner.tsx","../../../../../../../components/ui/spinner.stories.tsx","../../../../../../../components/ui/spinner.tsx","../../../../../../../components/ui/switch.tsx","../../../../../../../components/ui/tabs.stories.tsx","../../../../../../../components/ui/tabs.tsx","../../../../../../../components/ui/textarea.stories.tsx","../../../../../../../components/ui/textarea.tsx","../../../../../../../components/ui/tooltip.tsx","../../../../../../../dev-server.ts","../../../../../../../docs/Colors.mdx","../../../../../../../docs/GettingStarted.mdx","../../../../../../../docs/Typography.mdx","../../../../../../../eslint.config.mjs","../../../../../../../hooks/agent-events-provider.tsx","../../../../../../../hooks/drawer-close-guard.tsx","../../../../../../../hooks/feature-flags-context.tsx","../../../../../../../hooks/sidebar-features-context.tsx","../../../../../../../hooks/use-agent-events.ts","../../../../../../../hooks/use-branch-sync-status.ts","../../../../../../../hooks/use-cli-upgrade.ts","../../../../../../../hooks/use-deferred-mount.ts","../../../../../../../hooks/use-deploy-action.ts","../../../../../../../hooks/use-deployment-logs.ts","../../../../../../../hooks/use-feature-logs.ts","../../../../../../../hooks/use-graph-state.ts","../../../../../../../hooks/use-mobile.ts","../../../../../../../hooks/use-notifications.stories.tsx","../../../../../../../hooks/use-notifications.ts","../../../../../../../hooks/use-npm-version-check.ts","../../../../../../../hooks/use-selected-feature-id.ts","../../../../../../../hooks/use-selected-repository.ts","../../../../../../../hooks/use-sound-action.stories.tsx","../../../../../../../hooks/use-sound-action.ts","../../../../../../../hooks/use-sound-enabled.ts","../../../../../../../hooks/use-sound.stories.tsx","../../../../../../../hooks/use-sound.ts","../../../../../../../hooks/use-tool-install-stream.ts","../../../../../../../hooks/use-version.ts","../../../../../../../hooks/use-viewport-persistence.ts","../../../../../../../hooks/useTheme.ts","../../../../../../../instrumentation.ts","../../../../../../../lib/compare-versions.ts","../../../../../../../lib/derive-graph.ts","../../../../../../../lib/feature-flags.ts","../../../../../../../lib/format-duration.ts","../../../../../../../lib/is-same-shep-instance.ts","../../../../../../../lib/layout-with-dagre.ts","../../../../../../../lib/logger.ts","../../../../../../../lib/model-metadata.ts","../../../../../../../lib/parse-log-line.ts","../../../../../../../lib/server-container.ts","../../../../../../../lib/skills.ts","../../../../../../../lib/utils.ts","../../../../../../../lib/version.ts","../../../../../../../next.config.ts","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../../postcss.config.mjs","../../../../../../../public/agent-events-sw.js","../../../../../../../public/favicon-dark.svg","../../../../../../../public/favicon-light.svg","../../../../../../../public/icons/agents/aider.png","../../../../../../../public/icons/agents/claude-ai-icon.svg","../../../../../../../public/icons/agents/claude-code.jpeg","../../../../../../../public/icons/agents/continue.jpeg","../../../../../../../public/icons/agents/cursor.jpeg","../../../../../../../public/icons/agents/gemini-cli.jpeg","../../../../../../../public/icons/editors/vscode.svg","../../../../../../../public/icons/editors/windsurf.svg","../../../../../../../public/icons/editors/zed.svg","../../../../../../../public/sounds/button.wav","../../../../../../../public/sounds/caution.wav","../../../../../../../public/sounds/celebration.wav","../../../../../../../public/sounds/disabled.wav","../../../../../../../public/sounds/notification.wav","../../../../../../../public/sounds/progress_loop.wav","../../../../../../../public/sounds/ringtone_loop.wav","../../../../../../../public/sounds/select.wav","../../../../../../../public/sounds/swipe.wav","../../../../../../../public/sounds/swipe_01.wav","../../../../../../../public/sounds/swipe_02.wav","../../../../../../../public/sounds/swipe_03.wav","../../../../../../../public/sounds/swipe_04.wav","../../../../../../../public/sounds/swipe_05.wav","../../../../../../../public/sounds/tap_01.wav","../../../../../../../public/sounds/tap_02.wav","../../../../../../../public/sounds/tap_03.wav","../../../../../../../public/sounds/tap_04.wav","../../../../../../../public/sounds/tap_05.wav","../../../../../../../public/sounds/toggle_off.wav","../../../../../../../public/sounds/toggle_on.wav","../../../../../../../public/sounds/transition_down.wav","../../../../../../../public/sounds/transition_up.wav","../../../../../../../public/sounds/type_01.wav","../../../../../../../public/sounds/type_02.wav","../../../../../../../public/sounds/type_03.wav","../../../../../../../public/sounds/type_04.wav","../../../../../../../public/sounds/type_05.wav","../../../../../../../tsconfig.json","../../../../../../../types/theme.ts","../../../../../chunks/ssr/403f9_next_d6c8d28d._.js","../../../../../chunks/ssr/403f9_next_dist_1f3516d7._.js","../../../../../chunks/ssr/403f9_next_dist_a53cb908._.js","../../../../../chunks/ssr/403f9_next_dist_c9d9b4d7._.js","../../../../../chunks/ssr/403f9_next_dist_client_components_44deecdf._.js","../../../../../chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js","../../../../../chunks/ssr/403f9_next_dist_compiled_@opentelemetry_api_index_5410770c.js","../../../../../chunks/ssr/403f9_next_dist_esm_3981ee1d._.js","../../../../../chunks/ssr/403f9_next_dist_esm_build_templates_app-page_54b1e179.js","../../../../../chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js","../../../../../chunks/ssr/[root-of-the-server]__0b150ddf._.js","../../../../../chunks/ssr/[root-of-the-server]__23b5ca2c._.js","../../../../../chunks/ssr/[root-of-the-server]__b062b383._.js","../../../../../chunks/ssr/[root-of-the-server]__b14946f5._.js","../../../../../chunks/ssr/[root-of-the-server]__d48c5b11._.js","../../../../../chunks/ssr/[root-of-the-server]__efeeaed4._.js","../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../chunks/ssr/_0020fddd._.js","../../../../../chunks/ssr/_01046927._.js","../../../../../chunks/ssr/_05c23ad9._.js","../../../../../chunks/ssr/_1b719e7f._.js","../../../../../chunks/ssr/_1b7dae9a._.js","../../../../../chunks/ssr/_4093a637._.js","../../../../../chunks/ssr/_4533d6f8._.js","../../../../../chunks/ssr/_4b432739._.js","../../../../../chunks/ssr/_6c7faa01._.js","../../../../../chunks/ssr/_b5fc318a._.js","../../../../../chunks/ssr/_cfbd1d7e._.js","../../../../../chunks/ssr/_d4b20e29._.js","../../../../../chunks/ssr/_fe63a7f9._.js","../../../../../chunks/ssr/src_presentation_web_app_(dashboard)_repository_[repositoryId]_page_tsx_7d738911._.js","../../../../../chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js","../../../../../chunks/ssr/src_presentation_web_app_global-error_tsx_14c389b5._.js","../../../../../chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js","../../../../../chunks/ssr/src_presentation_web_ca99d62d._.js","../../../../../chunks/ssr/src_presentation_web_components_e599bb8c._.js","../../../../../chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_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.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../../../../node_modules/next","../../../../../../../CLAUDE.md","../../../../../../../app/(dashboard)/@drawer/adopt/page.tsx","../../../../../../../app/(dashboard)/@drawer/create/page.tsx","../../../../../../../app/(dashboard)/@drawer/default.tsx","../../../../../../../app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.tsx","../../../../../../../app/(dashboard)/@drawer/feature/[featureId]/page.tsx","../../../../../../../app/(dashboard)/@drawer/repository/[repositoryId]/page.tsx","../../../../../../../app/(dashboard)/create/page.tsx","../../../../../../../app/(dashboard)/feature/[featureId]/[tab]/page.tsx","../../../../../../../app/(dashboard)/feature/[featureId]/page.tsx","../../../../../../../app/(dashboard)/get-graph-data.ts","../../../../../../../app/(dashboard)/layout.tsx","../../../../../../../app/(dashboard)/page.tsx","../../../../../../../app/(dashboard)/repository/[repositoryId]/page.tsx","../../../../../../../app/actions/add-repository.ts","../../../../../../../app/actions/adopt-branch.ts","../../../../../../../app/actions/agent-setup-flag.ts","../../../../../../../app/actions/approve-feature.ts","../../../../../../../app/actions/archive-feature.ts","../../../../../../../app/actions/check-agent-auth.ts","../../../../../../../app/actions/check-agent-tool.ts","../../../../../../../app/actions/check-tool-status.ts","../../../../../../../app/actions/compose-user-input.ts","../../../../../../../app/actions/create-feature.ts","../../../../../../../app/actions/delete-feature.ts","../../../../../../../app/actions/delete-repository.ts","../../../../../../../app/actions/deploy-feature.ts","../../../../../../../app/actions/deploy-repository.ts","../../../../../../../app/actions/get-all-agent-models.ts","../../../../../../../app/actions/get-available-terminals.ts","../../../../../../../app/actions/get-branch-sync-status.ts","../../../../../../../app/actions/get-deployment-logs.ts","../../../../../../../app/actions/get-deployment-status.ts","../../../../../../../app/actions/get-feature-artifact.ts","../../../../../../../app/actions/get-feature-drawer-data.ts","../../../../../../../app/actions/get-feature-metadata.ts","../../../../../../../app/actions/get-feature-phase-timings.ts","../../../../../../../app/actions/get-feature-plan.ts","../../../../../../../app/actions/get-merge-review-data.ts","../../../../../../../app/actions/get-research-artifact.ts","../../../../../../../app/actions/get-supported-models.ts","../../../../../../../app/actions/get-workflow-defaults.ts","../../../../../../../app/actions/import-github-repository.ts","../../../../../../../app/actions/list-branches.ts","../../../../../../../app/actions/list-github-repositories.ts","../../../../../../../app/actions/load-settings.ts","../../../../../../../app/actions/open-folder.ts","../../../../../../../app/actions/open-ide.ts","../../../../../../../app/actions/open-shell.ts","../../../../../../../app/actions/pick-folder.ts","../../../../../../../app/actions/rebase-feature.ts","../../../../../../../app/actions/reject-feature.ts","../../../../../../../app/actions/resume-feature.ts","../../../../../../../app/actions/start-feature.ts","../../../../../../../app/actions/stop-deployment.ts","../../../../../../../app/actions/stop-feature.ts","../../../../../../../app/actions/sync-repository.ts","../../../../../../../app/actions/unarchive-feature.ts","../../../../../../../app/actions/update-agent-and-model.ts","../../../../../../../app/actions/update-model.ts","../../../../../../../app/actions/update-settings.ts","../../../../../../../app/api/agent-events/health/route.ts","../../../../../../../app/api/agent-events/route.ts","../../../../../../../app/api/attachments/preview/route.ts","../../../../../../../app/api/attachments/upload-from-path/route.ts","../../../../../../../app/api/attachments/upload/route.ts","../../../../../../../app/api/cli-upgrade/route.ts","../../../../../../../app/api/deployment-logs/route.ts","../../../../../../../app/api/dialog/pick-files/route.ts","../../../../../../../app/api/directory/list/route.ts","../../../../../../../app/api/evidence/route.ts","../../../../../../../app/api/feature-logs/route.ts","../../../../../../../app/api/graph-data/route.ts","../../../../../../../app/api/npm-version/route.ts","../../../../../../../app/api/sessions-batch/route.ts","../../../../../../../app/api/sessions/route.ts","../../../../../../../app/api/tools/[id]/install/route.ts","../../../../../../../app/api/tools/[id]/install/stream/route.ts","../../../../../../../app/api/tools/[id]/launch/route.ts","../../../../../../../app/api/tools/route.ts","../../../../../../../app/api/version/route.ts","../../../../../../../app/build-feature-node-data.ts","../../../../../../../app/build-graph-nodes.ts","../../../../../../../app/derive-state.ts","../../../../../../../app/global-error.tsx","../../../../../../../app/globals.css","../../../../../../../app/layout.tsx","../../../../../../../app/not-found.tsx","../../../../../../../app/settings/page.tsx","../../../../../../../app/skills/page.tsx","../../../../../../../app/tools/page.tsx","../../../../../../../app/version/page.tsx","../../../../../../../components.json","../../../../../../../components/common/action-button/action-button.stories.tsx","../../../../../../../components/common/action-button/action-button.tsx","../../../../../../../components/common/action-button/index.ts","../../../../../../../components/common/add-repository-button/add-repository-button.tsx","../../../../../../../components/common/add-repository-button/index.ts","../../../../../../../components/common/add-repository-button/pick-folder.ts","../../../../../../../components/common/attachment-card/attachment-card.stories.tsx","../../../../../../../components/common/attachment-card/attachment-card.tsx","../../../../../../../components/common/attachment-card/index.ts","../../../../../../../components/common/attachment-chip/attachment-chip.stories.tsx","../../../../../../../components/common/attachment-chip/attachment-chip.tsx","../../../../../../../components/common/attachment-chip/index.ts","../../../../../../../components/common/base-drawer/base-drawer.stories.tsx","../../../../../../../components/common/base-drawer/base-drawer.tsx","../../../../../../../components/common/base-drawer/index.ts","../../../../../../../components/common/ci-status-badge/ci-status-badge.stories.tsx","../../../../../../../components/common/ci-status-badge/ci-status-badge.tsx","../../../../../../../components/common/ci-status-badge/index.ts","../../../../../../../components/common/control-center-drawer/adopt-branch-drawer.stories.tsx","../../../../../../../components/common/control-center-drawer/adopt-branch-drawer.tsx","../../../../../../../components/common/control-center-drawer/adopt-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/create-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/drawer-view.ts","../../../../../../../components/common/control-center-drawer/feature-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/index.ts","../../../../../../../components/common/control-center-drawer/repository-drawer-client.tsx","../../../../../../../components/common/control-center-drawer/use-artifact-fetch.ts","../../../../../../../components/common/control-center-drawer/use-drawer-sync.ts","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog-config.ts","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog.stories.tsx","../../../../../../../components/common/delete-feature-dialog/delete-feature-dialog.tsx","../../../../../../../components/common/delete-feature-dialog/index.ts","../../../../../../../components/common/deployment-status-badge/deployment-status-badge.stories.tsx","../../../../../../../components/common/deployment-status-badge/deployment-status-badge.tsx","../../../../../../../components/common/deployment-status-badge/index.ts","../../../../../../../components/common/drawer-action-bar/drawer-action-bar-config.ts","../../../../../../../components/common/drawer-action-bar/drawer-action-bar.stories.tsx","../../../../../../../components/common/drawer-action-bar/drawer-action-bar.tsx","../../../../../../../components/common/drawer-action-bar/index.ts","../../../../../../../components/common/drawer-revision-input/drawer-revision-input-config.ts","../../../../../../../components/common/drawer-revision-input/drawer-revision-input.tsx","../../../../../../../components/common/drawer-revision-input/index.ts","../../../../../../../components/common/editor-type-icons.tsx","../../../../../../../components/common/elapsed-time/elapsed-time.stories.tsx","../../../../../../../components/common/elapsed-time/elapsed-time.tsx","../../../../../../../components/common/elapsed-time/index.ts","../../../../../../../components/common/empty-state/empty-state.stories.tsx","../../../../../../../components/common/empty-state/empty-state.tsx","../../../../../../../components/common/empty-state/index.ts","../../../../../../../components/common/feature-create-drawer/feature-create-drawer.stories.tsx","../../../../../../../components/common/feature-create-drawer/feature-create-drawer.tsx","../../../../../../../components/common/feature-create-drawer/index.ts","../../../../../../../components/common/feature-create-drawer/pick-files.ts","../../../../../../../components/common/feature-create-drawer/repository-combobox.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/activity-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/activity-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/branch-sync-status.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/branch-sync-status.tsx","../../../../../../../components/common/feature-drawer-tabs/event-log-viewer.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/event-log-viewer.tsx","../../../../../../../components/common/feature-drawer-tabs/feature-drawer-tabs.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/feature-drawer-tabs.tsx","../../../../../../../components/common/feature-drawer-tabs/index.ts","../../../../../../../components/common/feature-drawer-tabs/log-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/log-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/overview-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/overview-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/plan-tab.stories.tsx","../../../../../../../components/common/feature-drawer-tabs/plan-tab.tsx","../../../../../../../components/common/feature-drawer-tabs/use-tab-data-fetch.ts","../../../../../../../components/common/feature-drawer/index.ts","../../../../../../../components/common/feature-drawer/use-feature-actions.ts","../../../../../../../components/common/feature-list-item/feature-list-item.stories.tsx","../../../../../../../components/common/feature-list-item/feature-list-item.tsx","../../../../../../../components/common/feature-list-item/index.ts","../../../../../../../components/common/feature-node/agent-type-icons.stories.tsx","../../../../../../../components/common/feature-node/agent-type-icons.tsx","../../../../../../../components/common/feature-node/derive-feature-state.ts","../../../../../../../components/common/feature-node/feature-node-state-config.ts","../../../../../../../components/common/feature-node/feature-node.stories.tsx","../../../../../../../components/common/feature-node/feature-node.tsx","../../../../../../../components/common/feature-node/feature-sessions-dropdown.stories.tsx","../../../../../../../components/common/feature-node/feature-sessions-dropdown.tsx","../../../../../../../components/common/feature-node/index.ts","../../../../../../../components/common/feature-status-badges/feature-status-badges.stories.tsx","../../../../../../../components/common/feature-status-badges/feature-status-badges.tsx","../../../../../../../components/common/feature-status-badges/index.ts","../../../../../../../components/common/feature-status-config.ts","../../../../../../../components/common/feature-status-group/feature-status-group.stories.tsx","../../../../../../../components/common/feature-status-group/feature-status-group.tsx","../../../../../../../components/common/feature-status-group/index.ts","../../../../../../../components/common/floating-action-button/floating-action-button.stories.tsx","../../../../../../../components/common/floating-action-button/floating-action-button.tsx","../../../../../../../components/common/floating-action-button/index.ts","../../../../../../../components/common/github-import-dialog/github-import-dialog.stories.tsx","../../../../../../../components/common/github-import-dialog/github-import-dialog.tsx","../../../../../../../components/common/github-import-dialog/github-repo-browser.stories.tsx","../../../../../../../components/common/github-import-dialog/github-repo-browser.tsx","../../../../../../../components/common/github-import-dialog/github-url-input.stories.tsx","../../../../../../../components/common/github-import-dialog/github-url-input.tsx","../../../../../../../components/common/github-import-dialog/index.ts","../../../../../../../components/common/index.ts","../../../../../../../components/common/inline-attachments/index.ts","../../../../../../../components/common/inline-attachments/inline-attachments.stories.tsx","../../../../../../../components/common/inline-attachments/inline-attachments.tsx","../../../../../../../components/common/loading-skeleton/index.ts","../../../../../../../components/common/loading-skeleton/loading-skeleton.stories.tsx","../../../../../../../components/common/loading-skeleton/loading-skeleton.tsx","../../../../../../../components/common/merge-review/diff-view.stories.tsx","../../../../../../../components/common/merge-review/diff-view.tsx","../../../../../../../components/common/merge-review/index.ts","../../../../../../../components/common/merge-review/merge-review-config.ts","../../../../../../../components/common/merge-review/merge-review.stories.tsx","../../../../../../../components/common/merge-review/merge-review.tsx","../../../../../../../components/common/open-action-menu/config.ts","../../../../../../../components/common/open-action-menu/index.ts","../../../../../../../components/common/open-action-menu/open-action-menu.stories.tsx","../../../../../../../components/common/open-action-menu/open-action-menu.tsx","../../../../../../../components/common/page-header/index.ts","../../../../../../../components/common/page-header/page-header.stories.tsx","../../../../../../../components/common/page-header/page-header.tsx","../../../../../../../components/common/prd-questionnaire/index.ts","../../../../../../../components/common/prd-questionnaire/prd-questionnaire-config.ts","../../../../../../../components/common/prd-questionnaire/prd-questionnaire.stories.tsx","../../../../../../../components/common/prd-questionnaire/prd-questionnaire.tsx","../../../../../../../components/common/product-decisions-summary/index.ts","../../../../../../../components/common/product-decisions-summary/product-decisions-summary-config.ts","../../../../../../../components/common/product-decisions-summary/product-decisions-summary.stories.tsx","../../../../../../../components/common/product-decisions-summary/product-decisions-summary.tsx","../../../../../../../components/common/react-file-manager-dialog/index.ts","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog-config.ts","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog.stories.tsx","../../../../../../../components/common/react-file-manager-dialog/react-file-manager-dialog.tsx","../../../../../../../components/common/reject-feedback-dialog/index.ts","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog-config.ts","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog.stories.tsx","../../../../../../../components/common/reject-feedback-dialog/reject-feedback-dialog.tsx","../../../../../../../components/common/repository-node/index.ts","../../../../../../../components/common/repository-node/repository-drawer.stories.tsx","../../../../../../../components/common/repository-node/repository-drawer.tsx","../../../../../../../components/common/repository-node/repository-node-config.ts","../../../../../../../components/common/repository-node/repository-node.stories.tsx","../../../../../../../components/common/repository-node/repository-node.tsx","../../../../../../../components/common/repository-node/use-repository-actions.ts","../../../../../../../components/common/server-log-viewer/index.ts","../../../../../../../components/common/server-log-viewer/server-log-viewer.stories.tsx","../../../../../../../components/common/server-log-viewer/server-log-viewer.tsx","../../../../../../../components/common/shep-logo/index.ts","../../../../../../../components/common/shep-logo/shep-logo.stories.tsx","../../../../../../../components/common/shep-logo/shep-logo.tsx","../../../../../../../components/common/sidebar-collapse-toggle/index.ts","../../../../../../../components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.tsx","../../../../../../../components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.tsx","../../../../../../../components/common/sidebar-nav-item/index.ts","../../../../../../../components/common/sidebar-nav-item/sidebar-nav-item.stories.tsx","../../../../../../../components/common/sidebar-nav-item/sidebar-nav-item.tsx","../../../../../../../components/common/sidebar-section-header/index.ts","../../../../../../../components/common/sidebar-section-header/sidebar-section-header.stories.tsx","../../../../../../../components/common/sidebar-section-header/sidebar-section-header.tsx","../../../../../../../components/common/sound-toggle/index.ts","../../../../../../../components/common/sound-toggle/sound-toggle.stories.tsx","../../../../../../../components/common/sound-toggle/sound-toggle.tsx","../../../../../../../components/common/task-progress-view/index.ts","../../../../../../../components/common/task-progress-view/task-progress-view.stories.tsx","../../../../../../../components/common/task-progress-view/task-progress-view.tsx","../../../../../../../components/common/tech-decisions-review/index.ts","../../../../../../../components/common/tech-decisions-review/tech-decisions-review-config.ts","../../../../../../../components/common/tech-decisions-review/tech-decisions-review.stories.tsx","../../../../../../../components/common/tech-decisions-review/tech-decisions-review.tsx","../../../../../../../components/common/theme-toggle/index.ts","../../../../../../../components/common/theme-toggle/theme-toggle.stories.tsx","../../../../../../../components/common/theme-toggle/theme-toggle.tsx","../../../../../../../components/common/version-badge/index.ts","../../../../../../../components/common/version-badge/version-badge.stories.tsx","../../../../../../../components/common/version-badge/version-badge.tsx","../../../../../../../components/features/control-center/control-center-empty-state.stories.tsx","../../../../../../../components/features/control-center/control-center-empty-state.tsx","../../../../../../../components/features/control-center/control-center-inner.tsx","../../../../../../../components/features/control-center/control-center.stories.tsx","../../../../../../../components/features/control-center/control-center.tsx","../../../../../../../components/features/control-center/index.ts","../../../../../../../components/features/control-center/use-control-center-state.ts","../../../../../../../components/features/control-center/welcome-agent-setup.stories.tsx","../../../../../../../components/features/control-center/welcome-agent-setup.tsx","../../../../../../../components/features/features-canvas/dependency-edge.stories.tsx","../../../../../../../components/features/features-canvas/dependency-edge.tsx","../../../../../../../components/features/features-canvas/features-canvas.stories.tsx","../../../../../../../components/features/features-canvas/features-canvas.tsx","../../../../../../../components/features/features-canvas/index.ts","../../../../../../../components/features/index.ts","../../../../../../../components/features/settings/AgentModelPicker/AgentModelPicker.stories.tsx","../../../../../../../components/features/settings/AgentModelPicker/index.tsx","../../../../../../../components/features/settings/ModelPicker/ModelPicker.stories.tsx","../../../../../../../components/features/settings/ModelPicker/index.tsx","../../../../../../../components/features/settings/agent-settings-section.stories.tsx","../../../../../../../components/features/settings/agent-settings-section.tsx","../../../../../../../components/features/settings/database-settings-section.stories.tsx","../../../../../../../components/features/settings/database-settings-section.tsx","../../../../../../../components/features/settings/environment-settings-section.stories.tsx","../../../../../../../components/features/settings/environment-settings-section.tsx","../../../../../../../components/features/settings/feature-flags-settings-section.stories.tsx","../../../../../../../components/features/settings/feature-flags-settings-section.tsx","../../../../../../../components/features/settings/notification-settings-section.stories.tsx","../../../../../../../components/features/settings/notification-settings-section.tsx","../../../../../../../components/features/settings/settings-page-client.stories.tsx","../../../../../../../components/features/settings/settings-page-client.tsx","../../../../../../../components/features/settings/timeout-slider.stories.tsx","../../../../../../../components/features/settings/timeout-slider.tsx","../../../../../../../components/features/settings/workflow-settings-section.stories.tsx","../../../../../../../components/features/settings/workflow-settings-section.tsx","../../../../../../../components/features/skills/category-filter.stories.tsx","../../../../../../../components/features/skills/category-filter.tsx","../../../../../../../components/features/skills/index.ts","../../../../../../../components/features/skills/skill-card.stories.tsx","../../../../../../../components/features/skills/skill-card.tsx","../../../../../../../components/features/skills/skill-detail-drawer.stories.tsx","../../../../../../../components/features/skills/skill-detail-drawer.tsx","../../../../../../../components/features/skills/skill-list.stories.tsx","../../../../../../../components/features/skills/skill-list.tsx","../../../../../../../components/features/skills/skills-page-client.stories.tsx","../../../../../../../components/features/skills/skills-page-client.tsx","../../../../../../../components/features/tools/index.ts","../../../../../../../components/features/tools/tool-card.stories.tsx","../../../../../../../components/features/tools/tool-card.tsx","../../../../../../../components/features/tools/tool-detail-drawer.stories.tsx","../../../../../../../components/features/tools/tool-detail-drawer.tsx","../../../../../../../components/features/tools/tools-page-client.stories.tsx","../../../../../../../components/features/tools/tools-page-client.tsx","../../../../../../../components/features/version/version-page-client.tsx","../../../../../../../components/layouts/app-shell/app-shell.tsx","../../../../../../../components/layouts/app-shell/index.ts","../../../../../../../components/layouts/app-sidebar/app-sidebar.stories.tsx","../../../../../../../components/layouts/app-sidebar/app-sidebar.tsx","../../../../../../../components/layouts/app-sidebar/index.ts","../../../../../../../components/layouts/dashboard-layout/dashboard-layout.stories.tsx","../../../../../../../components/layouts/dashboard-layout/dashboard-layout.tsx","../../../../../../../components/layouts/dashboard-layout/index.ts","../../../../../../../components/layouts/header/header.stories.tsx","../../../../../../../components/layouts/header/header.tsx","../../../../../../../components/layouts/header/index.ts","../../../../../../../components/layouts/index.ts","../../../../../../../components/layouts/sidebar/index.ts","../../../../../../../components/layouts/sidebar/sidebar.stories.tsx","../../../../../../../components/layouts/sidebar/sidebar.tsx","../../../../../../../components/ui/accordion.stories.tsx","../../../../../../../components/ui/accordion.tsx","../../../../../../../components/ui/alert-dialog.stories.tsx","../../../../../../../components/ui/alert-dialog.tsx","../../../../../../../components/ui/alert.stories.tsx","../../../../../../../components/ui/alert.tsx","../../../../../../../components/ui/badge.stories.tsx","../../../../../../../components/ui/badge.tsx","../../../../../../../components/ui/button.stories.tsx","../../../../../../../components/ui/button.tsx","../../../../../../../components/ui/card.stories.tsx","../../../../../../../components/ui/card.tsx","../../../../../../../components/ui/checkbox-group-item.stories.tsx","../../../../../../../components/ui/checkbox-group-item.tsx","../../../../../../../components/ui/checkbox-group.stories.tsx","../../../../../../../components/ui/checkbox-group.tsx","../../../../../../../components/ui/checkbox.stories.tsx","../../../../../../../components/ui/checkbox.tsx","../../../../../../../components/ui/comet-spinner.stories.tsx","../../../../../../../components/ui/comet-spinner.tsx","../../../../../../../components/ui/command.tsx","../../../../../../../components/ui/dialog.stories.tsx","../../../../../../../components/ui/dialog.tsx","../../../../../../../components/ui/drawer.stories.tsx","../../../../../../../components/ui/drawer.tsx","../../../../../../../components/ui/dropdown-menu.tsx","../../../../../../../components/ui/input.stories.tsx","../../../../../../../components/ui/input.tsx","../../../../../../../components/ui/label.stories.tsx","../../../../../../../components/ui/label.tsx","../../../../../../../components/ui/popover.stories.tsx","../../../../../../../components/ui/popover.tsx","../../../../../../../components/ui/scroll-area.tsx","../../../../../../../components/ui/select.stories.tsx","../../../../../../../components/ui/select.tsx","../../../../../../../components/ui/separator.tsx","../../../../../../../components/ui/sheet.tsx","../../../../../../../components/ui/sidebar.tsx","../../../../../../../components/ui/skeleton.tsx","../../../../../../../components/ui/slider.stories.tsx","../../../../../../../components/ui/slider.tsx","../../../../../../../components/ui/sonner.stories.tsx","../../../../../../../components/ui/sonner.tsx","../../../../../../../components/ui/spinner.stories.tsx","../../../../../../../components/ui/spinner.tsx","../../../../../../../components/ui/switch.tsx","../../../../../../../components/ui/tabs.stories.tsx","../../../../../../../components/ui/tabs.tsx","../../../../../../../components/ui/textarea.stories.tsx","../../../../../../../components/ui/textarea.tsx","../../../../../../../components/ui/tooltip.tsx","../../../../../../../dev-server.ts","../../../../../../../docs/Colors.mdx","../../../../../../../docs/GettingStarted.mdx","../../../../../../../docs/Typography.mdx","../../../../../../../eslint.config.mjs","../../../../../../../hooks/agent-events-provider.tsx","../../../../../../../hooks/drawer-close-guard.tsx","../../../../../../../hooks/feature-flags-context.tsx","../../../../../../../hooks/sessions-provider.tsx","../../../../../../../hooks/sidebar-features-context.tsx","../../../../../../../hooks/use-agent-events.ts","../../../../../../../hooks/use-branch-sync-status.ts","../../../../../../../hooks/use-cli-upgrade.ts","../../../../../../../hooks/use-deferred-mount.ts","../../../../../../../hooks/use-deploy-action.ts","../../../../../../../hooks/use-deployment-logs.ts","../../../../../../../hooks/use-feature-logs.ts","../../../../../../../hooks/use-graph-state.ts","../../../../../../../hooks/use-mobile.ts","../../../../../../../hooks/use-notifications.stories.tsx","../../../../../../../hooks/use-notifications.ts","../../../../../../../hooks/use-npm-version-check.ts","../../../../../../../hooks/use-selected-feature-id.ts","../../../../../../../hooks/use-selected-repository.ts","../../../../../../../hooks/use-sound-action.stories.tsx","../../../../../../../hooks/use-sound-action.ts","../../../../../../../hooks/use-sound-enabled.ts","../../../../../../../hooks/use-sound.stories.tsx","../../../../../../../hooks/use-sound.ts","../../../../../../../hooks/use-tool-install-stream.ts","../../../../../../../hooks/use-version.ts","../../../../../../../hooks/use-viewport-persistence.ts","../../../../../../../hooks/useTheme.ts","../../../../../../../instrumentation.ts","../../../../../../../lib/compare-versions.ts","../../../../../../../lib/derive-graph.ts","../../../../../../../lib/feature-flags.ts","../../../../../../../lib/format-duration.ts","../../../../../../../lib/is-same-shep-instance.ts","../../../../../../../lib/layout-with-dagre.ts","../../../../../../../lib/logger.ts","../../../../../../../lib/model-metadata.ts","../../../../../../../lib/parse-log-line.ts","../../../../../../../lib/server-container.ts","../../../../../../../lib/session-scanner.ts","../../../../../../../lib/skills.ts","../../../../../../../lib/utils.ts","../../../../../../../lib/version.ts","../../../../../../../next.config.ts","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../../postcss.config.mjs","../../../../../../../public/agent-events-sw.js","../../../../../../../public/favicon-dark.svg","../../../../../../../public/favicon-light.svg","../../../../../../../public/icons/agents/aider.png","../../../../../../../public/icons/agents/claude-ai-icon.svg","../../../../../../../public/icons/agents/claude-code.jpeg","../../../../../../../public/icons/agents/continue.jpeg","../../../../../../../public/icons/agents/cursor.jpeg","../../../../../../../public/icons/agents/gemini-cli.jpeg","../../../../../../../public/icons/editors/vscode.svg","../../../../../../../public/icons/editors/windsurf.svg","../../../../../../../public/icons/editors/zed.svg","../../../../../../../public/sounds/button.wav","../../../../../../../public/sounds/caution.wav","../../../../../../../public/sounds/celebration.wav","../../../../../../../public/sounds/disabled.wav","../../../../../../../public/sounds/notification.wav","../../../../../../../public/sounds/progress_loop.wav","../../../../../../../public/sounds/ringtone_loop.wav","../../../../../../../public/sounds/select.wav","../../../../../../../public/sounds/swipe.wav","../../../../../../../public/sounds/swipe_01.wav","../../../../../../../public/sounds/swipe_02.wav","../../../../../../../public/sounds/swipe_03.wav","../../../../../../../public/sounds/swipe_04.wav","../../../../../../../public/sounds/swipe_05.wav","../../../../../../../public/sounds/tap_01.wav","../../../../../../../public/sounds/tap_02.wav","../../../../../../../public/sounds/tap_03.wav","../../../../../../../public/sounds/tap_04.wav","../../../../../../../public/sounds/tap_05.wav","../../../../../../../public/sounds/toggle_off.wav","../../../../../../../public/sounds/toggle_on.wav","../../../../../../../public/sounds/transition_down.wav","../../../../../../../public/sounds/transition_up.wav","../../../../../../../public/sounds/type_01.wav","../../../../../../../public/sounds/type_02.wav","../../../../../../../public/sounds/type_03.wav","../../../../../../../public/sounds/type_04.wav","../../../../../../../public/sounds/type_05.wav","../../../../../../../tsconfig.json","../../../../../../../types/theme.ts","../../../../../chunks/ssr/403f9_next_d6c8d28d._.js","../../../../../chunks/ssr/403f9_next_dist_1f3516d7._.js","../../../../../chunks/ssr/403f9_next_dist_a53cb908._.js","../../../../../chunks/ssr/403f9_next_dist_c9d9b4d7._.js","../../../../../chunks/ssr/403f9_next_dist_client_components_44deecdf._.js","../../../../../chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js","../../../../../chunks/ssr/403f9_next_dist_compiled_@opentelemetry_api_index_5410770c.js","../../../../../chunks/ssr/403f9_next_dist_esm_3981ee1d._.js","../../../../../chunks/ssr/403f9_next_dist_esm_build_templates_app-page_54b1e179.js","../../../../../chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js","../../../../../chunks/ssr/[root-of-the-server]__0b150ddf._.js","../../../../../chunks/ssr/[root-of-the-server]__23b5ca2c._.js","../../../../../chunks/ssr/[root-of-the-server]__b062b383._.js","../../../../../chunks/ssr/[root-of-the-server]__b14946f5._.js","../../../../../chunks/ssr/[root-of-the-server]__d48c5b11._.js","../../../../../chunks/ssr/[root-of-the-server]__efeeaed4._.js","../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../chunks/ssr/_0020fddd._.js","../../../../../chunks/ssr/_01046927._.js","../../../../../chunks/ssr/_05c23ad9._.js","../../../../../chunks/ssr/_1b719e7f._.js","../../../../../chunks/ssr/_1b7dae9a._.js","../../../../../chunks/ssr/_4093a637._.js","../../../../../chunks/ssr/_4b432739._.js","../../../../../chunks/ssr/_6c7faa01._.js","../../../../../chunks/ssr/_8c875922._.js","../../../../../chunks/ssr/_b06fea81._.js","../../../../../chunks/ssr/_b5fc318a._.js","../../../../../chunks/ssr/_cfbd1d7e._.js","../../../../../chunks/ssr/_d4b20e29._.js","../../../../../chunks/ssr/src_presentation_web_app_(dashboard)_repository_[repositoryId]_page_tsx_7d738911._.js","../../../../../chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js","../../../../../chunks/ssr/src_presentation_web_app_global-error_tsx_14c389b5._.js","../../../../../chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js","../../../../../chunks/ssr/src_presentation_web_ca99d62d._.js","../../../../../chunks/ssr/src_presentation_web_components_e599bb8c._.js","../../../../../chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|