Claude Flow V3 Alpha 79 - Comprehensive Documentation Update
๐ Claude Flow V3 Alpha 79
This release includes a comprehensive documentation overhaul with all features now fully documented.
๐ Documentation Additions
New Sections Added to README
| Section | Content |
|---------|---------|
| ๐ ๏ธ Helper Scripts | 30+ automation tools organized by category (Progress, Daemon, Learning, Swarm, Security, Git) |
| โ๏ธ Environment Variables | 50+ variables across 10 categories with example .env file |
| ๐ Configuration Reference | Complete JSON schema + use-case configs (Dev, Prod, CI/CD, Memory-constrained) |
| ๐ Migration Guide (V2โV3) | Step-by-step migration, command mapping, rollback procedures |
| ๐ Skills System | 42+ pre-built workflows organized by category |
| ๐ซ Claims System | Work coordination between humans and agents |
| ๐งญ Intelligent Routing | Q-Learning task routing documentation |
| ๐ป Programmatic SDK | Code examples for all @claude-flow packages |
| โ๏ธ Flow Nexus | Cloud platform integration |
| ๐ Stream-Chain | Multi-agent pipeline documentation |
| ๐ฅ Pair Programming | Driver/Navigator workflow modes |
Enhanced Sections
- Why Claude-Flow v3? - Added 6 new comparison items (Skills, Stream Pipelines, Cloud Platform, Auto-Updates, Pair Programming)
- Quick Add Command - Fixed
mcp addโmcp start
๐ฆ Package Updates
claude-flow@3.0.0-alpha.79published to npm- All dist-tags updated:
latest,alpha,v3alpha
๐ง Installation
# Install via npm
npx claude-flow@latest
# Or add to Claude Code
claude mcp add claude-flow -- npx claude-flow@v3alpha mcp start
๐ Package Stats
- Total Files: 1,240
- Package Size: 1.8 MB
- Unpacked Size: 8.9 MB
Full Changelog: https://github.com/ruvnet/claude-flow/compare/v3.0.0-alpha.77...v3.0.0-alpha.79