mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
Add unit and integration tests covering core business logic: - SessionStore: 18 tests for session persistence and management - Conductor: 13 tests for session orchestration and agent lifecycle - IPC Handlers: 19 tests for main-renderer communication - Agent check: 10 tests for agent detection utilities Tests achieve 31.74% overall coverage with focus on critical paths. Includes Vitest configuration, mock setup, and test utilities. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>