@arkhera30/cli 0.3.4 → 0.3.6

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 (2) hide show
  1. package/dist/index.js +8 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -624,8 +624,11 @@ var FORGE_SERVICE = ` # \u2500\u2500 Forge \u2500\u2500\u2500\u2500\u2500\u2500
624
624
  ports:
625
625
  - "\${FORGE_PORT:-8200}:8200"
626
626
  volumes:
627
+ - \${HORUS_DATA_PATH}/config:/data/config:rw
627
628
  - \${HORUS_DATA_PATH}/registry:/data/registry:rw
628
629
  - \${HORUS_DATA_PATH}/workspaces:/data/workspaces:rw
630
+ - \${HORUS_DATA_PATH}/repos:/data/horus-repos:rw
631
+ - \${HORUS_DATA_PATH}/sessions:/data/sessions:rw
629
632
  - \${HOST_REPOS_PATH}:/data/repos:ro
630
633
  environment:
631
634
  - HORUS_RUNTIME=\${HORUS_RUNTIME:-docker}
@@ -633,6 +636,8 @@ var FORGE_SERVICE = ` # \u2500\u2500 Forge \u2500\u2500\u2500\u2500\u2500\u2500
633
636
  - FORGE_HOST=0.0.0.0
634
637
  - FORGE_REGISTRY_PATH=/data/registry
635
638
  - FORGE_WORKSPACES_PATH=/data/workspaces
639
+ - FORGE_CONFIG_PATH=/data/config
640
+ - FORGE_MANAGED_REPOS_PATH=/data/horus-repos
636
641
  - FORGE_REGISTRY_REPO_URL=\${FORGE_REGISTRY_REPO_URL:-}
637
642
  - FORGE_SYNC_INTERVAL=\${FORGE_SYNC_INTERVAL:-300}
638
643
  - FORGE_ANVIL_URL=http://anvil:8100
@@ -769,8 +774,10 @@ services:
769
774
  ports:
770
775
  - "\${TEST_PORT_FORGE:-9250}:8200"
771
776
  volumes:
777
+ - "\${TEST_DATA_PATH:-/tmp/horus-test}/config:/data/config:rw"
772
778
  - "\${TEST_DATA_PATH:-/tmp/horus-test}/registry:/data/registry:rw"
773
779
  - "\${TEST_DATA_PATH:-/tmp/horus-test}/workspaces:/data/workspaces:rw"
780
+ - "\${TEST_DATA_PATH:-/tmp/horus-test}/repos:/data/horus-repos:rw"
774
781
  - "\${TEST_DATA_PATH:-/tmp/horus-test}/sessions:/data/sessions:rw"
775
782
 
776
783
  typesense:
@@ -2893,6 +2900,7 @@ function buildComposeEnv(runtime, ports, slotDataPath) {
2893
2900
  VAULT_ROUTER_PORT: String(ports.vault_router),
2894
2901
  VAULT_REST_PORT_PERSONAL: String(ports.vault_svc),
2895
2902
  TYPESENSE_PORT: String(ports.typesense),
2903
+ UI_PORT: String(ports.ui),
2896
2904
  // TEST_PORT_* vars for overlay reference (harmless duplicates after above fix)
2897
2905
  TEST_PORT_ANVIL: String(ports.anvil),
2898
2906
  TEST_PORT_TYPESENSE: String(ports.typesense),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkhera30/cli",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {