#!/usr/bin/env node /** * Test Protocol Integration - Comprehensive test of AIPersonaEngine + SubagentProtocols * * This test file demonstrates and validates the complete integration between: * - AIPersonaEngine: Spawns real AI personas with Task tool * - SubagentProtocols: Manages strict artifact creation and tracking * - ArtifactManager: Handles artifact creation, validation, and dependency tracking */ declare function testProtocolIntegration(): Promise; export { testProtocolIntegration };