Skip to content

Implement move_tasks for homogeneous bulk moves#43

Draft
deverman wants to merge 1 commit into
issue-31-set-tasks-completionfrom
issue-32-move-tasks
Draft

Implement move_tasks for homogeneous bulk moves#43
deverman wants to merge 1 commit into
issue-31-set-tasks-completionfrom
issue-32-move-tasks

Conversation

@deverman
Copy link
Copy Markdown
Owner

Summary

  • implement move_tasks across the shared mutation core, CLI, MCP, and bridge plugin
  • validate and execute homogeneous bulk task moves to inbox, project, or parent task destinations
  • add mutation validation and CLI/core tests for move-specific constraints

Testing

  • node --check Plugin/FocusRelayBridge.omnijs/Resources/BridgeLibrary.js
  • swift test
  • ./scripts/install-plugin.sh
  • osascript -e 'tell application "OmniFocus" to quit' && sleep 2 && open -a "OmniFocus"
  • swift run focusrelay bridge-health-check
  • swift run focusrelay move-tasks e-Wn5k27h6g --destination-kind inbox --preview-only --verify --return-fields id,name,projectName
  • swift run focusrelay move-tasks e-Wn5k27h6g --destination-kind inbox --verify --return-fields id,name
  • swift run focusrelay move-tasks e-Wn5k27h6g --destination-kind project --destination-id l6ZI4Q1HqpK --verify --return-fields id,name,projectName

Copy link
Copy Markdown
Owner Author

Stack note: this draft PR is based on issue-31-set-tasks-completion / PR #42, not master.

Merge order for the stack:

  1. Add shared mutation core preview pipeline #40
  2. Implement update_tasks mutation flow #41
  3. Implement set_tasks_completion lifecycle flow #42
  4. Implement move_tasks for homogeneous bulk moves #43

After #42 merges, retarget or rebase #43 onto the updated base before final merge if needed.

Copy link
Copy Markdown
Owner Author

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.

1 participant