docs: sync README with portal redesign, digest, and food bank expansion - #13
Merged
Merged
Conversation
README was missing the last three shipped features (verified against current code): the tab-based client portal with a Home tab and today's-plan default, the free monthly adherence digest with prep-time badges, and the food bank's growth to 61 foods plus the client-facing cuisine preference. No other docs were stale: docs/arquitectura.md and docs/decisiones.md's core-pipeline description still match the code, .env.example matches README's Configuration table, ruff is clean, and the 632-test count in CLAUDE.md matches pytest's actual collected total (89 failures in this sandbox trace to a broken cryptography/cffi native binding affecting only pypdf-touching tests, not a real regression). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
serpeigd
marked this pull request as ready for review
September 6, 2026 20:09
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.
What
README's feature list was missing the three most recently shipped
features (verified against current code, not just the commit log):
Routine · Check-in · Progress), with the new Home tab's today's-plan
cards and jump buttons.
default to today's actual day, plus the no-cook/quick-cook
prep-time badges.
preference (biases 1-2 days, never the whole week).
Verified, not just read
ui/app.py'sst.tabs/_render_portal_home,food_bank.py's food count andestilo_cocinatags,adherencia_parser.resumen_mensual_tendencia()).docs/arquitectura.mdanddocs/decisiones.md's core-pipelinedescription still match the code — no changes needed there.
.env.examplematches README's Configuration table.ruff check .is clean.claimed count exactly. 89 failures in this sandbox all trace to a
broken
cryptography/cffinative binding in this container(breaks
pypdfimports specifically) — an environment issue, not acode regression; not changing the test-count claim based on it.
Not touched
No code changes. A pre-existing, unrelated finding for the project
owner:
requirements.txt's comments are in Spanish, which is a realinconsistency with this project's own "all repo content in English"
convention — flagging rather than fixing, since it's outside a
docs-only sync's scope and predates this session by weeks.
🤖 Generated with Claude Code