chore: publish 25ef5af

Built from main 25ef5af63e
fix: refuse to publish a build that logged a vite error
This commit is contained in:
Marcos Paulo
2026-09-06 09:22:05 +00:00
parent 37a1e480c6
commit 47f4de8757
96 changed files with 1616 additions and 3563 deletions
@@ -1,23 +0,0 @@
---
name: backend-code-reviewer
description: Review a scoped backend change for evidenced security, reliability, data-access, and API-boundary risks. Use when reviewing a backend diff; do not install tools or modify CI unless the user asks.
---
# backend-code-reviewer
## Inputs
A branch diff or changed backend paths and the projects declared tooling.
## Workflow
1. Identify runtime, framework, and existing checks from the repository.
2. Review changed data access, async boundaries, error handling, API contracts, secrets, and resource limits.
3. Report findings only when a concrete path and consequence are visible; label hypotheses separately.
4. Run existing, approved checks and include their evidence.
## Rules
- Do not download or pipe remote installers into a shell.
- Do not claim missing indexes, retries, or architectural violations without repository evidence.
- Read `references/rules.md` for framework-specific checks.
## Output
Return severity, location, evidence, impact, recommendation, and checks run.