Skip to content

Commit 16396ec

Browse files
lroolleclaude
andcommitted
docs: update stale counts in README (218 tests, ~2500 lines)
Three numbers drifted as v0.11.0 and v0.12.0 landed: test count (172 -> 218+12), line count (~1950 -> ~2500), and the feature comparison table was missing the quota bump flash row. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b008ae commit 16396ec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ red, matching its Claude Code TUI color) = model family; everything else is
107107
| 5 themes, 9 bar styles | -- | Yes |
108108
| Prompt cache break detection | -- | Yes |
109109
| OAuth + macOS Keychain | -- | Yes |
110-
| 172 bats tests + CI | -- | Yes |
110+
| Quota bump flash (+N) | -- | Yes |
111+
| 230 bats tests + CI | -- | Yes |
111112

112113
## Configuration
113114

@@ -276,13 +277,13 @@ run. Setting only `CLAUDE_CACHE_DIR` keeps the legacy single-dir behavior.
276277
npm exec --yes bats -- t/
277278
```
278279

279-
172 tests across `t/statusline.bats` (160 statusline + integration) and
280+
230 tests across `t/statusline.bats` (218 statusline + integration) and
280281
`t/install.bats` (12 installer). CI runs on push and PR to `main`.
281282

282283
## Project Structure
283284

284285
```text
285-
statusline.sh Main script (one file, ~1950 lines)
286+
statusline.sh Main script (one file, ~2500 lines)
286287
claude-watch.sh Live usage/cost watcher (standalone companion)
287288
install.sh One-line installer
288289
t/statusline.bats Unit and integration tests

0 commit comments

Comments
 (0)