User-facing locguard release history.

0.1.1 - 2026-08-21

  • Skip binary-like and UTF-16-style source fixtures instead of failing the entire repository when a recognized extension contains NUL bytes.
  • Use already-required file metadata to prove files below the warning threshold are safe without reading their contents, while still opening them to preserve unreadable-file errors.
  • Keep the automatic eight-worker cap after benchmarking it against four workers across VS Code, Kubernetes, Rust, and Linux source trees.

0.1.0 - 2026-08-21

  • Initial locguard CLI with zero-config 1,000-line enforcement and 90% warnings.
  • Fast Git changed-file checks plus authoritative full-tree scans.
  • Broad source-extension recognition with generated, vendored, dependency, cache, and build-output defaults.
  • Optional .agents/.locguard.toml configuration, exact legacy exemptions, glob includes/excludes, and path-specific limits.
  • Repeatable --file / --dir scopes, JSON output, exact-count mode, and stable exit codes.