the-grid-cc 1.1.5 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,18 @@ Already have The Grid? Update from within Claude Code:
51
51
  /grid:update
52
52
  ```
53
53
 
54
+ ### Status Bar
55
+
56
+ The Grid adds a context meter to your Claude Code status bar:
57
+
58
+ ```
59
+ Master Control ░░░░░░░░░░ 0% ← Fresh session
60
+ Master Control █████░░░░░ 50% ← Half context used
61
+ Master Control █████████░ 90% ← Running low
62
+ ```
63
+
64
+ Visual `/context` at a glance. Bar fills as you use more context.
65
+
54
66
  ---
55
67
 
56
68
  ## The Hierarchy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-grid-cc",
3
- "version": "1.1.5",
3
+ "version": "1.1.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": {