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.
- package/README.md +12 -0
- 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
|