docs(backend): expand recurrence sync runbook and transition docs#1545
Merged
tyler-dane merged 1 commit intomainfrom Mar 16, 2026
Merged
docs(backend): expand recurrence sync runbook and transition docs#1545tyler-dane merged 1 commit intomainfrom
tyler-dane merged 1 commit intomainfrom
Conversation
Co-authored-by: Tyler Dane <tyler-dane@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.
Update recurrence and change-recipe docs to cover transition-key mapping, planner/executor contracts, and practical triage steps for recurrence sync regressions introduced by the recent event processor refactor.
Note
Low Risk
Low risk: documentation-only updates that don’t affect runtime behavior. The main risk is minor confusion if the described transition keys/tests drift from implementation.
Overview
Adds a recurrence sync regression triage runbook to
docs/common-change-recipes.md, including how to capture the transition key from logs and a focused backend test command.Expands
docs/recurrence-handling.mdwith a clearer transition-key format and a documented planner/executor contract (plan fields, step ordering, Google-effect boundary), plus a step-to-executor-method mapping and checks for Google delete ID selection and the series-to-standalone recurrence-clearing guard.Written by Cursor Bugbot for commit 9c0aeea. This will update automatically on new commits. Configure here.