feat(circuit): send full weekday list and trip title for chaining labels
- Expose tripTitled and multi-day days[] on TripCircuitAssignmentDriverAlgoDTO so vsn-trip-algo can build LU-MA-ME-JE-VE style labels instead of a single MONDAY.
- TripAlgoDayResolver.resolveSlotDaysList: return all trip.days when size > 1 (resolveSlotDayOfWeek unchanged for single slot-day chaining)
- TripDriverAssignmentMapper: set tripTitled, days, dayOfWeek on algo payload
- DriverScore DTO: carry perNewTripContext, assignmentRelations, existingTripsSummary, proposalReason from algo response