wolverine-strategy
Installation
SKILL.md
🦡 WOLVERINE v5.0.0 — HYPE Alpha Hunter (senpi_runtime_helpers)
v3 → v4 architectural rewrite. v3.x was a full-agency scanner. v4.0 flips to the standard senpi-trading-runtime plugin pattern: producer emits signals, runtime owns execution + state.
What changed structurally:
wolverine-producer.py(NEW) replaceswolverine-scanner.py(DELETED)- v2-runtime-native: external_scanner + LLM-pass-through gate + native
risk.guard_rails - DSL exits via
FEE_OPTIMIZED_LIMIT(saves ~0.020-0.030% per maker-filled close) - Trade chain DB emits per-trade telemetry — chain DB visibility on Wolverine for the first time
- Python-state-crash class of bug (load_tc / set_cooldown / has_resting_orders) is structurally impossible in v4.0
Related skills