UNPKG

creatrip-agent-rules-builder

Version:

Unified converter for AI coding agent rules across Cursor, Windsurf, and Claude

21 lines (18 loc) 341 B
# Test AI Rules ## General Rules - Use TypeScript - Write clean code ## Specific Guidelines - Prefer functional components - Use hooks appropriately ```jsonc agent-rules-config { // Test configuration "cursor": { "globs": ["*.ts", "*.tsx"], "description": "Test rules for cursor" }, "windsurf": {}, "claude": {} } ```