|
1 | 1 | { |
2 | | - "_description": "Supplemental translation rules for v1.22.4 -- fixes remaining forbidden strings", |
| 2 | + "_description": "Supplemental translation rules for v1.22.4 -- fixes remaining forbidden strings with skill references", |
3 | 3 | "include": ["gsd-opencode/**"], |
4 | 4 | "exclude": [ |
5 | 5 | "node_modules/**", |
|
12 | 12 | { |
13 | 13 | "pattern": "skill=\"gsd:plan-phase\"", |
14 | 14 | "replacement": "skill=\"gsd-plan-phase\"", |
15 | | - "description": "Fix: Transform skill argument gsd:plan-phase to gsd-plan-phase" |
| 15 | + "caseSensitive": true, |
| 16 | + "description": "Fix skill reference from gsd: to gsd- for plan-phase" |
16 | 17 | }, |
17 | 18 | { |
18 | 19 | "pattern": "skill=\"gsd:execute-phase\"", |
19 | 20 | "replacement": "skill=\"gsd-execute-phase\"", |
20 | | - "description": "Fix: Transform skill argument gsd:execute-phase to gsd-execute-phase" |
21 | | - }, |
22 | | - { |
23 | | - "pattern": "skill=\"gsd:research-phase\"", |
24 | | - "replacement": "skill=\"gsd-research-phase\"", |
25 | | - "description": "Fix: Transform skill argument gsd:research-phase to gsd-research-phase" |
26 | | - }, |
27 | | - { |
28 | | - "pattern": "skill=\"gsd:verify-phase\"", |
29 | | - "replacement": "skill=\"gsd-verify-phase\"", |
30 | | - "description": "Fix: Transform skill argument gsd:verify-phase to gsd-verify-phase" |
31 | | - }, |
32 | | - { |
33 | | - "pattern": "skill=\"gsd:discuss-phase\"", |
34 | | - "replacement": "skill=\"gsd-discuss-phase\"", |
35 | | - "description": "Fix: Transform skill argument gsd:discuss-phase to gsd-discuss-phase" |
| 21 | + "caseSensitive": true, |
| 22 | + "description": "Fix skill reference from gsd: to gsd- for execute-phase" |
36 | 23 | } |
37 | 24 | ] |
38 | 25 | } |
0 commit comments