chore: remove legacy scripts and update SKILL.md to reference CLI only

This commit is contained in:
2026-04-16 03:03:25 +08:00
parent 7abdb30d6e
commit 863d10b872
11 changed files with 71 additions and 605 deletions

View File

@@ -56,9 +56,10 @@ flowchart TD
| `scripts/market_probe.py` | Market data fetcher (ccxt + web search) |
| `scripts/coinhunter_precheck.py` | **Lightweight gate** — computes adaptive thresholds and decides if analysis is needed |
| `scripts/coinhunter_external_gate.py` | Optional **system-crontab wrapper** that runs the gate entirely outside Hermes |
| `smart_executor.py` *(user runtime)* | Order execution layer with idempotency & precision validation |
| `logger.py` *(user runtime)* | Structured JSONL logging of every decision & trade |
| `review_engine.py` *(user runtime)* | Hourly quality review & parameter optimization |
| `scripts/coinhunter_cli.py` | Unified CLI entrypoint for CoinHunter operations |
| `scripts/smart_executor.py` | Order execution layer with idempotency & precision validation |
| `scripts/logger.py` | Structured JSONL logging of every decision & trade |
| `scripts/review_engine.py` | Hourly quality review & parameter optimization |
---