新增: TaskRecord加output_json产出字段+V17迁移(决策a AiNode自审闭环)

This commit is contained in:
2026-06-16 22:29:21 +08:00
parent b5a9557b50
commit 539b5ed63e
7 changed files with 45 additions and 11 deletions

View File

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