PluginPathPatterns
@a16njs/models / PluginPathPatterns
Interface: PluginPathPatterns
Defined in: plugin.ts:59
Path patterns for a plugin, used by transformations like path rewriting to identify and handle file references specific to this plugin's format.
Properties
prefixes
prefixes:
string[]
Defined in: plugin.ts:61
Directory prefixes used by this plugin (e.g., ['.cursor/rules/', '.cursor/skills/'])
extensions
extensions:
string[]
Defined in: plugin.ts:63
File extensions used by this plugin (e.g., ['.mdc', '.md'])