build: improved the product verifier to make it a bit more effecient
CI / push-validation (push) Successful in 17s
CI / helm (push) Successful in 33s
CI / security (push) Successful in 1m0s
CI / build (push) Successful in 3m20s
CI / lint (push) Successful in 3m21s
CI / quality (push) Successful in 3m41s
CI / integration_tests (push) Successful in 3m57s
CI / typecheck (push) Successful in 3m58s
CI / e2e_tests (push) Successful in 6m22s
CI / unit_tests (push) Successful in 8m29s
CI / docker (push) Successful in 11s
CI / coverage (push) Successful in 10m3s
CI / status-check (push) Successful in 1s
CI / benchmark-regression (push) Has been skipped
CI / benchmark-publish (push) Successful in 1h15m59s

This commit is contained in:
clever-agent
2026-04-12 19:58:05 -04:00
parent 8692bb46e5
commit 1ba4d1a0b3
+3
View File
@@ -56,6 +56,9 @@ You assess overall product completeness. You check all dimensions and return eit
9. **Documentation** — do README, API docs, and changelogs exist and appear current?
10. **Blockers** — are there zero issues with the `Blocked` label?
For the static checks (items 4 to 8 above) review the CI status on master if the other points are not passing (to save time). Only manually run these steps on the code locally
to verify when all other points are satisfied.
## What You Return
- **COMPLETE** if all 10 checks pass