Add set_projects_completion mutation#46
Merged
Merged
Conversation
Owner
Author
This was referenced Jun 1, 2026
Owner
Author
This was referenced Jun 1, 2026
5 tasks
Owner
Author
|
Merge-order note: #44 is merged into master, and this PR has been retargeted directly to master. This should now be reviewed/merged before the next stacked roadmap item. Validation run on issue-34-set-projects-completion:
Scope correction: I removed the mutation-specific timeout env var from this PR. That belongs in diagnostics/root-cause work, not in set_projects_completion. |
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
set_projects_completionfor homogeneous project complete/uncomplete by IDValidation
node --check Plugin/FocusRelayBridge.omnijs/Resources/BridgeLibrary.jsswift test./scripts/install-plugin.shand restarted OmniFocusswift run focusrelay bridge-health-checkswift run focusrelay set-projects-completion jdiFnpbNXj- --state active --preview-only --verify --return-fields id,name,status,completionDateTravel Hacking MCP Server(jdiFnpbNXj-): completed and restored to active; restore returned active withcompletionDate: nullNotes
One completion attempt exposed existing URL-dispatch stranding: the CLI timed out, but the bridge response later appeared and showed the mutation itself took 1.288s. The project was restored successfully afterward under the mutation timeout. This PR keeps the timeout change scoped to mutations; a broader dispatch reliability fix should stay separate if needed.
Stack order: merge after #44 (
issue-33-update-projects-and-status). Closes #34.