@only1btayy/g2w 1.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +5 -25
  2. package/package.json +4 -1
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-v0.1.0-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/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)]()
@@ -24,18 +24,11 @@ This is not a workflow system. Not a task runner. This is a protocol for buildin
24
24
  ---
25
25
 
26
26
  ```bash
27
- npm install -g g2w
28
- ```
29
-
30
- ```bash
31
- g2w install
27
+ npm install -g @only1btayy/g2w
32
28
  ```
33
29
 
34
30
  ```
35
- 1. Global ~/.claude/ available in all projects
36
- 2. Local ./.claude/ this project only
37
-
38
- ✅ G2W installed — 9 skills + hooks ready.
31
+ G2W installed at ~/.claude/ 9 skills + hooks ready.
39
32
  ```
40
33
 
41
34
  **Works on Mac, Windows, and Linux.**
@@ -152,23 +145,10 @@ Safe git operations — add, commit, push, status, log — run without approval
152
145
  ## How 2 Install
153
146
 
154
147
  ```bash
155
- npm install -g g2w
156
- ```
157
-
158
- Then `cd` into your project and run:
159
-
160
- ```bash
161
- g2w install
162
- ```
163
-
164
- You'll be asked:
165
-
166
- ```
167
- 1. Global ~/.claude/ available in all projects
168
- 2. Local ./.claude/ this project only
148
+ npm install -g @only1btayy/g2w
169
149
  ```
170
150
 
171
- Pick 1 to set it and forget it. Pick 2 if you want G2W in just one project.
151
+ That's it. G2W installs globally into `~/.claude/` automatically skills and hooks ready in every project, everywhere.
172
152
 
173
153
  > **Tip:** The logo renders in **bright green** in any terminal. On Windows Terminal or iTerm2, enable Retro/Bloom effects for the full glow.
174
154
 
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@only1btayy/g2w",
3
- "version": "1.0.1",
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
+ "scripts": {
9
+ "postinstall": "node -e \"require('./lib/install').run()\""
10
+ },
8
11
  "files": [
9
12
  "bin/",
10
13
  "lib/",