docs: add creator page and links - #133
Conversation
O commit anterior (e9620e0) documentou o score como "bloco retangular tintado" com base na leitura de uma cópia desatualizada do crisis-header.tsx (checkout do repo principal, sem o merge mais recente). A implementação real usa um anel circular via conic-gradient, com RiskChangeHighlight animando o número. Também corrige a divergência de escala: attention-score.ts no Crisis Monitor foi corrigido (fix separado) para usar a escala canônica de 5 bandas --risk-stable/monitor/attention/high/critical em vez de rótulos próprios (Ruído/Atenção/Alerta/Crise/Crítico) com limiares levemente diferentes. O template agora documenta uma fonte única de verdade. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ff482c3173
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| <div className="not-prose mx-auto w-full max-w-5xl"> | ||
| <div className="grid gap-8 rounded-3xl border border-[var(--border)] bg-[var(--card)] p-6 sm:grid-cols-[240px_1fr] sm:p-10 sm:items-center"> | ||
| <img src="/images/nevis-avatar.png" alt="Retrato ilustrado de Neviton Santana" className="mx-auto aspect-square w-full max-w-[240px] rounded-3xl object-cover" /> |
There was a problem hiding this comment.
Use a basePath-aware avatar URL
In the Pages workflow, bun run build:pages sets GITHUB_PAGES=true, and next.config.ts then serves the site under /Pulso-Design-System. This raw root-relative src is not passed through the basePath-aware link handling used elsewhere, so on GitHub Pages /about/ will request /images/nevis-avatar.png at the domain root instead of /Pulso-Design-System/images/nevis-avatar.png, leaving the new creator avatar broken. Use a basePath-aware URL or an imported/Next image asset for this public file.
Useful? React with 👍 / 👎.
What changed
Why it changed
Make authorship and the design context behind Pulso discoverable without changing the design-system contracts.
How to validate
pnpm run build:pages/aboutroute and homepage link in the static output.Risks and follow-ups
Documentation-only; no component, token, or runtime behavior changes. Existing local
.claude/launch.jsonchanges were not included.