Skip to content

Commit 639b45a

Browse files
ruvnetReuven
andauthored
docs(plugin): correct runtime smoke gate count 17 → 20 (ruvnet#1990)
The README still referenced "17 documented entry points end-to-end" but ruvnet#1988 extended the smoke to 20 (pairs/adaptive/multi-indicator gates added). Update the text to match the actual gate count and list what's covered. Co-authored-by: Reuven <cohen@ruv-mac-mini.local>
1 parent 1798690 commit 639b45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ruflo-neural-trader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Heavy jobs — multi-year walk-forward backtests, large Monte-Carlo runs, parame
1717
> 3. `cargo build` aborted on `aarch64-apple-darwin` (`fasthash-sys` x86-only SIMD) — placeholder hash replaced with stdlib `DefaultHasher` in 2.7.5.
1818
> 4. npm tarball claimed 5 platform binaries, shipped 1 — `darwin-arm64` + `darwin-x64` added in 2.7.6.
1919
>
20-
> The 2.8.x line additionally adds a flag-style CLI dispatcher (`--backtest`, `--signal scan`, `--risk assess`, `--portfolio optimize`, `--regime`, `--train`, `--predict`, `--strategy-create`) running real math (SMA crossover / RSI mean-reversion / pairs z-score / adaptive regime-switching / multi-indicator RSI+MACD+Bollinger) against real Yahoo Finance data via `--live`. Supports `--walk-forward`, `--monte-carlo`, `--symbols A,B,C`, `--benchmark SPY`, `--optimize --param "name:min:max:step"`. The runtime smoke ([scripts/runtime-smoke.sh](scripts/runtime-smoke.sh)) covers 17 documented entry points end-to-end.
20+
> The 2.8.x line additionally adds a flag-style CLI dispatcher (`--backtest`, `--signal scan`, `--risk assess`, `--portfolio optimize`, `--regime`, `--train`, `--predict`, `--strategy-create`) running real math (SMA crossover / RSI mean-reversion / pairs z-score / adaptive regime-switching / multi-indicator RSI+MACD+Bollinger) against real Yahoo Finance data via `--live`. Supports `--walk-forward`, `--monte-carlo`, `--symbols A,B,C`, `--benchmark SPY`, `--optimize --param "name:min:max:step"`. The runtime smoke ([scripts/runtime-smoke.sh](scripts/runtime-smoke.sh)) covers 20 documented entry points end-to-end (basic commands + Kelly + walk-forward + Monte Carlo + optimize + multi-symbol + pairs + adaptive + multi-indicator).
2121
2222
```bash
2323
# Recommended — keeps --ignore-scripts as defense in depth. The install

0 commit comments

Comments
 (0)