UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

11 lines 471 B
export interface CopyCommandOptions { force?: boolean; } /** * Copies all Claude files (commands, agents, etc.) from the npm package to the user's project. * @param options Configuration options * @param options.force If true, overwrites existing files * @throws Error if source directory is not found or copy operation fails */ export declare function executeCopyCommands(options?: CopyCommandOptions): Promise<void>; //# sourceMappingURL=copy-commands.d.ts.map