bddf52d1ee
IsDayPlanQuery only rejected the сегодня family, so "какие планы на понедельник?" carried no other-day token, did carry "планы", and the plan claimed it ahead of the calendar listing and recited today under today's date. Weekday names, week, weekend and month join the refusal list. This is a refusal and not a feature: it stands until the plan can build a day other than the clock's own. isRestOfDayQuery also lived in cmd/mavend and matched by substring while IsDayPlanQuery tokenized, so the two predicates deciding one utterance could disagree, and "проверь nextcloud" read as a request for the rest of the day. It moves to the router and tokenizes. Found in review of #58.