claude-collab
Version:
Claude Collab - The AI collaboration framework that prevents echo chambers
54 lines (41 loc) ⢠1.46 kB
Markdown
# 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)