fix: update agent instructions for sessions_spawn, remove stale references
All checks were successful
continuous-integration/drone/push Build is passing

- AGENTS.md (bull/bear/hawk/dove): replace sessions_send references with
  sessions_spawn task-based protocol
- SOUL.md (bull/bear): remove memory_search (unavailable in sub-agents)
- SOUL.md (hawk/dove): remove REPLY_SKIP (not needed with spawn)
- AGENTS.md (invest-analyst): restore daily briefing format and memory rules
- deploy.sh: fix nvm loading for SSH non-interactive shell
This commit is contained in:
Yaojia Wang
2026-03-21 17:09:49 +01:00
parent 9b64dfb74e
commit 5be9385c9f
10 changed files with 87 additions and 56 deletions

View File

@@ -34,7 +34,7 @@ echo ""
# --- Phase 3: Restart gateway ---
echo "[3/3] Restarting OpenClaw gateway..."
ssh "$REMOTE" "openclaw gateway restart"
ssh "$REMOTE" 'export NVM_DIR="$HOME/.nvm"; [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"; openclaw gateway restart'
echo ""
echo "=== Deploy complete ==="