vibe-rules
Version:
A utility for managing Cursor rules, Windsurf rules, and other AI prompts
15 lines • 330 B
JavaScript
export const RuleType = {
CURSOR: "cursor",
WINDSURF: "windsurf",
CLAUDE_CODE: "claude-code",
GEMINI: "gemini",
CODEX: "codex",
AMP: "amp",
CLINERULES: "clinerules",
ROO: "roo",
ZED: "zed",
UNIFIED: "unified",
VSCODE: "vscode",
CUSTOM: "custom",
};
//# sourceMappingURL=types.js.map