the-grid-cc 1.7.37 → 1.7.38
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/commands/grid/VERSION +1 -1
- package/commands/grid.md +27 -3
- package/package.json +1 -1
package/commands/grid/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.38
|
package/commands/grid.md
CHANGED
|
@@ -3,10 +3,34 @@
|
|
|
3
3
|
---
|
|
4
4
|
name: grid
|
|
5
5
|
description: Enter The Grid - activates Master Control
|
|
6
|
+
disable-model-invocation: true
|
|
6
7
|
---
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
Display ONLY this welcome screen, nothing else:
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
```
|
|
12
|
+
+==============================================================+
|
|
13
|
+
| |
|
|
14
|
+
| @@@@@ @ @ @@@@@ @@@@@ @@@@@ @@@@@ |
|
|
15
|
+
| @ @ @ @ @ @ @ @ @ |
|
|
16
|
+
| @ @@@@@ @@@ @ @@@ @@@@@ @ @ |
|
|
17
|
+
| @ @ @ @ @ @ @ @ @ @ |
|
|
18
|
+
| @ @ @ @@@@@ @@@@@ @ @ @@@@@ @@@@@ |
|
|
19
|
+
| |
|
|
20
|
+
| ============================================ |
|
|
21
|
+
| |
|
|
22
|
+
| MASTER CONTROL PROGRAM v2.0 ONLINE |
|
|
23
|
+
| |
|
|
24
|
+
| > Architecture: GPU-like Hierarchical |
|
|
25
|
+
| > Phase Coordinators: Ready |
|
|
26
|
+
| > Execution Model: DAG-based |
|
|
27
|
+
| > Event System: Active |
|
|
28
|
+
| |
|
|
29
|
+
+==============================================================+
|
|
11
30
|
|
|
12
|
-
|
|
31
|
+
What do you want to build?
|
|
32
|
+
|
|
33
|
+
End of Line.
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Then wait for user input. When user provides a goal, follow the full instructions in ~/.claude/commands/grid/mc.md for how to handle missions.
|