update instructions
This commit is contained in:
@@ -4,12 +4,19 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Available brand rules for project initialization
|
* Available brand rules for project initialization
|
||||||
|
*
|
||||||
* @type {BrandRule[]}
|
* @type {BrandRule[]}
|
||||||
* @description Defines possible brand rule sets:
|
* @description Defines possible brand rule sets:
|
||||||
* - cursor: Cursor IDE rules (default)
|
* - cursor: Cursor IDE rules (default)
|
||||||
* - roo: Roo Code IDE rules
|
* - roo: Roo Code IDE rules
|
||||||
* - windsurf: Windsurf IDE rules
|
* - windsurf: Windsurf IDE rules
|
||||||
* - cline: Cline IDE rules
|
* - cline: Cline IDE rules
|
||||||
|
*
|
||||||
|
* To add a new brand:
|
||||||
|
* 1. Add the brand name to this array
|
||||||
|
* 2. Create a profile file in scripts/profiles/{brand}.js
|
||||||
|
* 3. Export it in scripts/profiles/index.js
|
||||||
|
* 4. Add it to BRAND_PROFILES in src/utils/rule-transformer.js
|
||||||
*/
|
*/
|
||||||
export const BRAND_RULE_OPTIONS = [
|
export const BRAND_RULE_OPTIONS = [
|
||||||
'cursor',
|
'cursor',
|
||||||
|
|||||||
Reference in New Issue
Block a user