Commit 15ea214
docs(readme): make the "count it yourself" line-count and the package-directory count agree with what they describe (#11012)
The examples/app-crm size blurb hard-coded 31 files, 1,792 lines, roughly 16k
tokens and invited the reader to verify it with the find | wc -l command
printed right below — running that command against origin/main returns 1,930
lines, not 1,792. The Package Directory summary claimed 72 published
packages; the table beneath it actually lists 45 rows (a curated subset, not
every package — three of those rows are private, unpublished example apps),
against a true count of 69 non-private package.json files repo-wide.
Both passages now name their own source of truth explicitly instead of
re-asserting a competing hand-typed figure that drifts again at the next
merge: the CRM blurb states its numbers "as of this writing" and says the
command below it is authoritative, not the sentence; the package-directory
summary's count is now the table's actual row count and says the table is
the source of truth for it.
Fixes #10320
Claude-Session: https://claude.ai/code/session_019bmVFqoQPq63zhKrxdYG1r
Co-authored-by: Claude <noreply@anthropic.com>1 parent 35ad326 commit 15ea214
2 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
265 | | - | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
0 commit comments