fix(ai): 强化拆解切片和测试粒度
This commit is contained in:
@@ -34,7 +34,7 @@ export interface AgentReference {
|
||||
|
||||
export interface AgentDevTaskDraft {
|
||||
title: string;
|
||||
description?: string;
|
||||
description: string;
|
||||
categoryCode: AgentTaskCategoryCode;
|
||||
priority: 'P0' | 'P1' | 'P2' | 'P3';
|
||||
aiEstimateHours: number;
|
||||
|
||||
Reference in New Issue
Block a user