claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
97 lines (96 loc) • 2.12 kB
JSON
{
"name": "@claude-flow/plugin-agentic-qe",
"version": "3.0.0-alpha.5",
"description": "Quality Engineering plugin for Ruflo V3 with 51 specialized agents across 12 DDD bounded contexts",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"agents",
"skills",
"plugin.yaml",
"README.md"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf dist",
"type-check": "tsc --noEmit",
"lint": "eslint src/**/*.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"claude-flow",
"plugin",
"quality-engineering",
"testing",
"coverage",
"tdd",
"security",
"chaos-engineering",
"accessibility",
"ai-agents"
],
"author": "rUv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruflo.git",
"directory": "v3/plugins/agentic-qe"
},
"homepage": "https://github.com/ruvnet/ruflo/tree/main/v3/plugins/agentic-qe",
"bugs": {
"url": "https://github.com/ruvnet/ruflo/issues"
},
"dependencies": {
"zod": "^3.23.0"
},
"peerDependencies": {
"@claude-flow/plugins": ">=3.0.0-0",
"@claude-flow/memory": ">=3.0.0-0",
"@claude-flow/security": ">=3.0.0-0",
"@claude-flow/embeddings": ">=3.0.0-0"
},
"peerDependenciesMeta": {
"@claude-flow/plugins": {
"optional": true
},
"@claude-flow/memory": {
"optional": true
},
"@claude-flow/security": {
"optional": true
},
"@claude-flow/embeddings": {
"optional": true
},
"@claude-flow/browser": {
"optional": true
},
"@ruvector/attention": {
"optional": true
},
"@ruvector/gnn": {
"optional": true
},
"@ruvector/sona": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.5.0",
"vitest": "^2.0.0"
},
"engines": {
"node": ">=20.0.0"
}
}