@hivetechs/hive-ai
Version:
Real-time streaming AI consensus platform with HTTP+SSE MCP integration for Claude Code, VS Code, Cursor, and Windsurf - powered by OpenRouter's unified API
21 lines (20 loc) • 669 B
TypeScript
/**
* Create 2025 Flagship Profiles for WOW Consensus
*
* ⚠️ DEPRECATED: This system has been replaced by Expert Profile Templates
* Use the new expert-profile-templates.ts system instead
*/
/**
* Create flagship profiles in the database
*
* ⚠️ DEPRECATED: Use Expert Profile Templates instead
* This function is disabled to prevent creation of old-format profiles
*/
export declare function createFlagshipProfiles(): Promise<void>;
/**
* Check if flagship profiles need to be created or updated
*
* ⚠️ DEPRECATED: Use Expert Profile Templates instead
*/
export declare function ensureFlagshipProfiles(): Promise<boolean>;