@leejungkiin/awkit 1.5.3 → 1.5.4

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/core/GEMINI.md +1 -0
  2. package/package.json +1 -1
package/core/GEMINI.md CHANGED
@@ -54,6 +54,7 @@ Mỗi skill tự xử lý gate logic riêng — xem SKILL.md của từng skill.
54
54
  - KHÔNG hỏi user, KHÔNG chờ approval cho commit thường.
55
55
  - Commit message: conventional format (`fix:`, `feat:`, `refactor:`, `chore:`).
56
56
  - `git push` (non-force) được phép `SafeToAutoRun=true`.
57
+ - Sau khi commit & push thành công → tự động gửi thông báo Telegram qua tool hoặc lệnh `awkit tg send` (nếu người dùng đã cấu hình Telegram, có thể bỏ qua nếu chưa).
57
58
  - Nếu push fail → retry 1 lần với `git pull --rebase && git push`.
58
59
  - Nếu vẫn fail → báo user, KHÔNG force push.
59
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leejungkiin/awkit",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Antigravity Workflow Kit. Unified AI agent orchestration system.",
5
5
  "main": "bin/awk.js",
6
6
  "bin": {