Преглед на файлове

Add v0.0.1 release notes

Lukas Goldschmidt преди 1 месец
родител
ревизия
84fc1e980b
променени са 1 файла, в които са добавени 22 реда и са изтрити 0 реда
  1. 22 0
      RELEASE_NOTES.md

+ 22 - 0
RELEASE_NOTES.md

@@ -0,0 +1,22 @@
+# Release Notes
+
+## v0.0.1
+
+### Added
+- Indicator catalog metadata via `get_capabilities`.
+- New indicators implemented and exposed through `get_indicator`:
+  - `atr`
+  - `bollinger`
+  - `vwap`
+- Composite regime endpoint:
+  - `get_regime(symbol, timeframe)` returns trend, momentum, volatility, Bollinger bands, VWAP, plus a heuristic early `reversal` signal.
+
+### Enhanced
+- `get_market_snapshot(symbol)` now includes additional context:
+  - EMA200, MACD histogram, ATR (+ ATR%), Bollinger bands, VWAP, and `trend_bias`.
+
+### Improved developer experience
+- Expanded and clarified MCP tool descriptions so clients/agents can discover valid inputs and expected outputs.
+
+### Fixed
+- Updated indicator tests to reflect newly supported indicators.