the-grid-cc 1.7.31 → 1.7.32
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 +6 -28
- package/commands/grid/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,12 @@ npx the-grid-cc # Install (one command)
|
|
|
41
41
|
<strong>That's it. Works on Mac, Windows, and Linux.</strong>
|
|
42
42
|
</p>
|
|
43
43
|
|
|
44
|
+
<br>
|
|
45
|
+
|
|
46
|
+
<p align="center">
|
|
47
|
+
<img src="assets/install-demo.png" alt="The Grid Installation" width="700"/>
|
|
48
|
+
</p>
|
|
49
|
+
|
|
44
50
|
---
|
|
45
51
|
|
|
46
52
|
## The Problem
|
|
@@ -207,34 +213,6 @@ Researches best practices. Injects industry standards. You get expert-level spec
|
|
|
207
213
|
|
|
208
214
|
---
|
|
209
215
|
|
|
210
|
-
## Installation
|
|
211
|
-
|
|
212
|
-
<details>
|
|
213
|
-
<summary><strong>Alternative: Plugin Installation</strong></summary>
|
|
214
|
-
|
|
215
|
-
```bash
|
|
216
|
-
# Add Grid marketplace
|
|
217
|
-
/plugin marketplace add JamesWeatherhead/grid
|
|
218
|
-
|
|
219
|
-
# Install The Grid
|
|
220
|
-
/plugin install the-grid@grid-marketplace
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
Or via CLI:
|
|
224
|
-
```bash
|
|
225
|
-
claude plugin install the-grid@grid-marketplace --scope user
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
</details>
|
|
229
|
-
|
|
230
|
-
<br>
|
|
231
|
-
|
|
232
|
-
<p align="center">
|
|
233
|
-
<img src="assets/install-demo.png" alt="The Grid Installation" width="700"/>
|
|
234
|
-
</p>
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
216
|
## FAQ
|
|
239
217
|
|
|
240
218
|
<details>
|
package/commands/grid/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.32
|