claude-flow icon indicating copy to clipboard operation
claude-flow copied to clipboard

Unknown subcommand test

Open ctindel opened this issue 5 months ago • 1 comments

The README says to run

npx claude-flow@alpha hive-mind test --agents 5 --coordination-test

after install but there is no test subcommand:

SUBCOMMANDS:
  init         Initialize hive mind system
  spawn        Spawn hive mind swarm for a task
  status       Show hive mind status
  resume       Resume a paused hive mind session
  stop         Stop a running hive mind session
  sessions     List all hive mind sessions
  consensus    View consensus decisions
  memory       Manage collective memory
  metrics      View performance metrics
  wizard       Interactive hive mind wizard

ctindel avatar Sep 16 '25 02:09 ctindel

The README.md file no longer contains the hive-mind test command reference. It appears this documentation error has already been corrected in the repository.

The current hive-mind subcommands listed in README match the actual implementation.

rhowardstone avatar Oct 14 '25 20:10 rhowardstone