ebely 0.0.2 → 0.0.3

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 (2) hide show
  1. package/Readme.md +13 -0
  2. package/package.json +1 -1
package/Readme.md ADDED
@@ -0,0 +1,13 @@
1
+ Алгоритм действий для пользователя библиотекой
2
+
3
+ # 1. Установить библиотеку
4
+ pnpm add -D ebely
5
+
6
+ # 2. Один раз разложить скиллы в проект
7
+ npx ebely skills
8
+
9
+ # 3. Открыть проект в Claude Code и вызвать настройку
10
+ /ebely-setup # настроит конфиг, сгенерирует клиент, стор, хуки
11
+
12
+ # 4. Дальше при написании любых тестов
13
+ /ebely-write-tests # опишет сценарий — тесты напишутся сами
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ebely",
3
3
  "license": "MIT",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",