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

13 lines 534 B
/** * V3 CLI Type Definitions — re-export shim (ADR-100, alpha.5). * * Authoritative source: @claude-flow/cli-core/types. Was a byte-identical * 287-line copy until alpha.5 published the cli-core subpath. The 60+ * `import './types.js'` call sites inside cli keep working unchanged * because the file path is preserved. * * To extend the type system, edit v3/@claude-flow/cli-core/src/types.ts * — changes flow through here automatically. */ export * from '@claude-flow/cli-core/types'; //# sourceMappingURL=types.js.map