claude-flow 2.0.0-alpha.34 → 2.0.0-alpha.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -17
- package/package.json +1 -1
- package/src/cli/help-text.js +2 -2
- package/src/cli/simple-commands/hive-mind.js +1 -1
package/README.md
CHANGED
|
@@ -30,23 +30,7 @@
|
|
|
30
30
|
- **⚡ Performance**: 84.8% SWE-Bench solve rate, 2.8-4.4x speed improvement
|
|
31
31
|
|
|
32
32
|
> 🔥 **Revolutionary AI Coordination**: Build faster, smarter, and more efficiently with AI-powered development orchestration
|
|
33
|
-
|
|
34
|
-
## 📚 **Table of Contents**
|
|
35
|
-
|
|
36
|
-
- [⚡ Quick Start](#-try-v200-alpha-in-4-commands)
|
|
37
|
-
- [🪝 Advanced Hooks System](#-advanced-hooks-system)
|
|
38
|
-
- [🧠 Neural Features](#neural-features)
|
|
39
|
-
- [🔧 DAA MCP Endpoints](#-daa-mcp-endpoints)
|
|
40
|
-
- [🐝 Hive-Mind Intelligence](#-revolutionary-hive-mind-intelligence)
|
|
41
|
-
- [🔧 Hive-Mind Optimization](#-hive-mind-database-optimization)
|
|
42
|
-
- [⚡ 87 Advanced MCP Tools](#-87-advanced-mcp-tools)
|
|
43
|
-
- [🎮 Advanced Usage Examples](#-advanced-usage-examples)
|
|
44
|
-
- [🏗️ Architecture Overview](#️-alpha-architecture-overview)
|
|
45
|
-
- [🛠️ Installation & Setup](#️-alpha-installation--setup)
|
|
46
|
-
- [📖 Documentation](#-comprehensive-documentation)
|
|
47
|
-
- [🤝 Contributing](#-contributing-to-alpha)
|
|
48
|
-
- [📜 License](#-license)
|
|
49
|
-
|
|
33
|
+
|
|
50
34
|
## ⚡ **Try v2.0.0 Alpha in 4 Commands**
|
|
51
35
|
|
|
52
36
|
### 🎯 **Instant Alpha Testing**
|
package/package.json
CHANGED
package/src/cli/help-text.js
CHANGED
|
@@ -70,8 +70,8 @@ USAGE:
|
|
|
70
70
|
claude-flow init --sparc # Initialize with SPARC methodology
|
|
71
71
|
claude-flow help hive-mind # Learn about Hive Mind features
|
|
72
72
|
|
|
73
|
-
📚 Documentation: https://github.com/ruvnet/claude-
|
|
74
|
-
🐝 Hive Mind Guide: https://github.com/ruvnet/claude-
|
|
73
|
+
📚 Documentation: https://github.com/ruvnet/claude-flow
|
|
74
|
+
🐝 Hive Mind Guide: https://github.com/ruvnet/claude-flow/tree/main/docs/hive-mind
|
|
75
75
|
🐝 ruv-swarm: https://github.com/ruvnet/ruv-FANN/tree/main/ruv-swarm
|
|
76
76
|
`;
|
|
77
77
|
|
|
@@ -90,7 +90,7 @@ ${chalk.bold('OPTIONS:')}
|
|
|
90
90
|
--no-auto-permissions Disable automatic --dangerously-skip-permissions
|
|
91
91
|
|
|
92
92
|
${chalk.bold('For more information:')}
|
|
93
|
-
${chalk.blue('https://github.com/ruvnet/claude-
|
|
93
|
+
${chalk.blue('https://github.com/ruvnet/claude-flow/tree/main/docs/hive-mind')}
|
|
94
94
|
`);
|
|
95
95
|
}
|
|
96
96
|
|