git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
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
|
|
```
|