UNPKG

remcode

Version:

Turn your AI assistant into a codebase expert. Intelligent code analysis, semantic search, and software engineering guidance through MCP integration.

9 lines (8 loc) 277 B
/** * Scenario-specific guidance with Remcode MCP tool recommendations */ export declare const SCENARIO_GUIDANCE_MAP: Record<string, string>; /** * Helper function to get guidance by scenario string */ export declare function getScenarioGuidance(scenario: string): string;