feat: enhance workflow-tune skill with reference document extraction and intent matching improvements

This commit is contained in:
catlog22
2026-03-20 15:27:05 +08:00
parent 9c49a32cd9
commit 7ef47c3d47
4 changed files with 151 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
// Integration tests for HomePage data flows: stats + sessions loading concurrently
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
import { renderWithI18n, screen, waitFor } from '@/test/i18n';
import { renderWithI18n, waitFor } from '@/test/i18n';
import HomePage from '@/pages/HomePage';
// Mock hooks used by WorkflowTaskWidget