feat(schedule): implement Agent schedule application service - #200
Open
znnnnnnn-wil wants to merge 4 commits into
Open
feat(schedule): implement Agent schedule application service#200znnnnnnn-wil wants to merge 4 commits into
znnnnnnn-wil wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Related issue: feat(schedule): 实现日程聚合、PostgreSQL/SQLite 与日历读取闭环 #176
find_schedulestime bounds as effective occurrence windows through account-scoped Repository candidate filtering, timezone-aware RRULE range queries, and CANCEL/REPLACE overridesthis_occurrence,this_and_future, andentire_seriesusing local wall time in the schedule IANA timezoneVerification
ruff check .ruff format --check .(91 files already formatted)mypy(58 source files, no issues)pytest --cov --cov-report=term-missing --cov-report=xml --cov-fail-under=80(276 passed,25 skipped,90.19%coverage locally; PostgreSQL fixture unavailable locally)alembic heads(20260810_0005)Scope
This PR contains only the backend application logic behind the five already-merged Agent schedule interfaces. Client calendar reading, cloud snapshot application, WebSocket synchronization, reminder runtime scheduling, GUI editing, and the remaining client-facing interfaces stay out of scope. PostgreSQL candidate-query coverage reuses the existing CI fixture.