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
13 lines • 314 B
TypeScript
/**
* V3 CLI Cleanup Command
* Removes project artifacts created by claude-flow/ruflo
*
* Created with ruv.io
*/
import type { Command } from '../types.js';
/**
* Cleanup command definition
*/
export declare const cleanupCommand: Command;
export default cleanupCommand;
//# sourceMappingURL=cleanup.d.ts.map