add eco CLI symlink to setup wizard, document all CLI commands

setup.sh now installs eco → ~/.local/bin/eco (symlink to cli.py).
README.md updated with full eco command reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MoltBot Service
2026-02-14 06:48:22 +00:00
parent 576f0ddac2
commit 21d55cbc6a
4 changed files with 37 additions and 11 deletions

View File

@@ -137,7 +137,7 @@ bash setup.sh
| `src/adapters/telegram_bot.py` | Telegram bot cu commands + inline keyboards |
| `src/adapters/whatsapp.py` | WhatsApp adapter — polls Node.js bridge |
| `bridge/whatsapp/index.js` | Node.js WhatsApp bridge — Baileys + Express |
| `cli.py` | CLI: echo status/doctor/restart/logs/secrets/cron/heartbeat/memory/whatsapp |
| `cli.py` | CLI tool (instalat ca `eco` in ~/.local/bin/ de setup.sh) |
| `setup.sh` | Interactive setup wizard — 10-step onboarding, idempotent |
| `config.json` | Runtime config (channels, telegram_channels, whatsapp, admins, models) |