@shepai/cli 1.66.1 → 1.66.3

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 (123) hide show
  1. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts +8 -0
  2. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -1
  3. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -1
  4. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +8 -1
  5. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -1
  6. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js +5 -1
  7. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts +5 -3
  8. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -1
  9. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.js +35 -29
  10. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +11 -0
  11. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +22 -0
  13. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -1
  14. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +8 -2
  15. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +1 -1
  16. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.d.ts.map +1 -1
  17. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +2 -1
  18. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -1
  19. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +8 -2
  20. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -1
  21. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +8 -2
  22. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -1
  23. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +8 -2
  24. package/dist/packages/core/src/infrastructure/services/git/git-pr.service.d.ts.map +1 -1
  25. package/dist/packages/core/src/infrastructure/services/git/git-pr.service.js +51 -12
  26. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts +1 -0
  27. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -1
  28. package/dist/packages/core/src/infrastructure/services/git/worktree.service.js +11 -0
  29. package/dist/tsconfig.build.tsbuildinfo +1 -1
  30. package/package.json +1 -1
  31. package/web/.next/BUILD_ID +1 -1
  32. package/web/.next/build-manifest.json +2 -2
  33. package/web/.next/cache/.previewinfo +1 -1
  34. package/web/.next/cache/.rscinfo +1 -1
  35. package/web/.next/cache/.tsbuildinfo +1 -1
  36. package/web/.next/cache/config.json +3 -3
  37. package/web/.next/fallback-build-manifest.json +2 -2
  38. package/web/.next/prerender-manifest.json +3 -3
  39. package/web/.next/required-server-files.js +1 -1
  40. package/web/.next/required-server-files.json +1 -1
  41. package/web/.next/server/app/_global-error.html +2 -2
  42. package/web/.next/server/app/_global-error.rsc +1 -1
  43. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  44. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  45. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  46. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  47. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  48. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  49. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  50. package/web/.next/server/app/page/server-reference-manifest.json +18 -18
  51. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  52. package/web/.next/server/app/skills/page/server-reference-manifest.json +5 -5
  53. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  54. package/web/.next/server/app/tools/page/server-reference-manifest.json +1 -1
  55. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  56. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  57. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  58. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +1 -1
  59. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js.map +1 -1
  60. package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  61. package/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js +1 -1
  62. package/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js.map +1 -1
  63. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  64. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js.map +1 -1
  65. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  66. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js.map +1 -1
  67. package/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js +2 -2
  68. package/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js.map +1 -1
  69. package/web/.next/server/chunks/ssr/[root-of-the-server]__f648005b._.js +2 -2
  70. package/web/.next/server/chunks/ssr/[root-of-the-server]__f648005b._.js.map +1 -1
  71. package/web/.next/server/chunks/ssr/_6978d868._.js +1 -1
  72. package/web/.next/server/chunks/ssr/_6978d868._.js.map +1 -1
  73. package/web/.next/server/chunks/ssr/_85965278._.js +1 -1
  74. package/web/.next/server/chunks/ssr/_85965278._.js.map +1 -1
  75. package/web/.next/server/chunks/ssr/_c52cace8._.js +1 -1
  76. package/web/.next/server/chunks/ssr/_c52cace8._.js.map +1 -1
  77. package/web/.next/server/pages/500.html +2 -2
  78. package/web/.next/server/server-reference-manifest.js +1 -1
  79. package/web/.next/server/server-reference-manifest.json +19 -19
  80. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  81. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  82. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  83. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  84. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  85. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  86. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  87. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  88. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  89. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  90. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  91. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  92. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  93. package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +18 -18
  94. package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
  95. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +5 -5
  96. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  97. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +1 -1
  98. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  99. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  100. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  101. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +1 -1
  102. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  103. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js +1 -1
  104. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  105. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  106. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js +2 -2
  107. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__f648005b._.js +2 -2
  108. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6978d868._.js +1 -1
  109. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_85965278._.js +1 -1
  110. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_c52cace8._.js +1 -1
  111. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  112. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  113. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +19 -19
  114. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  115. package/web/.next/static/chunks/{fffaa0530ef1686d.js → 7bcbfc56e5733034.js} +1 -1
  116. package/web/.next/static/chunks/{86a68ddb0ac40c02.js → 86c0cc1097427f74.js} +2 -2
  117. package/web/.next/static/chunks/{faf6eb7311aa7529.js → c0f7284a71378f26.js} +1 -1
  118. package/web/.next/static/chunks/{2ec0c24b265971c3.js → ed887cce7b31c91b.js} +1 -1
  119. package/web/.next/trace +1 -1
  120. package/web/.next/trace-build +1 -1
  121. /package/web/.next/static/{VQhryfJCxF8IeQiBJFQyJ → Cp8hg2DFpA4DyEezlBYOw}/_buildManifest.js +0 -0
  122. /package/web/.next/static/{VQhryfJCxF8IeQiBJFQyJ → Cp8hg2DFpA4DyEezlBYOw}/_clientMiddlewareManifest.json +0 -0
  123. /package/web/.next/static/{VQhryfJCxF8IeQiBJFQyJ → Cp8hg2DFpA4DyEezlBYOw}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shepai/cli",
3
- "version": "1.66.1",
3
+ "version": "1.66.3",
4
4
  "description": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1 +1 @@
1
- VQhryfJCxF8IeQiBJFQyJ
1
+ Cp8hg2DFpA4DyEezlBYOw
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/VQhryfJCxF8IeQiBJFQyJ/_ssgManifest.js",
11
- "static/VQhryfJCxF8IeQiBJFQyJ/_buildManifest.js"
10
+ "static/Cp8hg2DFpA4DyEezlBYOw/_ssgManifest.js",
11
+ "static/Cp8hg2DFpA4DyEezlBYOw/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/41a2adc09edfffaf.js",
@@ -1 +1 @@
1
- {"previewModeId":"f43274d7a087fa6cf831e9b90b539d8a","previewModeSigningKey":"b613464f4bcaaeff7c7e20706e9f5f3c12d4d9ef4a6d93ac6923582f17836e9f","previewModeEncryptionKey":"170df3d86e83660330a943ec696aff057e2885f6e9c5286818ea57328786aacc","expireAt":1773326763495}
1
+ {"previewModeId":"a37dd85518c9eeca2f37d02e80f462a0","previewModeSigningKey":"835b186c55e3b2bb76c128795c51d496cd05b926ea0f4f9f8dc22b237dc135d9","previewModeEncryptionKey":"3c57e00f3494d38de08bd718b4f6d7f88a1e2f6234fc284c1dcfffc237c190e5","expireAt":1773332628151}
@@ -1 +1 @@
1
- {"encryption.key":"EtIIp1eOgOvp7kuXQ74LNPZTDZb6hQe1b7SCwHK/QA4=","encryption.expire_at":1773326763457}
1
+ {"encryption.key":"f6eP/dC3JKIi4OJUYO60hwzOzPYlCCZADRWQtUoaiq8=","encryption.expire_at":1773332628111}