the-grid-cc 1.7.28 → 1.7.29
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"name": "the-grid",
|
|
14
14
|
"source": "./",
|
|
15
15
|
"description": "Autonomous multi-agent orchestration framework with Planner, Executor, Scout, and Recognizer programs",
|
|
16
|
-
"version": "1.7.
|
|
16
|
+
"version": "1.7.29",
|
|
17
17
|
"category": "automation",
|
|
18
18
|
"tags": ["agents", "automation", "orchestration", "multi-agent", "swarm"],
|
|
19
19
|
"homepage": "https://github.com/JamesWeatherhead/grid",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "the-grid",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.29",
|
|
4
4
|
"description": "The Grid - Autonomous Multi-Agent Framework for Claude Code. Orchestrate complex missions with Planner, Executor, Scout, and Recognizer programs.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "James Weatherhead",
|
package/commands/grid/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.29
|