UNPKG

vibe-rules

Version:

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

14 lines 308 B
export const RuleType = { CURSOR: "cursor", WINDSURF: "windsurf", CLAUDE_CODE: "claude-code", CODEX: "codex", AMP: "amp", CLINERULES: "clinerules", ROO: "roo", ZED: "zed", UNIFIED: "unified", VSCODE: "vscode", CUSTOM: "custom", }; //# sourceMappingURL=types.js.map