@shepai/cli 1.181.0 → 1.182.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/presentation/cli/commands/app/del.command.d.ts +14 -0
- package/dist/src/presentation/cli/commands/app/del.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/del.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts +20 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/index.js +33 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/ls.command.js +74 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts +17 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/new.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts +10 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.js +33 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/show.command.js +95 -0
- package/dist/src/presentation/cli/index.js +2 -0
- package/dist/translations/ar/cli.json +63 -0
- package/dist/translations/de/cli.json +63 -0
- package/dist/translations/en/cli.json +63 -0
- package/dist/translations/es/cli.json +63 -0
- package/dist/translations/fr/cli.json +63 -0
- package/dist/translations/he/cli.json +63 -0
- package/dist/translations/pt/cli.json +63 -0
- package/dist/translations/ru/cli.json +63 -0
- package/dist/translations/uk/cli.json +63 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- 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 +2 -2
- package/web/.next/required-server-files.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +32 -32
- 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/chat/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +33 -33
- 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 +41 -41
- 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 +41 -41
- 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]/[tab]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
- 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)/chat/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +33 -33
- 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 +41 -41
- 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 +41 -41
- 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 +30 -30
- 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]/[tab]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
- 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 +7 -7
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/application/[id]/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/application/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/application/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/features/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +10 -10
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +13 -13
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- 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/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__013a0318._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__013a0318._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1925bef0._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4ee8be85._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e265da61._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_da028026._.js → _177d29c6._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_da028026._.js.map → _177d29c6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_5bb39227._.js → _21cc662b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_5bb39227._.js.map → _21cc662b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_655cc4fd._.js → _503102fc._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_655cc4fd._.js.map → _503102fc._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_e5753970._.js → _575fe3ee._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_e5753970._.js.map → _575fe3ee._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_fbf4db9c._.js → _a7184dfa._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_fbf4db9c._.js.map → _a7184dfa._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f8c55130._.js +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/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +3 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.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/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f1edcf5e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f1edcf5e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.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 +54 -54
- package/web/.next/static/chunks/{be165be5db7a6054.js → 2424ab50273fe1d9.js} +1 -1
- package/web/.next/static/chunks/{443c0073e58878d8.js → 33dc7a1041f4ab64.js} +1 -1
- package/web/.next/static/chunks/{53f9385d4a447ad4.js → 6afd16b2fe544054.js} +2 -2
- package/web/.next/static/chunks/{b40755bc75789277.js → 7604027076448f2b.js} +1 -1
- package/web/.next/static/chunks/{ae94e98b7163890b.js → 87a0df5389e06641.js} +1 -1
- package/web/.next/static/chunks/{e65f14d14ad46a32.js → 8c9016ab8c1f6204.js} +1 -1
- package/web/.next/static/chunks/94e8559ae19a16e1.js +1 -0
- package/web/.next/static/chunks/a0cfca1e5fd467e9.js +1 -0
- package/web/.next/static/chunks/{7a9d8b705c0f8d2d.js → a2531137c7d36d54.js} +1 -1
- package/web/.next/static/chunks/{6ad23a3ac827b65b.js → ac22076c64634ac1.js} +1 -1
- package/web/.next/static/chunks/{e11508a76f5fca98.js → b4aa3a83f2451e07.js} +1 -1
- package/web/.next/static/chunks/{5635fe220632fced.js → b87904ecdddde972.js} +1 -1
- package/web/.next/static/chunks/{15951ad67a810e2c.js → be2e80436bc15812.js} +3 -3
- package/web/.next/static/chunks/{fe29d30a75e697ed.js → ceff12f8a2e5bc08.js} +1 -1
- package/web/.next/static/chunks/de7de1db2a8788dd.js +1 -0
- package/web/.next/static/chunks/{d8e96baa3feb79cb.js → e4f0ca20b62bd66f.js} +1 -1
- package/web/.next/static/chunks/25bbd99fa3dcc0b2.js +0 -1
- package/web/.next/static/chunks/b6ddc3e5f64bef7f.js +0 -1
- package/web/.next/static/chunks/d7310881615cb55b.js +0 -1
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_buildManifest.js +0 -0
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"003d0efbae2ee51b84f36569a3d9855d87e24750d1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\",\n \"exportedName\": \"getAllAgentModels\"\n },\n \"0023077826973eb66acc97360f2324aa92fc4b7eaf\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\",\n \"exportedName\": \"checkAllAgentsStatus\"\n },\n \"60ddc5a1721764ad79ab273b52c39232c5e9359107\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\",\n \"exportedName\": \"updateAgentAndModel\"\n },\n \"00d659d7355a2b6a5ffc831e27d33aa2b1bbb99816\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\",\n \"exportedName\": \"pickFolder\"\n },\n \"40192685e178327248c4ee3e7ed433168089f96062\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\",\n \"exportedName\": \"listGitHubRepositories\"\n },\n \"00bd27b30e6c35aa39ca5fcf0280d5b3379cd1c07e\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\",\n \"exportedName\": \"listGitHubOrganizations\"\n },\n \"401df75e6c7fb8e097b733abb8797bdfcdccbefb47\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\",\n \"exportedName\": \"importGitHubRepository\"\n },\n \"40cfe9ccf1af62e1123113d5ba522244a957544f28\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\",\n \"exportedName\": \"deployFeature\"\n },\n \"402bf41f2c3cf1b29b445e07ab9a6fe3182e1df2d8\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\",\n \"exportedName\": \"deployRepository\"\n },\n \"40d7b674cc1d8c901818cf7e473218e7a6203fd032\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\",\n \"exportedName\": \"deployApplication\"\n },\n \"40314c5fc0aabcf152e1d908fe738c3cf40bd70be1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\",\n \"exportedName\": \"stopDeployment\"\n },\n \"40f88f7c0b3d5aad4185d49a932fc0dce113ec0912\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\",\n \"exportedName\": \"getDeploymentStatus\"\n },\n \"40d9edabf5ce0f2bae3126c6a229398875f507a208\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\",\n \"exportedName\": \"openIde\"\n },\n \"40bd8b1511738071912093ce876b807d0cb12137cd\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\",\n \"exportedName\": \"openShell\"\n },\n \"40d902df8a5f576b5aa33b645a7dfaf4b4133f67e6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\",\n \"exportedName\": \"openFolder\"\n },\n \"400c298d066926bbd45a1cc986940c718482912bf4\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\",\n \"exportedName\": \"syncRepository\"\n },\n \"406c2354167c1037f06f5228adc94dcd5e877d721e\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\",\n \"exportedName\": \"getDeploymentLogs\"\n },\n \"4046888598d39ae43d75963d3ef3cd4e8016324d4b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\",\n \"exportedName\": \"createProjectAndFeature\"\n },\n \"400962487c8ebd3b1f5ded2ca4a60f8a73406f4f3f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\",\n \"exportedName\": \"createApplication\"\n },\n \"40699d7542c74323d1335bc9d1238c872989b4ff95\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\",\n \"exportedName\": \"createProjectFolder\"\n },\n \"40adf0278807286a3192aa91cc969ad4bf34de24f3\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\",\n \"exportedName\": \"archiveFeature\"\n },\n \"788ed56ab07e66ef884d6ce0f77fa46b5034bcfed4\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\",\n \"exportedName\": \"deleteFeature\"\n },\n \"40f7e19e0c90a0828d68efc73ea956f73a3fc08de5\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\",\n \"exportedName\": \"resumeFeature\"\n },\n \"400c51000c5d6b72e9ea6f8c5b72d2281b3a54694b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\",\n \"exportedName\": \"startFeature\"\n },\n \"402abe7793fe396edf2d669c244fd0eeb370125424\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\",\n \"exportedName\": \"stopFeature\"\n },\n \"403a379924950f7ba0c0e57e7c3c960d0624062339\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\",\n \"exportedName\": \"unarchiveFeature\"\n },\n \"40003deaddd47ade1409b6d526755b08eb3be80f0d\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\",\n \"exportedName\": \"addRepository\"\n },\n \"6066fc7a836c30765dbacbf5d8466865b5aa1f9640\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\",\n \"exportedName\": \"deleteRepository\"\n },\n \"40249dc44ff0bea67ac4b228d968dd1f704ee4b24f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\",\n \"exportedName\": \"deleteApplication\"\n },\n \"40c7cc76af10154bd904315971383c0c513ef690f6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\",\n \"exportedName\": \"getFeatureMetadata\"\n },\n \"40ebf6fb7c12ba0c96a087e925010ba9953421ebc1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"adoptBranch\",\n \"filename\": \"src/presentation/web/app/actions/adopt-branch.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/adopt-branch.ts\",\n \"exportedName\": \"adoptBranch\"\n },\n \"40d6b9a6d8a3dec6db39512f48e30cee75c4839d75\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listBranches\",\n \"filename\": \"src/presentation/web/app/actions/list-branches.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-branches.ts\",\n \"exportedName\": \"listBranches\"\n },\n \"00b377cba6c794f2eab4ff78f2016353e723e305c2\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"rsc\",\n \"app/(dashboard)/create/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\",\n \"exportedName\": \"getWorkflowDefaults\"\n },\n \"40e94d549a1b2ad0387ebfe8cd8e7d09a8802daa83\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getViewerPermission\",\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getViewerPermission\",\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\",\n \"exportedName\": \"getViewerPermission\"\n },\n \"40cfbdcca08cd1c0a38f8655b5cec9e55a665cf783\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\",\n \"exportedName\": \"createFeature\"\n },\n \"60edbe700ffc1b669421c9dba271f7c42f5ba8a6dc\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\",\n \"exportedName\": \"approveFeature\"\n },\n \"708d1b07c11dc346578c426b5cc8a8cde1536a8f4a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\",\n \"exportedName\": \"rejectFeature\"\n },\n \"4059fccbe6248e2c1a928c66c54fc6e24c20122e91\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\",\n \"exportedName\": \"getFeatureArtifact\"\n },\n \"40c85810f5f78107dd440f21eda5750b2b5abd9fa9\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\",\n \"exportedName\": \"getResearchArtifact\"\n },\n \"40530374289ce9da0a504fb04096516cb05a30c8b0\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\",\n \"exportedName\": \"getMergeReviewData\"\n },\n \"40d2379184b51d70f222c9967c0950471d1d59e5ee\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\",\n \"exportedName\": \"getFeaturePhaseTimings\"\n },\n \"402ee61aaf5601ff72a452be65e1e73212f26d4491\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\",\n \"exportedName\": \"getFeaturePlan\"\n },\n \"40cbbc551f51cd040f66c1a48b15a1eac877224491\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\",\n \"exportedName\": \"rebaseFeature\"\n },\n \"402ba114d5739a06dc374b9f01009be61773a52cc2\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\",\n \"exportedName\": \"getFeatureDrawerData\"\n },\n \"406ce14951c191d5f69c0228d1851382285267ada0\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\",\n \"exportedName\": \"getBranchSyncStatus\"\n },\n \"70adb0cdf2121063fc856dabb0f714ca51c41f2131\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\",\n \"exportedName\": \"updateFeaturePinnedConfig\"\n },\n \"60f8fa91b2f014c10674fdbd70076519c6a7792419\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\",\n \"exportedName\": \"getGitRepoInfo\"\n },\n \"40fc19d718db31a142b2eaa6469276da3343a00605\": {\n \"workers\": {\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getApplicationDebugPrompt\",\n \"filename\": \"src/presentation/web/app/actions/get-application-debug-prompt.ts\"\n }\n },\n \"layer\": {\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-application-debug-prompt.ts\",\n \"exportedName\": \"getApplicationDebugPrompt\"\n },\n \"00592624c979debecc1e14ae559b5897fcda7bced5\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"loadSettings\",\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\",\n \"exportedName\": \"loadSettings\"\n },\n \"0044bec973a07e271b5a409d58e71c445935f6640f\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"getAvailableTerminals\",\n \"filename\": \"src/presentation/web/app/actions/get-available-terminals.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-available-terminals.ts\",\n \"exportedName\": \"getAvailableTerminals\"\n },\n \"409b76980a998d392c95b11c7d25e547f33c206c32\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"updateSettingsAction\",\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\",\n \"exportedName\": \"updateSettingsAction\"\n },\n \"40e2ea3c89625f89f59266a81d174098c8c156c94e\": {\n \"workers\": {\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"removeInjectedSkill\",\n \"filename\": \"src/presentation/web/app/actions/remove-injected-skill.ts\"\n }\n },\n \"layer\": {\n \"app/skills/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/remove-injected-skill.ts\",\n \"exportedName\": \"removeInjectedSkill\"\n },\n \"40e3be46c3dabbd695830d6a8d62290808482376e2\": {\n \"workers\": {\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"addInjectedSkill\",\n \"filename\": \"src/presentation/web/app/actions/add-injected-skill.ts\"\n }\n },\n \"layer\": {\n \"app/skills/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-injected-skill.ts\",\n \"exportedName\": \"addInjectedSkill\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"1/6XbLkeu+P+3pArFzUqYPObsmxA9NK5c1SU2CNzX6s=\"\n}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"002386bee71a5ce17cbded353839cc75a79eb772f6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"getAllAgentModels\",\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-all-agent-models.ts\",\n \"exportedName\": \"getAllAgentModels\"\n },\n \"0022940fac7b76d693ef518b0f0df38f98e93c94a8\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"checkAllAgentsStatus\",\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/check-all-agents-status.ts\",\n \"exportedName\": \"checkAllAgentsStatus\"\n },\n \"6029f0baee8045ab649b4dde1ddabc22ae7cabcd03\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"updateAgentAndModel\",\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-agent-and-model.ts\",\n \"exportedName\": \"updateAgentAndModel\"\n },\n \"006daede354b3555a3add6f42fa5cfb038a9b3fdbd\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\",\n \"exportedName\": \"pickFolder\"\n },\n \"40f17cd57586bb2fa54f262248dcce3ee1e9e21e73\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"listGitHubRepositories\",\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-github-repositories.ts\",\n \"exportedName\": \"listGitHubRepositories\"\n },\n \"00da7d4452a7dfe670ada510be8f6bf1489124b108\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"listGitHubOrganizations\",\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-github-organizations.ts\",\n \"exportedName\": \"listGitHubOrganizations\"\n },\n \"404e73f4011dad1aae02357f58af12bb02bb204eca\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 97823,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/features/page\": {\n \"moduleId\": 27548,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 70613,\n \"async\": false,\n \"exportedName\": \"importGitHubRepository\",\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/features/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/import-github-repository.ts\",\n \"exportedName\": \"importGitHubRepository\"\n },\n \"407e705c6dbaa58d897f3a9504359bf8848d5d9ca0\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\",\n \"exportedName\": \"deployFeature\"\n },\n \"4092b46401f01d7a804b3709092893722c29c6b69d\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\",\n \"exportedName\": \"deployRepository\"\n },\n \"40dd07394d324152bd45e4e4f769f366d967e25308\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"deployApplication\",\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-application.ts\",\n \"exportedName\": \"deployApplication\"\n },\n \"40506a30fcbe01aae704103714c08f8a05e7af009b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\",\n \"exportedName\": \"stopDeployment\"\n },\n \"401556752d2af3ca8f84f32f8b3da3e8e92e551f0a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\",\n \"exportedName\": \"getDeploymentStatus\"\n },\n \"40b8f186dffbe550d19d6cf8f0039defeef5a3cb75\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\",\n \"exportedName\": \"openIde\"\n },\n \"40d4f19a3d3be255d1041da62b22d5c641e0ada846\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\",\n \"exportedName\": \"openShell\"\n },\n \"40a9005e9f2086afbab18c22efa5f332191960c632\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\",\n \"exportedName\": \"openFolder\"\n },\n \"40f95969cf318db6077d7982fec5b59d39a48dd987\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"syncRepository\",\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/sync-repository.ts\",\n \"exportedName\": \"syncRepository\"\n },\n \"40fcc863c7655ecc2ebaf471c943fb4b7de51147c1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 17249,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\",\n \"exportedName\": \"getDeploymentLogs\"\n },\n \"4089b300050d81658f20ea0043475189522cd3a2dd\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createProjectAndFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-project-and-feature.ts\",\n \"exportedName\": \"createProjectAndFeature\"\n },\n \"40b7ac4389ecd987aa2e24f4b4f45eb48c6e932ecf\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createApplication\",\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-application.ts\",\n \"exportedName\": \"createApplication\"\n },\n \"4098d90af088d2be26bd1bb7326ac762dcccf71294\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"createProjectFolder\",\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-project-folder.ts\",\n \"exportedName\": \"createProjectFolder\"\n },\n \"40cf8a14664dcf22641d961f9e4cc71c3c559f7df7\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"archiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/archive-feature.ts\",\n \"exportedName\": \"archiveFeature\"\n },\n \"78f037b256864a1706ed28138da1c4b2ab92afc3fe\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\",\n \"exportedName\": \"deleteFeature\"\n },\n \"409ffe8b2afb1c7d10d667e601b1f9a24cc3ed5625\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"resumeFeature\",\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/resume-feature.ts\",\n \"exportedName\": \"resumeFeature\"\n },\n \"407689839318438d5e1dda38417500cc335dfbd213\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"startFeature\",\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/start-feature.ts\",\n \"exportedName\": \"startFeature\"\n },\n \"4088ffb519dcad1da31d2c3601bfc372efedf0a5c1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"stopFeature\",\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-feature.ts\",\n \"exportedName\": \"stopFeature\"\n },\n \"404c4bd65b1046492a61aee8d0a89e868ce5017473\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"unarchiveFeature\",\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/unarchive-feature.ts\",\n \"exportedName\": \"unarchiveFeature\"\n },\n \"4099b902707dfaed18bf3c3a04618b888eae6fd500\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\",\n \"exportedName\": \"addRepository\"\n },\n \"609ddfa325fbc4312c6752a9e9d9383a7cef112d3b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\",\n \"exportedName\": \"deleteRepository\"\n },\n \"40598b43179459e1a20fb048d3befa71e476928650\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"deleteApplication\",\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-application.ts\",\n \"exportedName\": \"deleteApplication\"\n },\n \"40960c4e85d0f003032d2574de11f99a671ddf18ae\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/chat/page\": {\n \"moduleId\": 49159,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/chat/page\": {\n \"moduleId\": 6509,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 6199,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/chat/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/chat/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\",\n \"exportedName\": \"getFeatureMetadata\"\n },\n \"401fb6f9da6283e943cdd0b8e383a07bcb1093db27\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"adoptBranch\",\n \"filename\": \"src/presentation/web/app/actions/adopt-branch.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/adopt-branch.ts\",\n \"exportedName\": \"adoptBranch\"\n },\n \"4032cd8c0c6c1798dee77aa8620a3a49dd5ac6de9a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/adopt/page\": {\n \"moduleId\": 49851,\n \"async\": false,\n \"exportedName\": \"listBranches\",\n \"filename\": \"src/presentation/web/app/actions/list-branches.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/adopt/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/list-branches.ts\",\n \"exportedName\": \"listBranches\"\n },\n \"0073cfb5a89b2558f5f1506b1d4487e1c495f1f282\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"rsc\",\n \"app/(dashboard)/create/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\",\n \"exportedName\": \"getWorkflowDefaults\"\n },\n \"408a22558791db850172592845df6fdf5f1cdefcb3\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"getViewerPermission\",\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"getViewerPermission\",\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-viewer-permission.ts\",\n \"exportedName\": \"getViewerPermission\"\n },\n \"402a78d6e80152f5300bd501ed84533c16774ba44f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 25637,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 23761,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\",\n \"exportedName\": \"createFeature\"\n },\n \"60af37e525b8b54b8fac4ed677859d776efe60828a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\",\n \"exportedName\": \"approveFeature\"\n },\n \"703d3d532cbc74a0c05751f7a20fd949bc5e141515\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\",\n \"exportedName\": \"rejectFeature\"\n },\n \"40b97ed8d87db3542e339020bb80766c85c34e759a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\",\n \"exportedName\": \"getFeatureArtifact\"\n },\n \"40377e3cfeeb2d2031c5aa8a570ab518dd3dcca4e2\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\",\n \"exportedName\": \"getResearchArtifact\"\n },\n \"403f16255afedb924b5acc4ef49a66308457eca3bf\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\",\n \"exportedName\": \"getMergeReviewData\"\n },\n \"409912f31cd47efdfb7670eb11b3f1638989f5725c\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeaturePhaseTimings\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-phase-timings.ts\",\n \"exportedName\": \"getFeaturePhaseTimings\"\n },\n \"40deaec0cd3d31e5f5bf3a66680796ca05a030d45b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeaturePlan\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-plan.ts\",\n \"exportedName\": \"getFeaturePlan\"\n },\n \"4089ba419d252df2932e22e127726b0ed9eb812fbf\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"rebaseFeature\",\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/rebase-feature.ts\",\n \"exportedName\": \"rebaseFeature\"\n },\n \"40cb2477a2b12750e5eeb0da363934cdb702aa9723\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getFeatureDrawerData\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-drawer-data.ts\",\n \"exportedName\": \"getFeatureDrawerData\"\n },\n \"40dd13a4cdfedceca73a23ea3290b416bf0c09dac4\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"getBranchSyncStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-branch-sync-status.ts\",\n \"exportedName\": \"getBranchSyncStatus\"\n },\n \"70f4397a2e3f84777f96895c37f6850f2da894cc33\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 12154,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 6340,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": {\n \"moduleId\": 43629,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 85216,\n \"async\": false,\n \"exportedName\": \"updateFeaturePinnedConfig\",\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-feature-pinned-config.ts\",\n \"exportedName\": \"updateFeaturePinnedConfig\"\n },\n \"6025a91abcc0f3878f72e1a8693a205e76b41f091f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 61035,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 80224,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": {\n \"moduleId\": 47688,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 12358,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n },\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getGitRepoInfo\",\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/[tab]/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-git-log.ts\",\n \"exportedName\": \"getGitRepoInfo\"\n },\n \"40f91c50f5dac7021d5ceb2486c068765fbb6ac789\": {\n \"workers\": {\n \"app/application/[id]/page\": {\n \"moduleId\": 6736,\n \"async\": false,\n \"exportedName\": \"getApplicationDebugPrompt\",\n \"filename\": \"src/presentation/web/app/actions/get-application-debug-prompt.ts\"\n }\n },\n \"layer\": {\n \"app/application/[id]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-application-debug-prompt.ts\",\n \"exportedName\": \"getApplicationDebugPrompt\"\n },\n \"00497d1d53b70a93bce27c6e2591d876e9ada22d90\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"loadSettings\",\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\",\n \"exportedName\": \"loadSettings\"\n },\n \"003eb9905cf512c3e33b10590873338fbfa4428bfa\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"getAvailableTerminals\",\n \"filename\": \"src/presentation/web/app/actions/get-available-terminals.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-available-terminals.ts\",\n \"exportedName\": \"getAvailableTerminals\"\n },\n \"40893cd196075283447e3bfeae07e5c83768aed04d\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 98735,\n \"async\": false,\n \"exportedName\": \"updateSettingsAction\",\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\",\n \"exportedName\": \"updateSettingsAction\"\n },\n \"4077af556f85c6d1925ceb13b67ea795b73b1459a0\": {\n \"workers\": {\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"removeInjectedSkill\",\n \"filename\": \"src/presentation/web/app/actions/remove-injected-skill.ts\"\n }\n },\n \"layer\": {\n \"app/skills/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/remove-injected-skill.ts\",\n \"exportedName\": \"removeInjectedSkill\"\n },\n \"401f1b0b4c29563cbb7840ee579ffa099238de8950\": {\n \"workers\": {\n \"app/skills/page\": {\n \"moduleId\": 34294,\n \"async\": false,\n \"exportedName\": \"addInjectedSkill\",\n \"filename\": \"src/presentation/web/app/actions/add-injected-skill.ts\"\n }\n },\n \"layer\": {\n \"app/skills/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-injected-skill.ts\",\n \"exportedName\": \"addInjectedSkill\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"nxo3DSXVHn/LzdbyPchUrFHd2qgUn7WdFGRVkwYsiOE=\"\n}"
|