claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.
30 lines • 712 B
JSON
{
"name": "cfn-compilation-error-fixer-lib",
"version": "2.0.0",
"description": "CFN compilation error fixer library with gated validation",
"type": "module",
"main": "index.ts",
"exports": {
".": {
"types": "./index.ts",
"import": "./index.ts"
},
"./rust": "./cerebras-gated-fixer-v2.ts",
"./typescript": "./typescript-gated-fixer-v2.ts"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1"
},
"optionalDependencies": {
"@cerebras/cerebras_cloud_sdk": "^1.0.0"
},
"devDependencies": {
"tsx": "^4.7.0",
"@types/node": "^20.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}