UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

8 lines (7 loc) 366 B
#!/usr/bin/env node // NPX cache repair — no-op (removed in 3.1.0-alpha.53) // Kept as empty module for backwards compatibility with older bin/cli.js imports. export function repairNpxCache() { return 0; } export function repairCacheIntegrity() { return 0; } export function removeNpxCacheEntry() { return false; } export function nukeNpxCache() { return false; }