feat: bootstrap coinhunter cli package
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# coinhunter-cli
|
||||
|
||||
CoinHunter CLI is the executable tooling layer for CoinHunter.
|
||||
|
||||
- Code lives in this repository.
|
||||
- User runtime data lives in `~/.coinhunter/`.
|
||||
- Hermes skills can call this CLI instead of embedding large script collections.
|
||||
|
||||
## Install (editable)
|
||||
|
||||
```bash
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
## Example commands
|
||||
|
||||
```bash
|
||||
coinhunter check-api
|
||||
coinhunter smart-executor balances
|
||||
coinhunter precheck
|
||||
coinhunter review-context 12
|
||||
coinhunter market-probe bybit-ticker BTCUSDT
|
||||
```
|
||||
Reference in New Issue
Block a user