Skip to content

build(deps): bump github.com/plexusone/structured-evaluation from 0.8.0 to 0.9.0#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/structured-evaluation-0.9.0
Open

build(deps): bump github.com/plexusone/structured-evaluation from 0.8.0 to 0.9.0#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/structured-evaluation-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/structured-evaluation from 0.8.0 to 0.9.0.

Release notes

Sourced from github.com/plexusone/structured-evaluation's releases.

v0.9.0

Release Notes: v0.9.0

Full Changelog: plexusone/structured-evaluation@v0.8.0...v0.9.0

Changelog

Sourced from github.com/plexusone/structured-evaluation's changelog.

[v0.9.0] - 2026-07-12

Highlights

  • IntegerScore type for 1-5 scale scoring optimized for LLM judges
  • ReasonCode system for standardized finding codes and automated repair
  • CoverageReport for generic coverage tracking via Extensions
  • v2 schema fields: Confidence, blocking codes, and domain extensions

Added

  • IntegerScore type with 1-5 scale constants (Unacceptable through Excellent) (57fe0e6)
  • String(), ToCategorical(), IsValid(), ParseIntegerScore() helpers for IntegerScore (57fe0e6)
  • ReasonCode type with category prefixes (REQ, SEC, ARCH, DOC, etc.) (29606df)
  • ReasonCodeRegistry with metadata and repair prompts for each code (29606df)
  • Pre-defined codes: REQ-AMBIGUOUS, SEC-MISSING_AUTH, METRIC-NO_BASELINE, etc. (29606df)
  • CoverageSection and CoverageReport types for generic coverage tracking (456bd01)
  • SetSection(), GetSection(), ComputeOverall(), ComputeOverallWeighted() methods (456bd01)
  • SetCoverage() and GetCoverage() convenience methods on Rubric (456bd01)
  • IntScore and Confidence fields on CategoryResult (fae0a2b)
  • SetIntScore(), SetConfidence(), HasLowConfidence() methods on CategoryResult (fae0a2b)
  • ReasonCodes field and AddReasonCode() method on CategoryResult (fae0a2b)
  • NewCategoryResultWithIntScore() factory function (fae0a2b)
  • Code and Location fields on Finding (1dbe78a)
  • NewFinding() and NewFindingWithCode() constructors (1dbe78a)
  • SetCode(), SetLocation(), GetRepairPrompt() methods on Finding (1dbe78a)
  • CountFindingsByCode() and GetBlockingCodes() utilities (1dbe78a)
  • Extensions field on Rubric for domain-specific metadata (c455da4)
  • SetExtension(), GetExtension(), HasExtension() methods on Rubric (c455da4)
  • IntScore, Confidence, Pass, Blocking fields on Rubric (c455da4)
  • SchemaVersion field and IsV2() method for version tracking (c455da4)
  • ComputeOverallIntScore(), ComputeOverallConfidence(), NeedsHumanReview() methods (c455da4)
  • MinIntScore field in PassCriteria for minimum score thresholds (c455da4)
  • Validation for IntScore (1-5 range), Confidence (0.0-1.0), and ReasonCodes (7c288b5)
  • ValidIntegerScoreValues() and ValidReasonCodes() helper functions (7c288b5)

Changed

  • Evaluate() now computes v2 fields (IntScore, Confidence, Blocking) and checks MinIntScore (c455da4)
  • rubric.schema.json updated with v2 schema definitions (9ed823a)

Dependencies

  • Bump go.yaml.in/yaml/v4 from rc.4 to rc.6 (741e2b3)

Documentation

  • Remove Go Report Card badge from README (0c4c125)
Commits
  • 6599cfe fix: address lint issues for release
  • e99ff60 docs: add v0.9.0 to mkdocs nav
  • 53e14fd docs: add v0.9.0 release documentation
  • 0c4c125 docs: remove Go Report Card badge
  • 741e2b3 chore(deps): update go.yaml.in/yaml/v4 to rc.6
  • 9ed823a chore(schema): update rubric schema for v2 fields
  • 7c288b5 feat(rubric): add validation for v2 schema fields
  • c455da4 feat(rubric): add Extensions field and MinIntScore to Rubric
  • 1dbe78a feat(rubric): enhance Finding with Code and Location fields
  • fae0a2b feat(rubric): enhance CategoryResult with IntScore and Confidence
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/plexusone/structured-evaluation](https://github.com/plexusone/structured-evaluation) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/plexusone/structured-evaluation/releases)
- [Changelog](https://github.com/plexusone/structured-evaluation/blob/main/CHANGELOG.md)
- [Commits](plexusone/structured-evaluation@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/structured-evaluation
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants