Commit e986e42
authored
docs(readme): refresh stale Dogfood metrics + bundle sizes (#126)
## Summary
Sweep stale numeric claims in both READMEs to match the current
post-PRD-030 / post-PR #125 reality.
## What changed (verbatim numbers)
| Claim | Before | After | Source of truth |
|---|---|---|---|
| Per-image bundle size | ~1.8 MB | **~1.4 MB** | \`scripts/build.mjs\`
post-build report (\`[build] dist/ ready (1.40M)\`) after PR #125 |
| Dogfood — bin LOC | ~200 LOC | _removed_ — ADR-003 split bin/ across
\`cli.mjs\` + \`commands/\` + \`lib/\`; entry shim is 5 lines, real
total ~1.3K across 11 files | \`wc -l bin/**/*.mjs\` |
| Dogfood — runtime deps in \`bin/\` | 0 | **1** (\`citty\`, 0
transitive) | ADR-003 (amended named-allowlist),
\`package.json#dependencies\` |
| Dogfood — tarball | ~6 MB with bundled \`node_modules\` | **~870 kB
packed / ~3 MB unpacked** | \`npm pack --dry-run\` (post-PRD-030
single-file bundle, no \`node_modules/\` in tarball) |
| Dogfood — CI matrix | \`3 OS in CI\` | **\`3 OS × Node 22\` green
smoke matrix** | \`.github/workflows/*\` |
| \`npm run dev\` artifact count comment | (~11 artifacts) | **(100+
artifacts)** | \`forgeplan health\` — 99 on develop, anti-drift framing
|
## Why
The previous numbers were accurate at the time they were written but
drifted as PRD-030 graduated the bundle approach, ADR-003 amended the
zero-dep rule to allow \`citty\`, and PR #125 dropped the precompressed
siblings. Anyone reading the README today would have a wrong mental
model of size, deps, and dogfood scale.
## Test plan
- [x] \`grep -nE "1\\.8 MB |6 МБ|~200|~11" README.md README.ru.md\`
returns no hits.
- [x] Both READMEs render in GitHub markdown preview (table cells, no
broken refs).
- [x] No content-equivalent claims out of sync between EN and RU.
- [x] Numbers match current local measurements (\`du -sh dist*\`, \`npm
pack --dry-run\`, \`forgeplan health\`).
Refs: PRD-030, PR #125, ADR-003.2 files changed
Lines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments