Skip to content

fix(stats): rename INCONCLUSIVE verdict to ERROR#1002

Merged
christso merged 2 commits intomainfrom
fix/1000-error-verdict
Apr 9, 2026
Merged

fix(stats): rename INCONCLUSIVE verdict to ERROR#1002
christso merged 2 commits intomainfrom
fix/1000-error-verdict

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Apr 9, 2026

Summary

  • Renames the RESULT: INCONCLUSIVE verdict to RESULT: ERROR
  • INCONCLUSIVE implies uncertainty; ERROR accurately describes the situation — all tests crashed before grading

Before / After

Before: RESULT: INCONCLUSIVE (all 3 test(s) had execution errors — no evaluation was performed)

After: RESULT: ERROR (all 3 test(s) had execution errors — no evaluation was performed)

Test plan

  • Updated test assertions to match new verdict string
  • Pre-push hooks green (build, typecheck, lint, test, validate:examples)

Closes #1000

christso added 2 commits April 9, 2026 04:30
INCONCLUSIVE implies uncertainty; ERROR is shorter and accurately
describes the situation — all tests crashed before grading.

Closes #1000
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2b3f9d7
Status: ✅  Deploy successful!
Preview URL: https://a22d2219.agentv.pages.dev
Branch Preview URL: https://fix-1000-error-verdict.agentv.pages.dev

View logs

@christso christso merged commit cdc01e3 into main Apr 9, 2026
4 checks passed
@christso christso deleted the fix/1000-error-verdict branch April 9, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(stats): rename INCONCLUSIVE verdict to ERROR

1 participant