senpi-strategy-ops
Installation
SKILL.md
Senpi Strategy Ops — deploy, monitor, close
A strategy is a package: strategy.yaml (the deploy manifest) + one runtime.yaml per instance +
<instance>/scanners/. The runtime spawns and supervises each scanners/scan.py, calling
scan(inputs, ctx) every interval_seconds and owning everything downstream — signal validation,
sizing/execution, the two-phase DSL exit, risk guard-rails. There is no separate scanner daemon, no
push_signal. Ops owns the deployed lifecycle. Deploy is one verb, run as a detached job:
funds preflight → wallet create+fund → runtime install → one observed scanner tick. It returns in ~1s
and you poll until it is terminal.