claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.
33 lines (32 loc) • 925 B
JSON
{
"name": "@cfn/equation-solver",
"version": "1.0.0",
"description": "Secure equation solver skill using nerdamer",
"main": "solve.sh",
"scripts": {
"test": "bash test-equation-solver.sh",
"test:security": "bash test-equation-solver.sh 2>&1 | grep -E 'SECURITY TESTS|Security Test|PASSED|FAILED'",
"test:functional": "bash test-equation-solver.sh 2>&1 | grep -E 'FUNCTIONAL TESTS|Functional Test|PASSED|FAILED'"
},
"keywords": [
"equation",
"solver",
"algebra",
"nerdamer",
"security"
],
"author": "CFN Security Team",
"license": "MIT",
"dependencies": {
"nerdamer": "^1.1.7"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/anthropics/claude-flow-novice.git"
},
"bugs": {
"url": "https://github.com/anthropics/claude-flow-novice/issues"
},
"homepage": "https://github.com/anthropics/claude-flow-novice"
}