@only1btayy/g2w 1.0.11 → 1.0.12

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
@@ -24,11 +24,7 @@ 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 @only1btayy/g2w
28
- ```
29
-
30
- ```
31
- ✅ G2W installed at ~/.claude/ — 9 skills + hooks ready.
27
+ npm install -g @only1btayy/g2w && g2w
32
28
  ```
33
29
 
34
30
  **Works on Mac, Windows, and Linux.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@only1btayy/g2w",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "G2W — a relationship protocol for building trust with AI",
5
5
  "bin": {
6
6
  "g2w": "bin/g2w.js"
@@ -37,7 +37,7 @@ Once requirements are locked and research is complete:
37
37
  **Planner Agent** writes a complete plan:
38
38
  - No placeholders. Actual code, actual file names, actual decisions.
39
39
  - Declares exactly which files will be created or modified — nothing undeclared
40
- - Writes a concrete definition of done for this specific task
40
+ - Writes a definition of done tied to the user's actual environment — not "it compiled." Specific steps: what build to run, what to open, what to click, what the exact expected result is. If you can't describe how to verify it in the user's setup, the definition of done is not done.
41
41
  - Estimates scope honestly: small / medium / large
42
42
 
43
43
  **Reviewer Agent** does an adversarial pass: