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
+6
View File
@@ -74,6 +74,12 @@ export interface RFA {
// Deprecated/Mapped fields
correspondenceNumber?: string; // Convenience accessor
// ADR-021: Workflow Engine fields (optional — populated when workflow is active)
workflowInstanceId?: string;
workflowState?: string;
availableActions?: string[];
priority?: import('./workflow').WorkflowPriority;
}
export interface CreateRFADto {