Remove mode selector from repeat_after options flow#35
Merged
Conversation
Agent-Logs-Url: https://github.com/gensyn/task_tracker/sessions/7981acca-d34f-4728-be0d-807d248c0e4c Co-authored-by: gensyn <36128035+gensyn@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
gensyn
April 14, 2026 13:50
View session
…after) Agent-Logs-Url: https://github.com/gensyn/task_tracker/sessions/33b7900a-4c9c-4638-bb3e-3db6201848c2 Co-authored-by: gensyn <36128035+gensyn@users.noreply.github.com>
…up overdue tasks Agent-Logs-Url: https://github.com/gensyn/task_tracker/sessions/4a0ed8b0-49a0-48a7-b60d-55e3b5b9a8c2 Co-authored-by: gensyn <36128035+gensyn@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
_find_most_recent_occurrenceincoordinator.pyto respectweeks_intervalforCONF_REPEAT_EVERY_WEEKDAY_calc_most_recent_weekday_in_cycleinstance method that anchors tolast_done, computes the first cycle date, then finds the largest N such thatfirst_cycle + N*weeks_interval weeks ≤ today_find_most_recent_occurrenceto call this instead of_calc_most_recent_weekdayfor the weekday sub-typetest_repeat_every_weekday_mark_as_done_respects_weeks_intervalfor the exact scenario from the problem statement (every 3 weeks on Tuesday, 7 weeks overdue → lands on week-6 cycle date, not latest Tuesday)