@erllecta/coding-helper 1.0.2 → 1.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/package.json +1 -1
  2. package/readme.md +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erllecta/coding-helper",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool for configuring coding assistants (Claude Code, OpenCode) with ER-GPT integration",
5
5
  "license": "MIT",
6
6
  "author": {
package/readme.md CHANGED
@@ -5,23 +5,23 @@ CLI-утилита для настройки интеграции coding-асс
5
5
  ## Установка
6
6
 
7
7
  ```bash
8
- npm install -g @ergpt/coding-helper
8
+ npm install -g @erllecta/coding-helper
9
9
  ```
10
10
 
11
11
  ## Использование
12
12
 
13
13
  ```bash
14
14
  # Интерактивная настройка
15
- @ergpt/coding-helper
15
+ @erllecta/coding-helper
16
16
 
17
17
  # Показать текущую конфигурацию
18
- @ergpt/coding-helper --status
18
+ @erllecta/coding-helper --status
19
19
 
20
20
  # Обновить конфигурацию ассистента
21
- @ergpt/coding-helper --refresh
21
+ @erllecta/coding-helper --refresh
22
22
 
23
23
  # Очистить всю конфигурацию
24
- @ergpt/coding-helper --clear
24
+ @erllecta/coding-helper --clear
25
25
  ```
26
26
 
27
27
  ## Поддерживаемые инструменты