- Use gitea.thefetagroup.com/bnair/cryptobot:latest for engine
- Use gitea.thefetagroup.com/bnair/cryptobot-ui:latest for dashboard
- Remove deprecated 'version' field
- Change default DATA_ROOT from /opt/trading/crypto to ./data/
- Add start_period to healthchecks
- Add service dependency conditions
- Add Pydantic settings with trading mode validation (paper/testnet/live)
- Implement Binance USDⓈ-M Futures adapter with hedge mode, isolated margin
- Add type definitions for orders, positions, and market data
- Create documentation (PLAN.md, ARCHITECTURE.md, SECURITY.md)
- Add setup.sh with uv/pip auto-detection for consistent dev environments
- Configure Docker multi-stage build and docker-compose services
- Add pyproject.toml with all dependencies and tool configs