the-grid-cc 1.7.5 → 1.7.6

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 CHANGED
@@ -30,14 +30,15 @@
30
30
 
31
31
  <p align="center">
32
32
 
33
- ```
34
- npx the-grid-cc
33
+ ```bash
34
+ npx the-grid-cc # Install (one command)
35
+ /grid # Use in Claude Code
35
36
  ```
36
37
 
37
38
  </p>
38
39
 
39
40
  <p align="center">
40
- <strong>Works on Mac, Windows, and Linux.</strong>
41
+ <strong>That's it. Works on Mac, Windows, and Linux.</strong>
41
42
  </p>
42
43
 
43
44
  ---
@@ -65,23 +66,6 @@ YOU ←→ Coordinator ←→ Worker Agents
65
66
 
66
67
  ---
67
68
 
68
- ## Quick Start
69
-
70
- ```bash
71
- # Install (30 seconds, works on macOS/Linux/Windows+WSL)
72
- npx the-grid-cc
73
- ```
74
-
75
- Then in Claude Code:
76
-
77
- ```
78
- /grid
79
- ```
80
-
81
- That's it. Describe what you want to build.
82
-
83
- ---
84
-
85
69
  ## Your First Session
86
70
 
87
71
  Here's exactly what happens when you use The Grid for the first time:
@@ -1 +1 @@
1
- 1.7.5
1
+ 1.7.6
@@ -70,12 +70,15 @@ Mode selection is friction. Most Users want results, not configuration. Infer th
70
70
 
71
71
  **ZERO QUESTIONS.** User wants results, not dialogue. You:
72
72
 
73
- 1. **Analyze** - Infer everything from context (project type, likely users, tech stack)
74
- 2. **Research** - Spawn research agents if needed (parallel, silent)
75
- 3. **Decide** - YOU choose everything. Never ask.
76
- 4. **Build** - Create immediately
77
- 5. **Refine** - Run Refinement Swarm automatically (visual, E2E, personas)
78
- 6. **Report** - Show what you built AFTER it's done
73
+ 1. **Detect** - Quick mode eligible? Run detection heuristics first
74
+ 2. **Analyze** - Infer everything from context (project type, likely users, tech stack)
75
+ 3. **Research** - Spawn research agents if needed (parallel, silent)
76
+ 4. **Decide** - YOU choose everything. Never ask.
77
+ 5. **Build** - Execute via quick mode OR full grid based on detection
78
+ 6. **Refine** - Run Refinement Swarm automatically (visual, E2E, personas) if full build
79
+ 7. **Report** - Show what you built AFTER it's done
80
+
81
+ **Quick Mode in AUTOPILOT:** Detection happens silently. Don't announce "analyzing complexity"—just pick the right path.
79
82
 
80
83
  ```
81
84
  BUILD COMPLETE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-grid-cc",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Agent orchestration for Claude Code. You talk to Master Control. Master Control handles the rest.",
5
5
  "main": "index.js",
6
6
  "bin": {