style(design): /design-review fixes — broken Mermaid diagram + clipped intro on /architecture#37
Merged
Merged
Conversation
El grafo de paquetes (el visual central de /architecture) no renderizaba: 'Diagram failed to render: Unsupported color format: var(--bg, #ffffff)'. Mermaid con securityLevel:strict rechaza CSS var() como color en edgeLabelBackground. Reemplazado por color literal (#0f172a, matchea el fill de los nodos). El diagrama ahora renderiza. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…n /architecture Los dos párrafos de intro estaban envueltos en DocBlock (un <pre> mono con white-space:pre), pensado para código. La prosa no wrappeaba y se cortaba horizontalmente. Cambiado a DocP normales (wrappean). En-dash '5–7' -> '5-7'. Co-Authored-By: Claude Fable 5 <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.
Navegué el sitio entero (12+ subpáginas, desktop/mobile, dark/light) con el binario browse de gstack + Playwright. El sitio está limpio en general (sin AI-slop, sin scroll horizontal, fuentes Geist consistentes, hero fuerte, hamburger nuevo OK). Dos bugs reales, ambos en /architecture (la página técnica clave):
Verificado en dev server: diagErr 0, SVG renderiza, intro wrappea. typecheck limpio.
NOTA aparte: detecté que prod perdió el hamburger (#36) por un deploy en paralelo de otra sesión a las 15:08. Este merge + deploy lo restaura.
🤖 Generated with Claude Code