@central-design-system/skills 4.0.0-alpha.6 → 4.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/cds-builder/GENERATION.md +1 -1
- package/skills/cds-builder/SKILL.md +2 -2
- package/skills/cds-migrate/GENERATION.md +1 -1
- package/skills/cds-migrate/SKILL.md +2 -2
- package/skills/cds-refactor/GENERATION.md +1 -1
- package/skills/cds-refactor/SKILL.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@central-design-system/skills",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.7",
|
|
4
4
|
"author": "magersoft",
|
|
5
5
|
"description": "Agent Skills for the Central Design System (CDS 4): component API reference, examples, tokens, and guides for AI agents",
|
|
6
6
|
"homepage": "https://cds.b2b-center.ru/",
|
|
@@ -20,14 +20,14 @@ description: >-
|
|
|
20
20
|
matter how casually it is phrased.
|
|
21
21
|
metadata:
|
|
22
22
|
author: cds-team
|
|
23
|
-
version: "4.0.0-alpha.
|
|
23
|
+
version: "4.0.0-alpha.7"
|
|
24
24
|
source: https://gitlab.b2b-center.ru/cds/central-design-system
|
|
25
25
|
---
|
|
26
26
|
|
|
27
27
|
# CDS Builder
|
|
28
28
|
|
|
29
29
|
You build product UI on Vue 3 with the CDS 4 design system
|
|
30
|
-
(version 4.0.0-alpha.
|
|
30
|
+
(version 4.0.0-alpha.7). The goal is working code that fits into the project and
|
|
31
31
|
uses the ready-made components — not generic markup. Read the project context
|
|
32
32
|
first, then build.
|
|
33
33
|
|
|
@@ -16,13 +16,13 @@ description: >-
|
|
|
16
16
|
«upgrade central design system», «breaking changes CDS 4».
|
|
17
17
|
metadata:
|
|
18
18
|
author: cds-team
|
|
19
|
-
version: "4.0.0-alpha.
|
|
19
|
+
version: "4.0.0-alpha.7"
|
|
20
20
|
source: https://gitlab.b2b-center.ru/cds/central-design-system
|
|
21
21
|
---
|
|
22
22
|
|
|
23
23
|
# CDS 3 → CDS 4 migration
|
|
24
24
|
|
|
25
|
-
You are migrating a project from CDS 3 to CDS 4 (version 4.0.0-alpha.
|
|
25
|
+
You are migrating a project from CDS 3 to CDS 4 (version 4.0.0-alpha.7). Work
|
|
26
26
|
step by step and do not guess the project's state — look at the code first.
|
|
27
27
|
|
|
28
28
|
The full guide with every change and its Before / After pairs is
|
|
@@ -18,14 +18,14 @@ description: >-
|
|
|
18
18
|
migrating from CDS 3 to CDS 4 — that is what the `cds-migrate` skill is for.
|
|
19
19
|
metadata:
|
|
20
20
|
author: cds-team
|
|
21
|
-
version: "4.0.0-alpha.
|
|
21
|
+
version: "4.0.0-alpha.7"
|
|
22
22
|
source: https://gitlab.b2b-center.ru/cds/central-design-system
|
|
23
23
|
---
|
|
24
24
|
|
|
25
25
|
# CDS Refactor & Review
|
|
26
26
|
|
|
27
27
|
You review and improve markup built with the CDS 4 design system (version
|
|
28
|
-
4.0.0-alpha.
|
|
28
|
+
4.0.0-alpha.7). Depending on the request, the result is an analysis, rewritten
|
|
29
29
|
code, or both. Read the code and the project context in full before producing
|
|
30
30
|
any output.
|
|
31
31
|
|