nexo-brain 5.3.26 → 5.3.28

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 (212) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/package.json +1 -1
  3. package/src/hook_guardrails.py +44 -0
  4. package/src/server.py +3 -0
  5. package/src/tools_sessions.py +6 -1
  6. package/src/dashboard/static/favicon 2.svg +0 -32
  7. package/src/dashboard/static/nexo-logo 2.png +0 -0
  8. package/src/dashboard/static/nexo-logo 2.svg +0 -40
  9. package/src/dashboard/static/style 2.css +0 -2458
  10. package/src/dashboard/templates/adaptive 2.html +0 -118
  11. package/src/dashboard/templates/artifacts 2.html +0 -133
  12. package/src/dashboard/templates/backups 2.html +0 -136
  13. package/src/dashboard/templates/base 2.html +0 -417
  14. package/src/dashboard/templates/calendar 2.html +0 -591
  15. package/src/dashboard/templates/chat 2.html +0 -356
  16. package/src/dashboard/templates/claims 2.html +0 -259
  17. package/src/dashboard/templates/cortex 2.html +0 -321
  18. package/src/dashboard/templates/credentials 2.html +0 -128
  19. package/src/dashboard/templates/crons 2.html +0 -370
  20. package/src/dashboard/templates/dashboard 2.html +0 -494
  21. package/src/dashboard/templates/dreams 2.html +0 -252
  22. package/src/dashboard/templates/email 2.html +0 -160
  23. package/src/dashboard/templates/evolution 2.html +0 -189
  24. package/src/dashboard/templates/feed 2.html +0 -249
  25. package/src/dashboard/templates/followup_health 2.html +0 -170
  26. package/src/dashboard/templates/graph 2.html +0 -201
  27. package/src/dashboard/templates/guard 2.html +0 -259
  28. package/src/dashboard/templates/inbox 2.html +0 -251
  29. package/src/dashboard/templates/memory 2.html +0 -420
  30. package/src/dashboard/templates/operations 2.html +0 -608
  31. package/src/dashboard/templates/plugins 2.html +0 -185
  32. package/src/dashboard/templates/protocol 2.html +0 -199
  33. package/src/dashboard/templates/rules 2.html +0 -246
  34. package/src/dashboard/templates/sentiment 2.html +0 -247
  35. package/src/dashboard/templates/sessions 2.html +0 -218
  36. package/src/dashboard/templates/skills 2.html +0 -329
  37. package/src/dashboard/templates/somatic 2.html +0 -73
  38. package/src/dashboard/templates/triggers 2.html +0 -133
  39. package/src/dashboard/templates/trust 2.html +0 -360
  40. package/src/db/__init__ 2.py +0 -259
  41. package/src/db/_core 2.py +0 -437
  42. package/src/db/_credentials 2.py +0 -124
  43. package/src/db/_episodic 2.py +0 -762
  44. package/src/db/_evolution 2.py +0 -54
  45. package/src/db/_fts 2.py +0 -406
  46. package/src/db/_goal_profiles 2.py +0 -376
  47. package/src/db/_hot_context 2.py +0 -660
  48. package/src/db/_outcomes 2.py +0 -800
  49. package/src/db/_personal_scripts 2.py +0 -582
  50. package/src/db/_sessions 2.py +0 -330
  51. package/src/db/_tasks 2.py +0 -91
  52. package/src/db/_watchers 2.py +0 -173
  53. package/src/doctor/formatters 2.py +0 -52
  54. package/src/doctor/models 2.py +0 -69
  55. package/src/doctor/planes 2.py +0 -87
  56. package/src/doctor/providers/__init__ 2.py +0 -1
  57. package/src/doctor/providers/deep 2.py +0 -367
  58. package/src/evolution_cycle 2.py +0 -519
  59. package/src/hooks/auto_capture 2.py +0 -208
  60. package/src/hooks/caffeinate-guard 2.sh +0 -8
  61. package/src/hooks/capture-session 2.sh +0 -21
  62. package/src/hooks/capture-tool-logs 2.sh +0 -158
  63. package/src/hooks/daily-briefing-check 2.sh +0 -33
  64. package/src/hooks/heartbeat-enforcement 2.py +0 -90
  65. package/src/hooks/heartbeat-posttool 2.sh +0 -18
  66. package/src/hooks/inbox-hook 2.sh +0 -76
  67. package/src/hooks/post-compact 2.sh +0 -152
  68. package/src/hooks/pre-compact 2.sh +0 -169
  69. package/src/hooks/protocol-guardrail 2.sh +0 -10
  70. package/src/hooks/protocol-pretool-guardrail 2.sh +0 -9
  71. package/src/hooks/session-stop 2.sh +0 -52
  72. package/src/kg_populate 2.py +0 -292
  73. package/src/maintenance 2.py +0 -53
  74. package/src/memory_backends 2.py +0 -71
  75. package/src/migrate_embeddings 2.py +0 -124
  76. package/src/nexo_sdk 2.py +0 -103
  77. package/src/observability 2.py +0 -199
  78. package/src/plugin_loader 2.py +0 -217
  79. package/src/plugins/__init__ 2.py +0 -0
  80. package/src/plugins/artifact_registry 2.py +0 -450
  81. package/src/plugins/backup 2.py +0 -127
  82. package/src/plugins/claims_tools 2.py +0 -119
  83. package/src/plugins/cognitive_memory 2.py +0 -609
  84. package/src/plugins/core_rules 2.py +0 -252
  85. package/src/plugins/cortex 2.py +0 -1155
  86. package/src/plugins/entities 2.py +0 -67
  87. package/src/plugins/episodic_memory 2.py +0 -560
  88. package/src/plugins/evolution 2.py +0 -167
  89. package/src/plugins/goal_engine 2.py +0 -142
  90. package/src/plugins/guard 2.py +0 -862
  91. package/src/plugins/impact 2.py +0 -29
  92. package/src/plugins/knowledge_graph_tools 2.py +0 -137
  93. package/src/plugins/media_memory_tools 2.py +0 -98
  94. package/src/plugins/memory_export 2.py +0 -196
  95. package/src/plugins/outcomes 2.py +0 -130
  96. package/src/plugins/personal_scripts 2.py +0 -117
  97. package/src/plugins/preferences 2.py +0 -47
  98. package/src/plugins/protocol 2.py +0 -1449
  99. package/src/plugins/simple_api 2.py +0 -106
  100. package/src/plugins/skills 2.py +0 -341
  101. package/src/plugins/state_watchers 2.py +0 -79
  102. package/src/plugins/update 2.py +0 -986
  103. package/src/plugins/user_state_tools 2.py +0 -43
  104. package/src/plugins/workflow 2.py +0 -588
  105. package/src/protocol_settings 2.py +0 -59
  106. package/src/public_contribution 2.py +0 -466
  107. package/src/public_evolution_queue 2.py +0 -241
  108. package/src/requirements 2.txt +0 -14
  109. package/src/retroactive_learnings 2.py +0 -373
  110. package/src/rules/__init__ 2.py +0 -0
  111. package/src/rules/core-rules 2.json +0 -331
  112. package/src/rules/migrate 2.py +0 -207
  113. package/src/runtime_power 2.py +0 -874
  114. package/src/script_registry 2.py +0 -1559
  115. package/src/scripts/check-context 2.py +0 -272
  116. package/src/scripts/deep-sleep/apply_findings 2.py +0 -2327
  117. package/src/scripts/deep-sleep/collect 2.py +0 -928
  118. package/src/scripts/deep-sleep/extract 2.py +0 -330
  119. package/src/scripts/deep-sleep/extract-prompt 2.md +0 -285
  120. package/src/scripts/deep-sleep/synthesize 2.py +0 -312
  121. package/src/scripts/deep-sleep/synthesize-prompt 2.md +0 -336
  122. package/src/scripts/nexo-agent-run 2.py +0 -75
  123. package/src/scripts/nexo-auto-update 2.py +0 -6
  124. package/src/scripts/nexo-backup 2.sh +0 -25
  125. package/src/scripts/nexo-brain-activation 2.sh +0 -140
  126. package/src/scripts/nexo-catchup 2.py +0 -300
  127. package/src/scripts/nexo-cognitive-decay 2.py +0 -257
  128. package/src/scripts/nexo-cortex-cycle 2.py +0 -293
  129. package/src/scripts/nexo-cron-wrapper 2.sh +0 -53
  130. package/src/scripts/nexo-daily-self-audit 2.py +0 -2161
  131. package/src/scripts/nexo-dashboard 2.sh +0 -29
  132. package/src/scripts/nexo-deep-sleep 2.sh +0 -86
  133. package/src/scripts/nexo-evolution-run 2.py +0 -1664
  134. package/src/scripts/nexo-followup-hygiene 2.py +0 -139
  135. package/src/scripts/nexo-hook-record 2.py +0 -42
  136. package/src/scripts/nexo-immune 2.py +0 -936
  137. package/src/scripts/nexo-impact-scorer 2.py +0 -117
  138. package/src/scripts/nexo-inbox-hook 2.sh +0 -74
  139. package/src/scripts/nexo-install 2.py +0 -6
  140. package/src/scripts/nexo-learning-housekeep 2.py +0 -401
  141. package/src/scripts/nexo-learning-validator 2.py +0 -266
  142. package/src/scripts/nexo-migrate 2.py +0 -260
  143. package/src/scripts/nexo-outcome-checker 2.py +0 -127
  144. package/src/scripts/nexo-postmortem-consolidator 2.py +0 -456
  145. package/src/scripts/nexo-pre-commit 2.py +0 -120
  146. package/src/scripts/nexo-prevent-sleep 2.sh +0 -35
  147. package/src/scripts/nexo-proactive-dashboard 2.py +0 -354
  148. package/src/scripts/nexo-reflection 2.py +0 -256
  149. package/src/scripts/nexo-runtime-preflight 2.py +0 -274
  150. package/src/scripts/nexo-sleep 2.py +0 -631
  151. package/src/scripts/nexo-snapshot-restore 2.sh +0 -35
  152. package/src/scripts/nexo-sync-clients 2.py +0 -16
  153. package/src/scripts/nexo-synthesis 2.py +0 -475
  154. package/src/scripts/nexo-tcc-approve 2.sh +0 -79
  155. package/src/scripts/nexo-update 2.sh +0 -306
  156. package/src/scripts/nexo-watchdog 2.sh +0 -1207
  157. package/src/scripts/nexo-watchdog-smoke 2.py +0 -119
  158. package/src/scripts/rehydrate_learnings_from_archive 2.py +0 -245
  159. package/src/server 2.py +0 -1296
  160. package/src/skills/run-nexo-audit-phase/guide 2.md +0 -43
  161. package/src/skills/run-nexo-audit-phase/skill 2.json +0 -59
  162. package/src/skills/run-nexo-core-fix-cycle/guide 2.md +0 -17
  163. package/src/skills/run-nexo-core-fix-cycle/script 2.py +0 -276
  164. package/src/skills/run-nexo-core-fix-cycle/skill 2.json +0 -58
  165. package/src/skills/run-release-final-audit/guide 2.md +0 -16
  166. package/src/skills/run-release-final-audit/script 2.py +0 -259
  167. package/src/skills/run-release-final-audit/skill 2.json +0 -77
  168. package/src/skills/run-runtime-doctor/guide 2.md +0 -12
  169. package/src/skills/run-runtime-doctor/script 2.py +0 -21
  170. package/src/skills/run-runtime-doctor/skill 2.json +0 -25
  171. package/src/skills_runtime 2.py +0 -932
  172. package/src/state_watchers_runtime 2.py +0 -475
  173. package/src/storage_router 2.py +0 -32
  174. package/src/system_catalog 2.py +0 -786
  175. package/src/tools_coordination 2.py +0 -103
  176. package/src/tools_credentials 2.py +0 -68
  177. package/src/tools_drive 2.py +0 -487
  178. package/src/tools_hot_context 2.py +0 -163
  179. package/src/tools_learnings 2.py +0 -612
  180. package/src/tools_menu 2.py +0 -229
  181. package/src/tools_reminders 2.py +0 -88
  182. package/src/tools_reminders_crud 2.py +0 -363
  183. package/src/tools_sessions 2.py +0 -1054
  184. package/src/tools_system_catalog 2.py +0 -19
  185. package/src/tools_task_history 2.py +0 -57
  186. package/src/tools_transcripts 2.py +0 -98
  187. package/src/transcript_utils 2.py +0 -412
  188. package/src/user_context 2.py +0 -46
  189. package/src/user_data_portability 2.py +0 -328
  190. package/src/user_state_model 2.py +0 -170
  191. package/templates/CLAUDE.md 2.template +0 -108
  192. package/templates/CODEX.AGENTS.md 2.template +0 -66
  193. package/templates/launchagents/README 2.md +0 -132
  194. package/templates/launchagents/com.nexo.auto-close-sessions 2.plist +0 -39
  195. package/templates/launchagents/com.nexo.catchup 2.plist +0 -39
  196. package/templates/launchagents/com.nexo.cognitive-decay 2.plist +0 -40
  197. package/templates/launchagents/com.nexo.dashboard 2.plist +0 -43
  198. package/templates/launchagents/com.nexo.deep-sleep 2.plist +0 -43
  199. package/templates/launchagents/com.nexo.evolution 2.plist +0 -44
  200. package/templates/launchagents/com.nexo.followup-hygiene 2.plist +0 -45
  201. package/templates/launchagents/com.nexo.immune 2.plist +0 -41
  202. package/templates/launchagents/com.nexo.postmortem 2.plist +0 -45
  203. package/templates/launchagents/com.nexo.self-audit 2.plist +0 -47
  204. package/templates/launchagents/com.nexo.synthesis 2.plist +0 -45
  205. package/templates/launchagents/com.nexo.watchdog 2.plist +0 -37
  206. package/templates/nexo_helper 2.py +0 -301
  207. package/templates/openclaw 2.json +0 -13
  208. package/templates/plugin-template 2.py +0 -40
  209. package/templates/script-template 2.py +0 -59
  210. package/templates/script-template 2.sh +0 -13
  211. package/templates/skill-script-template 2.py +0 -48
  212. package/templates/skill-template 2.md +0 -33
