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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "2.0.0-alpha.34",
3
+ "version": "2.0.0-alpha.35",
4
4
  "description": "Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)",
5
5
  "main": "cli.mjs",
6
6
  "bin": {
@@ -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-code-flow
74
- 🐝 Hive Mind Guide: https://github.com/ruvnet/claude-code-flow/docs/hive-mind
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-code-flow/docs/hive-mind.md')}
93
+ ${chalk.blue('https://github.com/ruvnet/claude-flow/tree/main/docs/hive-mind')}
94
94
  `);
95
95
  }
96
96