19 lines
319 B
Markdown
19 lines
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
|
|
```
|