@hera-al/server 1.6.34 → 1.6.36

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.
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "channel": "",
18
18
  "chatId": "",
19
- "message": "It's 03:00 — time to dream. Load the dreaming skill and execute the full nightly cycle: gather the past week's conversations, digest patterns, synthesize insights, write the dream journal, update MEMORY.md and the concept map. Only message the user if you discover something genuinely interesting.",
19
+ "message": "It's 03:00 — time to dream. Load the dreaming skill and execute the full nightly cycle: gather the past week's conversations, digest patterns, synthesize insights, write the dream journal, update MEMORY.md and the concept map. Read and update BEHAVIOUR.md as source of truth for operational rules — extract new WHEN→DO rules from corrections and mistakes this week. Only message the user if you discover something genuinely interesting.",
20
20
  "state": {}
21
21
  },
22
22
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hera-al/server",
3
- "version": "1.6.34",
3
+ "version": "1.6.36",
4
4
  "private": false,
5
5
  "description": "Hera Artificial Life — Multi-channel AI agent gateway with autonomous capabilities",
6
6
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  "build:prod": "rm -rf dist && npm run build && npm run minify",
52
52
  "typecheck": "tsc --noEmit",
53
53
  "installer": "tsx src/installer/hera.ts",
54
- "up": "npx pm2 start npm --name hera -- run start",
55
- "down": "npx pm2 stop hera",
56
- "restart": "npx pm2 restart hera",
57
- "logs": "npx pm2 logs hera",
58
- "status": "npx pm2 status hera",
54
+ "up": "npx pm2 start npm --name dante-server -- run start",
55
+ "down": "npx pm2 stop dante-server",
56
+ "restart": "npx pm2 restart dante-server",
57
+ "logs": "npx pm2 logs dante-server",
58
+ "status": "npx pm2 status dante-server",
59
59
  "hera": "node dist/heracli/index.js",
60
60
  "prepublishOnly": "npm run build:prod",
61
61
  "prepare-publish": "./scripts/prepare-publish.sh",