the-grid-cc 1.7.34 → 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 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.
@@ -1,2 +1 @@
1
- # The Grid version - synced with package.json for npm publishing
2
- 1.7.34
1
+ 1.7.35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-grid-cc",
3
- "version": "1.7.34",
3
+ "version": "1.7.35",
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": {