claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
19 lines (14 loc) • 319 B
Markdown
# hive-mind-init
Initialize the Hive Mind collective intelligence system.
## Usage
```bash
npx claude-flow hive-mind init [options]
```
## Options
- `--force` - Force reinitialize
- `--config <file>` - Configuration file
## Examples
```bash
npx claude-flow hive-mind init
npx claude-flow hive-mind init --force
```