the-grid-cc 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,14 @@ Then in Claude Code:
43
43
 
44
44
  MCP will greet you. Tell it what you want to build.
45
45
 
46
+ ### Update
47
+
48
+ Already have The Grid? Update from within Claude Code:
49
+
50
+ ```
51
+ /grid:update
52
+ ```
53
+
46
54
  ---
47
55
 
48
56
  ## The Hierarchy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-grid-cc",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Agent orchestration for Claude Code. You talk to MCP. MCP handles the rest.",
5
5
  "main": "index.js",
6
6
  "bin": {