Prototype project reviewed-now mutation#141
Merged
Merged
Conversation
…eviewed-now # Conflicts: # CHANGELOG.md # README.md # Tests/OmniFocusIntegrationTests/BridgeMutationExecutionTests.swift
deverman
marked this pull request as ready for review
July 23, 2026 09:19
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.
Closes #138
Impact
mutationAcceptance journey
A user selects active or on-hold project IDs, previews one
reviewedNow=trueupdate, then applies it with verification. FocusRelay preflights every target before any write, uses one request-level timestamp, preserves each review interval, and returns OmniFocus-native next-review state.Implementation
projectPatch.reviewedNow=trueto MCP and--reviewed-nowto the CLI.new Date()timestamp for the complete request, matching native Mark Reviewed behavior.Validation
swift test— passed, 154 Swift Testing tests.swift run focusrelay-dev validate --impact mutation— passed tests and clean release build.git diff --check— passed.Live UAT
Passed 2026-07-23 using explicitly disposable project
buBqOONyCGB(Drop test):Native Mark Reviewed recorded Last Reviewed
2026-07-23T03:06:19.156Zand Next Review2026-08-22T16:00:00.000Z. The final direct implementation recorded Last Reviewed2026-07-23T03:07:43.801Zand the identical Next Review2026-08-22T16:00:00.000Z. Both recorded their invocation timestamp, preserved the one-month interval, and let OmniFocus calculate Next Review at local midnight.An intermediate local-midnight normalization hypothesis was rejected by the native UI evidence and removed in commit
d5d1928. No ordinary project was mutated; the supplied fixture remains active.