- Add GET /api/matrix/config endpoint that serves world config to Matrix
- Create config/matrix.yaml with lighting, environment, and feature settings
- Implement fallback to sensible defaults if config file is missing/invalid
- Add comprehensive tests for the new endpoint
Fixes#674