auto-sync: 2026-05-19 13:46:59

This commit is contained in:
cfdaily
2026-05-19 13:46:59 +08:00
parent 5a30d2d3cb
commit fc396ba960
@@ -71,6 +71,7 @@ type V2Task = {
claimed_at: string | null; completed_at: string | null; started_at: string | null;
deadline: string | null; retry_count: number; max_retries: number;
risk_level: string | null; escalated: number;
archived: number;
comments_count?: number; outputs_count?: number;
review_status?: string | null; latest_event_detail?: string | null;
stage?: string | null; stages_json?: string;