harubashi 0.1.0 → 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 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
  [![npm version](https://img.shields.io/npm/v/harubashi.svg?style=flat-square)](https://www.npmjs.com/package/harubashi)
8
- [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
8
+ [![License: Apache-2.0](https://img.shields.io/badge/license-Apache-2.0-blue.svg?style=flat-square)](LICENSE)
9
9
  [![Node](https://img.shields.io/node/v/harubashi.svg?style=flat-square)](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 commit -m "..."`** — Conventional Commits style.
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 → commit; forbid destructive ops |
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-delimited JSON, one record per line. Daily rotation (`harubashi-YYYY-MM-DD.log`), 14-day retention, 20 MB cap per file.
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 emits the bare path (no decoration), so it pipes cleanly:
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
@@ -286,7 +286,7 @@ npm run daemon # ts-node src/bin.ts daemon
286
286
 
287
287
  ## 📄 License
288
288
 
289
- MIT — see [LICENSE](LICENSE).
289
+ Apache-2.0 — see [LICENSE](LICENSE).
290
290
 
291
291
  ---
292
292
 
package/README.ru.md CHANGED
@@ -5,7 +5,7 @@
5
5
  **Headless мульти-профильный AI-агент для системного использования — глобальный npm-пакет.**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/harubashi.svg?style=flat-square)](https://www.npmjs.com/package/harubashi)
8
- [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
8
+ [![License: Apache-2.0](https://img.shields.io/badge/license-Apache-2.0-blue.svg?style=flat-square)](LICENSE)
9
9
  [![Node](https://img.shields.io/node/v/harubashi.svg?style=flat-square)](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 commit -m "..."`** — Conventional Commits style.
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 → commit; запрет деструктивных операций |
152
+ | `git_manager` | Guidance | Status → diff → add → comApache-2.0; запрет деструктивных операций |
153
153
 
154
154
  ### Управление скиллами
155
155
 
@@ -286,7 +286,7 @@ npm run daemon # ts-node src/bin.ts daemon
286
286
 
287
287
  ## 📄 Лицензия
288
288
 
289
- MIT — см. [LICENSE](LICENSE).
289
+ Apache-2.0 — см. [LICENSE](LICENSE).
290
290
 
291
291
  ---
292
292
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "harubashi",
3
- "version": "0.1.0",
4
- "description": "Harubashi headless System Use Agent daemon",
3
+ "version": "0.1.2",
4
+ "description": "Your own personal headless System Use Agent daemon. Let's Haru Haru",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "harubashi": "./dist/bin.js"