docs: document mobileAuthHandoffs cleanup window behavior (#530)#561
Merged
joryirving merged 3 commits intoJun 11, 2026
Merged
Conversation
Add documentation comment above the setInterval cleanup block to explain the 60-second cleanup granularity and why it's acceptable per audit findings. Fixes #530
itsmiso-ai
added a commit
to itsmiso-ai/dispatch-workflow
that referenced
this pull request
Jun 11, 2026
Worker-created branches must be pushed directly to misospace/* origin. No forks exist for misospace/* repos. Cross-repo/fork PRs break the AI PR review CI because GitHub does not forward secrets (e.g. ACTIONS_APP_ID, ACTIONS_APP_PRIVATE_KEY) to fork PR runs. The review job will fail with: 'Error: The client-id (or deprecated app-id) input must be set to a non-empty string.' After creating a PR, verify with: gh pr view --json isCrossRepository If true, the push is wrong. Fix it before reporting Done. Triggered by misospace/miso-chat#561 which was the only cross-repo PR out of 20+ itsmiso-ai PRs on misospace/miso-chat. Co-authored-by: Saffron Worker <saffron@kubetix.local>
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.
Fixes #530
Add documentation comment above the setInterval cleanup block to explain the 60-second cleanup granularity and why it's acceptable per audit findings.
The comment clarifies that: