Skip to content

v1.1.0

Choose a tag to compare

@realraelrr realraelrr released this 28 May 14:55
· 13 commits to main since this release
v1.1.0
bca608d

Release 1.1.0 makes docling-skill's quality contract more honest and useful for agent workflows.

Changes:

  • Adds additive quality risk evidence fields to source.manifest.json: risk_level, warnings, gate, limitations, and grouped signals.
  • Keeps the existing quality.status, quality.agent_ready, and quality.reasons fields for compatibility.
  • Downgrades quality semantics from implicit trust to risk screening: low risk means no hard failure was detected, not semantic fidelity proof.
  • Aggregates PDF page-level quality so local page failures raise document risk, and severe page failures can still fail the document.
  • Updates CLI summaries to print risk_level.
  • Updates the bundled skill and READMEs to instruct agents to inspect status, risk_level, warnings, and signals.
  • Tracks Docling 2.96.x and docling-core 2.77.x.

Validation:

  • conda run -n docling python -m pytest -q -> 99 passed.
  • Root, Codex, and Claude skill validators passed.
  • conda run -n docling python -m pip check -> no broken requirements.
  • Real document smoke/evaluation covered PDFs and HTML samples from local machine-learning papers; classifications separated low-risk usable documents, medium-risk local page issues, and high-risk OCR-noise slides.