Skip to content

chore(deps): Bump github.com/plexusone/structured-evaluation from 0.5.0 to 0.6.0#3

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

chore(deps): Bump github.com/plexusone/structured-evaluation from 0.5.0 to 0.6.0#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/structured-evaluation-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps github.com/plexusone/structured-evaluation from 0.5.0 to 0.6.0.

Release notes

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

v0.6.0

Release Note: v0.6.0

Full Changelog: plexusone/structured-evaluation@v0.5.0...v0.6.0

Changelog

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

[v0.6.0] - 2026-06-01

Highlights

  • Breaking: evaluation package renamed to rubric for clearer terminology
  • New claims package for factual claim extraction and source validation
  • Embedded reports support in SummaryReport for full-fidelity archival
  • JSON Schema for ClaimsReport with automated generation

Added

  • claims package with claim extraction and source validation types (2a6d91a)
  • Claim type with ID, text, location, category, validation, and verdict (2a6d91a)
  • SourceType enum: external, internal, derived, subjective (2a6d91a)
  • ExternalValidation with URL, sourceType, reliability tier, and quoted text (2a6d91a)
  • InternalValidation with method, evidence path, reproducibility, and environment (2a6d91a)
  • DerivedValidation for claims calculated from other validated claims (2a6d91a)
  • SubjectiveValidation with acknowledgment and recommendation fields (2a6d91a)
  • ReliabilityTier enum: authoritative, high, medium, low (2a6d91a)
  • Verdict enum: verified, unverified, needs-review, rejected (2a6d91a)
  • ClaimsReport with metadata, claims array, summary, criteria, and decision (2a6d91a)
  • ClaimsCriteria for configurable pass requirements (2a6d91a)
  • EvaluateClaims() for computing decisions from criteria (2a6d91a)
  • EmbeddedReports field in SummaryReport for full-fidelity archival (babd91b)
  • EmbedRubricReport() and EmbedClaimsReport() methods on SummaryReport (babd91b)
  • GetEmbeddedRubricReport() and GetEmbeddedClaimsReport() retrieval methods (babd91b)
  • HasEmbeddedReports() helper for checking embedded content (babd91b)
  • GenerateClaimsSchema() in schema package for JSON Schema generation (2a6d91a)
  • Embedded claims.schema.json via go:embed (2a6d91a)
  • cmd/genschema tool for regenerating all JSON schemas (42f13f6)

Changed

  • Breaking: evaluation package renamed to rubric (0a7f07e)
  • Breaking: EvaluationReport type renamed to Rubric (0a7f07e)
  • Breaking: NewEvaluationReport() renamed to NewRubric() (0a7f07e)
  • Breaking: evaluation.schema.json renamed to rubric.schema.json (0a7f07e)
  • SummaryReport now supports optional embedded reports via EmbeddedReports field (babd91b)
  • Schema embed.go updated to include claims.schema.json (2a6d91a)

Fixed

  • Address gosec G703 path traversal lint error in genschema (bf1c16f)

Documentation

  • Added Claims Validation documentation page (fbe53f7)
  • Updated Report Types page to include ClaimsReport (fbe53f7)
  • Added v0.6.0 release notes (b4d41ec)
  • Added architecture diagram to README.md and docs/index.md (b92f459)

... (truncated)

Commits
  • 780e96c docs: update changelog and release notes for documentation commits
  • f71d8b7 docs: update MkDocs site for evaluation to rubric rename
  • 226e4df docs: fix diagrams
  • b92f459 docs: add architecture diagram and update examples for rubric rename
  • bf1c16f fix: address gosec G703 path traversal lint error
  • 48f5670 docs: CHANGELOG.md: regenerate
  • b4d41ec docs: add changelog and release notes for v0.6.0
  • fbe53f7 docs: add claims documentation and update report types
  • d784399 test(summary): add tests for embedded report functionality
  • 42f13f6 feat(cmd): add genschema command for schema generation
  • 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.5.0 to 0.6.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.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/structured-evaluation
  dependency-version: 0.6.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 Jun 2, 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