@dxtmisha/scripts 0.4.5 → 0.5.0

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.
Files changed (140) hide show
  1. package/bin/ai-doc.ts +9 -0
  2. package/package.json +9 -7
  3. package/src/classes/Ai/AiAbstract.ts +94 -13
  4. package/src/classes/Ai/AiDoc.ts +62 -0
  5. package/src/classes/Ai/AiDocItem.ts +20 -0
  6. package/src/classes/Ai/AiDocItemAbstract.ts +198 -0
  7. package/src/classes/Ai/AiDocItemClasses.ts +20 -0
  8. package/src/classes/Ai/AiDocItemComposables.ts +13 -0
  9. package/src/classes/Ai/AiDocType.ts +45 -0
  10. package/src/classes/Ai/AiGoogle.ts +7 -29
  11. package/src/classes/Ai/AiGoogleCli.ts +24 -0
  12. package/src/classes/Ai/AiGoogleCliLite.ts +144 -0
  13. package/src/classes/Ai/AiGoogleLite.ts +77 -0
  14. package/src/classes/BuildItem.ts +176 -0
  15. package/src/classes/Component/ComponentCreator.ts +2 -0
  16. package/src/classes/Component/ComponentItem.ts +3 -1
  17. package/src/classes/Component/ComponentWiki.ts +107 -190
  18. package/src/classes/Component/ComponentWikiFile.ts +102 -15
  19. package/src/classes/Design/DesignCommand.ts +3 -1
  20. package/src/classes/Design/DesignComponent.ts +3 -1
  21. package/src/classes/Design/DesignConstructor.ts +3 -1
  22. package/src/classes/Design/DesignConstructors.ts +3 -1
  23. package/src/classes/Design/DesignReplace.ts +3 -1
  24. package/src/classes/Design/DesignStructure.ts +3 -1
  25. package/src/classes/Design/DesignStructureClasses.ts +3 -1
  26. package/src/classes/Design/DesignStructureItemAbstract.ts +2 -0
  27. package/src/classes/Design/DesignStructureRead.ts +3 -1
  28. package/src/classes/Design/DesignStructureStyles.ts +2 -0
  29. package/src/classes/Design/DesignTypescript.ts +1 -1
  30. package/src/classes/Design/DesignUi.ts +3 -1
  31. package/src/classes/Design/DesignWiki.ts +3 -1
  32. package/src/classes/Git/GitRead.ts +258 -0
  33. package/src/classes/Library/LibraryExport.ts +3 -1
  34. package/src/classes/Library/LibraryFlags.ts +3 -1
  35. package/src/classes/Library/LibraryItems.ts +3 -1
  36. package/src/classes/Library/LibraryMedia.ts +3 -1
  37. package/src/classes/Package/PackageInit.ts +2 -0
  38. package/src/classes/Package/PackageItem.ts +2 -0
  39. package/src/classes/Properties/Properties.ts +3 -1
  40. package/src/classes/Properties/PropertiesCache.ts +3 -1
  41. package/src/classes/Properties/PropertiesConfig.ts +21 -0
  42. package/src/classes/Properties/PropertiesConvector.ts +3 -1
  43. package/src/classes/Properties/PropertiesFile.ts +11 -1
  44. package/src/classes/Properties/PropertiesImport.ts +3 -1
  45. package/src/classes/Properties/PropertiesItems.ts +3 -1
  46. package/src/classes/Properties/PropertiesKeys.ts +3 -1
  47. package/src/classes/Properties/PropertiesMain.ts +3 -1
  48. package/src/classes/Properties/PropertiesPalette.ts +3 -1
  49. package/src/classes/Properties/PropertiesPath.ts +3 -1
  50. package/src/classes/Properties/PropertiesScss.ts +3 -1
  51. package/src/classes/Properties/PropertiesSeparator.ts +3 -1
  52. package/src/classes/Properties/PropertiesSettings.ts +3 -1
  53. package/src/classes/Properties/PropertiesStandard.ts +3 -1
  54. package/src/classes/Properties/PropertiesTool.ts +3 -1
  55. package/src/classes/Properties/PropertiesTypes.ts +3 -1
  56. package/src/classes/Properties/PropertiesValues.ts +2 -0
  57. package/src/classes/Properties/PropertiesWrap.ts +3 -1
  58. package/src/classes/Properties/convector/convectorColor.ts +2 -0
  59. package/src/classes/Properties/convector/convectorFontFamilies.ts +2 -0
  60. package/src/classes/Properties/convector/convectorShadow.ts +3 -1
  61. package/src/classes/Properties/convector/convectorTypography.ts +3 -1
  62. package/src/classes/Properties/to/PropertiesToAbstract.ts +2 -0
  63. package/src/classes/Properties/to/PropertiesToAnimate.ts +3 -1
  64. package/src/classes/Properties/to/PropertiesToClass.ts +2 -0
  65. package/src/classes/Properties/to/PropertiesToClone.ts +3 -1
  66. package/src/classes/Properties/to/PropertiesToComponent.ts +2 -0
  67. package/src/classes/Properties/to/PropertiesToDrag.ts +3 -1
  68. package/src/classes/Properties/to/PropertiesToDuplicate.ts +3 -1
  69. package/src/classes/Properties/to/PropertiesToFull.ts +2 -0
  70. package/src/classes/Properties/to/PropertiesToLink.ts +6 -3
  71. package/src/classes/Properties/to/PropertiesToMedia.ts +3 -1
  72. package/src/classes/Properties/to/PropertiesToMulti.ts +3 -1
  73. package/src/classes/Properties/to/PropertiesToNone.ts +3 -1
  74. package/src/classes/Properties/to/PropertiesToPalette.ts +3 -1
  75. package/src/classes/Properties/to/PropertiesToProperty.ts +3 -1
  76. package/src/classes/Properties/to/PropertiesToRemove.ts +3 -1
  77. package/src/classes/Properties/to/PropertiesToReplace.ts +2 -0
  78. package/src/classes/Properties/to/PropertiesToRoot.ts +2 -0
  79. package/src/classes/Properties/to/PropertiesToSimilar.ts +3 -1
  80. package/src/classes/Properties/to/PropertiesToSort.ts +3 -1
  81. package/src/classes/Properties/to/PropertiesToState.ts +3 -1
  82. package/src/classes/Properties/to/PropertiesToStyle.ts +3 -1
  83. package/src/classes/Properties/to/PropertiesToSub.ts +2 -0
  84. package/src/classes/Properties/to/PropertiesToSubclass.ts +2 -0
  85. package/src/classes/Properties/to/PropertiesToVar.ts +3 -1
  86. package/src/classes/Properties/to/PropertiesToVariable.ts +3 -1
  87. package/src/classes/Styles/Styles.ts +3 -1
  88. package/src/classes/Styles/StylesClasses.ts +3 -1
  89. package/src/classes/Styles/StylesProperties.ts +2 -0
  90. package/src/classes/Styles/StylesRoot.ts +2 -0
  91. package/src/classes/Styles/StylesTool.ts +3 -1
  92. package/src/classes/Styles/to/StylesToAbstract.ts +3 -1
  93. package/src/classes/Styles/to/StylesToAnimate.ts +2 -0
  94. package/src/classes/Styles/to/StylesToClass.ts +2 -0
  95. package/src/classes/Styles/to/StylesToClassFull.ts +2 -0
  96. package/src/classes/Styles/to/StylesToContainer.ts +2 -0
  97. package/src/classes/Styles/to/StylesToMedia.ts +2 -0
  98. package/src/classes/Styles/to/StylesToProperty.ts +3 -1
  99. package/src/classes/Styles/to/StylesToRoot.ts +2 -0
  100. package/src/classes/Styles/to/StylesToSelector.ts +3 -1
  101. package/src/classes/Styles/to/StylesToVar.ts +3 -1
  102. package/src/classes/Styles/to/StylesToVirtual.ts +2 -0
  103. package/src/composables/useAi.ts +3 -0
  104. package/src/config.ts +11 -0
  105. package/src/functions/getComponentPaths.ts +2 -0
  106. package/src/functions/getConfigAi.ts +13 -0
  107. package/src/functions/getConstructorProperties.ts +3 -1
  108. package/src/functions/getNameDirByPaths.ts +2 -0
  109. package/src/functions/toPathStandardSep.ts +2 -0
  110. package/src/library-ai.ts +3 -0
  111. package/src/library.ts +2 -89
  112. package/src/media/ai/ai-doc-types.ts +21 -0
  113. package/src/media/properties/css.ts +4 -1
  114. package/src/media/properties/listSort.ts +1 -1
  115. package/src/media/properties/style.ts +2 -0
  116. package/src/media/templates/component/DesignComponent.vue +1 -1
  117. package/src/media/templates/constructors/ConstructorsDesign.tsx +4 -2
  118. package/src/media/templates/packages/library/package.json +2 -1
  119. package/src/media/templates/prompts/aiDocClassPrompt.en.txt +66 -0
  120. package/src/media/templates/prompts/aiDocClassPrompt.ru.txt +64 -0
  121. package/src/media/templates/prompts/aiDocComposablePrompt.en.txt +67 -0
  122. package/src/media/templates/prompts/aiDocComposablePrompt.ru.txt +67 -0
  123. package/src/media/templates/prompts/aiDocFunctionPrompt.en.txt +57 -0
  124. package/src/media/templates/prompts/aiDocFunctionPrompt.ru.txt +57 -0
  125. package/src/media/templates/prompts/componentPrompt.en.txt +105 -0
  126. package/src/media/templates/prompts/componentPrompt.ru.txt +105 -0
  127. package/src/media/templates/prompts/demoClassEn.mdx +111 -0
  128. package/src/media/templates/prompts/demoClassRu.mdx +111 -0
  129. package/src/media/templates/prompts/demoComponentEn.mdx +282 -0
  130. package/src/media/templates/prompts/demoComponentRu.mdx +282 -0
  131. package/src/media/templates/prompts/demoComposableEn.mdx +103 -0
  132. package/src/media/templates/prompts/demoComposableRu.mdx +103 -0
  133. package/src/media/templates/prompts/demoDocEn.mdx +30 -0
  134. package/src/media/templates/prompts/demoDocRu.mdx +30 -0
  135. package/src/media/templates/viteComponentTemplateConfig.ts +1 -1
  136. package/src/types/aiTypes.ts +19 -0
  137. package/src/types/configTypes.ts +8 -2
  138. package/src/types/gitTypes.ts +59 -0
  139. package/src/media/templates/componentPrompt.en.txt +0 -447
  140. package/src/media/templates/componentPrompt.ru.txt +0 -449
