@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 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
- [![npm version](https://img.shields.io/badge/npm-v1.0.2-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@only1btayy/g2w)
19
+ [![npm version](https://img.shields.io/npm/v/%40only1btayy%2Fg2w?style=for-the-badge&logo=npm&logoColor=white&color=CB3837&label=npm)](https://www.npmjs.com/package/@only1btayy/g2w)
20
20
  [![license](https://img.shields.io/badge/license-MIT-6e7681?style=for-the-badge)](LICENSE)
21
21
  [![platform](https://img.shields.io/badge/platform-Claude%20Code-8957e5?style=for-the-badge)](https://claude.ai/code)
22
22
  [![status](https://img.shields.io/badge/status-In%20Development-d29922?style=for-the-badge)]()
@@ -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
@@ -144,5 +144,3 @@ async function uninstall() {
144
144
  }
145
145
 
146
146
  module.exports = { run, update, uninstall };
147
-
148
- if (require.main === module) run();
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@only1btayy/g2w",
3
- "version": "1.0.2",
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.js"
9
+ "postinstall": "node -e \"require('./lib/install').run()\""
10
10
  },
11
11
  "files": [
12
12
  "bin/",