docs: sync — fix stale portal-liking and revision_reforzada send claims - #10
Merged
Conversation
- README: meal like/dislike are both undoable now (portal), and exercise-liking has no portal UI anymore (removed) -- the old "can't be un-liked" limitation was stale. - CLAUDE.md: top architecture diagram said revision_reforzada has "no auto-send (unchanged)" -- it now sends directly via enviar_plan() once approved, Gmail draft is just a fallback button. - highlights.md: added #22 for that second reversal, and bumped the stale "18 decisions" count to 22.
serpeigd
marked this pull request as ready for review
August 23, 2026 20:19
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.
Scheduled documentation-sync pass. Verified README/CLAUDE.md/
docs/arquitectura.md/docs/highlights.mdagainst the actual code (agents/,mcp/,ui/app.py) — most of it was already current. Two real drifts found and fixed:quitar_comida_favorita(), confirmed inui/app.py); exercise-liking has no portal UI at all anymore (removed by direct request) — the bias mechanism still runs off a stored profile, just not from the portal.revision_reforzadahas "no auto-send (unchanged)." It doesn't anymore:_panel_aprobacion()now callsenviar_plan()directly once a plan is approved (a real send, no draft in between) — the Gmail draft button is a secondary fallback, not the default path. The long Status section already described this correctly; only the short diagram at the top had drifted.docs/highlights.mdgained #22 for that second reversal, and the stale "18 decisions" count was bumped to the real 22.Not changed: README/
docs/arquitectura.mdwere already accurate on the never-sends exceptions, portal, meal/exercise liking, commitment dial, and Notion Clients/Check-ins dashboards — no edits needed there. Test count (592, per CLAUDE.md) not independently re-verified as passing in full here — see PR conversation / final report for why.Generated by Claude Code