UNPKG

vibe-rules

Version:

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

6 lines (5 loc) 169 B
/** * Action handler for the 'vibe-rules list' command. * Lists all saved rules from the common store. */ export declare function listCommandAction(): Promise<void>;