Skip to content

README: fix null-score semantics and report-shape comment - #9

Open
ruanmartinelli wants to merge 1 commit into
mainfrom
claude/readme-fixes
Open

README: fix null-score semantics and report-shape comment#9
ruanmartinelli wants to merge 1 commit into
mainfrom
claude/readme-fixes

Conversation

@ruanmartinelli

Copy link
Copy Markdown
Owner

Two small doc accuracy fixes:

  1. "null to skip the case" is misleading — a null score doesn't skip the case, it marks that one scorer not-applicable and excludes it from the case's weighted mean (the case still runs and still counts toward overall, scored by the remaining scorers). Reworded in both the Quickstart and the scorer API table to match what evaluate actually does (and what types.ts already says).

  2. The console.log(report) shape comment was missing the name field and two closing braces.

No code changes.

🤖 Generated with Claude Code

https://claude.ai/code/session_015XMPpi4PX2bWwAoMLaZZ4k


Generated by Claude Code

- 'null to skip the case' read as if the whole case were dropped; a
  null score only marks that one scorer not-applicable and excludes it
  from the case's weighted mean. Reword both places.
- The report shape comment was missing its name field and two closing
  braces.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015XMPpi4PX2bWwAoMLaZZ4k
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.

2 participants