claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
19 lines • 418 B
JSON
{
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "batch",
"parallel": true,
"cache": true,
"commands": [
"npx claude-flow@alpha hooks pre-command --batch true",
"npx claude-flow@alpha memory store --batch true",
"npx claude-flow@alpha neural predict --cache true"
]
}
]
}
]
}