新增: 任务推进链(7态状态机+advance_task CAS原子写)+软删除+前后端7态对齐

This commit is contained in:
2026-06-16 02:33:15 +08:00
parent f30df333b3
commit d2cb38cdac
21 changed files with 1628 additions and 167 deletions

View File

@@ -41,6 +41,7 @@ fn task(id: &str, project_id: &str) -> TaskRecord {
assignee: None,
workflow_def_id: None,
base_branch: None,
review_rounds: 0,
created_at: now_ts(),
updated_at: now_ts(),
}