@leejungkiin/awkit 1.5.0 → 1.5.1

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/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AWKit — Antigravity Workflow Kit v1
2
2
 
3
- > **v1.1.9** · Single Source of Truth · Symphony-First · Ambient Memory
3
+ > **v1.5.0** · Single Source of Truth · Symphony-First · Ambient Memory
4
4
 
5
5
  AWKit là framework điều phối AI agent chuyên nghiệp. Đây là **nơi duy nhất** chứa toàn bộ workflows, skills, GEMINI.md và cấu hình — không còn phân tán giữa nhiều repo.
6
6
 
@@ -86,13 +86,13 @@ awkit install --all
86
86
  awkit sync
87
87
 
88
88
  # 3. Commit the snapshot
89
- git add -A && git commit -m "chore: sync AWKit v1.1.3"
89
+ git add -A && git commit -m "chore: sync AWKit v1.5.0"
90
90
  ```
91
91
 
92
92
 
93
93
 
94
94
  ```
95
- main-awf/ (AWKit v1.1.x — Source of Truth)
95
+ main-awf/ (AWKit v1.5.x — Source of Truth)
96
96
  ├── bin/
97
97
  │ ├── awk.js ← CLI entry point
98
98
  │ └── awf.js ← (legacy, kept for reference)
@@ -130,7 +130,7 @@ main-awf/ (AWKit v1.1.x — Source of Truth)
130
130
  ├── templates/ ← Project templates
131
131
  ├── scripts/
132
132
  │ └── harvest.js ← Migration: pull from ~/.gemini/
133
- ├── VERSION → 1.1.9
133
+ ├── VERSION → 1.5.0
134
134
  └── package.json (@leejungkiin/awkit)
135
135
  ```
136
136
 
@@ -218,7 +218,8 @@ awkit enable-pack creator-studio
218
218
  | 5.x | Antigravity v5 | Node.js, Symphony integration |
219
219
  | 6.x | AWF v6 | main-awf, multiple sources |
220
220
  | **1.1.x** | **AWKit v1.1.9** | **Single source of truth, Native CLI, Telegram Integration** |
221
+ | **1.5.x** | **AWKit v1.5.0** | **Unified Orchestration, Symphony 1.5.0, 7-Gate Intelligence** |
221
222
 
222
223
  ---
223
224
 
224
- *AWKit v1.1.x — Antigravity Workflow Kit · Created by Kien AI*
225
+ *AWKit v1.5.x — Antigravity Workflow Kit · Created by Kien AI*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leejungkiin/awkit",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Antigravity Workflow Kit. Unified AI agent orchestration system.",
5
5
  "main": "bin/awk.js",
6
6
  "bin": {