UNPKG

task-master-ai

Version:

A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.

13 lines (11 loc) 413 B
// Cursor conversion profile for rule-transformer import { createProfile, COMMON_TOOL_MAPPINGS } from './base-profile.js'; // Create and export cursor profile using the base factory export const cursorProfile = createProfile({ name: 'cursor', displayName: 'Cursor', url: 'cursor.so', docsUrl: 'docs.cursor.com', targetExtension: '.mdc', // Cursor keeps .mdc extension supportsRulesSubdirectories: true });