@se-studio/project-build 1.0.130 → 1.0.132
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/CHANGELOG.md +12 -0
- package/README.md +13 -14
- package/package.json +2 -4
- package/dist/management/sync-skills.d.ts +0 -4
- package/dist/management/sync-skills.d.ts.map +0 -1
- package/dist/management/sync-skills.js +0 -97
- package/dist/management/sync-skills.js.map +0 -1
- package/dist/seskills.d.ts +0 -9
- package/dist/seskills.d.ts.map +0 -1
- package/dist/seskills.js +0 -32
- package/dist/seskills.js.map +0 -1
- package/skills/contentful-cms/alt-text-audit/SKILL.md +0 -60
- package/skills/contentful-cms/cms-guidelines/README.md +0 -166
- package/skills/contentful-cms/cms-guidelines/colour-hint-prompt.md +0 -77
- package/skills/contentful-cms/cms-guidelines/evaluation-prompt.md +0 -84
- package/skills/contentful-cms/cms-guidelines/generate-component-guidelines.md +0 -126
- package/skills/contentful-cms/cms-guidelines/generation-prompt.md +0 -231
- package/skills/contentful-cms/cms-guidelines/html-component-authoring.md +0 -401
- package/skills/contentful-cms/cms-guidelines/validation-prompt.md +0 -170
- package/skills/contentful-cms/cms-guidelines/variant-loop.md +0 -189
- package/skills/contentful-cms/cms-guidelines/variant-proposal-prompt.md +0 -131
- package/skills/contentful-cms/core/SKILL.md +0 -793
- package/skills/contentful-cms/generate-all-guidelines/SKILL.md +0 -313
- package/skills/contentful-cms/generate-cms-guidelines/SKILL.md +0 -313
- package/skills/contentful-cms/image-guide/SKILL.md +0 -240
- package/skills/contentful-cms/manifest.json +0 -11
- package/skills/contentful-cms/navigation/SKILL.md +0 -23
- package/skills/contentful-cms/rich-text/SKILL.md +0 -96
- package/skills/contentful-cms/schema-org/SKILL.md +0 -74
- package/skills/contentful-cms/screenshots/SKILL.md +0 -46
- package/skills/contentful-cms/seo-descriptions/SKILL.md +0 -54
- package/skills/contentful-cms/templates/SKILL.md +0 -21
- package/skills/contentful-cms/update-cms-guidelines/SKILL.md +0 -348
- package/skills/se-marketing-sites/cms-routes-and-appshared/SKILL.md +0 -99
- package/skills/se-marketing-sites/create-collection/SKILL.md +0 -295
- package/skills/se-marketing-sites/create-component/SKILL.md +0 -250
- package/skills/se-marketing-sites/create-page/SKILL.md +0 -129
- package/skills/se-marketing-sites/curate-showcase-mocks/SKILL.md +0 -343
- package/skills/se-marketing-sites/handling-media/SKILL.md +0 -195
- package/skills/se-marketing-sites/lib-cms-structure/SKILL.md +0 -83
- package/skills/se-marketing-sites/register-cms-features/SKILL.md +0 -95
- package/skills/se-marketing-sites/styling-system/SKILL.md +0 -122
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
# Generate Component Guidelines — Full Pipeline (Step 5.4)
|
|
2
|
-
|
|
3
|
-
**End-to-end pipeline for one component:** variant loop → generate → colour hint → validate → merge → commit.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## What this produces
|
|
8
|
-
|
|
9
|
-
For one CMS type (e.g. Hero):
|
|
10
|
-
|
|
11
|
-
| Output | Location |
|
|
12
|
-
|---|---|
|
|
13
|
-
| Variant screenshots | `docs/cms-guidelines/screenshots/components/hero-*.png` |
|
|
14
|
-
| Accepted variant list | `generated/cms-discovery/accepted-variants/components/hero.json` |
|
|
15
|
-
| Guideline fragment | `docs/cms-guidelines/components/hero.md` |
|
|
16
|
-
| Colour hint entry | `generated/cms-discovery/colour-hints.json` |
|
|
17
|
-
| Merged full doc (updated) | `docs/cms-guidelines/COMPONENT_GUIDELINES_FOR_LLM.md` |
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## Cursor agent task prompt
|
|
22
|
-
|
|
23
|
-
**Assign to a Cursor subagent. Provide:**
|
|
24
|
-
- This file
|
|
25
|
-
- `variant-loop.md` (in the same skills/cms-guidelines/ directory)
|
|
26
|
-
- `generation-prompt.md`
|
|
27
|
-
- `colour-hint-prompt.md`
|
|
28
|
-
- `validation-prompt.md`
|
|
29
|
-
- `docs/cms-guidelines/LAYOUT.md`
|
|
30
|
-
- `tmp/component-guidelines-target-format.md`
|
|
31
|
-
|
|
32
|
-
**Task prompt:**
|
|
33
|
-
|
|
34
|
-
```
|
|
35
|
-
Run the full guideline generation pipeline for <COMPONENT_TYPE>.
|
|
36
|
-
Target app: <APP_DIR> (all paths relative to that directory).
|
|
37
|
-
|
|
38
|
-
=== Phase A: Variant loop ===
|
|
39
|
-
Follow variant-loop.md.
|
|
40
|
-
1. Read src/project/components/<TypeName>.tsx (or collections/<TypeName>.tsx).
|
|
41
|
-
2. Read generated/cms-discovery/field-list.json for field metadata.
|
|
42
|
-
3. Propose N=5 variants using the prompt in variant-proposal-prompt.md.
|
|
43
|
-
4. Capture screenshots:
|
|
44
|
-
cms-capture-screenshots --variants /tmp/<type-slug>-variants.json --app-dir <APP_DIR>
|
|
45
|
-
5. Evaluate screenshots using evaluation-prompt.md.
|
|
46
|
-
- If not suitably different and attempts < 2×N: capture new suggestions, re-evaluate.
|
|
47
|
-
- When done: save accepted list to generated/cms-discovery/accepted-variants/{components|collections|externals}/<type-slug>.json
|
|
48
|
-
|
|
49
|
-
=== Phase B: Generate guideline ===
|
|
50
|
-
Follow generation-prompt.md.
|
|
51
|
-
1. Describe screenshots (Step 1 prompt).
|
|
52
|
-
2. Extract behaviour from code (Step 2 prompt).
|
|
53
|
-
3. Merge into guideline block (Step 3 prompt).
|
|
54
|
-
4. Save output to docs/cms-guidelines/components/<type-slug>.md.
|
|
55
|
-
(Collections → collections/<type-slug>.md, externals → externals/<type-slug>.md)
|
|
56
|
-
|
|
57
|
-
=== Phase C: Colour hint ===
|
|
58
|
-
Follow colour-hint-prompt.md.
|
|
59
|
-
Derive the colour application hint (section/card/section+card/none) from the source.
|
|
60
|
-
Run:
|
|
61
|
-
cms-update-colour-hints --app-dir <APP_DIR> \
|
|
62
|
-
--type "<COMPONENT_TYPE>" --hint "<hint>" --notes "<brief reason>"
|
|
63
|
-
|
|
64
|
-
=== Phase D: Validate ===
|
|
65
|
-
Follow validation-prompt.md.
|
|
66
|
-
1. Read the generated fragment and the component source.
|
|
67
|
-
2. Run the 9-check validation.
|
|
68
|
-
3. If NEEDS REVISION: apply fixes to the fragment and re-run validation.
|
|
69
|
-
4. Repeat until APPROVED.
|
|
70
|
-
|
|
71
|
-
=== Phase E: Merge ===
|
|
72
|
-
cms-merge-guidelines --app-dir <APP_DIR>
|
|
73
|
-
This updates docs/cms-guidelines/COMPONENT_GUIDELINES_FOR_LLM.md.
|
|
74
|
-
|
|
75
|
-
=== Phase F: Commit ===
|
|
76
|
-
git add docs/cms-guidelines/ generated/cms-discovery/
|
|
77
|
-
git commit -m "chore: generate guidelines for <COMPONENT_TYPE>"
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## Manual pipeline (for Hero — already partially done)
|
|
83
|
-
|
|
84
|
-
Hero has a hand-written guideline fragment (Step 3.1), accepted variant screenshots
|
|
85
|
-
(Step 4.2), and colour hints (Step 5.2). To complete the pipeline manually:
|
|
86
|
-
|
|
87
|
-
```bash
|
|
88
|
-
# Phase D: Validate hero.md (hand-written)
|
|
89
|
-
# Use: validation-prompt.md + src/project/components/Hero.tsx
|
|
90
|
-
# Apply any fixes to docs/cms-guidelines/components/hero.md
|
|
91
|
-
|
|
92
|
-
# Phase E: Merge
|
|
93
|
-
cms-merge-guidelines
|
|
94
|
-
|
|
95
|
-
# Phase F: Commit
|
|
96
|
-
git add docs/cms-guidelines/ generated/cms-discovery/
|
|
97
|
-
git commit -m "chore: complete Hero guideline pipeline"
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## For all components (full site run)
|
|
103
|
-
|
|
104
|
-
To generate guidelines for all components and collections:
|
|
105
|
-
|
|
106
|
-
1. Get the list of all types from the discovery API:
|
|
107
|
-
```
|
|
108
|
-
GET /api/cms/discovery
|
|
109
|
-
```
|
|
110
|
-
2. For each type in components[], collections[], externals[], run this pipeline.
|
|
111
|
-
3. After all types: run merge and commit the final COMPONENT_GUIDELINES_FOR_LLM.md.
|
|
112
|
-
|
|
113
|
-
A full run typically takes 5–10 minutes per component (mostly LLM time) and
|
|
114
|
-
30–60 minutes total for a typical site.
|
|
115
|
-
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
## npm scripts summary
|
|
119
|
-
|
|
120
|
-
| Script | What it does |
|
|
121
|
-
|---|---|
|
|
122
|
-
| `pnpm run cms-discovery:field-list` | Generate `generated/cms-discovery/field-list.json` from TypeScript types |
|
|
123
|
-
| `pnpm run cms-guidelines:screenshots` | Capture screenshots for a type (interactive) |
|
|
124
|
-
| `pnpm run cms-guidelines:merge` | Merge per-type files into COMPONENT_GUIDELINES_FOR_LLM.md |
|
|
125
|
-
| `cms-update-colour-hints` | Upsert a colour hint in colour-hints.json |
|
|
126
|
-
| `cms-capture-screenshots` | Capture screenshots for a type |
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
# Generation Prompt — Code + Screenshots → Guideline Block
|
|
2
|
-
|
|
3
|
-
**Step 5.1 — Multi-step prompts for generating one guideline fragment.**
|
|
4
|
-
|
|
5
|
-
Run as a **Cursor agent task**. The agent reads the component source, screenshots, and field
|
|
6
|
-
metadata, then writes a self-contained markdown guideline fragment in the target format.
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## Inputs
|
|
11
|
-
|
|
12
|
-
| Input | Source |
|
|
13
|
-
|---|---|
|
|
14
|
-
| Component source file | `src/project/components/<TypeName>.tsx` |
|
|
15
|
-
| Field metadata (used fields + types + enums) | `generated/cms-discovery/field-list.json` |
|
|
16
|
-
| Project theme (palette + typography + grid) | `generated/cms-discovery/theme-context.md` |
|
|
17
|
-
| Accepted screenshots | `generated/cms-discovery/accepted-variants/{components\|collections\|externals}/<type-slug>.json` + image files |
|
|
18
|
-
| Target format example | `tmp/component-guidelines-target-format.md` (Hero example) |
|
|
19
|
-
| Mapping reference | `generated/cms-discovery/mapping.md` |
|
|
20
|
-
| SizingInformation source | `src/lib/SizingInformation.ts` |
|
|
21
|
-
| Section wrapper source | `src/framework/Section.tsx` (for backgroundColour/textColour behaviour) |
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## Step 1 of 3 — Describe the screenshots
|
|
26
|
-
|
|
27
|
-
**Prompt:**
|
|
28
|
-
|
|
29
|
-
```
|
|
30
|
-
You are documenting a CMS component for a marketing site.
|
|
31
|
-
|
|
32
|
-
I will give you screenshots of the component in different states, and the component's
|
|
33
|
-
accepted variant list. Describe what you see in each screenshot.
|
|
34
|
-
|
|
35
|
-
Component: <COMPONENT_TYPE>
|
|
36
|
-
|
|
37
|
-
Accepted variants (from accepted-variants/{components|collections|externals}/<type-slug>.json):
|
|
38
|
-
<ACCEPTED_VARIANTS_JSON>
|
|
39
|
-
|
|
40
|
-
Project theme (from generated/cms-discovery/theme-context.md):
|
|
41
|
-
<THEME_CONTEXT>
|
|
42
|
-
|
|
43
|
-
For each variant, describe:
|
|
44
|
-
- The visual layout (columns, stack, full-width, etc.)
|
|
45
|
-
- The elements visible (heading, eyebrow, body, links, visual/image, background colour)
|
|
46
|
-
- The typography appearance (large heading, small body text, etc.)
|
|
47
|
-
- The colour scheme (background colour, text colour, whether the visual is tinted)
|
|
48
|
-
- Anything notable (animations not applicable in screenshots, spacing gaps, alignment)
|
|
49
|
-
|
|
50
|
-
Be precise. Write one short paragraph per variant (3–5 sentences). No code references.
|
|
51
|
-
Only use colour names from the site palette (listed in the theme context above) and
|
|
52
|
-
typography class names (h1–h6, p2, p3 etc. from the typography scale above).
|
|
53
|
-
|
|
54
|
-
Output format: one section per variant, headed by ## <label>.
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
---
|
|
58
|
-
|
|
59
|
-
## Step 2 of 3 — Extract behaviour and fields from code
|
|
60
|
-
|
|
61
|
-
**Prompt:**
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
You are writing CMS component documentation.
|
|
65
|
-
|
|
66
|
-
I will give you the source code of a Next.js component. Extract all behaviour
|
|
67
|
-
rules for the documentation. Do NOT quote or reference the code — translate
|
|
68
|
-
the code behaviour into plain English rules that a non-developer can follow.
|
|
69
|
-
|
|
70
|
-
Component source:
|
|
71
|
-
<COMPONENT_SOURCE>
|
|
72
|
-
|
|
73
|
-
SizingInformation.ts source (shows how index affects heading level and section spacing):
|
|
74
|
-
<SIZING_INFORMATION_SOURCE>
|
|
75
|
-
|
|
76
|
-
Section.tsx source (shows how backgroundColour and textColour are applied):
|
|
77
|
-
<SECTION_SOURCE>
|
|
78
|
-
|
|
79
|
-
Field mapping reference (mapping.md — shows how CMS fields map to app props):
|
|
80
|
-
<MAPPING_SOURCE>
|
|
81
|
-
|
|
82
|
-
Project theme (palette, typography, grid from generated/cms-discovery/theme-context.md):
|
|
83
|
-
<THEME_CONTEXT>
|
|
84
|
-
|
|
85
|
-
Extract and write:
|
|
86
|
-
1. FIELDS: For each field in USED_FIELDS, write one row: field name, type, what it does when
|
|
87
|
-
set, what happens when it is empty. Use only typography class names and colour names as
|
|
88
|
-
code snippets. No file paths.
|
|
89
|
-
2. BEHAVIOUR: Any behaviour that depends on position (index), variant (flipped), or other
|
|
90
|
-
logic. E.g. "When this is the first block on the page, the heading renders as <h1>".
|
|
91
|
-
3. IMPACT: What visually changes when content changes (longer text, add/remove visual, etc.).
|
|
92
|
-
4. TYPOGRAPHY: Which typography classes (h1–h6, p2, p3, h4, etc.) are applied to each element.
|
|
93
|
-
5. COLOUR APPLICATION: How backgroundColour and textColour are applied. Section-wide? Per-card?
|
|
94
|
-
|
|
95
|
-
Output each section clearly labelled (## Fields, ## Behaviour, ## Impact, ## Typography,
|
|
96
|
-
## Colour Application). No code blocks. No file references. Plain English only (except
|
|
97
|
-
typography class names and colour names).
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## Step 3 of 3 — Merge into guideline block
|
|
103
|
-
|
|
104
|
-
**Prompt:**
|
|
105
|
-
|
|
106
|
-
```
|
|
107
|
-
You are writing a self-contained CMS component guideline fragment.
|
|
108
|
-
|
|
109
|
-
Below are two inputs:
|
|
110
|
-
A) Screenshot descriptions for each variant of <COMPONENT_TYPE>.
|
|
111
|
-
B) Extracted behaviour rules from the source code.
|
|
112
|
-
|
|
113
|
-
Also provided:
|
|
114
|
-
- The target format example (Hero guideline from tmp/component-guidelines-target-format.md).
|
|
115
|
-
- The field list from generated/cms-discovery/field-list.json.
|
|
116
|
-
- The project theme from generated/cms-discovery/theme-context.md (palette names + typography scale).
|
|
117
|
-
- The screenshot index from docs/cms-guidelines/screenshots/index.json (lists captured screenshots).
|
|
118
|
-
- The app's devBaseUrl from .contentful-cms.json (e.g. "http://localhost:3010").
|
|
119
|
-
|
|
120
|
-
Produce a single markdown fragment for <COMPONENT_TYPE> following EXACTLY this structure:
|
|
121
|
-
|
|
122
|
-
# <ComponentType>
|
|
123
|
-
(one-line summary of what it is and when to use it)
|
|
124
|
-
|
|
125
|
-
## Screenshots
|
|
126
|
-
|
|
127
|
-
(For each accepted variant that has a captured screenshot in index.json, include an image link.
|
|
128
|
-
Use the devBaseUrl from .contentful-cms.json for the host.
|
|
129
|
-
Use the `file` field from index.json VERBATIM as the ?file= value — it may include a subdirectory
|
|
130
|
-
prefix such as `components/` or `collections/`. Do NOT reconstruct the path from the type slug. Format:)
|
|
131
|
-
|
|
132
|
-
| Variant | Preview |
|
|
133
|
-
|---------|---------|
|
|
134
|
-
| Default |  |
|
|
135
|
-
| Navy |  |
|
|
136
|
-
|
|
137
|
-
(Only include variants present in index.json. If no screenshots exist, write: "No screenshots captured yet. Run cms-capture-screenshots to generate them.")
|
|
138
|
-
|
|
139
|
-
## What it looks like
|
|
140
|
-
(describe layout, columns, stacking, visible elements — based on screenshot descriptions)
|
|
141
|
-
|
|
142
|
-
## Typography
|
|
143
|
-
(typography classes for heading, body, subtitle — bullets only)
|
|
144
|
-
|
|
145
|
-
## Colours
|
|
146
|
-
(how backgroundColour/textColour apply — section-wide? per-card? valid palette values)
|
|
147
|
-
|
|
148
|
-
## Used fields
|
|
149
|
-
(table: Field | Type | Effect when set | Effect when empty/removed)
|
|
150
|
-
|
|
151
|
-
## Behaviour
|
|
152
|
-
(position/index rules, variant differences, anything that depends on content logic)
|
|
153
|
-
|
|
154
|
-
## Impact of content changes
|
|
155
|
-
(table or bullets: what changes when you add/remove/change specific fields)
|
|
156
|
-
|
|
157
|
-
Rules:
|
|
158
|
-
- SELF-CONTAINED. A reader with no code access must fully understand the component.
|
|
159
|
-
- No source code references, no file paths, no "see Hero.tsx".
|
|
160
|
-
- Only use typography class names (from theme-context.md, e.g. h1–h6, p2, p3) and colour
|
|
161
|
-
names (from theme-context.md palette) as code-like snippets. Everything else is plain English.
|
|
162
|
-
- For the ## Colours section, list the valid palette colour names from theme-context.md — do
|
|
163
|
-
NOT invent colour names or describe them generically.
|
|
164
|
-
- If a field is listed in USED_FIELDS but has no visual effect when empty, say
|
|
165
|
-
"No visible effect when empty" in the table.
|
|
166
|
-
- Collections: add a section for card-level fields and describe how the number of cards
|
|
167
|
-
affects layout.
|
|
168
|
-
- External components: omit screenshots and the Screenshots section; describe parameters instead.
|
|
169
|
-
- Screenshot links use the devBaseUrl from .contentful-cms.json — they resolve when the dev
|
|
170
|
-
server is running and are useful for both human reviewers and AI assistants.
|
|
171
|
-
|
|
172
|
-
Output raw markdown only. Start with "# <ComponentType>". No preamble.
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
## External component variant
|
|
178
|
-
|
|
179
|
-
For external components (no showcase), replace Step 1 with:
|
|
180
|
-
|
|
181
|
-
```
|
|
182
|
-
The component has no screenshots (not yet in the showcase). Instead, describe what
|
|
183
|
-
the component likely looks like based on its name and parameters alone. Mark this
|
|
184
|
-
section with a note: "(Visual description estimated from code; no screenshots available.)"
|
|
185
|
-
```
|
|
186
|
-
|
|
187
|
-
All other steps are the same.
|
|
188
|
-
|
|
189
|
-
---
|
|
190
|
-
|
|
191
|
-
## After generation
|
|
192
|
-
|
|
193
|
-
After the LLM produces the fragment:
|
|
194
|
-
|
|
195
|
-
1. Save to `docs/cms-guidelines/components/<type-slug>.md`
|
|
196
|
-
(or `collections/` or `externals/` as appropriate).
|
|
197
|
-
2. Run validation (Step 5.3 prompt).
|
|
198
|
-
3. If validation passes, run merge: `pnpm run cms-guidelines:merge`
|
|
199
|
-
4. Commit both files.
|
|
200
|
-
|
|
201
|
-
---
|
|
202
|
-
|
|
203
|
-
## Cursor agent task prompt
|
|
204
|
-
|
|
205
|
-
```
|
|
206
|
-
Generate the CMS guideline fragment for <COMPONENT_TYPE>.
|
|
207
|
-
|
|
208
|
-
Files to read:
|
|
209
|
-
- src/project/components/<TypeName>.tsx (or collections/<TypeName>.tsx)
|
|
210
|
-
- generated/cms-discovery/field-list.json
|
|
211
|
-
- generated/cms-discovery/theme-context.md (palette + typography + grid — use for all colour and font references)
|
|
212
|
-
- generated/cms-discovery/mapping.md
|
|
213
|
-
- generated/cms-discovery/accepted-variants/{components|collections|externals}/<type-slug>.json
|
|
214
|
-
- docs/cms-guidelines/screenshots/index.json (to know which screenshots exist)
|
|
215
|
-
- .contentful-cms.json (to get devBaseUrl for screenshot links)
|
|
216
|
-
- src/lib/SizingInformation.ts
|
|
217
|
-
- src/framework/Section.tsx
|
|
218
|
-
- tmp/component-guidelines-target-format.md (example format)
|
|
219
|
-
|
|
220
|
-
Images to analyse:
|
|
221
|
-
- docs/cms-guidelines/screenshots/<type-slug>-*.png (all accepted variant screenshots)
|
|
222
|
-
|
|
223
|
-
Follow the three-step generation process in generation-prompt.md:
|
|
224
|
-
1. Describe screenshots.
|
|
225
|
-
2. Extract behaviour from code.
|
|
226
|
-
3. Merge into guideline fragment (include ## Screenshots section with image links using devBaseUrl).
|
|
227
|
-
|
|
228
|
-
Save the output to docs/cms-guidelines/components/<type-slug>.md.
|
|
229
|
-
Then run: pnpm run cms-guidelines:merge
|
|
230
|
-
Then commit: git add docs/cms-guidelines/ && git commit -m "chore(bl): generate guideline for <TypeName>"
|
|
231
|
-
```
|