Skip to content

Add task drop and restore status mutations#140

Merged
deverman merged 1 commit into
masterfrom
agent/129-task-drop-restore
Jul 23, 2026
Merged

Add task drop and restore status mutations#140
deverman merged 1 commit into
masterfrom
agent/129-task-drop-restore

Conversation

@deverman

@deverman deverman commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Closes #129

Summary

  • add edit_tasks set_status with active and dropped states
  • require explicit occurrence or series scope for repeating drops
  • preflight complete batches before writes and report already-satisfied targets as unchanged
  • return normalized taskStatus, dropDate, and completionDate for verification
  • add CLI parity, MCP wire coverage, deterministic JavaScriptCore contracts, live-test scaffolding, and user documentation

Validation

  • swift run focusrelay-dev validate --impact mutation
  • 154 Swift Testing tests passed
  • clean release build passed
  • installed bridge health check passed after the required OmniFocus restart
  • git diff --check

Live UAT

Passed 2026-07-23 against the explicitly disposable active, non-repeating task gLQq6L9uLDn:

  • non-writing drop preview passed
  • invalid recurrence scope was rejected atomically for the non-repeating fixture
  • drop with verification returned taskStatus=dropped, a non-null dropDate, and completionDate=null
  • restore with verification returned taskStatus=active, dropDate=null, and completionDate=null
  • formal taskStatusDropVerifyRestoreLive Swift Testing case passed

The fixture was restored to its original active lifecycle state.

@deverman
deverman marked this pull request as ready for review July 23, 2026 09:17
@deverman
deverman merged commit 920f118 into master Jul 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support dropping and restoring OmniFocus tasks without recording completion

1 participant