No description
Find a file
Viktor Barzin c8277e301e
feat: pydantic schemas for all service message types
- shared/schemas/trading.py: OrderRequest, OrderResult, PositionInfo,
  AccountInfo, TradeSignal, TradeExecution, MarketSnapshot, SentimentContext
- shared/schemas/news.py: RawArticle, ScoredArticle
- shared/schemas/learning.py: TradeOutcomeSchema, WeightAdjustment
- shared/schemas/auth.py: RegisterRequest, LoginRequest, TokenResponse
- 49 schema tests covering validation constraints, serialization round-trips,
  required fields, and range checks
2026-02-22 15:19:00 +00:00
.claude Add trading bot design document 2026-02-22 13:53:57 +00:00
alembic feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
docs/plans Add sprint plan — 6 sprints with goals and acceptance criteria 2026-02-22 15:08:17 +00:00
shared feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
tests feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
alembic.ini feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
pyproject.toml feat: project foundation — monorepo setup, shared config, redis streams, telemetry 2026-02-22 15:13:26 +00:00