chore: remove legacy scripts and update SKILL.md to reference CLI only
This commit is contained in:
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