feat(skills): переработать AI-скиллы

- добавлены синхронные английские и русские инструкции для агентов
- расширена сборка документов из Markdown-фрагментов
- артефакты перенесены в игнорируемый release output
- обновлены README и проверки скиллов
This commit is contained in:
2026-07-11 14:50:09 +03:00
parent 38068d7c9f
commit 4833b31516
78 changed files with 3632 additions and 5344 deletions

View File

@@ -81,7 +81,7 @@ TypeScript checks the `icon` value against the file names:
<FileManagerIcon icon="missing" /> // TypeScript error
```
Types, display methods, and color controls are described in the [main documentation](../../README.md#display-methods).
Types, rendering methods, and color controls are described in the [main documentation](../../README.md#rendering-methods).
Webpack processes the generated `new URL('./sprite.svg', import.meta.url)` through Asset Modules and emits a separate SVG asset.