cc-enhance
Version:
Adaptive prompt intelligence with 25-step selection, CLAUDE.md adherence, MCP tool orchestration, parallel execution and memory integration for Claude Code
12 lines • 519 B
TypeScript
/**
* CC-Enhance: Prompt enhancement with contrarian analysis for Claude Code
*
* This package provides the /enhance command for Claude Code that:
* - Transforms vague requests into comprehensive, well-structured prompts
* - Incorporates contrarian analysis to challenge assumptions
* - Integrates project-specific rules from CLAUDE.md
* - Recommends appropriate MCP tools based on task context
*/
export declare const VERSION = "0.1.0";
export declare function info(): void;
//# sourceMappingURL=index.d.ts.map