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.
67 lines (57 loc) ⢠2.12 kB
Markdown
# ā
Claude-Flow-Novice Working Setup - Complete!
## š Successfully Working in claude-flow-novice Project
### ā
**Slash Commands** (All Working!)
**Via npm scripts**:
```bash
npm run claude-soul "What is consciousness?"
npm run swarm init mesh 3
npm run sparc spec "Build API"
npm run hooks enable
npm run neural status
npm run performance report
npm run github analyze repo
npm run workflow create "pipeline"
```
**Direct execution**:
```bash
node .claude/commands/claude-soul.js "What is consciousness?"
node .claude/commands/swarm.js init mesh 3
node .claude/commands/sparc.js spec "Build API"
```
### ā
**MCP Server** (36 Essential Tools)
- **Location**: `dist/mcp/mcp-server-novice.js`
- **Status**: ā
Working and initialized with 36 tools
- **Test**: `echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' | node dist/mcp/mcp-server-novice.js`
### š **Directory Structure**
```
claude-flow-novice/
āāā .claude/
ā āāā commands/ # 8 working slash commands
ā ā āāā claude-soul.js
ā ā āāā swarm.js
ā ā āāā sparc.js
ā ā āāā hooks.js
ā ā āāā neural.js
ā ā āāā performance.js
ā ā āāā github.js
ā ā āāā workflow.js
ā āāā core/
ā āāā slash-command.js
āāā dist/
ā āāā mcp/
ā āāā mcp-server-novice.js # 36 essential MCP tools
āāā package.json # Updated with npm scripts
```
### š§ **Package.json Integration**
- ā
**Bin entries**: claude-soul, swarm, sparc, hooks
- ā
**Npm scripts**: All 8 commands available via `npm run`
- ā
**Working paths**: All pointing to `.claude/commands/`
### š **Ready to Copy to ourstories**
This setup is now working and ready to be copied to the ourstories project.
**Copy command**:
```bash
cp -r .claude /path/to/ourstories/
cp dist/mcp/mcp-server-novice.js /path/to/ourstories/.claude-flow-novice/mcp/
```
---
*All components tested and verified working ā
*