@@ -1,447 +0,0 @@
1
- You need to prepare documentation for a component in the [wikiLanguage] language. Follow the format and requirements strictly. Do not add anything beyond what is described.
2
- Stack: Storybook 9.x, TypeScript, MDX, Vue 3 Composition API.
3
-
4
- Canvas component is imported from '@storybook/addon-docs/blocks'
5
-
6
- ====================================
7
- 1) Study the current component code
8
- ====================================
9
- ```
10
- [code]
11
- ```
12
-
13
- Analyze:
14
- - Component structure (props, computed, methods)
15
- - Events (emit) and their parameters
16
- - Slots and their parameters
17
- - Data types (interfaces, types)
18
- - Expose methods and properties
19
- - Internal logic and behavior
20
- - Dependencies on other components
21
-
22
- ====================================
23
- 2) Add missing type comments
24
- ====================================
25
- Add brief single-language (in [wikiLanguage]) JSDoc comments to missing types and their properties.
26
-
27
- Code to fix:
28
- ```ts
29
- // types.ts
30
- [types]
31
- ```
32
-
33
- Comment requirements:
34
- - Single-line for simple fields (/** Description */)
35
- - Multi-line for complex types or logic blocks
36
- - No duplication of the obvious (don't comment "id" as "component id")
37
- - Adapted for display in Storybook
38
- - Use technical terms correctly
39
- - For union types, describe each value separately in code
40
-
41
- Example (strictly follow the format):
42
- ```ts
43
- /**
44
- * Basic properties for image components.
45
- */
46
- export interface IconPropsBasic<
47
- Image extends ImagePropsBasic = ImagePropsBasic
48
- > extends SkeletonPropsInclude {
49
- // Status
50
- /** Active state of the icon */
51
- active?: boolean
52
-
53
- // Icon
54
- /** Main icon value */
55
- icon?: ImageValue<Image>
56
- /** Active icon value */
57
- iconActive?: ImageValue<Image>
58
-
59
- // Design
60
- /**
61
- * Icon size
62
- * @default 'medium'
63
- */
64
- size?: 'small' | 'medium' | 'large'
65
- }
66
- ```
67
-
68
- ====================================
69
- 3) Stories for Storybook
70
- ====================================
71
- Create minimum necessary examples. Each story demonstrates a specific usage scenario.
72
-
73
- Code to fix:
74
- ```ts
75
- // ComponentDoc.stories.ts
76
- [stories]
77
- ```
78
-
79
- Rules:
80
- - STRICTLY FORBIDDEN to touch const meta. DO NOT CHANGE ANYTHING IN META.
81
- - Don't touch existing constants and stories
82
- - Don't rename existing constants
83
- - Don't add stories just for filling
84
- - Each story must have a purpose and demonstrate specific functionality
85
- - If component has different modes, show one clear example for each
86
- - Story names in PascalCase style without extra words (e.g.: `Basic`, `WithIcon`, `Disabled`)
87
- - Minimize imports: only necessary
88
- - Don't use extra wrappers (div, section) without necessity
89
- - Simple, readable code
90
-
91
- Example:
92
- ```ts
93
- export const Basic: Story = {
94
- args: {
95
- label: 'Click me'
96
- }
97
- }
98
-
99
- export const WithIcon: Story = {
100
- args: {
101
- label: 'Click me',
102
- icon: 'check'
103
- }
104
- }
105
- ```
106
-
107
- ====================================
108
- 4) MDX documentation (component description)
109
- ====================================
110
- Prepare complete component description in MDX format. Strict style: no tables, no extra sections, only necessary information.
111
-
112
- Code to fix:
113
- ```md
114
- // ComponentName.mdx
115
- [md]
116
- ```
117
-
118
- Document structure (strict):
119
-
120
- **1. Brief description:**
121
- - One sentence, conveying the essence of the component as briefly as possible
122
- - Don't use phrases like "This component", start immediately with the purpose
123
-
124
- **2. Main documentation text:**
125
- - Starts WITHOUT a heading
126
- - Detailed functionality description (2-4 paragraphs)
127
- - Block "**Key Features:**" (list of key features)
128
- - Block "**Typical Use Cases:**" (list of usage examples)
129
- - Can refine existing text, but DO NOT delete relevant information
130
- - Delete only outdated or redundant content
131
-
132
- **3. Special sections (if present):**
133
-
134
- **Props (only for complex cases):**
135
- - Describe Props only if they have complex interaction logic, dependencies, or composite types
136
- - DO NOT describe simple boolean/string props in a list - JSDoc comments in types are enough for them
137
- - Format: `## Props`, then `### PropName` for each complex prop
138
-
139
- Example of complex prop description:
140
- ```md
141
- ## Props
142
- ### `adaptive`
143
-
144
- Window adaptive behavior mode.
145
-
146
- **Type:** `'modal' | 'menu' | 'actionSheet' | 'static'`
147
-
148
- **Default:** `'modal'`
149
-
150
- **Possible values:**
151
- - `'modal'` — modal window in screen center with overlay
152
- - `'menu'` — dropdown menu attached to control element
153
- - `'actionSheet'` — bottom panel for mobile interfaces
154
- - `'static'` — static mode without overlay and positioning
155
- ```
156
-
157
- **4. Mandatory sections (if present in component):**
158
-
159
- **Expose methods/properties:**
160
- ```md
161
- ## Expose Methods
162
- ### `methodName`
163
-
164
- Method description.
165
-
166
- **Type:** `(param: Type) => ReturnType`
167
-
168
- **Parameters:**
169
- - `param: Type` — parameter description
170
-
171
- **Returns:** return value description
172
-
173
- [code example]
174
- ```
175
-
176
- **Slots:**
177
- ```md
178
- ## Slots
179
- ### `slotName`
180
-
181
- Slot description.
182
-
183
- **Parameters:**
184
- - `param: Type` — slot parameter description
185
-
186
- [code example]
187
- ```
188
-
189
- **Events:**
190
- ```md
191
- ## Events
192
- ### `eventName`
193
-
194
- Event description.
195
-
196
- **Parameters:**
197
- - `param: Type` — event parameter description
198
-
199
- **Type structure:** (if parameter is complex)
200
- - `field: string` — field description
201
- - `field2: number` — field description
202
-
203
- [code example]
204
- ```
205
-
206
- **5. Usage examples:**
207
- - Add Canvas to demonstrate specific scenarios
208
- - DO NOT add base `<Canvas of={Component.Component}/>` — it's already at the beginning
209
- - Format: `<Canvas of={Component.StoryName}/>`
210
-
211
- **Strict formatting rules:**
212
-
213
- - Heading levels:
214
- - `##` — main sections (Props, Expose Methods, Slots, Events)
215
- - `###` — specific elements (method, slot, event names)
216
- - `####` — subsections within description (Behavior, Examples)
217
-
218
- - Code:
219
- - Types and interfaces: ` ```ts `
220
- - Component markup: ` ```html ` (NOT ` ```vue `)
221
- - Inline code: wrap in backticks `` `code` ``
222
-
223
- - Meta and StorybookMain:
224
- - STRICTLY FORBIDDEN to touch Meta and StorybookMain blocks
225
- - They must remain as is at the beginning of the file
226
- - Don't add, don't delete, don't modify them
227
-
228
- - Structural elements:
229
- - Use `**Bold text:**` for subheadings within descriptions
230
- - Use `>` for important notes and warnings
231
- - Lists only where they improve readability
232
-
233
- **Example of full document structure:**
234
-
235
- ```md
236
- import { Meta, Canvas } from '@storybook/addon-docs/blocks'
237
- import * as Component from './Component.stories'
238
-
239
- <Meta of={Component} />
240
-
241
- Component for creating modal windows, dialogs, and popup elements with flexible positioning and adaptive behavior.
242
-
243
- Window manages content display over the main interface, supports various positioning types (modal windows, dropdown menus, action sheets), open/close animations, and event system integration. The component automatically handles clicks outside the area, focus management, and adaptation to different screen sizes.
244
-
245
- **Key Features:**
246
-
247
- - Flexible positioning (center, edges, screen corners)
248
- - Adaptive modes (modal, menu, actionSheet, static)
249
- - Open/close animations with origin configuration
250
- - State management via v-model or expose methods
251
- - Scrollbar integration for scrollable content
252
- - Background interaction blocking (persistent mode)
253
- - Window lifecycle events
254
-
255
- **Typical Use Cases:**
256
-
257
- - Modal windows for forms and confirmations
258
- - Dropdown menus and context menus
259
- - Side panels and drawer components
260
- - Action sheets for mobile interfaces
261
- - Tooltips and dialogs
262
-
263
- ## CSS Classes for Behavior Control
264
-
265
- Component uses special CSS classes for behavior control:
266
-
267
- - `*--block` — prevents window from closing when clicking outside its boundaries
268
- - `*--blockChildren` — prevents current window from closing
269
- - `*--blockOther` — prevents other windows from closing until current one is closed
270
- - `*--close` — applies to elements for closing the window
271
- - `*--controlOpenOnly` — applies to control elements that only open the window
272
- - `*--controlStatic` — applies to control elements in static mode
273
- - `*--static` — applies to elements inside window, canceling all actions
274
-
275
- Where `*` is the component class name (e.g., `d1-window`, `m3-window`).
276
-
277
- ## Props
278
- ### `adaptive`
279
-
280
- Window adaptive behavior mode.
281
-
282
- **Type:** `'modal' | 'menu' | 'actionSheet' | 'static'`
283
-
284
- **Default:** `'modal'`
285
-
286
- **Possible values:**
287
- - `'modal'` — modal window in screen center
288
- - `'menu'` — dropdown menu attached to element
289
- - `'actionSheet'` — bottom panel for mobile devices
290
- - `'static'` — static mode without overlay
291
-
292
- ## State Management via v-model
293
-
294
- Two-way binding of window open state via `v-model:open`.
295
-
296
- **Parameters:**
297
- - `open: boolean` — window open state
298
-
299
- ```html
300
- <script setup>
301
- import { ref } from 'vue'
302
-
303
- const isOpen = ref(false)
304
- </script>
305
-
306
- <template>
307
- <button @click="isOpen = true">Open</button>
308
-
309
- <Window v-model:open="isOpen">
310
- <template #default>
311
- <p>Window content</p>
312
- <button @click="isOpen = false">Close</button>
313
- </template>
314
- </Window>
315
- </template>
316
- ```
317
-
318
- ## Expose Methods
319
- ### `id`
320
-
321
- Unique window identifier.
322
-
323
- **Type:** `string`
324
-
325
- ```html
326
- <script setup>
327
- const windowRef = ref()
328
-
329
- onMounted(() => {
330
- console.log(windowRef.value.id) // "window-123"
331
- })
332
- </script>
333
-
334
- <template>
335
- <Window ref="windowRef" />
336
- </template>
337
- ```
338
-
339
- ## Slots
340
- ### `control`
341
-
342
- Slot for placing window control elements (close buttons, minimize, etc.).
343
-
344
- **Parameters:**
345
- - `props: WindowControlItem` — object with window control data
346
-
347
- ```html
348
- <Window>
349
- <template #control="{ onclick, open }">
350
- <button @click="onclick">
351
- {{ open ? 'Close' : 'Open' }}
352
- </button>
353
- </template>
354
- </Window>
355
- ```
356
-
357
- ## Events
358
- ### `window`
359
-
360
- Event fires when the window state changes (open/close).
361
-
362
- **Parameters:**
363
- - `options: WindowEmitOptions` — object with window data
364
-
365
- **WindowEmitOptions structure:**
366
- - `id: string` — unique window identifier
367
- - `element: HTMLDivElement` — window DOM element
368
- - `control: HTMLElement` — control DOM element
369
- - `open: boolean` — window open state (`true` - open, `false` - closed)
370
-
371
- ```html
372
- <script setup>
373
- const handleWindow = (options) => {
374
- console.log('Window ID:', options.id)
375
- console.log('Window open:', options.open)
376
- console.log('Window element:', options.element)
377
- console.log('Control element:', options.control)
378
- }
379
- </script>
380
-
381
- <template>
382
- <Window @window="handleWindow">
383
- <template #default>
384
- <p>Window content</p>
385
- </template>
386
- </Window>
387
- </template>
388
- ```
389
-
390
- ## Usage Examples
391
- ### Basic Modal Window
392
-
393
- <Canvas of={Component.BasicModal}/>
394
-
395
- ### Dropdown Menu
396
-
397
- <Canvas of={Component.DropdownMenu}/>
398
- ```
399
-
400
- ====================================
401
- 5) Final return
402
- ====================================
403
- Return the result STRICTLY in the format (nothing extra before or after):
404
-
405
- [types.ts]
406
- #########
407
- [ComponentDoc.stories.ts]
408
- #########
409
- [ComponentName.mdx]
410
-
411
- **Output format requirements:**
412
- - DO NOT add file labels like `// filepath: ...`
413
- - DO NOT wrap in code blocks (` ```ts `, ` ```md `)
414
- - DO NOT add comments with file names
415
- - DO NOT include in the result text `[types.ts]`, `[ComponentDoc.stories.ts]`, `[ComponentName.mdx]`
416
- - Only clean code, separated by a line of nine hash symbols: `#########`
417
- - Order strictly: types → stories → documentation
418
- - Each block starts with the first line of code, without spaces and line breaks before
419
-
420
- **Structure of each block:**
421
- - `[types.ts]` — final types file with JSDoc comments (only file content)
422
- - `[ComponentDoc.stories.ts]` — final stories file (only file content)
423
- - `[ComponentName.mdx]` — final MDX documentation (only file content)
424
-
425
- ====================================
426
- Constraints and style
427
- ====================================
428
-
429
- **Forbidden:**
430
- - Tables in any form
431
- - Arbitrary additional sections outside specified ones
432
- - "Props" section for simple properties without complex logic
433
- - Duplication of descriptions of the same thing
434
- - Placeholders outside those specified in prompt (`[code]`, `[types]`, `[stories]`, `[md]`)
435
- - Using ` ```vue ` for code examples (only ` ```html `)
436
- - Changing Meta block in MDX
437
- - Adding base Canvas (`<Canvas of={Component.Component}/>`)
438
-
439
- **Required:**
440
- - Documentation language corresponds to [wikiLanguage]
441
- - If [wikiLanguage] = "en", use English for ALL documentation
442
- - If [wikiLanguage] = "ru", use Russian for ALL documentation
443
- - Code blocks: types and events — ` ```ts `, markup — ` ```html `
444
- - Stories: only necessary scenarios, without visual decorations
445
- - Brevity and informativeness without "fluff"
446
- - Technically correct terms
447
- - Code examples are functional and up-to-date