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.
@@ -1 +1 @@
1
- 1.7.37
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
- This is a shortcut to /grid:mc.
9
+ Display ONLY this welcome screen, nothing else:
9
10
 
10
- Load and execute the instructions from @~/.claude/commands/grid/mc.md
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
- Begin by displaying the Master Control welcome screen and awaiting User input.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-grid-cc",
3
- "version": "1.7.37",
3
+ "version": "1.7.38",
4
4
  "description": "Ship faster. Stay sane. Multi-agent orchestration for Claude Code that keeps your context clean.",
5
5
  "main": "index.js",
6
6
  "bin": {