18 lines
605 B
Markdown
Raw Normal View History

2025-05-05 17:01:57 +08:00
### Existing Task References
2025-05-05 17:01:57 +08:00
#### Completed Tasks
{completedTasks}
2025-05-05 17:01:57 +08:00
#### Incomplete Tasks
{unfinishedTasks}
2025-05-05 17:01:57 +08:00
#### Task Adjustment Principles
1. **Completed Task Protection** - Completed tasks cannot be modified or deleted
2025-05-05 17:01:57 +08:00
2. **Incomplete Task Adjustability** - Incomplete tasks can be modified based on new requirements
3. **Task ID Consistency** - Must use original IDs when referencing existing tasks
4. **Dependency Relationship Integrity** - Avoid circular dependencies, do not depend on tasks marked for removal
5. **Task Continuity** - New tasks should form a coherent whole with existing tasks