Skip to content

Commit 698d353

Browse files
committed
Force schema updates
1 parent 002fb30 commit 698d353

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/skills/update-tokens/SKILL.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: update-tokens
3-
description: Safely edit Mistica token JSON files when the user requests new tokens, changes, or new brands.
3+
description: Edit Mistica token JSON files when the user requests new tokens, color, spacing, text, radius, changes in skin, or new brand tokens or skins.
44
---
55

66
# Token Editor
77

8-
This skill is used to modify Mistica design token JSON files in a controlled and consistent way.
8+
This skill is used to modify Mistica design tokens JSON files in a controlled and consistent way.
99

1010
---
1111

@@ -31,12 +31,13 @@ When this skill is invoked, follow this order strictly:
3131
1. Identify the exact user request (token name, type, brand)
3232
2. Locate the affected files:
3333
- Brand file(s)
34-
- Schema file (if adding tokens)
34+
- Schema file (if adding or removing tokens)
3535
- contrastPairs.js (if color tokens affect contrast)
3636
3. Apply the minimal required change
3737
4. Validate structure consistency across brands
38-
5. Update schema and linter only if impacted
39-
6. Summarize the changes made
38+
5. Update schema file
39+
6. Update linter if impacted
40+
7. Summarize the changes made
4041

4142
---
4243

0 commit comments

Comments
 (0)