9.2.2
fix(task-gutter): resolve task ID mismatch and status selection issues
- Fix 'Task with ID not found' error by using correct task lookup from TaskManager index
- Remove restriction preventing users from re-selecting current task status
- Update visual state immediately when status changes in StatusComponent
- Ensure task IDs match expected format when parsing tasks in gutter
Resolves issues where task gutter would throw errors for missing task IDs and
users couldn't revert to original status during task editing.
Full Changelog: 9.2.0...9.2.2