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

14 lines 458 B
/** * Settings.json Generator * Creates .claude/settings.json with V3-optimized hook configurations */ import type { InitOptions } from './types.js'; /** * Generate the complete settings.json content */ export declare function generateSettings(options: InitOptions): object; /** * Generate settings.json as formatted string */ export declare function generateSettingsJson(options: InitOptions): string; //# sourceMappingURL=settings-generator.d.ts.map