UNPKG

vibe-rules

Version:

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

10 lines (9 loc) 272 B
/** * Action handler for the 'vibe-rules save' command. * Saves a rule to the local store with metadata support. */ export declare function saveCommandAction(name: string, options: { content?: string; file?: string; description?: string; }): Promise<void>;