@shepai/cli 1.136.0-pr440.bb6800a → 1.136.0-pr443.863a0ce

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.
Files changed (294) hide show
  1. package/apis/json-schema/Feature.yaml +0 -3
  2. package/apis/json-schema/SdlcLifecycle.yaml +0 -1
  3. package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts +0 -2
  4. package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -1
  5. package/dist/packages/core/src/domain/generated/output.d.ts +1 -6
  6. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
  7. package/dist/packages/core/src/domain/generated/output.js +0 -1
  8. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
  9. package/dist/packages/core/src/infrastructure/di/container.js +0 -10
  10. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -1
  11. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -6
  13. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -1
  14. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +2 -7
  15. package/dist/src/presentation/cli/commands/feat/index.d.ts.map +1 -1
  16. package/dist/src/presentation/cli/commands/feat/index.js +1 -5
  17. package/dist/src/presentation/cli/commands/feat/ls.command.d.ts.map +1 -1
  18. package/dist/src/presentation/cli/commands/feat/ls.command.js +0 -5
  19. package/dist/src/presentation/web/app/(dashboard)/get-graph-data.d.ts.map +1 -1
  20. package/dist/src/presentation/web/app/(dashboard)/get-graph-data.js +1 -6
  21. package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
  22. package/dist/src/presentation/web/app/api/agent-events/route.js +0 -1
  23. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -1
  24. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +0 -6
  25. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +1 -3
  26. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
  27. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +1 -11
  28. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -1
  29. package/dist/src/presentation/web/components/common/feature-node/feature-node.js +2 -16
  30. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +0 -5
  31. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -1
  32. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +1 -75
  33. package/dist/src/presentation/web/components/common/merge-review/diff-view.d.ts +3 -0
  34. package/dist/src/presentation/web/components/common/merge-review/diff-view.d.ts.map +1 -1
  35. package/dist/src/presentation/web/components/common/merge-review/diff-view.js +100 -17
  36. package/dist/src/presentation/web/components/common/merge-review/diff-view.stories.d.ts +3 -1
  37. package/dist/src/presentation/web/components/common/merge-review/diff-view.stories.d.ts.map +1 -1
  38. package/dist/src/presentation/web/components/common/merge-review/diff-view.stories.js +31 -1
  39. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -1
  40. package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +4 -13
  41. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +0 -6
  42. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -1
  43. package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +0 -70
  44. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +0 -6
  45. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
  46. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +2 -43
  47. package/dist/src/presentation/web/components/ui/file-tree.d.ts +39 -0
  48. package/dist/src/presentation/web/components/ui/file-tree.d.ts.map +1 -0
  49. package/dist/src/presentation/web/components/ui/file-tree.js +194 -0
  50. package/dist/src/presentation/web/components/ui/file-tree.stories.d.ts +14 -0
  51. package/dist/src/presentation/web/components/ui/file-tree.stories.d.ts.map +1 -0
  52. package/dist/src/presentation/web/components/ui/file-tree.stories.js +92 -0
  53. package/dist/src/presentation/web/hooks/sidebar-features-context.d.ts.map +1 -1
  54. package/dist/src/presentation/web/hooks/sidebar-features-context.js +0 -1
  55. package/dist/src/presentation/web/hooks/use-graph-state.d.ts +1 -1
  56. package/dist/src/presentation/web/hooks/use-graph-state.d.ts.map +1 -1
  57. package/dist/src/presentation/web/hooks/use-graph-state.js +2 -17
  58. package/dist/src/presentation/web/lib/derive-graph.d.ts +0 -4
  59. package/dist/src/presentation/web/lib/derive-graph.d.ts.map +1 -1
  60. package/dist/src/presentation/web/lib/derive-graph.js +0 -12
  61. package/dist/tsconfig.build.tsbuildinfo +1 -1
  62. package/package.json +1 -1
  63. package/web/.next/BUILD_ID +1 -1
  64. package/web/.next/build-manifest.json +2 -2
  65. package/web/.next/fallback-build-manifest.json +2 -2
  66. package/web/.next/prerender-manifest.json +3 -3
  67. package/web/.next/required-server-files.js +1 -1
  68. package/web/.next/required-server-files.json +1 -1
  69. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +50 -80
  70. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +2 -2
  71. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  72. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  73. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +50 -80
  74. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +2 -2
  75. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  76. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  77. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +62 -92
  78. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +2 -2
  79. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  80. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +62 -92
  82. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +2 -2
  83. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  84. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  85. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +46 -76
  86. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +2 -2
  87. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  88. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  89. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +50 -80
  90. package/web/.next/server/app/(dashboard)/create/page.js +2 -2
  91. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  92. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  93. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +62 -92
  94. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +2 -2
  95. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  96. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  97. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +62 -92
  98. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +2 -2
  99. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  100. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  101. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +46 -76
  102. package/web/.next/server/app/(dashboard)/page.js +2 -2
  103. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  104. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  105. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +46 -76
  106. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +2 -2
  107. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  108. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  109. package/web/.next/server/app/_global-error.html +2 -2
  110. package/web/.next/server/app/_global-error.rsc +1 -1
  111. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  112. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  113. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  114. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  115. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  116. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +3 -3
  117. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  118. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  119. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  120. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  121. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  122. package/web/.next/server/app/settings/page/server-reference-manifest.json +8 -8
  123. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  124. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  125. package/web/.next/server/app/skills/page/server-reference-manifest.json +8 -8
  126. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  127. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/tools/page/server-reference-manifest.json +8 -8
  129. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  130. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  131. package/web/.next/server/app/version/page/server-reference-manifest.json +3 -3
  132. package/web/.next/server/app/version/page.js.nft.json +1 -1
  133. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  134. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +1 -1
  135. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -1
  136. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +2 -2
  137. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
  138. package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
  139. package/web/.next/server/chunks/[root-of-the-server]__c6e32a23._.js +1 -1
  140. package/web/.next/server/chunks/[root-of-the-server]__c6e32a23._.js.map +1 -1
  141. package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
  142. package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
  143. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_b49d9c97.js +3 -0
  144. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_b49d9c97.js.map +1 -0
  145. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  146. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  147. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_28632197.js +3 -0
  148. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_28632197.js.map +1 -0
  149. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_10695d37.js +3 -0
  150. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_10695d37.js.map +1 -0
  151. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
  152. package/web/.next/server/chunks/ssr/[root-of-the-server]__3ef34e4c._.js +1 -1
  153. package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js +1 -1
  154. package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js.map +1 -1
  155. package/web/.next/server/chunks/ssr/[root-of-the-server]__47ded061._.js +3 -0
  156. package/web/.next/server/chunks/ssr/[root-of-the-server]__47ded061._.js.map +1 -0
  157. package/web/.next/server/chunks/ssr/[root-of-the-server]__6882232d._.js +3 -0
  158. package/web/.next/server/chunks/ssr/[root-of-the-server]__6882232d._.js.map +1 -0
  159. package/web/.next/server/chunks/ssr/[root-of-the-server]__68ce373c._.js +3 -0
  160. package/web/.next/server/chunks/ssr/[root-of-the-server]__68ce373c._.js.map +1 -0
  161. package/web/.next/server/chunks/ssr/[root-of-the-server]__6ec59045._.js +1 -1
  162. package/web/.next/server/chunks/ssr/[root-of-the-server]__6ec59045._.js.map +1 -1
  163. package/web/.next/server/chunks/ssr/[root-of-the-server]__718766da._.js +3 -0
  164. package/web/.next/server/chunks/ssr/[root-of-the-server]__718766da._.js.map +1 -0
  165. package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js +1 -1
  166. package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js.map +1 -1
  167. package/web/.next/server/chunks/ssr/[root-of-the-server]__a5f9c6e5._.js +2 -2
  168. package/web/.next/server/chunks/ssr/[root-of-the-server]__a5f9c6e5._.js.map +1 -1
  169. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +2 -2
  170. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
  171. package/web/.next/server/chunks/ssr/[root-of-the-server]__b3dbadca._.js +1 -1
  172. package/web/.next/server/chunks/ssr/[root-of-the-server]__b3dbadca._.js.map +1 -1
  173. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdd058b2._.js +3 -0
  174. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdd058b2._.js.map +1 -0
  175. package/web/.next/server/chunks/ssr/_02ec1aea._.js +1 -1
  176. package/web/.next/server/chunks/ssr/_02ec1aea._.js.map +1 -1
  177. package/web/.next/server/chunks/ssr/_2d94bed7._.js +4 -0
  178. package/web/.next/server/chunks/ssr/_2d94bed7._.js.map +1 -0
  179. package/web/.next/server/chunks/ssr/_67104d9e._.js +1 -1
  180. package/web/.next/server/chunks/ssr/_67104d9e._.js.map +1 -1
  181. package/web/.next/server/chunks/ssr/_7dca1882._.js +1 -1
  182. package/web/.next/server/chunks/ssr/_7dca1882._.js.map +1 -1
  183. package/web/.next/server/chunks/ssr/_a9f57758._.js +1 -1
  184. package/web/.next/server/chunks/ssr/_a9f57758._.js.map +1 -1
  185. package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +1 -1
  186. package/web/.next/server/chunks/ssr/_d8575088._.js +1 -1
  187. package/web/.next/server/chunks/ssr/_d8575088._.js.map +1 -1
  188. package/web/.next/server/chunks/ssr/_e69a26ba._.js +4 -0
  189. package/web/.next/server/chunks/ssr/_e69a26ba._.js.map +1 -0
  190. package/web/.next/server/chunks/ssr/_f39a1adb._.js +1 -1
  191. package/web/.next/server/chunks/ssr/_f39a1adb._.js.map +1 -1
  192. package/web/.next/server/chunks/ssr/_fefe070a._.js +3 -0
  193. package/web/.next/server/chunks/ssr/{_913fb649._.js.map → _fefe070a._.js.map} +1 -1
  194. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  195. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  196. package/web/.next/server/chunks/ssr/src_presentation_web_53666118._.js +5 -0
  197. package/web/.next/server/chunks/ssr/src_presentation_web_53666118._.js.map +1 -0
  198. package/web/.next/server/chunks/ssr/{src_presentation_web_97dc2fb0._.js → src_presentation_web_8213e5ea._.js} +2 -2
  199. package/web/.next/server/chunks/ssr/{src_presentation_web_97dc2fb0._.js.map → src_presentation_web_8213e5ea._.js.map} +1 -1
  200. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_d95e128d.js +3 -0
  201. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_d95e128d.js.map +1 -0
  202. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js +1 -1
  203. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js.map +1 -1
  204. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js +1 -1
  205. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js.map +1 -1
  206. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +1 -1
  207. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -1
  208. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
  209. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js.map +1 -1
  210. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  211. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  212. package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_scroll-area_tsx_53ae5be7._.js +3 -0
  213. package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_scroll-area_tsx_53ae5be7._.js.map +1 -0
  214. package/web/.next/server/chunks/ssr/src_presentation_web_e4df6dd7._.js +5 -0
  215. package/web/.next/server/chunks/ssr/src_presentation_web_e4df6dd7._.js.map +1 -0
  216. package/web/.next/server/pages/500.html +2 -2
  217. package/web/.next/server/server-reference-manifest.js +1 -1
  218. package/web/.next/server/server-reference-manifest.json +307 -463
  219. package/web/.next/static/chunks/{cd14232b3d8f5052.js → 13cb84d179d5b4ec.js} +1 -1
  220. package/web/.next/static/chunks/{3a7ff215d6a2c489.js → 15ac82422c6ff481.js} +2 -2
  221. package/web/.next/static/chunks/2a6fc81b4d79edd5.js +1 -0
  222. package/web/.next/static/chunks/{4b3e7454c2b07877.js → 311e3e6daae41529.js} +1 -1
  223. package/web/.next/static/chunks/4942206ecc6050b3.js +1 -0
  224. package/web/.next/static/chunks/66e554b3fb85d07b.js +1 -0
  225. package/web/.next/static/chunks/{dd8f2197640aea64.js → 6ce910f8eca9c744.js} +1 -1
  226. package/web/.next/static/chunks/72813fbc89b39798.js +1 -0
  227. package/web/.next/static/chunks/72fb66a9a892b323.js +1 -0
  228. package/web/.next/static/chunks/76fe6d79d9531082.js +1 -0
  229. package/web/.next/static/chunks/8445a8933ec13b8f.css +1 -0
  230. package/web/.next/static/chunks/9403c53377b1bfee.js +1 -0
  231. package/web/.next/static/chunks/{791e64500a080d4f.js → c2e2ff7e444af0fb.js} +1 -1
  232. package/web/.next/static/chunks/d7cf75b9d218a74a.js +1 -0
  233. package/web/.next/static/chunks/e49b53761421e978.js +2 -0
  234. package/web/.next/static/chunks/{fc442d957b35bd5e.js → ef02305e9eeeae2d.js} +1 -1
  235. package/dist/packages/core/src/application/use-cases/features/archive-feature.use-case.d.ts +0 -20
  236. package/dist/packages/core/src/application/use-cases/features/archive-feature.use-case.d.ts.map +0 -1
  237. package/dist/packages/core/src/application/use-cases/features/archive-feature.use-case.js +0 -74
  238. package/dist/packages/core/src/application/use-cases/features/unarchive-feature.use-case.d.ts +0 -20
  239. package/dist/packages/core/src/application/use-cases/features/unarchive-feature.use-case.d.ts.map +0 -1
  240. package/dist/packages/core/src/application/use-cases/features/unarchive-feature.use-case.js +0 -65
  241. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/044-add-previous-lifecycle.d.ts +0 -12
  242. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/044-add-previous-lifecycle.d.ts.map +0 -1
  243. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/044-add-previous-lifecycle.js +0 -16
  244. package/dist/src/presentation/cli/commands/feat/archive.command.d.ts +0 -18
  245. package/dist/src/presentation/cli/commands/feat/archive.command.d.ts.map +0 -1
  246. package/dist/src/presentation/cli/commands/feat/archive.command.js +0 -54
  247. package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts +0 -17
  248. package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts.map +0 -1
  249. package/dist/src/presentation/cli/commands/feat/unarchive.command.js +0 -42
  250. package/dist/src/presentation/web/app/actions/archive-feature.d.ts +0 -6
  251. package/dist/src/presentation/web/app/actions/archive-feature.d.ts.map +0 -1
  252. package/dist/src/presentation/web/app/actions/archive-feature.js +0 -16
  253. package/dist/src/presentation/web/app/actions/unarchive-feature.d.ts +0 -6
  254. package/dist/src/presentation/web/app/actions/unarchive-feature.d.ts.map +0 -1
  255. package/dist/src/presentation/web/app/actions/unarchive-feature.js +0 -16
  256. package/web/.next/server/chunks/ssr/[root-of-the-server]__61564698._.js +0 -4
  257. package/web/.next/server/chunks/ssr/[root-of-the-server]__61564698._.js.map +0 -1
  258. package/web/.next/server/chunks/ssr/[root-of-the-server]__74ab160c._.js +0 -4
  259. package/web/.next/server/chunks/ssr/[root-of-the-server]__74ab160c._.js.map +0 -1
  260. package/web/.next/server/chunks/ssr/[root-of-the-server]__bd16cded._.js +0 -4
  261. package/web/.next/server/chunks/ssr/[root-of-the-server]__bd16cded._.js.map +0 -1
  262. package/web/.next/server/chunks/ssr/[root-of-the-server]__d48c5b11._.js +0 -3
  263. package/web/.next/server/chunks/ssr/[root-of-the-server]__d48c5b11._.js.map +0 -1
  264. package/web/.next/server/chunks/ssr/[root-of-the-server]__f14fffe1._.js +0 -4
  265. package/web/.next/server/chunks/ssr/[root-of-the-server]__f14fffe1._.js.map +0 -1
  266. package/web/.next/server/chunks/ssr/_2fdfd9ab._.js +0 -4
  267. package/web/.next/server/chunks/ssr/_2fdfd9ab._.js.map +0 -1
  268. package/web/.next/server/chunks/ssr/_36059d08._.js +0 -4
  269. package/web/.next/server/chunks/ssr/_36059d08._.js.map +0 -1
  270. package/web/.next/server/chunks/ssr/_65f6e0e0._.js +0 -6
  271. package/web/.next/server/chunks/ssr/_65f6e0e0._.js.map +0 -1
  272. package/web/.next/server/chunks/ssr/_913fb649._.js +0 -3
  273. package/web/.next/server/chunks/ssr/_a51673dd._.js +0 -4
  274. package/web/.next/server/chunks/ssr/_a51673dd._.js.map +0 -1
  275. package/web/.next/server/chunks/ssr/_ae587066._.js +0 -4
  276. package/web/.next/server/chunks/ssr/_ae587066._.js.map +0 -1
  277. package/web/.next/server/chunks/ssr/_d162e30d._.js +0 -4
  278. package/web/.next/server/chunks/ssr/_d162e30d._.js.map +0 -1
  279. package/web/.next/server/chunks/ssr/_d763f022._.js +0 -6
  280. package/web/.next/server/chunks/ssr/_d763f022._.js.map +0 -1
  281. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +0 -3
  282. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js.map +0 -1
  283. package/web/.next/static/chunks/2d6eb4409cc6324d.js +0 -1
  284. package/web/.next/static/chunks/688971d5bad5dc7c.js +0 -1
  285. package/web/.next/static/chunks/79c9871d46b22bf8.css +0 -1
  286. package/web/.next/static/chunks/7ee0606f698b032c.js +0 -1
  287. package/web/.next/static/chunks/87640f53f3bff3a6.js +0 -1
  288. package/web/.next/static/chunks/bb5bd1b5aafc70cd.js +0 -1
  289. package/web/.next/static/chunks/bf0a401666f990e2.js +0 -1
  290. package/web/.next/static/chunks/c4c3fcf18262b386.js +0 -2
  291. package/web/.next/static/chunks/d0dff217a94d4ee1.js +0 -1
  292. /package/web/.next/static/{JaRBeVSDLWZLQIl_k7ChK → 6xm4SoE6w_Z_XqNQlMkvd}/_buildManifest.js +0 -0
  293. /package/web/.next/static/{JaRBeVSDLWZLQIl_k7ChK → 6xm4SoE6w_Z_XqNQlMkvd}/_clientMiddlewareManifest.json +0 -0
  294. /package/web/.next/static/{JaRBeVSDLWZLQIl_k7ChK → 6xm4SoE6w_Z_XqNQlMkvd}/_ssgManifest.js +0 -0
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "node": {
3
- "00071368ecec7e095a7322ae738a166761a24638b7": {
3
+ "0071c782d161807e793f10c65f3214c43fb0c05493": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/create/page": {
6
- "moduleId": 27055,
6
+ "moduleId": 42501,
7
7
  "async": false,
8
8
  "exportedName": "pickFolder",
9
9
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
@@ -15,10 +15,10 @@
15
15
  "exportedName": "pickFolder",
16
16
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
17
17
  },
18
- "40eecf3f9e755160a22929db838e7e841e7736c7be": {
18
+ "40cb02274e9038061ee834bbba24e58d5391876775": {
19
19
  "workers": {
20
20
  "app/(dashboard)/@drawer/create/page": {
21
- "moduleId": 27055,
21
+ "moduleId": 42501,
22
22
  "async": false,
23
23
  "exportedName": "listGitHubRepositories",
24
24
  "filename": "src/presentation/web/app/actions/list-github-repositories.ts"
@@ -30,10 +30,10 @@
30
30
  "exportedName": "listGitHubRepositories",
31
31
  "filename": "src/presentation/web/app/actions/list-github-repositories.ts"
32
32
  },
33
- "4085dc7531dbffb7ce94b3f6cf25fa6d3dded27af2": {
33
+ "40d6669ca70dbf12a153bcf660ee445711bae9ab8e": {
34
34
  "workers": {
35
35
  "app/(dashboard)/@drawer/create/page": {
36
- "moduleId": 27055,
36
+ "moduleId": 42501,
37
37
  "async": false,
38
38
  "exportedName": "importGitHubRepository",
39
39
  "filename": "src/presentation/web/app/actions/import-github-repository.ts"
@@ -45,10 +45,10 @@
45
45
  "exportedName": "importGitHubRepository",
46
46
  "filename": "src/presentation/web/app/actions/import-github-repository.ts"
47
47
  },
48
- "408ed13a22592b679b32422b3fda53265488b6edbc": {
48
+ "40fa17992a0756f7c7d6de3b3b25a617dd876a9174": {
49
49
  "workers": {
50
50
  "app/(dashboard)/@drawer/create/page": {
51
- "moduleId": 27055,
51
+ "moduleId": 42501,
52
52
  "async": false,
53
53
  "exportedName": "deployFeature",
54
54
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
@@ -60,10 +60,10 @@
60
60
  "exportedName": "deployFeature",
61
61
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
62
62
  },
63
- "404d08d76635e4bb7531e52ed98a675498a4674525": {
63
+ "40d7a6937393de02ecfe21d30e0f8fb205eb7fc302": {
64
64
  "workers": {
65
65
  "app/(dashboard)/@drawer/create/page": {
66
- "moduleId": 27055,
66
+ "moduleId": 42501,
67
67
  "async": false,
68
68
  "exportedName": "deployRepository",
69
69
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
@@ -75,10 +75,10 @@
75
75
  "exportedName": "deployRepository",
76
76
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
77
77
  },
78
- "401fe2ed6769139e86d0032a8dd2ea8e09d897da74": {
78
+ "403679dad958e9291f6f58aa44e892b4daa6584cde": {
79
79
  "workers": {
80
80
  "app/(dashboard)/@drawer/create/page": {
81
- "moduleId": 27055,
81
+ "moduleId": 42501,
82
82
  "async": false,
83
83
  "exportedName": "stopDeployment",
84
84
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
@@ -90,10 +90,10 @@
90
90
  "exportedName": "stopDeployment",
91
91
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
92
92
  },
93
- "40484da9a0a8ef60730bc55986c1d77bc45467cf43": {
93
+ "407550442025e0cd925f203727116bddf23faf102d": {
94
94
  "workers": {
95
95
  "app/(dashboard)/@drawer/create/page": {
96
- "moduleId": 27055,
96
+ "moduleId": 42501,
97
97
  "async": false,
98
98
  "exportedName": "getDeploymentStatus",
99
99
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
@@ -105,10 +105,10 @@
105
105
  "exportedName": "getDeploymentStatus",
106
106
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
107
107
  },
108
- "40798a97d4baa4404df781010acdef0841a2b8141e": {
108
+ "401f6c0e281ea8505bbd93caa34435b04d1bf7bbc8": {
109
109
  "workers": {
110
110
  "app/(dashboard)/@drawer/create/page": {
111
- "moduleId": 27055,
111
+ "moduleId": 42501,
112
112
  "async": false,
113
113
  "exportedName": "openIde",
114
114
  "filename": "src/presentation/web/app/actions/open-ide.ts"
@@ -120,10 +120,10 @@
120
120
  "exportedName": "openIde",
121
121
  "filename": "src/presentation/web/app/actions/open-ide.ts"
122
122
  },
123
- "407c0f52f4999a18bc3ff124feaaa7faa3ad9c2e59": {
123
+ "40dba2ccd80975c12da79c495016594add17c16e9c": {
124
124
  "workers": {
125
125
  "app/(dashboard)/@drawer/create/page": {
126
- "moduleId": 27055,
126
+ "moduleId": 42501,
127
127
  "async": false,
128
128
  "exportedName": "openShell",
129
129
  "filename": "src/presentation/web/app/actions/open-shell.ts"
@@ -135,10 +135,10 @@
135
135
  "exportedName": "openShell",
136
136
  "filename": "src/presentation/web/app/actions/open-shell.ts"
137
137
  },
138
- "40dc5fcc31c5259df5c27878a3a56723d14f7a9440": {
138
+ "403af9323f650ccef7ae813591e91238a52cb5f121": {
139
139
  "workers": {
140
140
  "app/(dashboard)/@drawer/create/page": {
141
- "moduleId": 27055,
141
+ "moduleId": 42501,
142
142
  "async": false,
143
143
  "exportedName": "openFolder",
144
144
  "filename": "src/presentation/web/app/actions/open-folder.ts"
@@ -150,10 +150,10 @@
150
150
  "exportedName": "openFolder",
151
151
  "filename": "src/presentation/web/app/actions/open-folder.ts"
152
152
  },
153
- "40fd098583a9785b4fa8af2e7c7ff2e38a593ef803": {
153
+ "40ac937a3a2475f122e6235604eddf965c11b2d0d5": {
154
154
  "workers": {
155
155
  "app/(dashboard)/@drawer/create/page": {
156
- "moduleId": 27055,
156
+ "moduleId": 42501,
157
157
  "async": false,
158
158
  "exportedName": "getDeploymentLogs",
159
159
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
@@ -165,10 +165,10 @@
165
165
  "exportedName": "getDeploymentLogs",
166
166
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
167
167
  },
168
- "005483df114746b70dd31daae1c7a706ea7fac13e2": {
168
+ "00b6346542d839037deaad2797d5eafe7d98f59b80": {
169
169
  "workers": {
170
170
  "app/(dashboard)/@drawer/create/page": {
171
- "moduleId": 27055,
171
+ "moduleId": 42501,
172
172
  "async": false,
173
173
  "exportedName": "isAgentSetupComplete",
174
174
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
@@ -180,10 +180,10 @@
180
180
  "exportedName": "isAgentSetupComplete",
181
181
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
182
182
  },
183
- "000548acd5be67eeff67bce406a7cbf3f8f9c8614f": {
183
+ "0016064f9438c472bd5b60573df4cee2bca59f10a7": {
184
184
  "workers": {
185
185
  "app/(dashboard)/@drawer/create/page": {
186
- "moduleId": 27055,
186
+ "moduleId": 42501,
187
187
  "async": false,
188
188
  "exportedName": "checkAgentAuth",
189
189
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts"
@@ -195,10 +195,10 @@
195
195
  "exportedName": "checkAgentAuth",
196
196
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts"
197
197
  },
198
- "00665e4726e4a206a48902b68f17a643495c308ede": {
198
+ "00e2b5f13ac0087c2d09fad1bdd9cbd6dec22e4856": {
199
199
  "workers": {
200
200
  "app/(dashboard)/@drawer/create/page": {
201
- "moduleId": 27055,
201
+ "moduleId": 42501,
202
202
  "async": false,
203
203
  "exportedName": "checkToolStatus",
204
204
  "filename": "src/presentation/web/app/actions/check-tool-status.ts"
@@ -210,10 +210,10 @@
210
210
  "exportedName": "checkToolStatus",
211
211
  "filename": "src/presentation/web/app/actions/check-tool-status.ts"
212
212
  },
213
- "00b6aaa63acccbf1a77db62d8b4ff85f9dc4fe7b0a": {
213
+ "00fc614c4d90ce1af757f6cf2b15730355bc9ea545": {
214
214
  "workers": {
215
215
  "app/(dashboard)/@drawer/create/page": {
216
- "moduleId": 27055,
216
+ "moduleId": 42501,
217
217
  "async": false,
218
218
  "exportedName": "getAllAgentModels",
219
219
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
@@ -225,10 +225,10 @@
225
225
  "exportedName": "getAllAgentModels",
226
226
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
227
227
  },
228
- "60f3a382947bf150bfea448e11c59bcd42b6884929": {
228
+ "602b45d6b82417a32f81fdefb3f9aa580ef28367ad": {
229
229
  "workers": {
230
230
  "app/(dashboard)/@drawer/create/page": {
231
- "moduleId": 27055,
231
+ "moduleId": 42501,
232
232
  "async": false,
233
233
  "exportedName": "updateAgentAndModel",
234
234
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
@@ -240,25 +240,10 @@
240
240
  "exportedName": "updateAgentAndModel",
241
241
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
242
242
  },
243
- "400aaeef828b97f8f457b2677f4d47373080f13fc2": {
243
+ "78d6102ba1000025bdce49c2e9cacbd58a329b2381": {
244
244
  "workers": {
245
245
  "app/(dashboard)/@drawer/create/page": {
246
- "moduleId": 27055,
247
- "async": false,
248
- "exportedName": "archiveFeature",
249
- "filename": "src/presentation/web/app/actions/archive-feature.ts"
250
- }
251
- },
252
- "layer": {
253
- "app/(dashboard)/@drawer/create/page": "action-browser"
254
- },
255
- "exportedName": "archiveFeature",
256
- "filename": "src/presentation/web/app/actions/archive-feature.ts"
257
- },
258
- "781b2e1aa9eb838886be29cfd62f103950119cad07": {
259
- "workers": {
260
- "app/(dashboard)/@drawer/create/page": {
261
- "moduleId": 27055,
246
+ "moduleId": 42501,
262
247
  "async": false,
263
248
  "exportedName": "deleteFeature",
264
249
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
@@ -270,10 +255,10 @@
270
255
  "exportedName": "deleteFeature",
271
256
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
272
257
  },
273
- "40a806ba726721253704f38a8116db438be5d86686": {
258
+ "40013ca40766e0605e470650593fbedbeda5638137": {
274
259
  "workers": {
275
260
  "app/(dashboard)/@drawer/create/page": {
276
- "moduleId": 27055,
261
+ "moduleId": 42501,
277
262
  "async": false,
278
263
  "exportedName": "resumeFeature",
279
264
  "filename": "src/presentation/web/app/actions/resume-feature.ts"
@@ -285,10 +270,10 @@
285
270
  "exportedName": "resumeFeature",
286
271
  "filename": "src/presentation/web/app/actions/resume-feature.ts"
287
272
  },
288
- "40aa612a01ba3e3ba1f5bf3bdce3b2c7c9980ea082": {
273
+ "407c14642e3965e99adef576b81ec2588e6db5c826": {
289
274
  "workers": {
290
275
  "app/(dashboard)/@drawer/create/page": {
291
- "moduleId": 27055,
276
+ "moduleId": 42501,
292
277
  "async": false,
293
278
  "exportedName": "startFeature",
294
279
  "filename": "src/presentation/web/app/actions/start-feature.ts"
@@ -300,10 +285,10 @@
300
285
  "exportedName": "startFeature",
301
286
  "filename": "src/presentation/web/app/actions/start-feature.ts"
302
287
  },
303
- "4073def04302b678d33af6dfacfd05213406a9b87e": {
288
+ "4022f94b98c9df25f1c82474bb0feaa283dd3bcd7e": {
304
289
  "workers": {
305
290
  "app/(dashboard)/@drawer/create/page": {
306
- "moduleId": 27055,
291
+ "moduleId": 42501,
307
292
  "async": false,
308
293
  "exportedName": "stopFeature",
309
294
  "filename": "src/presentation/web/app/actions/stop-feature.ts"
@@ -315,25 +300,10 @@
315
300
  "exportedName": "stopFeature",
316
301
  "filename": "src/presentation/web/app/actions/stop-feature.ts"
317
302
  },
318
- "40af54b841c595719d9b1c40db7e8d594587188f5a": {
319
- "workers": {
320
- "app/(dashboard)/@drawer/create/page": {
321
- "moduleId": 27055,
322
- "async": false,
323
- "exportedName": "unarchiveFeature",
324
- "filename": "src/presentation/web/app/actions/unarchive-feature.ts"
325
- }
326
- },
327
- "layer": {
328
- "app/(dashboard)/@drawer/create/page": "action-browser"
329
- },
330
- "exportedName": "unarchiveFeature",
331
- "filename": "src/presentation/web/app/actions/unarchive-feature.ts"
332
- },
333
- "40195b3d4421d6c26d8b964939f11978c94fd5ec29": {
303
+ "40613f24268f648907d89dbbca778a06285bb58fbc": {
334
304
  "workers": {
335
305
  "app/(dashboard)/@drawer/create/page": {
336
- "moduleId": 27055,
306
+ "moduleId": 42501,
337
307
  "async": false,
338
308
  "exportedName": "addRepository",
339
309
  "filename": "src/presentation/web/app/actions/add-repository.ts"
@@ -345,10 +315,10 @@
345
315
  "exportedName": "addRepository",
346
316
  "filename": "src/presentation/web/app/actions/add-repository.ts"
347
317
  },
348
- "404ba1838d447a97052dd5b3609ce4594f5ae0a3d3": {
318
+ "40127981d39086dcead85a8e7dae35c4ea5859c4a1": {
349
319
  "workers": {
350
320
  "app/(dashboard)/@drawer/create/page": {
351
- "moduleId": 27055,
321
+ "moduleId": 42501,
352
322
  "async": false,
353
323
  "exportedName": "deleteRepository",
354
324
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
@@ -360,10 +330,10 @@
360
330
  "exportedName": "deleteRepository",
361
331
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
362
332
  },
363
- "4069671f37adf8a653708fb55e355e29c8bd12f5de": {
333
+ "403ab2406414b089b4d9053074d4a18245e2653a0a": {
364
334
  "workers": {
365
335
  "app/(dashboard)/@drawer/create/page": {
366
- "moduleId": 27055,
336
+ "moduleId": 42501,
367
337
  "async": false,
368
338
  "exportedName": "getFeatureMetadata",
369
339
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
@@ -375,10 +345,10 @@
375
345
  "exportedName": "getFeatureMetadata",
376
346
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
377
347
  },
378
- "003b89f3dc318ea1c844cf46056dd55f3545ff1927": {
348
+ "003610d0501030ed78d421cd366d814a8b4d5a92c2": {
379
349
  "workers": {
380
350
  "app/(dashboard)/@drawer/create/page": {
381
- "moduleId": 27055,
351
+ "moduleId": 42501,
382
352
  "async": false,
383
353
  "exportedName": "getWorkflowDefaults",
384
354
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
@@ -390,10 +360,10 @@
390
360
  "exportedName": "getWorkflowDefaults",
391
361
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
392
362
  },
393
- "40425ef3a0fdd530bcc6ee43bcef5553928335f72f": {
363
+ "40d7cc4c68566dc3f06dd318267c119034029f56d1": {
394
364
  "workers": {
395
365
  "app/(dashboard)/@drawer/create/page": {
396
- "moduleId": 27055,
366
+ "moduleId": 42501,
397
367
  "async": false,
398
368
  "exportedName": "createFeature",
399
369
  "filename": "src/presentation/web/app/actions/create-feature.ts"
@@ -14,7 +14,7 @@ R.c("server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2
14
14
  R.c("server/chunks/ssr/[root-of-the-server]__6ec59045._.js")
15
15
  R.c("server/chunks/ssr/src_presentation_web_ca99d62d._.js")
16
16
  R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_create_page_tsx_c60c859a._.js")
17
- R.c("server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js")
18
- R.c("server/chunks/ssr/_d763f022._.js")
17
+ R.c("server/chunks/ssr/src_presentation_web_53666118._.js")
18
+ R.c("server/chunks/ssr/_e69a26ba._.js")
19
19
  R.m(26467)
20
20
  module.exports=R.m(26467).exports