Case code runs abnormally
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 72.8k
- Forks
- 8.6k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 82
Description
```
# Deploy research swarm with neural enhancement
npx claude-flow@alpha swarm "Research AI safety in autonomous systems" \
--strategy research \
--neural-patterns enabled \
--memory-compression high
# Analyze results with cognitive computing
npx claude-flow@alpha cognitive analyze --target research-results
```
```
npx claude-flow@alpha cognitive analyze --target research-results
❌ Error: Unknown command: cognitive
Run "claude-flow help" for available commands
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by checking the available commands with `npx claude-flow@alpha help` and tracing how CLI commands are registered; clarify whether `cognitive analyze` is intended to exist, then define completion around the command no longer producing `Unknown command` and add coverage for the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- ai, cli
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100