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.
20 lines (15 loc) • 755 B
Markdown
name: cfn-mode
description: Toggle CFN Loop v3 spawning mode (cli vs task) for cost optimization or debugging
Toggle between CLI spawning (cost-optimized, Z.ai routing) and Task spawning (simplified, full visibility).
**Usage:**
/cfn-mode cli # Enable CLI spawning (default, 95-98% savings)
/cfn-mode task # Enable Task spawning (debugging, full visibility)
/cfn-mode status # Show current mode
**Current Mode:**
Check `.cfn-mode.json` or run `/cfn-mode status`
**Mode Details:**
- **CLI Mode**: Coordinator → orchestrator → CLI agents (Z.ai routing)
- **Task Mode**: main chat is Coordinator → JSON → Main Chat spawns Task() agents (Anthropic)
Only CLI mode use Redis context storage for swarm recovery.