feat(web): fundação social-grafo + página de evento sem redundância - #39
Merged
Conversation
Consolida o trabalho da branch social-grafo (codex) e aplica a Onda 2 de legibilidade sobre ele. Página do evento (/evento/[id]) — fim da repetição: - Ficha = fatos escaneáveis; Leitura = interpreta o significado SEM recitar o trecho (novo leituraLocalInterpretativa, puro e testado) - "Provas e documentos" num bloco só (trecho + demais evidências) - "Conexões" unifica chips clicáveis + vínculos documentados - Limitações 1× no fim; removidas as sub-seções repetidas da ficha Home: dedup (lista não repete os destaques do resumo mensal) + card de feed enxuto (variante "feed"). Validado: lint, build, typecheck -r, test:compositor e preview (home + contrato/sanção/nomeação) — todos OK; redundância eliminada nos 3 tipos. Co-Authored-By: Codex <noreply@openai.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
A regra generic-env-secret pegava `const x = process.env.OPENAI_API_KEY` — uma referência à env var, não um segredo vazado. Agora: - a regra só casa valores LITERAIS entre aspas (segredo hardcoded) - a allowlist usa regexTarget=line e ignora process.env / import.meta.env Co-Authored-By: Claude Opus 4.8 <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.
O que muda
Consolida a branch social-grafo (codex) e aplica a Onda 2 de legibilidade sobre ela.
Página do evento (
/evento/[id]) — fim da repetiçãoleituraLocalInterpretativa, puro e testado)Home
variante="feed"): detalhe completo fica na páginaValidação
lint,build,typecheck -r,test:compositore preview (home + contrato/sanção/nomeação) — todos OK; as 5 repetições antigas eliminadas nos 3 tipos.Tipo
🤖 Inclui trabalho da sessão codex (social-grafo) + Onda 2 (Claude).