ruvnet / ruvnet/ruflo

command line switches ignored, unreported or misreported

Open
#344 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
72.7k
Forks
8.6k
Avg merge
2d 23h
Merged PRs (30d)
83

Description

Validate that all hive-mind command line switches and their parameters are honored, implemented and the resultant configuration is displayed to the user. The configuration displayed to the user should be a complete set of all user settable configuration directives, even if the user did not specify a value for a configuration directive.

version: alpha-60

See attached files
* session transcript file [swarm-comms-trace.tar.gz](https://github.com/user-attachments/files/21283595/swarm-comms-trace.tar.gz)
* resultant project directory archive file [iTerm2 Session Jul 16, 2025 at 11:28:35 PM.txt](https://github.com/user-attachments/files/21283601/iTerm2.Session.Jul.16.2025.at.11.28.35.PM.txt)

commands executed:

```
rm -rf .??* *
ls -a
npx claude-flow@alpha --version && npx claude-flow@alpha init --force && npx claude-flow@alpha hive-mind init
npx claude-flow@alpha hive-mind spawn \
"Create an EPIC issue to build a single page web based calculator in ./calculator folder." \
--queen-type tactical \
--workerTypes researcher,architect,coder,tester,documenter \
--max-workers 6 \
--claude \
--auto-spawn \
--topology mesh \
--consensus byzantine \
--monitor
```

The following command line switches are ignored or misreported.

* `--queen-type` - I set to `--queen-type tactical` but is reported as `strategic`. Actual queen type used is unclear. `strategic` is implied in the transcript ` mcp__claude-flow__memory_store { "key": "hive/queen", "value": "strategic" } `
* `--topology` - I set to `mesh` but is reported and implemented as `hierarchical` as indicated by `● claude-flow - swarm_init (MCP)(topology: "hierarchical", maxAgents: 5, strategy: "specialized")` in the transcript.

The following outputs should be updated to accurately reflect all configuration directives, even is using the default settings for that directive.

missing worker-types, auto-spawn and topology

```
HIVE MIND CONFIGURATION:
📌 Swarm ID: swarm-1752733328286-7hyepnewy
📌 Swarm Name: hive-1752733328279
🎯 Objective: Create an EPIC issue to build a single page web based calculator in ./calculator folder.
👑 Queen Type: strategic
🐝 Worker Count: 5
🤝 Consensus Algorithm: byzantine
⏰ Initialized: 2025-07-17T06:22:08.380Z
```

Contributor guide

Open the contributing guide

Research direction

Start with the `hive-mind spawn` command and compare the command-line switches with the attached session transcript and resultant project output. Verify queen type, topology, worker types, auto-spawn, worker count, consensus, and monitor settings, then ensure the displayed configuration includes every user-settable directive with explicit or default values.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.