@arkhera30/cli 0.1.10 → 0.1.11

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.
@@ -29,6 +29,7 @@ services:
29
29
  image: ghcr.io/arjunkhera/horus/qmd-daemon:latest
30
30
  environment:
31
31
  - QMD_DAEMON_PORT=8181
32
+ - HORUS_RUNTIME=${HORUS_RUNTIME:-docker}
32
33
  volumes:
33
34
  - qmd-daemon-data:/home/qmd/.cache/qmd
34
35
  networks:
@@ -60,6 +61,7 @@ services:
60
61
  # Shared QMD database + model cache (same volume as qmd-daemon).
61
62
  - qmd-daemon-data:/home/anvil/.cache/qmd
62
63
  environment:
64
+ - HORUS_RUNTIME=${HORUS_RUNTIME:-docker}
63
65
  - ANVIL_TRANSPORT=http
64
66
  - ANVIL_PORT=8100
65
67
  - ANVIL_HOST=0.0.0.0
@@ -105,6 +107,7 @@ services:
105
107
  # Shared QMD database + model cache (same volume as qmd-daemon).
106
108
  - qmd-daemon-data:/home/appuser/.cache/qmd
107
109
  environment:
110
+ - HORUS_RUNTIME=${HORUS_RUNTIME:-docker}
108
111
  - KNOWLEDGE_REPO_PATH=/data/knowledge-repo
109
112
  - WORKSPACE_PATH=/data/workspace
110
113
  - VAULT_KNOWLEDGE_REPO_URL=${VAULT_KNOWLEDGE_REPO_URL:-}
@@ -183,6 +186,7 @@ services:
183
186
  # Local repos — read-only; lets Forge scan host repos for the index
184
187
  - ${HOST_REPOS_PATH}:/data/repos:ro
185
188
  environment:
189
+ - HORUS_RUNTIME=${HORUS_RUNTIME:-docker}
186
190
  - FORGE_PORT=8200
187
191
  - FORGE_HOST=0.0.0.0
188
192
  - FORGE_REGISTRY_PATH=/data/registry
package/dist/index.js CHANGED
@@ -119,6 +119,7 @@ function generateEnv(config) {
119
119
  "# Do not edit manually. Use `horus config set <key> <value>` instead.",
120
120
  "# \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500",
121
121
  "",
122
+ `HORUS_RUNTIME=${config.runtime}`,
122
123
  `HORUS_DATA_PATH=${dataDir}`,
123
124
  `HOST_REPOS_PATH=${hostReposPath}`,
124
125
  `FORGE_SCAN_PATHS=${forgeScanPaths}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkhera30/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {