Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ no telemetry.

> *tearsheet (n.): a page torn from a publication and filed as proof it ran.*

**Trust status:** qualified for heavy usage 2026-07-16 — 249 tests, a falsifiable live
**Trust status:** qualified for heavy usage 2026-07-16 — 243 tests, a falsifiable live
eval harness (verdict GREEN), and zero fabrications across the tool's entire recorded
history. Its documented failure mode is *omission*, and the guards exist to make every
omission loud. See [Trust](#trust).
Expand Down
2 changes: 1 addition & 1 deletion src/tearsheet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from tearsheet.mapper import map_site
from tearsheet.structured import extract_page, extract_structured

__version__ = "0.1.2"
__version__ = "0.1.4"

__all__ = ["__version__", "extract_page", "extract_structured", "map_site"]
Loading