You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Todo model with id, title, completed, created_at fields
- Add CRUD endpoints: GET/POST /todos, PATCH/DELETE /todos/{id}
- Add initial Alembic migration for todos table
- Fix deploy workflow: use standalone compose, run alembic in container
- Trim unused dependencies (celery, boto3)
- Install curl in Docker image for health checks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments