@claude-flow/cli 3.0.0-alpha.47 → 3.0.0-alpha.48

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.
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "code-analyzer"
3
+ description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
3
4
  color: "purple"
4
5
  type: "analysis"
5
6
  version: "1.0.0"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: code-analyzer
3
+ description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
3
4
  type: code-analyzer
4
5
  color: indigo
5
6
  priority: high
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "system-architect"
3
+ description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
3
4
  type: "architecture"
4
5
  color: "purple"
5
6
  version: "1.0.0"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "ml-developer"
3
+ description: "ML developer with self-learning hyperparameter optimization and pattern recognition"
3
4
  color: "purple"
4
5
  type: "data"
5
6
  version: "2.0.0-alpha"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "backend-dev"
3
+ description: "Specialized agent for backend API development with self-learning and pattern recognition"
3
4
  color: "blue"
4
5
  type: "development"
5
6
  version: "2.0.0-alpha"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "cicd-engineer"
3
+ description: "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization"
3
4
  type: "devops"
4
5
  color: "cyan"
5
6
  version: "1.0.0"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "api-docs"
3
+ description: "Expert agent for creating OpenAPI documentation with pattern learning"
3
4
  color: "indigo"
4
5
  type: "documentation"
5
6
  version: "2.0.0-alpha"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: "mobile-dev"
3
+ description: "Expert agent for React Native mobile application development across iOS and Android"
3
4
  color: "teal"
4
5
  type: "specialized"
5
6
  version: "1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.0.0-alpha.47",
3
+ "version": "3.0.0-alpha.48",
4
4
  "type": "module",
5
5
  "description": "CLI module - command parsing, prompts, output formatting",
6
6
  "main": "dist/src/index.js",