690414:1113 Update README.md /.agents/skills, /.windsurf/workflows

This commit is contained in:
2026-04-14 11:13:42 +07:00
parent 02400fd88c
commit 6d45bdaeb5
194 changed files with 12708 additions and 8762 deletions
+5
View File
@@ -48,8 +48,13 @@ export interface Circulation {
createdByUserId: number;
submittedAt?: string;
closedAt?: string;
deadlineDate?: string; // v1.8.7: delta-05 EC-CIRC-003
createdAt: string;
updatedAt: string;
// ADR-021 / v1.8.7: Workflow context fields
workflowInstanceId?: string; // UUID ของ WorkflowInstance
workflowState?: string; // สถานะปัจจุบันใน Workflow
availableActions?: string[]; // Actions ที่ทำได้ ณ ขณะนี้
// Joined relations from API
routings?: CirculationRouting[];
correspondence?: {