claude-flow 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,17 +36,17 @@ npx claude-flow init
36
36
  npx claude-flow start
37
37
 
38
38
  # 🤖 Spawn a research team
39
- claude-flow agent spawn researcher --name "Senior Researcher"
40
- claude-flow agent spawn analyst --name "Data Analyst"
41
- claude-flow agent spawn implementer --name "Code Developer"
39
+ npx claude-flow agent spawn researcher --name "Senior Researcher"
40
+ npx claude-flow agent spawn analyst --name "Data Analyst"
41
+ npx claude-flow agent spawn implementer --name "Code Developer"
42
42
 
43
43
  # 📋 Create and execute tasks
44
- claude-flow task create research "Research AI optimization techniques"
45
- claude-flow task list
44
+ npx claude-flow task create research "Research AI optimization techniques"
45
+ npx claude-flow task list
46
46
 
47
47
  # 📊 Monitor in real-time
48
- claude-flow status
49
- claude-flow monitor
48
+ npx claude-flow status
49
+ npx claude-flow monitor
50
50
  ```
51
51
 
52
52
  ## 🏗️ **Core Features**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "1.0.1",
4
- "description": "Advanced AI agent orchestration system for Claude",
3
+ "version": "1.0.2",
4
+ "description": "Advanced AI agent orchestration system for Claude Code",
5
5
  "main": "src/cli/main.ts",
6
6
  "bin": {
7
7
  "claude-flow": "./bin/claude-flow"