8000
Skip to content

Release v0.3.0

Choose a tag to compare

@docushell-dev docushell-dev released this 02 Jul 08:25
4aa8b8b

Ethos v0.3.0

Ethos v0.3.0 is a public-beta evaluation release for deterministic document evidence grounding and
citation checking across native Ethos JSON and supported foreign parser outputs.

The current release includes:

  • Rust library crates ethos-doc-core, ethos-verify, and ethos-pdf at 0.3.0;
  • the Python ethos-pdf wheel at 0.3.0;
  • the npm @docushell/ethos-pdf@0.3.0 CLI package;
  • macOS arm64 and Linux x64 CLI archives, checksums, inventory sidecars, and smoke evidence.

The v0.3.0 API adds proof-summary and app-answer-release helpers. Ethos verifies citation grounding
and derives proof summaries; applications remain responsible for question relevance, source-fact
versus synthesis labels, unsupported-claim labels, and final/review/blocked answer-release policy.

PDFium-backed commands require caller-provided PDFium through
ETHOS_PDFIUM_LIBRARY_PATH. The release does not bundle a project-maintained PDFium build.

The *.inventory.json assets preserve the pre-publication CI provenance of the approved archive
bytes. Their draft_not_release_ready and publication: blocked fields describe the workflow
state in which those exact archives were produced; the later publication authorization and
closeout are recorded in the repository validation records.

Archive SHA256 values:

efb163f140bf4afffd1caeb396f79e42f484591c3e90a86810ca6c0f0c209c96  ethos-macos-arm64.tar.gz
b549ba5968e04b7679a8d3e879cd45d27f3e9a6fd226eee5c270a4e4f5c01405  ethos-linux-x64.tar.gz

Still outside the approved release boundary: additional release targets, DocuShell integration,
hosted surfaces, production positioning, Windows packaged artifacts, bundled project-maintained
PDFium builds, public benchmark reports or claims, speed, footprint, parser-quality, table-quality,
ethos-doc, and ethos-rag.

0