What changed
The claude-flow package name on npm belongs to an unrelated project (ruvnet/claude-flow). Users running npm install -g claude-flow were getting the wrong package — a v3.5.x agent orchestration tool instead of our proxy bridge.
Fixed
- All installation instructions now use
npm install -g github:Lexus2016/claude-flowinstead ofnpm install -g claude-flow - Added warning notices about the npm name conflict in all README files (EN, UA, RU)
- Removed
npxsections (incompatible with GitHub-based installs)
Install
npm install -g github:Lexus2016/claude-flowCloses #1