[codex] estabiliza CI, Playwright e lint do repositório#35
Merged
Conversation
- CLAUDE.md: migrar comandos de npm para bun, porta 8080 para 4321 - AGENTS.md/GEMINI.md: corrigir versão do Astro de 6.0 para 5 - README.md: remover link quebrado, badge Vite→Astro, descrição de stack
Adicionar guarda quando não há imagens conversíveis.
Evitar email duplicado e inconsistente — Index e StaggeredMenu agora leem da configuração central em site.ts.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 mudou
Este PR estabiliza a base de automação e qualidade do repositório.
lint,test:unit,buildetest:e2e -- --project=chromiumplaywright.config.tspara o runtime atual deste repo (bun, Astro em127.0.0.1:4321)README.md,TESTING.md,AGENTS.mdeGEMINI.mdcom a toolchain atualPor que isso mudou
Os Actions anteriores tinham origem em automações externas, dependiam de secrets e integrações fora do repositório e não validavam de forma confiável o funcionamento real do app. Ao mesmo tempo, o Playwright estava apontando para uma configuração antiga do projeto e o lint tinha diagnósticos acumulados e parcialmente mascarados.
Impacto
4321Causa raiz
.astroValidação
bun run lintbun run test:unitbun run buildbun run test:e2e -- --project=chromiumTodos os checks acima passaram localmente antes da abertura deste PR.