docs(readme): refresh stale Dogfood metrics + bundle sizes#126
Merged
Conversation
Sweep stale numbers to match post-PRD-030 / post-PR-125 reality: - "~1.8 MB single-file bundle" → "~1.4 MB" (matches `[build] dist/ ready (1.40M)` after #125 drops precompressed siblings). - Dogfood card row reframed: · drop "~200 LOC" (entry shim is now 5 lines after ADR-003 split, real work spans ~1.3K across `bin/{cli,commands,lib}/*`) · drop "0 runtime deps" (ADR-003 amended to a named-allowlist — `citty` is the one allowed runtime dep, with 0 transitives) · drop "~6 MB tarball with bundled node_modules" (PRD-030 graduated the legacy SvelteKit-with-`node_modules/` shape; current local pack is ~870 kB / ~3 MB unpacked) · lead with what users actually care about (per-image size + tarball weight) instead of LOC bragging - "(~11 artifacts)" in `npm run dev` comment → "100+" (avoids drift; current `forgeplan health` reports 99 artifacts on develop). Mirrors apply to both README.md and README.ru.md. Refs: PRD-030, PR #125, ADR-003. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sweep stale numeric claims in both READMEs to match the current
post-PRD-030 / post-PR #125 reality.
What changed (verbatim numbers)
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
Refs: PRD-030, PR #125, ADR-003.