Synchronize local work with Dart task statuses and comments
Updates Dart task statuses and adds comments based on recent git commits and file changes.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install dartai@standardbeagle-tools[--force]Synchronize local work progress with Dart, updating task statuses and adding completion comments.
Scan for work done in current session:
For each change, try to match to a Dart task:
Show proposed Dart updates:
Proposed Dart Updates
=====================
Task: [title] (ID: [id])
Current Status: In Progress
Proposed Status: Done
Comment: "Completed implementation of [feature]..."
Task: [title] (ID: [id])
Current Status: To-do
Proposed Status: In Progress
Comment: "Started work on [description]..."
Apply these updates? (yes/no)
If confirmed (or --force flag):
Use mcp__Dart__update_task for each status change
Use mcp__Dart__add_task_comment for each completion note
Sync Complete
=============
Updated: 3 tasks
Added: 5 comments
Errors: 0
Details:
- [task1]: Status updated to Done
- [task2]: Added completion comment
- [task3]: Status updated to In Progress
/dartai:sync # Interactive sync with confirmation
/dartai:sync --force # Apply all updates without confirmation
[DART-xyz123] Fix bug