Skip to content

Redact v1.0.0

Latest

Choose a tag to compare

@robertdevore robertdevore released this 09 Aug 03:30
· 4 commits to main since this release
fb05f76

Redact v1.0.0 establishes the stable deterministic local redaction-aid contract
for bounded .txt and .md inputs, redact-policy/v1, configured sensitive
terms, documented detectors and transformations, leakage verification, local
raw-free-by-default audits, deterministic packs, JSON output, and exit codes.

This release operates offline and makes no AI-provider calls. It rejects stdin,
unsupported YAML, unsafe paths, source overwrites, symbolic links, malformed
UTF-8, and oversized inputs/outputs within the documented boundary.

Redact remains a review aid. It does not guarantee complete PII detection or
removal, compliance, arbitrary-domain fitness, or safe sharing without human
review. Domain-specific privacy/security signoff remains required.

See CHANGELOG.md,
security documentation,
and the release process.