@only1btayy/g2w 1.0.21 → 1.0.23

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 +23 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,6 +108,22 @@ The plan is the contract. By the time The Builder touches a single line of code,
108
108
 
109
109
  ---
110
110
 
111
+ ### Optional Methods
112
+
113
+ Each Foundation agent is also a direct slash command. The normal flow runs through `/g2w:build2gether` and `/g2w:get2work` — but if you know what you're doing, you can jump straight into any stage of the pipeline.
114
+
115
+ | Command | When to use it directly |
116
+ |---|---|
117
+ | `/g2w:the-visionary` | You have a half-written plan and just want it finished — skip the full build2gether flow |
118
+ | `/g2w:the-challenger` | You wrote your own plan outside G2W and want it stress-tested before building |
119
+ | `/g2w:the-builder` | Plan is already locked — skip straight to building |
120
+ | `/g2w:the-inspector` | Code is already written — just verify it against a plan |
121
+ | `/g2w:the-leader` | Kick off the full pipeline without the identity, brainstorm, and research phases |
122
+
123
+ These are escape hatches for engineers who don't need the ceremony. G2W has no ceiling.
124
+
125
+ ---
126
+
111
127
  ### The Trust Layer
112
128
 
113
129
  Delivered via hook so it runs every single session, not just when the AI remembers.
@@ -199,4 +215,11 @@ Under active development. First real-world test case is Blackhole VST running th
199
215
 
200
216
  ---
201
217
 
218
+ ## Acknowledgements
219
+
220
+ - **[johnkf5-ops/the-dev-squad](https://github.com/johnkf5-ops/the-dev-squad)** — inspired The Foundation's multi-agent pipeline
221
+ - **John Knopf** — modular doc system approach. His words: *"Take it, run with it, use it, modify it, make it better. That's the whole point."*
222
+
223
+ ---
224
+
202
225
  *Built by ONLY1BTAYY · MIT License · Claude Code native*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@only1btayy/g2w",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "G2W — a relationship protocol for building trust with AI",
5
5
  "bin": {
6
6
  "g2w": "bin/g2w.js"