@nalvietnam/avatar-cli 1.20.3 → 2.0.0

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
@@ -2,6 +2,28 @@
2
2
 
3
3
  AI harness CLI for NAL Vietnam engineering. Implements the Avatar architecture defined in [`avatar-cli-implementation_4.html`](../init-doc/avatar-cli-implementation_4.html).
4
4
 
5
+ ## ⚠️ v2.0 BREAKING CHANGE — Terminology rename
6
+
7
+ v2.0 đổi tên command + state file:
8
+
9
+ | Cũ (v1.x) | Mới (v2.0) |
10
+ |---|---|
11
+ | `avatar feature enable <name>` | `avatar tools enable <name>` |
12
+ | `avatar feature disable <name>` | `avatar tools disable <name>` |
13
+ | `avatar feature list` | `avatar tools list` |
14
+ | `avatar feature add` | `avatar tools add` |
15
+ | `avatar feature remove` | `avatar tools remove` |
16
+ | `.claude/avatar-features.json` (state file) | `.claude/avatar-tools.json` |
17
+
18
+ Cần dùng cùng **team-ai-pack v1.0+** (folder `tools/` thay vì `features/`). Hard
19
+ break — không auto-migrate state cũ. User phải `avatar tools enable <name>` lại
20
+ cho từng tool muốn giữ (chỉ vài tool nên rất nhanh). File `avatar-features.json`
21
+ cũ có thể xóa tay.
22
+
23
+ Vì sao đổi: gộp "feature toggle" (NAL custom) + "tools stub" (system deps, MCP
24
+ roadmap) thành 1 concept thống nhất.
25
+
26
+
5
27
  ## Cài đặt
6
28
 
7
29
  ```bash