fix(move): adjusts logic to prevent an issue when moving from parent to subtask if the target parent has no subtasks.

This commit is contained in:
Eyal Toledano
2025-05-25 17:49:32 -04:00
parent de58e9ede5
commit f74d639110
19 changed files with 1648 additions and 4388 deletions

View File

@@ -1,7 +1,7 @@
# Task ID: 45
# Title: Implement GitHub Issue Import Feature
# Status: pending
# Dependencies: 97
# Dependencies: None
# Priority: medium
# Description: Add a '--from-github' flag to the add-task command that accepts a GitHub issue URL and automatically generates a corresponding task with relevant details. This feature works in conjunction with the GitHub export feature (Task #97) to provide bidirectional linking between Task Master tasks and GitHub issues.
# Details: