chore: remove legacy scripts and update SKILL.md to reference CLI only
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
Complete guide for building and running a hands-off meme-coin trading bot using the Binance Spot API.
|
||||
|
||||
> Note: CoinHunter code now lives in `~/.hermes/skills/coinhunter/scripts/` and is preferably invoked via `coinhunter_cli.py`. Treat any references in this guide to runtime copies under `~/.coinhunter/` or shell wrappers like `run_trader.sh` as legacy structure notes unless explicitly updated below.
|
||||
|
||||
## Scope
|
||||
|
||||
This guide covers:
|
||||
|
||||
16
references/shim-templates.md
Normal file
16
references/shim-templates.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# CoinHunter shim templates
|
||||
|
||||
These files are tiny compatibility shims for Hermes platform features that currently expect scripts under `~/.hermes/scripts/`.
|
||||
|
||||
When needed, copy them like this:
|
||||
|
||||
- `templates/coinhunter_precheck_shim.py` -> `~/.hermes/scripts/coinhunter_precheck.py`
|
||||
- `templates/coinhunter_external_gate_shim.py` -> `~/.hermes/scripts/coinhunter_external_gate.py`
|
||||
- `templates/coinhunter_review_context_shim.py` -> `~/.hermes/scripts/coinhunter_review_context.py`
|
||||
- `templates/rotate_external_gate_log_shim.sh` -> `~/.hermes/scripts/rotate_external_gate_log.sh`
|
||||
|
||||
The real business logic stays inside the skill under:
|
||||
- `~/.hermes/skills/coinhunter/scripts/`
|
||||
|
||||
The user runtime data stays under:
|
||||
- `~/.coinhunter/`
|
||||
Reference in New Issue
Block a user