@@ -1,306 +0,0 @@
1
- #!/usr/bin/env bash
2
- # nexo-update.sh — Standalone NEXO update script
3
- # Same logic as the MCP tool but usable when the server itself needs updating.
4
- #
5
- # Usage:
6
- # nexo-update.sh # pull from origin main
7
- # nexo-update.sh origin beta # pull from origin beta
8
- # NEXO_HOME=/path nexo-update.sh # custom NEXO_HOME
9
-
10
- set -euo pipefail
11
-
12
- # --- Configuration ---
13
- REMOTE="${1:-origin}"
14
- BRANCH="${2:-main}"
15
- NEXO_HOME="${NEXO_HOME:-$HOME/.nexo}"
16
-
17
- # Determine repo directory: script is at src/scripts/, repo root is ../../
18
- SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
19
- REPO_DIR="$(cd "$SCRIPT_DIR/../.." && pwd)"
20
- SRC_DIR="$REPO_DIR/src"
21
- PACKAGE_JSON="$REPO_DIR/package.json"
22
-
23
- # --- Helpers ---
24
- RED='\033[0;31m'
25
- GREEN='\033[0;32m'
26
- YELLOW='\033[1;33m'
27
- NC='\033[0m'
28
-
29
- log() { echo -e "${GREEN}[nexo-update]${NC} $*"; }
30
- warn() { echo -e "${YELLOW}[nexo-update]${NC} $*"; }
31
- err() { echo -e "${RED}[nexo-update]${NC} $*" >&2; }
32
-
33
- read_version() {
34
- python3 -c "import json; print(json.load(open('$PACKAGE_JSON')).get('version','unknown'))" 2>/dev/null || echo "unknown"
35
- }
36
-
37
- # --- Check if this is a git repo ---
38
- if [ ! -d "$REPO_DIR/.git" ] && [ ! -f "$REPO_DIR/.git" ]; then
39
- err "ABORTED: Not a git repository at $REPO_DIR"
40
- err "For packaged installs, use: npm update -g nexo-brain"
41
- exit 1
42
- fi
43
-
44
- # --- Step 1: Check for uncommitted changes in entire worktree ---
45
- log "Checking for uncommitted changes..."
46
- cd "$REPO_DIR"
47
-
48
- if [ -n "$(git status --porcelain 2>/dev/null)" ]; then
49
- err "ABORTED: Uncommitted changes in worktree"
50
- git status --short
51
- exit 1
52
- fi
53
- log "Working tree clean."
54
-
55
- # Record current state
56
- OLD_VERSION="$(read_version)"
57
- OLD_COMMIT="$(git rev-parse HEAD)"
58
- REQ_FILE="$SRC_DIR/requirements.txt"
59
- OLD_REQ_HASH=""
60
- if [ -f "$REQ_FILE" ]; then
61
- OLD_REQ_HASH="$(shasum -a 256 "$REQ_FILE" | cut -d' ' -f1)"
62
- fi
63
- log "Current: v${OLD_VERSION} (${OLD_COMMIT:0:8})"
64
-
65
- # --- Step 2: Backup databases ---
66
- TIMESTAMP="$(date +%Y-%m-%d-%H%M)"
67
- BACKUP_DIR="$NEXO_HOME/backups/pre-update-$TIMESTAMP"
68
-
69
- backup_dbs() {
70
- local found=0
71
- # Check data/, NEXO_HOME root, and src/ for .db files
72
- for dir in "$NEXO_HOME/data" "$NEXO_HOME" "$SRC_DIR"; do
73
- if [ -d "$dir" ]; then
74
- for db in "$dir"/*.db; do
75
- [ -f "$db" ] || continue
76
- found=1
77
- mkdir -p "$BACKUP_DIR"
78
- cp "$db" "$BACKUP_DIR/$(basename "$db")"
79
- log " Backed up: $(basename "$db")"
80
- done
81
- fi
82
- done
83
- if [ "$found" -eq 0 ]; then
84
- log " No databases found to backup."
85
- fi
86
- }
87
-
88
- log "Backing up databases..."
89
- backup_dbs
90
-
91
- # --- Step 3: git pull ---
92
- log "Pulling from ${REMOTE}/${BRANCH}..."
93
- PULL_OUTPUT="$(git pull "$REMOTE" "$BRANCH" 2>&1)" || {
94
- err "git pull failed:"
95
- err "$PULL_OUTPUT"
96
- exit 1
97
- }
98
- log "$PULL_OUTPUT"
99
-
100
- if echo "$PULL_OUTPUT" | grep -q "Already up to date"; then
101
- log "Already up to date (v${OLD_VERSION}). Done."
102
- exit 0
103
- fi
104
-
105
- # --- Step 4: Check version ---
106
- NEW_VERSION="$(read_version)"
107
- log "New version: v${NEW_VERSION}"
108
-
109
- # --- Step 4b: Reinstall Python dependencies if requirements.txt changed ---
110
- NEW_REQ_HASH=""
111
- if [ -f "$REQ_FILE" ]; then
112
- NEW_REQ_HASH="$(shasum -a 256 "$REQ_FILE" | cut -d' ' -f1)"
113
- fi
114
-
115
- DEPS_CHANGED=false
116
- if [ "$OLD_REQ_HASH" != "$NEW_REQ_HASH" ]; then
117
- DEPS_CHANGED=true
118
- fi
119
-
120
- reinstall_pip_deps() {
121
- local VENV_PIP="$NEXO_HOME/.venv/bin/pip"
122
- if [ -f "$REQ_FILE" ]; then
123
- if [ -x "$VENV_PIP" ]; then
124
- "$VENV_PIP" install --quiet -r "$REQ_FILE" || return 1
125
- else
126
- python3 -m pip install --quiet -r "$REQ_FILE" --break-system-packages 2>/dev/null || return 1
127
- fi
128
- fi
129
- return 0
130
- }
131
-
132
- if [ "$DEPS_CHANGED" = true ] || [ "$OLD_VERSION" != "$NEW_VERSION" ]; then
133
- log "Reinstalling Python dependencies..."
134
- if ! reinstall_pip_deps; then
135
- err "pip install failed! Rolling back..."
136
- git reset --hard "$OLD_COMMIT"
137
- reinstall_pip_deps || warn "pip rollback also had issues"
138
- if [ -d "$BACKUP_DIR" ]; then
139
- for db in "$BACKUP_DIR"/*.db; do
140
- [ -f "$db" ] || continue
141
- BASENAME="$(basename "$db")"
142
- for candidate in "$NEXO_HOME/data/$BASENAME" "$NEXO_HOME/$BASENAME" "$SRC_DIR/$BASENAME"; do
143
- if [ -f "$candidate" ]; then
144
- cp "$db" "$candidate"
145
- warn " Restored: $BASENAME"
146
- break
147
- fi
148
- done
149
- done
150
- fi
151
- err "Rolled back to ${OLD_COMMIT:0:8}. Databases restored."
152
- exit 1
153
- fi
154
- log "Python dependencies updated."
155
- fi
156
-
157
- # --- Step 5: Run migrations if version changed ---
158
- if [ "$OLD_VERSION" != "$NEW_VERSION" ]; then
159
- log "Version changed: ${OLD_VERSION} -> ${NEW_VERSION}"
160
- log "Running migrations..."
161
- if ! (cd "$SRC_DIR" && python3 -c "import db; db.init_db()" 2>&1); then
162
- err "Migration failed! Rolling back..."
163
- git reset --hard "$OLD_COMMIT"
164
- # Reinstall pip deps from restored old requirements.txt
165
- reinstall_pip_deps || warn "pip rollback also had issues"
166
- # Restore DB backups
167
- if [ -d "$BACKUP_DIR" ]; then
168
- for db in "$BACKUP_DIR"/*.db; do
169
- [ -f "$db" ] || continue
170
- BASENAME="$(basename "$db")"
171
- for candidate in "$NEXO_HOME/data/$BASENAME" "$NEXO_HOME/$BASENAME" "$SRC_DIR/$BASENAME"; do
172
- if [ -f "$candidate" ]; then
173
- cp "$db" "$candidate"
174
- warn " Restored: $BASENAME"
175
- break
176
- fi
177
- done
178
- done
179
- fi
180
- err "Rolled back to ${OLD_COMMIT:0:8}. Databases and deps restored."
181
- exit 1
182
- fi
183
- log "Migrations applied."
184
- else
185
- log "Version unchanged (${OLD_VERSION}), skipping migrations."
186
- fi
187
-
188
- # --- Step 6: Verify import ---
189
- log "Verifying server.py import..."
190
- if ! (cd "$SRC_DIR" && python3 -c "import server" 2>&1); then
191
- err "Import verification failed! Rolling back..."
192
- git reset --hard "$OLD_COMMIT"
193
- # Reinstall pip deps from restored old requirements.txt
194
- reinstall_pip_deps || warn "pip rollback also had issues"
195
- if [ -d "$BACKUP_DIR" ]; then
196
- for db in "$BACKUP_DIR"/*.db; do
197
- [ -f "$db" ] || continue
198
- BASENAME="$(basename "$db")"
199
- for candidate in "$NEXO_HOME/data/$BASENAME" "$NEXO_HOME/$BASENAME" "$SRC_DIR/$BASENAME"; do
200
- if [ -f "$candidate" ]; then
201
- cp "$db" "$candidate"
202
- warn " Restored: $BASENAME"
203
- break
204
- fi
205
- done
206
- done
207
- fi
208
- err "Rolled back to ${OLD_COMMIT:0:8}. Databases and deps restored."
209
- exit 1
210
- fi
211
-
212
- # --- Step 7: Sync hooks to NEXO_HOME ---
213
- HOOKS_SRC="$SRC_DIR/hooks"
214
- HOOKS_DEST="$NEXO_HOME/hooks"
215
- if [ -d "$HOOKS_SRC" ]; then
216
- mkdir -p "$HOOKS_DEST"
217
- SYNCED=0
218
- for hook in "$HOOKS_SRC"/*.sh; do
219
- [ -f "$hook" ] || continue
220
- cp "$hook" "$HOOKS_DEST/$(basename "$hook")"
221
- chmod 755 "$HOOKS_DEST/$(basename "$hook")"
222
- SYNCED=$((SYNCED + 1))
223
- done
224
- if [ "$SYNCED" -gt 0 ]; then
225
- log "Synced $SYNCED hook(s) to $HOOKS_DEST"
226
- fi
227
- fi
228
-
229
- # --- Step 8: Sync cron definitions with manifest ---
230
- CRON_SYNC="$SRC_DIR/crons/sync.py"
231
- CRON_SYNC_OK=false
232
- if [ -f "$CRON_SYNC" ]; then
233
- log "Syncing cron definitions..."
234
- if NEXO_HOME="$NEXO_HOME" NEXO_CODE="$SRC_DIR" python3 "$CRON_SYNC" 2>&1; then
235
- log "Cron definitions synced."
236
- CRON_SYNC_OK=true
237
- else
238
- warn "Cron sync failed (non-fatal). Installed manifest NOT refreshed to avoid divergence."
239
- fi
240
- fi
241
-
242
- # --- Step 8b: Refresh installed manifest for catchup/watchdog (only if sync succeeded) ---
243
- if $CRON_SYNC_OK && [ -d "$SRC_DIR/crons" ]; then
244
- mkdir -p "$NEXO_HOME/crons"
245
- cp -f "$SRC_DIR/crons/"*.json "$NEXO_HOME/crons/" 2>/dev/null
246
- cp -f "$SRC_DIR/crons/"*.py "$NEXO_HOME/crons/" 2>/dev/null
247
- log "Refreshed installed crons manifest."
248
- fi
249
-
250
- # --- Step 9: Sync shared client configs ---
251
- CLIENT_SYNC="$SRC_DIR/scripts/nexo-sync-clients.py"
252
- if [ -f "$CLIENT_SYNC" ]; then
253
- log "Syncing shared client configs..."
254
- CLIENT_SYNC_ARGS=()
255
- if [ -f "$NEXO_HOME/config/schedule.json" ]; then
256
- while IFS= read -r line; do
257
- [ -n "$line" ] && CLIENT_SYNC_ARGS+=("--enabled-client" "$line")
258
- done < <(
259
- NEXO_HOME="$NEXO_HOME" NEXO_CODE="$SRC_DIR" python3 - <<'PY'
260
- import json
261
- import os
262
- import sys
263
- from pathlib import Path
264
-
265
- sys.path.insert(0, os.environ["NEXO_CODE"])
266
- from client_preferences import normalize_client_preferences
267
-
268
- schedule_file = Path(os.environ["NEXO_HOME"]) / "config" / "schedule.json"
269
- schedule_payload = json.loads(schedule_file.read_text()) if schedule_file.exists() else {}
270
- prefs = normalize_client_preferences(schedule_payload)
271
- if prefs != {key: schedule_payload.get(key) for key in prefs}:
272
- merged = dict(schedule_payload)
273
- merged.update(prefs)
274
- schedule_file.parent.mkdir(parents=True, exist_ok=True)
275
- schedule_file.write_text(json.dumps(merged, indent=2, ensure_ascii=False) + "\n")
276
- enabled = [key for key, value in prefs.get("interactive_clients", {}).items() if value]
277
- if prefs.get("automation_enabled", True):
278
- backend = prefs.get("automation_backend")
279
- if backend and backend != "none" and backend not in enabled:
280
- enabled.append(backend)
281
- for item in enabled:
282
- print(item)
283
- PY
284
- )
285
- fi
286
- if NEXO_HOME="$NEXO_HOME" NEXO_CODE="$SRC_DIR" python3 "$CLIENT_SYNC" --nexo-home "$NEXO_HOME" --runtime-root "$SRC_DIR" "${CLIENT_SYNC_ARGS[@]}" --json >/dev/null 2>&1; then
287
- log "Shared client configs synced."
288
- else
289
- warn "Client config sync failed (non-fatal). Run 'nexo clients sync' later."
290
- fi
291
- fi
292
-
293
- # --- Done ---
294
- echo ""
295
- log "========================================="
296
- log " UPDATE SUCCESSFUL"
297
- if [ "$OLD_VERSION" != "$NEW_VERSION" ]; then
298
- log " Version: ${OLD_VERSION} -> ${NEW_VERSION}"
299
- else
300
- log " Version: ${OLD_VERSION} (unchanged)"
301
- fi
302
- log " Branch: ${REMOTE}/${BRANCH}"
303
- log " Backup: ${BACKUP_DIR}"
304
- log "========================================="
305
- echo ""
306
- warn "MCP server restart needed to load new code."