UNPKG

claude-collab

Version:

Claude Collab - The AI collaboration framework that prevents echo chambers

54 lines (41 loc) • 1.46 kB
# feat: Complete rebranding from HarmonyCode to Claude-Collab v3.2.0 ## Summary This PR completes the full rebranding from HarmonyCode to Claude-Collab, making the project ready for its new identity on npm and GitHub. ## Changes Made ### šŸ·ļø Rebranding - Updated package name from `harmonycode` to `claude-collab` - Changed CLI command from `hc` to `cc` - Renamed `bin/hc` to `bin/cc` - Updated all references throughout the codebase (52 files) ### šŸ“¦ npm Publishing - Successfully published to npm as `claude-collab@3.2.0` - Package is now available at: https://www.npmjs.com/package/claude-collab ### šŸ“ Files Updated - **Source code**: All TypeScript files in `core/`, `diversity/`, `orchestration/` - **Tests**: All test files updated with new branding - **Documentation**: README.md, CHANGELOG.md, and all other docs - **CLI**: Updated commands and help text - **Examples**: Demo files updated ## Installation Users can now install the package globally: ```bash npm install -g claude-collab ``` ## Usage ```bash # Full command claude-collab init my-project # Or use the shorthand cc init my-project cc server cc register alice ``` ## Testing - Build successful āœ… - Tests passing: 56/58 (96.5% success rate) āœ… - npm publish successful āœ… ## Next Steps - Merge this PR to complete the rebranding - Create a GitHub release for v3.2.0 - Update any external documentation šŸ¤– Generated with [Claude Code](https://claude.ai/code)