2025-05-05 17:01:57 +08:00
|
|
|
### Existing Task References
|
2025-04-26 23:43:52 +08:00
|
|
|
|
2025-05-05 17:01:57 +08:00
|
|
|
#### Completed Tasks
|
2025-04-26 23:43:52 +08:00
|
|
|
|
|
|
|
{completedTasks}
|
|
|
|
|
2025-05-05 17:01:57 +08:00
|
|
|
#### Incomplete Tasks
|
2025-04-26 23:43:52 +08:00
|
|
|
|
|
|
|
{unfinishedTasks}
|
|
|
|
|
2025-05-05 17:01:57 +08:00
|
|
|
#### Task Adjustment Principles
|
2025-04-26 23:43:52 +08:00
|
|
|
|
|
|
|
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
|
2025-04-26 23:43:52 +08:00
|
|
|
5. **Task Continuity** - New tasks should form a coherent whole with existing tasks
|