17 lines
728 B
Markdown
17 lines
728 B
Markdown
# 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/`
|