UNPKG

vibe-rules

Version:

A utility for managing Cursor rules, Windsurf rules, and other AI prompts

9 lines (8 loc) 280 B
/** * Action handler for the 'vibe-rules load' command. * Applies a saved rule to an editor configuration with metadata support. */ export declare function loadCommandAction(name: string, editor: string, options: { global?: boolean; target?: string; }): Promise<void>;