chore(repo): initialize planarchy workspace
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# Swarm Orchestration - Start Script
|
||||
# Initialize swarm with default anti-drift settings
|
||||
|
||||
set -e
|
||||
|
||||
echo "Initializing hierarchical swarm..."
|
||||
npx @claude-flow/cli swarm init \
|
||||
--topology hierarchical \
|
||||
--max-agents 8 \
|
||||
--strategy specialized
|
||||
|
||||
echo "Swarm initialized successfully"
|
||||
npx @claude-flow/cli swarm status
|
||||
Reference in New Issue
Block a user