@arkhera30/cli 0.6.0 → 0.6.1

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
@@ -768,10 +768,10 @@ var TYPESENSE_SERVICE = ` # \u2500\u2500 Typesense \u2500\u2500\u2500\u2500\u25
768
768
  start_period: 5s
769
769
  restart: unless-stopped`;
770
770
  var READER_SERVICE = ` # \u2500\u2500 Reader \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
771
- # Horus Reader \u2014 Express server with NLP agent search at port 8400.
772
- # Serves static SPA files, proxies /api/* to Anvil, and hosts POST /api/ai/ask.
771
+ # Horus Reader \u2014 Express server + NLP agent search at port 8400.
772
+ # Serves Reader SPA, proxies /api/* to Anvil, hosts POST /api/ai/ask.
773
773
  reader:
774
- image: ghcr.io/arjunkhera/horus/horus-ui:latest
774
+ image: ghcr.io/arjunkhera/horus/reader:latest
775
775
  ports:
776
776
  - "\${UI_PORT:-8400}:8400"
777
777
  environment:
package/guides/index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schema_version": 1,
3
- "built_at": "2026-05-07T07:51:15.441Z",
3
+ "built_at": "2026-05-07T09:00:33.452Z",
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.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {