Skip to content

v1.0.0 - Production Release πŸŽ‰

Latest

Choose a tag to compare

@Matt-Dionis Matt-Dionis released this 24 Aug 14:38
· 4 commits to main since this release
5a72e93

πŸŽ‰ Claude Config Composer v1.0.0 - Production Release

We're excited to announce the official v1.0.0 release of Claude Code Configs! This release represents a complete architectural transformation, introducing the new claude-config-composer CLI tool that intelligently merges configurations for your development stack.

πŸš€ Major Changes

New CLI Tool: claude-config-composer

  • Intelligent Merging - Combine multiple configurations without conflicts
  • Interactive Mode - Visual configuration selection
  • Zero Installation - Use directly with npx
  • TypeScript - Full type safety and modern development
  • 118+ Tests - Comprehensive test coverage

Repository Restructure

  • Configurations now organized in configurations/ directory by category
  • Individual configs enhanced with metadata and priorities
  • Improved documentation and examples

πŸ“¦ Installation

# Quick start with npx (no installation)
npx claude-config-composer nextjs-15 shadcn

# Or install globally
npm install -g claude-config-composer

# Then use the short alias
claude-compose nextjs-15 shadcn tailwindcss