UNPKG

cc-enhance

Version:

Adaptive prompt intelligence with 25-step selection, CLAUDE.md adherence, MCP tool orchestration, parallel execution and memory integration for Claude Code

19 lines 734 B
"use strict"; /** * 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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = void 0; exports.info = info; exports.VERSION = '0.1.0'; function info() { console.log('CC-Enhance: Prompt enhancement with contrarian analysis'); console.log(`Version: ${exports.VERSION}`); } //# sourceMappingURL=index.js.map