Commit Graph

55 Commits

Author SHA1 Message Date
dekun fd063c56f8 Wait for Flask readiness during deploy verification.
Avoid false negatives when PM2 is online but the port is not listening yet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 20:19:47 +08:00
dekun ecf35f6c09 Fix quick-update PM2 path when crypto_okx was never started.
Stop trusting pm2 pid; start ecosystem if the app is missing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 20:18:06 +08:00
dekun 9079f94585 Fix PM2 start falsely treating missing crypto_okx as existing.
Use jlist name match and fall back to start when restart fails.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 20:10:38 +08:00
dekun d4eb6832b7 Rewrite usage guide for current options and hedge flows.
Remove obsolete strategy, key auto-order, and AI review sections.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 20:06:23 +08:00
dekun a1abe159fa Initial standalone crypto_okx with one-click deploy.
Add deploy/manage.sh bootstrap for git.bz121.com/dekun/crypto_okx and point docs at this repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 20:00:59 +08:00