harubashi 0.1.1 → 0.1.2
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/README.md +5 -5
- package/README.ru.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**A headless, multi-profile system-use AI agent — installable as a global npm package.**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/harubashi)
|
|
8
|
-
[](LICENSE)
|
|
9
9
|
[](https://nodejs.org)
|
|
10
10
|
|
|
11
11
|
Harubashi turns your terminal — and your Telegram chat — into a thinking interface to your machine. It executes shell commands, reads files, manages git, and grows with hot-reloadable skills you can write yourself in plain Markdown.
|
|
@@ -139,7 +139,7 @@ description: Workflow guidance for using Git via system_execute_command.
|
|
|
139
139
|
1. **`git status`** — understand state before any mutation.
|
|
140
140
|
2. **`git diff`** — inspect changes.
|
|
141
141
|
3. **`git add <path>`** — stage selectively.
|
|
142
|
-
4. **`git
|
|
142
|
+
4. **`git comApache-2.0 -m "..."`** — Conventional ComApache-2.0s style.
|
|
143
143
|
```
|
|
144
144
|
|
|
145
145
|
### Built-in skills
|
|
@@ -149,7 +149,7 @@ description: Workflow guidance for using Git via system_execute_command.
|
|
|
149
149
|
| `system_execute_command` | Tool | Run shell commands cross-platform |
|
|
150
150
|
| `system_read_file` | Tool | Read a file by absolute path |
|
|
151
151
|
| `directory_explorer` | Guidance | Safe, shallow-first FS exploration; ignore heavy dirs |
|
|
152
|
-
| `git_manager` | Guidance | Status → diff → add →
|
|
152
|
+
| `git_manager` | Guidance | Status → diff → add → comApache-2.0; forbid destructive ops |
|
|
153
153
|
|
|
154
154
|
### Manage skills
|
|
155
155
|
|
|
@@ -180,7 +180,7 @@ harubashi logs --no-follow # Print and exit
|
|
|
180
180
|
harubashi logs --lines 200 # 200 lines of history before tailing
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
- **File format**: line-
|
|
183
|
+
- **File format**: line-deliApache-2.0ed JSON, one record per line. Daily rotation (`harubashi-YYYY-MM-DD.log`), 14-day retention, 20 MB cap per file.
|
|
184
184
|
- **Console rendering**: pretty-printed, colored by level: `INFO` green, `WARN` yellow, `ERROR` red, `DEBUG` blue.
|
|
185
185
|
- **Secret masking**: API keys (`nvapi-***`, `sk-***`, `AIza***`), Telegram bot tokens, and `Bearer` headers are redacted in **both** transports.
|
|
186
186
|
- **Cross-platform tail**: implemented via `chokidar` instead of `tail -f`, so it works the same on Windows / macOS / Linux. Day-rollover is detected automatically.
|
|
@@ -195,7 +195,7 @@ The single source of truth is `~/.harubashi/config.yaml`. Find its absolute path
|
|
|
195
195
|
harubashi config path
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
This
|
|
198
|
+
This eApache-2.0s the bare path (no decoration), so it pipes cleanly:
|
|
199
199
|
|
|
200
200
|
```bash
|
|
201
201
|
code "$(harubashi config path)" # open in VS Code
|
package/README.ru.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Headless мульти-профильный AI-агент для системного использования — глобальный npm-пакет.**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/harubashi)
|
|
8
|
-
[](LICENSE)
|
|
9
9
|
[](https://nodejs.org)
|
|
10
10
|
|
|
11
11
|
Harubashi превращает ваш терминал — и Telegram-чат — в думающий интерфейс к вашей машине. Агент выполняет shell-команды, читает файлы, управляет git и расширяется через hot-reload скиллы, которые вы пишете сами в обычном Markdown.
|
|
@@ -139,7 +139,7 @@ description: Workflow guidance for using Git via system_execute_command.
|
|
|
139
139
|
1. **`git status`** — понять состояние перед любыми изменениями.
|
|
140
140
|
2. **`git diff`** — инспектировать изменения.
|
|
141
141
|
3. **`git add <path>`** — стейджить выборочно.
|
|
142
|
-
4. **`git
|
|
142
|
+
4. **`git comApache-2.0 -m "..."`** — Conventional ComApache-2.0s style.
|
|
143
143
|
```
|
|
144
144
|
|
|
145
145
|
### Встроенные скиллы
|
|
@@ -149,7 +149,7 @@ description: Workflow guidance for using Git via system_execute_command.
|
|
|
149
149
|
| `system_execute_command` | Tool | Выполнение shell-команд кроссплатформенно |
|
|
150
150
|
| `system_read_file` | Tool | Чтение файла по абсолютному пути |
|
|
151
151
|
| `directory_explorer` | Guidance | Безопасное shallow-first исследование FS, игнор тяжёлых папок |
|
|
152
|
-
| `git_manager` | Guidance | Status → diff → add →
|
|
152
|
+
| `git_manager` | Guidance | Status → diff → add → comApache-2.0; запрет деструктивных операций |
|
|
153
153
|
|
|
154
154
|
### Управление скиллами
|
|
155
155
|
|