@only1btayy/g2w 1.0.12 → 1.0.13

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 (3) hide show
  1. package/README.md +1 -1
  2. package/bin/g2w.js +0 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -141,7 +141,7 @@ Safe git operations — add, commit, push, status, log — run without approval
141
141
  ## How 2 Install
142
142
 
143
143
  ```bash
144
- npm install -g @only1btayy/g2w
144
+ npm install -g @only1btayy/g2w && g2w
145
145
  ```
146
146
 
147
147
  That's it. G2W installs globally into `~/.claude/` automatically — skills and hooks ready in every project, everywhere.
package/bin/g2w.js CHANGED
@@ -12,7 +12,6 @@ if (command === 'install') {
12
12
  } else {
13
13
  process.stdout.write(`${LOGO}
14
14
  Usage:
15
- g2w install — install skills + hooks into ~/.claude/
16
15
  g2w update — update skills to latest version
17
16
  g2w uninstall — remove G2W
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@only1btayy/g2w",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "G2W — a relationship protocol for building trust with AI",
5
5
  "bin": {
6
6
  "g2w": "bin/g2w.js"