@only1btayy/g2w 1.0.2 → 1.0.3
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 +1 -5
- package/lib/install.js +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ This is not a workflow system. Not a task runner. This is a protocol for buildin
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
[](https://www.npmjs.com/package/@only1btayy/g2w)
|
|
20
20
|
[](LICENSE)
|
|
21
21
|
[](https://claude.ai/code)
|
|
22
22
|
[]()
|
|
@@ -27,10 +27,6 @@ This is not a workflow system. Not a task runner. This is a protocol for buildin
|
|
|
27
27
|
npm install -g @only1btayy/g2w
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
```bash
|
|
31
|
-
g2w install
|
|
32
|
-
```
|
|
33
|
-
|
|
34
30
|
```
|
|
35
31
|
✅ G2W installed at ~/.claude/ — 9 skills + hooks ready.
|
|
36
32
|
```
|
package/lib/install.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@only1btayy/g2w",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "G2W — a relationship protocol for building trust with AI",
|
|
5
5
|
"bin": {
|
|
6
6
|
"g2w": "bin/g2w.js"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"postinstall": "node lib/install.
|
|
9
|
+
"postinstall": "node -e \"require('./lib/install').run()\""
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/",
|