feat(iit): Implement event-level QC architecture V3.1 with dynamic rule filtering, report deduplication and AI intent enhancement

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-08 21:22:11 +08:00
parent 45c7b32dbb
commit 7a299e8562
51 changed files with 10638 additions and 184 deletions

View File

@@ -0,0 +1,10 @@
/**
* IIT Manager Services 导出
*/
export * from './ChatService.js';
export * from './PromptBuilder.js';
export * from './QcService.js';
export * from './QcReportService.js';
export * from './SyncManager.js';
export * from './ToolsService.js';