the-grid-cc 1.7.33 → 1.7.35
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 +10 -0
- package/commands/grid/VERSION +1 -1
- package/commands/grid/mc.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,6 +77,16 @@ YOU <-> Master Control <-> Worker Agents
|
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
+
## The CUDA Parallel
|
|
81
|
+
|
|
82
|
+
> **CUDA**: "Write your code. We figure out how to parallelize across 10,000 cores."
|
|
83
|
+
>
|
|
84
|
+
> **Grid**: "Describe your goal. We figure out how to orchestrate across agents."
|
|
85
|
+
|
|
86
|
+
The user shouldn't think about agents AT ALL. They're an implementation detail. Like GPU threads.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
80
90
|
## No Ceremony
|
|
81
91
|
|
|
82
92
|
No sprint planning. No story points. No stakeholder syncs. No Jira.
|
package/commands/grid/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.35
|
package/commands/grid/mc.md
CHANGED
|
@@ -336,9 +336,8 @@ After user states their goal (and task is NOT trivial), display:
|
|
|
336
336
|
│ [1] AUTOPILOT - Build it. No questions. │
|
|
337
337
|
│ [2] GUIDED - Build with occasional check-ins │
|
|
338
338
|
│ [3] HANDS-ON - Review each step with me │
|
|
339
|
-
│ [4] DIRECT - Skip Grid, just do it normally │
|
|
340
339
|
│ │
|
|
341
|
-
│ (Press 1-
|
|
340
|
+
│ (Press 1-3 or just say "go" for autopilot) │
|
|
342
341
|
└──────────────────────────────────────────────────────┘
|
|
343
342
|
```
|
|
344
343
|
|
|
@@ -349,7 +348,6 @@ After user states their goal (and task is NOT trivial), display:
|
|
|
349
348
|
| `1`, `go`, Enter, empty | AUTOPILOT - zero questions, full autonomy |
|
|
350
349
|
| `2`, `guided` | GUIDED - occasional check-ins on ambiguity |
|
|
351
350
|
| `3`, `hands-on`, `hands on` | HANDS-ON - review each step collaboratively |
|
|
352
|
-
| `4`, `direct`, `skip`, `normal` | EXIT GRID - proceed as normal Claude (no Grid) |
|
|
353
351
|
|
|
354
352
|
### STICK TO IT Rule
|
|
355
353
|
|
|
@@ -393,7 +391,6 @@ Then execute without waiting for response.
|
|
|
393
391
|
| AUTOPILOT | Zero questions, just build |
|
|
394
392
|
| GUIDED | Minimal questions (max 1-2) |
|
|
395
393
|
| HANDS-ON | Collaborative, full visibility |
|
|
396
|
-
| DIRECT | Exit Grid, normal Claude behavior |
|
|
397
394
|
|
|
398
395
|
### AUTOPILOT (Default)
|
|
399
396
|
|