@leejungkiin/awkit 1.0.3 → 1.0.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.
- package/README.md +0 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,16 +15,6 @@ awkit install
|
|
|
15
15
|
awkit doctor
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
### Cài đặt từ Source Github (Dành cho Developer)
|
|
19
|
-
```bash
|
|
20
|
-
git clone https://github.com/babyskill/awk.git ~/Dev/NodeJS/main-awf
|
|
21
|
-
cd ~/Dev/NodeJS/main-awf
|
|
22
|
-
node bin/awk.js install
|
|
23
|
-
|
|
24
|
-
# Verify
|
|
25
|
-
node bin/awk.js doctor
|
|
26
|
-
```
|
|
27
|
-
|
|
28
18
|
|
|
29
19
|
## 📦 Commands
|
|
30
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leejungkiin/awkit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "AWKit v1.0 — Antigravity Workflow Kit. Unified AI agent orchestration system.",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "AWKit v1.0.4 — Antigravity Workflow Kit. Unified AI agent orchestration system.",
|
|
5
5
|
"main": "bin/awk.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"awkit": "bin/awk.js",
|