@shepai/cli 1.54.0 → 1.55.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.
Files changed (90) hide show
  1. package/README.md +22 -8
  2. package/dist/packages/core/src/application/ports/output/services/daemon-service.interface.d.ts +49 -0
  3. package/dist/packages/core/src/application/ports/output/services/daemon-service.interface.d.ts.map +1 -0
  4. package/dist/packages/core/src/application/ports/output/services/daemon-service.interface.js +7 -0
  5. package/dist/packages/core/src/application/ports/output/services/index.d.ts +1 -0
  6. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
  7. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
  8. package/dist/packages/core/src/infrastructure/di/container.js +2 -0
  9. package/dist/packages/core/src/infrastructure/services/browser-opener.service.d.ts +1 -0
  10. package/dist/packages/core/src/infrastructure/services/browser-opener.service.d.ts.map +1 -1
  11. package/dist/packages/core/src/infrastructure/services/browser-opener.service.js +4 -0
  12. package/dist/packages/core/src/infrastructure/services/daemon/daemon-pid.service.d.ts +16 -0
  13. package/dist/packages/core/src/infrastructure/services/daemon/daemon-pid.service.d.ts.map +1 -0
  14. package/dist/packages/core/src/infrastructure/services/daemon/daemon-pid.service.js +72 -0
  15. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts +7 -0
  16. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -1
  17. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.js +9 -0
  18. package/dist/src/presentation/cli/commands/_serve.command.d.ts +32 -0
  19. package/dist/src/presentation/cli/commands/_serve.command.d.ts.map +1 -0
  20. package/dist/src/presentation/cli/commands/_serve.command.js +91 -0
  21. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts +27 -0
  22. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts.map +1 -0
  23. package/dist/src/presentation/cli/commands/daemon/start-daemon.js +135 -0
  24. package/dist/src/presentation/cli/commands/start.command.d.ts +15 -0
  25. package/dist/src/presentation/cli/commands/start.command.d.ts.map +1 -0
  26. package/dist/src/presentation/cli/commands/start.command.js +33 -0
  27. package/dist/src/presentation/cli/commands/status.command.d.ts +20 -0
  28. package/dist/src/presentation/cli/commands/status.command.d.ts.map +1 -0
  29. package/dist/src/presentation/cli/commands/status.command.js +119 -0
  30. package/dist/src/presentation/cli/commands/stop.command.d.ts +22 -0
  31. package/dist/src/presentation/cli/commands/stop.command.d.ts.map +1 -0
  32. package/dist/src/presentation/cli/commands/stop.command.js +79 -0
  33. package/dist/src/presentation/cli/index.d.ts +5 -2
  34. package/dist/src/presentation/cli/index.d.ts.map +1 -1
  35. package/dist/src/presentation/cli/index.js +23 -4
  36. package/dist/tsconfig.build.tsbuildinfo +1 -1
  37. package/package.json +1 -1
  38. package/web/.next/BUILD_ID +1 -1
  39. package/web/.next/build-manifest.json +2 -2
  40. package/web/.next/cache/.previewinfo +1 -1
  41. package/web/.next/cache/.rscinfo +1 -1
  42. package/web/.next/cache/.tsbuildinfo +1 -1
  43. package/web/.next/cache/config.json +3 -3
  44. package/web/.next/fallback-build-manifest.json +2 -2
  45. package/web/.next/prerender-manifest.json +3 -3
  46. package/web/.next/required-server-files.js +1 -1
  47. package/web/.next/required-server-files.json +1 -1
  48. package/web/.next/server/app/_global-error.html +2 -2
  49. package/web/.next/server/app/_global-error.rsc +1 -1
  50. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  51. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  52. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  53. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  54. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  55. package/web/.next/server/app/page/server-reference-manifest.json +14 -14
  56. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  57. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  58. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js.map +1 -1
  59. package/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
  60. package/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js.map +1 -1
  61. package/web/.next/server/chunks/ssr/[root-of-the-server]__6e8b5181._.js +1 -1
  62. package/web/.next/server/pages/500.html +2 -2
  63. package/web/.next/server/server-reference-manifest.js +1 -1
  64. package/web/.next/server/server-reference-manifest.json +15 -15
  65. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  66. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  67. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  68. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  69. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  70. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  71. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  72. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  73. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  74. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  75. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  76. package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +14 -14
  77. package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
  78. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  79. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
  80. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6e8b5181._.js +1 -1
  81. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  82. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  83. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +15 -15
  84. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  85. package/web/.next/static/chunks/{702384d364482e4b.js → 3eaa6f2966e27b8f.js} +2 -2
  86. package/web/.next/trace +1 -1
  87. package/web/.next/trace-build +1 -1
  88. /package/web/.next/static/{RwzxYU9D2fPc_4j5RYu0v → JmDtIt3S6EfLuRKwlzJrW}/_buildManifest.js +0 -0
  89. /package/web/.next/static/{RwzxYU9D2fPc_4j5RYu0v → JmDtIt3S6EfLuRKwlzJrW}/_clientMiddlewareManifest.json +0 -0
  90. /package/web/.next/static/{RwzxYU9D2fPc_4j5RYu0v → JmDtIt3S6EfLuRKwlzJrW}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shepai/cli",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
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
- RwzxYU9D2fPc_4j5RYu0v
1
+ JmDtIt3S6EfLuRKwlzJrW
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/RwzxYU9D2fPc_4j5RYu0v/_ssgManifest.js",
11
- "static/RwzxYU9D2fPc_4j5RYu0v/_buildManifest.js"
10
+ "static/JmDtIt3S6EfLuRKwlzJrW/_ssgManifest.js",
11
+ "static/JmDtIt3S6EfLuRKwlzJrW/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/b13aa397579082e7.js",
@@ -1 +1 @@
1
- {"previewModeId":"3e0791bca557b7920f3b0d113c6878b7","previewModeSigningKey":"d7b2afa0348a9030f535670fbfa10ef1297f64e3d43d90377f898b1df33939d1","previewModeEncryptionKey":"d0fb967f053833e0fd849bbf21ed0c58d5310f8f9f5d5f80aeb36ea7bc87fd4f","expireAt":1773187227272}
1
+ {"previewModeId":"89a22bef0575f19625a39c65e2f26e39","previewModeSigningKey":"5d8e9b2d60b45bc9af3e486a9babf886ab33c97f357b5ad542e8ff378fece98f","previewModeEncryptionKey":"6ec2eb072c160625ada47ed6a5c939be8245ca7d8d6c6097815ad0e8cae5726b","expireAt":1773232867747}
@@ -1 +1 @@
1
- {"encryption.key":"+rCdIfIdGDnhSqUQBq4v/X1sAAdjM8BoUp4xSYAFQWI=","encryption.expire_at":1773187227234}
1
+ {"encryption.key":"Ba2s+LxS6HuzOrq/AAk/rAYfH2IG6Yk8ABguXwYdQFA=","encryption.expire_at":1773232867709}