- Created `PROJECT_CONTEXT.md` to document the project vision, roadmap, and technical architecture.
- This serves as a context file for future AI agents and developers.
- Created FastAPI backend structure.
- Implemented Spotify Recently Played ingestion logic.
- Set up SQLite database with SQLAlchemy models.
- Added AI Service using Google Gemini.
- Created helper scripts for auth and background worker.
- Added Dockerfile and GitHub Actions workflow.