@arkhera30/cli 0.5.2 → 0.5.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.
package/dist/index.js CHANGED
@@ -770,7 +770,7 @@ var READER_SERVICE = ` # \u2500\u2500 Reader \u2500\u2500\u2500\u2500\u2500\u25
770
770
  reservations:
771
771
  memory: 32m
772
772
  healthcheck:
773
- test: ["CMD", "wget", "--spider", "-q", "http://localhost:8400/health"]
773
+ test: ["CMD-SHELL", "wget -qO /dev/null http://localhost:8400/health"]
774
774
  interval: 30s
775
775
  timeout: 5s
776
776
  start_period: 10s
package/guides/index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schema_version": 1,
3
- "built_at": "2026-04-30T03:48:46.120Z",
3
+ "built_at": "2026-04-30T10:33:54.524Z",
4
4
  "guide_count": 5,
5
5
  "guides": [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkhera30/cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {